@charset "utf-8";
/* CSS Document @woniu*/

@media screen and (max-width: 768px) {
.pl02 {
padding-left: .4rem;
}
.pall02 {
padding-left: .4rem;
padding-right: .4rem;
}
}
@media screen and (min-width: 1200px) {
.layui-container {
	width: 1400px;
}
}
.layui-col-space30 {
	margin: -0.325rem
}
.layui-col-space30>* {
	padding: 0.325rem
}
.layui-input-inline {
	width: 96%;
 margin: 0 0 .3rem 0;
}
.wapmenu{ position:relative;}
/***head样式***/
.header {
	height: auto;
	width: 100%;
	position:relative;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0px 0px 6px 0px #ccc;
	z-index: 1000;
}
.head_top{ position:relative; background:#08194a;}
.head_top .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.head_top .left-column .text {
    background-color: #ee0d09;
	padding: 12px 35px;
	color: #fff;
    margin-bottom: 0;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.head_top .left-column .office-hour {
    color: #fff;
    margin-left: 35px;
	font-size:16px;
}
.header-upper{ 
	position:relative; 
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}
.auto-container{ padding:0 55px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.logo {
    position: relative;
    display: block;
    padding: 10px 0px;
}
.right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;;
}
.menu{ position:relative;}
.navigation_ul{
    position: relative;
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.menu .navigation_ul li {
    position: relative;
    padding: 28.5px 0px;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu .navigation_ul a.cur{ color:#f00;}
.menu .navigation_ul li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.navigation-down-inner1{ 
	display:none;
	position:absolute;
	width:250px;
	left:0;
	top:60px;
	z-index: 100;
	background-color: #fff;
	-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.navigation-down-inner1 li {
    position: relative;
    width: 100%;
	padding:0 !important;
}
.navigation-down-inner1 li:hover{ background:#ee0d09;}
.navigation-down-inner1 li:hover a{ color:#fff;}
.navigation-down-inner1 li a {
    position: relative;
    display: block;
    padding: 10.5px 33px !important;
    border-bottom: 1px solid #e0dcdc !important;
    line-height: 24px !important;
    font-weight: 700;
    font-size: 17px !important;
    text-transform: uppercase;
    color: #000;
    text-align: left !important;
}


.search-btn {
    margin-left: 35px;
    padding-left: 20px;
    line-height: 20px;
    border-left: 1px solid #919191;
    margin-right: 20px;
}
.search-btn a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 0;
    overflow: hidden;
    text-transform: uppercase;
	background-color: #ee0d09;
}

.fixedbignav{ 
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
	background:#fff;
	box-shadow: 0px 0px 6px 0px #ccc;
}

/****banner样式***/
.banner-section {
    position: relative;
}

.banner-section .big-title {
    position: absolute;
    right: 0;
    bottom: -6px;
    text-transform: uppercase;
    font-size: 200px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    letter-spacing: -5px;
    line-height: 70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
    z-index: 99;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.0;
    content: "";
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    min-height: 731px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    padding: 0 15px;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box .inner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    background-position: center;
    content: "";
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 75px;
    font-weight: 900;
    line-height: 70px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 20px;
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h1:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -20px;
    height: 2px;
    width: 80px;
    transform: translateX(-50%);
}

.banner-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    padding-bottom: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section h4:before {
    position: absolute;
    content: '';
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #fff;
}

.banner-section h4:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: var(--theme-color);
}

.banner-section h4.style-two {
    padding-bottom: 0px;
}

.banner-section h4.style-two:after,
.banner-section h4.style-two:before {
    display: none;
}

.banner-section .text {
    position: relative;
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    padding-top: 20px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
    padding: 19.5px 36px;
    padding-right: 26px;
	background-color: #ee0d09;
}

.banner-section .link-box a i {
    margin-left: 12px;
}
.banner-section .link-box a:hover{ background:#d60c08;}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-right: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-left: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}
/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 0;
    overflow: hidden;
    text-transform: uppercase;
}


.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: 0;
}

.btn-style-one:hover:before {
    width: 100%;
    opacity: .1;
}

.btn-style-one span {
    position: relative;
}

/* Style Three */
.btn-style-one.style-three {
    background-color: white;
}

.btn-style-one.style-three:hover {
    color: #fff;
}

.btn-style-one.style-three:before {
    opacity: 1;
}


/***手机站menu***/
.navbar {
	height: 50px;
	line-height: 50px;
	float: right;
	overflow: hidden;
	margin-top: 30px;
}
.navbar .nav>li {
	position: relative;
	display: block;
	float: left;
}
.navbar .nav>li>a {
	font-weight: bold;
	position: relative;
	display: block;
	width: 110px;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
.navbar .nav>li>a.active {
	background: #025b9a;
	color: #fff;
}
.navbar .nav>li:hover .box {
	display: block;
}
.navbar .nav>li:hover>a {
	color: #fff;
	background: #025b9a;
}
.navbar .nav .box {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	padding: 20px;
	background: #025b9a;
}
.navbar .nav .box.right {
	right: 0;
	left: auto;
}
.navbar .nav .box a {
	display: block;
	margin: 0 2em .8em 0;
	white-space: nowrap;
	color: #fff;
}
.navbar .nav .box a:hover {
	color: #aaceff;
}
.navbar .nav .box a.pic {
	margin: 0;
}
.navbar .nav .box .thumb {
	float: left;
	margin-bottom: -3000px;
	padding-bottom: 3000px;
}
.navbar .nav .box .menu {
	margin-left: 220px;
}
.navbar .nav .box img {
	display: block;
	max-width: 200px;
	border: 4px solid #fff;
}
.navbar .nav .cate {
	overflow: hidden;
	white-space: nowrap;
}
.navbar .nav .cate .item {
	display: block;
	float: left;
	margin-right: 20px;
	width: 16%;
}
.navbar .nav .cate .item:last-child {
	float: none;
	margin-right: 0;
	margin-left: 750px;
}
.navbar .nav .cate h4 {
	font-size: 1.1em;
	margin: 0;
}
.navbar .nav .cate img {
	width: 130px;
	height: 80px;
}
.navbar .nav .cate ul {
	padding-top: 1em;
}
.toggle {
	position: absolute;
	top: 10px;
	right: 0;
	width: 56px;
	height: 66px;
	cursor: pointer;
}
.toggle .icon {
	top: 29px;
	left: 14px;
}
.toggle .icon, .toggle .icon::before, .toggle .icon::after {
	position: absolute;
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #b2b2b2;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.toggle .icon::before, .toggle .icon::after {
	left: 0;
	content: '';
	background: inherit;
}
.toggle .icon::before {
	top: -9px;
}
.toggle .icon::after {
	top: 9px;
}
/* 手机站列表 */

.navigation, .cate-tree {
	line-height: 48px;
	position: absolute;
	z-index: 99;
	top: 0;
	display: none;
	width: 100%;
	border-top: solid 3px #ee0d09;
	border-bottom: solid 3px #ee0d09;
	background: #fff;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after, .navigation .level-2>li::after, .cate-tree .level-2>li::after, .navigation .level-2>li::before, .cate-tree .level-2>li::before {
	position: absolute;
	top: 18px;
	right: 15px;
	width: 12px;
	height: 12px;
	content: '';
	background-size: cover;
}
.navigation .level-1 a, .cate-tree .level-1 a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	color: inherit;
}
.navigation .level-1 li, .cate-tree .level-1 li {
	position: relative;
	border-bottom: solid 1px #e4e4e4;
}
.navigation .level-1>li>a, .cate-tree .level-1>li>a {
	padding: 0 2em 0 1em;
}
.navigation .level-1>li::after, .cate-tree .level-1>li::after {
	background-position: -36px 0;
}
.navigation .level-1>li.active::after, .cate-tree .level-1>li.active::after, .navigation .level-1>li:hover::after, .cate-tree .level-1>li:hover::after {
	background-position: -96px 0;
}
.navigation .level-1>li.more::after, .cate-tree .level-1>li.more::after {
	background-position: -12px 0;
}
.navigation .level-1>li.more:hover::after, .cate-tree .level-1>li.more:hover::after {
	background-position: -72px 0;
}
.navigation .level-1>li.more.active::after, .cate-tree .level-1>li.more.active::after {
	background-position: -84px 0;
}
.navigation .level-1>li.active>a, .cate-tree .level-1>li.active>a, .navigation .level-1>li:hover>a, .cate-tree .level-1>li:hover>a {
	background-color: rgba(0, 0, 0, 0.05);
}
.navigation .level-2, .cate-tree .level-2 {
	display: none;
}
.navigation .level-2 a, .cate-tree .level-2 a {
	padding: 0 2em 0 3em;
}
.navigation .level-2 li:first-child, .cate-tree .level-2 li:first-child {
	border-top: solid 1px #e4e4e4;
}
.navigation .level-2 li:last-child, .cate-tree .level-2 li:last-child {
	border-bottom: none;
}
.navigation .level-2>li::before, .cate-tree .level-2>li::before {
	right: auto;
	left: 1.5em;
	background-position: 0 0;
}
.navigation .level-2>li::after, .cate-tree .level-2>li::after {
	background-position: -48px 0;
}
.navigation .level-2>li.active::after, .cate-tree .level-2>li.active::after {
	background-position: -108px 0;
}
.navigation .level-3, .cate-tree .level-3 {
	line-height: 40px;
	display: none;
}
.navigation .level-3 a, .cate-tree .level-3 a {
	font-size: .8em;
	padding-left: 4em;
}
/*****首页产品展示***/
.product {
	padding: 80px 0;
	background: url(../images/map1.png) center bottom no-repeat;
}
.yt-title {
	text-align: center;
	overflow: hidden;
	margin-bottom:50px;
}
.yt-title h2 {
	font-size: 40px;
	color: #06175b;
	font-weight: bold;
}
.xian {
	width: 100%;
	max-width: 60px;
	min-width: 0px;
	height: 32px;
	line-height: 32px;
	max-height: 3px;
	min-height: 3px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #ee0d09;
}
.yt-title p {
	margin: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #595959;
	line-height:27px;
}
.home-news {
	overflow: hidden;
	position: relative;
}
.huanglong-bg {
	border-radius: 10px 10px 0 0;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.huanglong-bg:hover .text-box {
	background: #ee0d09;
	transition: all 0.6s;
}
.huanglong-bg:hover .text-box a {
	color: #fff;
}
.pic {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.pic img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.huanglong-bg:hover .pic img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.text-box {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	background: #f5f5f5;
}

.home-news .swiper-container {
	width: calc(100% - 150px);
}
.home-news .swiper-button-prev {
	position: absolute;
	top: 45%;
	left: 0px;
	font-size: 15px;
	cursor: pointer;
	background: #ffffff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #b7b5b5;
	border: 2px #b7b5b5 solid;
}
.home-news .swiper-button-next {
	position: absolute;
	top: 45%;
	right: 0px;
	font-size: 15px;
	cursor: pointer;
	background: #ffffff5c;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #b7b5b5;
	border: 2px #b7b5b5 solid;
}
.home-news .swiper-button-prev:hover, .swiper-button-next:hover {
	background: #ee0d09;
	border: 2px solid #ee0d09;
	color: #fff;
}

.product .ckgd {
	width: 160px;
	height: 47px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.product .ckgd a{ background:#ee0d09; width:100px; text-align:center;}

/*****首页产品列表***/
.prdlist{ padding: 100px 0 170px; background: #f5f4f7 url(../images/pattern.png); overflow:hidden;}
.prdlist .inner-box{
	border-bottom: 3px solid #ee0d09;
	position: relative;
    margin-bottom: 30px;
	padding: 45px 33px 40px;
    background-color: #fff;
    display: block;
}
.inner-box h5 {
    position: relative;
    font-size: 12px;
    color: #001659;
    text-transform: uppercase;
}
.inner-box h2 {
    font-size: 26px;
    color: #001659;
    font-weight: 700;
    margin-bottom: 50px;
}
.inner-box a {
    color: #ee0d09;
	font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.inner-box .icon {
    position: absolute;
	width:55px;
	height:55px;
    right: 33px;
    bottom: 25px;
    line-height: 45px;
    font-size: 55px;
    color: #b2b2b2;
	background:url(../images/xtb.jpg) no-repeat;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/****列表下内容***/
.features-section {
    background-color: #ee0d09;
	float:left;
	width:100%;
}
.features-section .inner-container {
	width:50%;
    max-width: 570px;
    margin: 0 auto;
    margin-right: 0;
    padding: 70px 0;
	float:left;
}
.features-section h2 {
    position: relative;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.features-section .text {
    position: relative;
    color: #fff;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.features-section .image {
	width:50%;
    position: relative;
    margin-top: -100px;
	float:right;
}


/******首页新闻****/
.news {
	padding: 50px 0;
	overflow:hidden;
	width:100%;
	float:left;
}
.newfl {
	float: left;
}
.newfl h2 {
	font-size: 40px;
	color: #06175b;
	font-weight: bold;
}
.newx {
	width: 60px;
	height: 3px;
	background: #ee0d09;
	margin: 15px 0;
	overflow: hidden;
}
.newfl h3 {
	float: left;
	font-size: 16px;
	color: #2a3843;
}
.newfr {
	float: right;
}
.news .ckgd {
	width: 160px;
	height: 47px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.news .ckgd a{ background:#ee0d09; width:100px; text-align:center;}

.news_ul {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	float: left;
}
.newscon {
	width: 32.3333333333%;
	float: left;
}
.newscon:nth-child(2) {
	margin-left: 1.5%;
}
.newscon:nth-child(3) {
	margin-left: 1.5%;
}
.newsc_img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.newsc_img:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	top: 0px;
	left: 0px;
	z-index: -1;
}
.newsc_img img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.newscon:hover .newsc_img img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.newscon:hover .newsc_img:before {
	z-index: 100;
	background: rgba(0,0,0,0.5);
}
.news_nr {
	overflow: hidden;
	background: #ee0d09;
	padding: 5%;
}
.newc_xtb {
	float: left;
	width: 19%;
	margin-top: 40px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.3);
}
.newc_xtb img {
	width: 50px;
}
.newc_c {
	width: 76%;
	float: right;
}
.newc_c h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.newc_c p {
	font-size: 15px;
	color: #fff;
	line-height: 27px;
}
/****首页关于我们***/
.s_about {
	width: 100%;
	height: 550px;
	overflow: hidden;
	padding:55px 0;
	position: relative;
	background:#f5f5f5;
}
.w-1400{ width:1400px; margin:0 auto; overflow:hidden;}
.about-fl {
	width: 35%;
	height: auto;
	float: left;
	position:absolute;
	left:8%;
	bottom:50px;
}
.about-fl h1 {
	color: #333;
	font-weight: bold;
	font-size: 28px;
	line-height: 60px;
	margin-bottom: 10px;
}
.about-fl span {
	width: 60px;
	float: left;
	height: 2px;
	background: #ee0d09;
}
.aboutcnet {
	width: 100%;
	float: left;
	overflow: hidden;
	line-height: 33px;
	font-size: 16px;
	margin-top: 20px;
	color: #333;
}
.about-more {
	width: 100%;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.about-more a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	border: 1px solid #ee0d09;
	color: #ee0d09;
	font-size: 16px;
}
.about-fr {
	width: 55%;
	height: 400px;
	float: right;
	text-align: right;
	position:absolute;
	right:0;
	bottom:0;
}
.about-fr img {
	max-width: 100%;
}
.s_about .ckgd {
	width: 180px;
	height: 47px;
	float: left;
	margin-top: 15px;
}
.s_about .ckgd a{ background:#ee0d09; width:100px; text-align:center;}

/*****底部文字***/
.facts-section {
    position: relative;
    padding: 100px 0 70px;
	overflow:hidden;
}
.facts-section h2 {
    position: relative;
    font-size: 45px;
    font-weight: 900;
    color: #001659;
    line-height: 45px;
    margin-top: 40px;
}
.facts-section h2 span {
    color: #ee0d09;
}
.facts-section .facts-block {
    position: relative;
    margin-bottom: 30px;
	padding:0 20px;
}

.facts-section .facts-block .icon {
    position: relative;
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 15px;
}

.facts-section .facts-block h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.facts-section .facts-block .text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}

/*****footer****/
.footer-lx{ position: relative; border-bottom: 1px solid #1e294a; background-color: #081336;}
.fiex{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-lx .content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 45px;
    padding-top: 23px;
    padding-bottom: 10px;
}
.footer-lx .info-inner{ width:33%; float:left; border-right: 1px solid #1e294a;}
.footer-lx .icon {
    position: relative;
    margin-right: 20px;
}

.footer-lx .icon {
    font-size: 36px;
    margin-bottom: 10px;
}
.footer-lx .icon i{ color:#f00; font-size:36px;}

.footer-lx .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-lx .text a {
    font-size: 20px;
    color: #fff;
}

.footer-lx .text strong {
    font-size: 24px;
    font-weight: 700;
}

.footer{ position: relative; background-color: #081336; padding: 70px 40px 10px; overflow:hidden;}
.widget_about {
    margin-right: 60px;
}
.widget {
    margin-bottom: 40px;
}
.widget_about .foot-logo {
    margin-bottom: 25px;
}
.widget_about .text {
    color: #b2b9c5;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.widget h4 {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.widget_links li {
    margin-bottom: 8px;
}
.widget_links li a {
    color: #b2b9c5;
    font-size: 17px;
}
.widget_newsletter .text {
    position: relative;
    color: #b2b9c5;
    font-size: 17px;
    margin-bottom: 20px;
}
.newsletter-form{ display:flex; margin-bottom:20px;}
.newsletter-form input {
    position: relative;
    width: 80%;
    height: 47px;
    border: 1px solid #474c59;
	text-indent:2em;
    border-radius: 5px;
    color: #b2b9c5;
    background-color: transparent;
	float:left;
}
.newsletter-form a{ width:60px; height:47px; background:#ee0d09; float:left; text-align:center; line-height:47px; }
.newsletter-form a i{ color:#fff; font-weight:bold; font-size:20px;}

.footer-bottom {
    position: relative;
    padding: 24px 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #1e294a;
}
.footer-bottom .text a, .footer-bottom .text, .footer-bottom .copyright-text a, .footer-bottom .copyright-text {
    color: #b2b9c5;
    font-size: 17px;
}


/****手机站底部横条**/
.footer-fix {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	display: none;
}
.footer-fix li {
	float: left;
	width: 25%;
}
.footer-fix li a {
	display: block;
	text-align: center;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
}
.footer-fix li i.i1 {
	background-image: url(../images/f_01.png);
}
.footer-fix li i.i2 {
	background-image: url(../images/f_02.png);
}
.footer-fix li i.i4 {
	background-image: url(../images/f_04.png);
}
.footer-fix li i.i3 {
	background-image: url(../images/f_03.png);
}
.footer-fix li i {
	display: block;
	height: 20px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
}
.show-xs {
	display: none;
}
/*****关于我们单页****/
.pagegywm{ padding:100px 0 70px;}
.pagegywm .content{ margin-bottom:30px; width:60%; float:left;}
.pagegywm .content h3{
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #001659;
	font-size:28px;
}
.pagegywm .content h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 52px;
    margin-top: -5px;
	color:#001659;
}
.pagegywm .text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}
.pagegywm .content .text p {
    margin-bottom: 20px;
}
.pagegywm .image {
    margin-bottom: 30px;
	float:right;
}
.pagegywm .image img{ max-width:100%;}

/*****一专文化****/
.why-choose-us-two {
    background-color: #ee0d09;
}
.why-choose-us-two .inner-container {
    max-width: 570px;
    margin: 0 auto;
    margin-right: 0;
    padding: 100px 0 70px;
}
.sec-title {
    position: relative;
    margin-bottom: 50px;
}
.why-choose-us-two .sec-title.style-two h2 {
    color: #fff;
	position: relative;
    font-size: 40px;
    font-weight: 700;
}
.why-choose-us-two .sec-title.style-two h2:before {
    background-color: #fff;
	width: 50px;
    left: auto;
    right: -68px;
    bottom: 10px;
	position: absolute;
    content: '';
}
.why-choose-us-two .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.why-choose-us-two .icon-box .icon {
    position: relative;
    font-size: 55px;
    line-height: 70px;
    color: #fff;
    margin-right: 35px;
}
.why-choose-us-two .icon-box h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}
.why-choose-us-two .icon-box .text {
    color: #fff;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px 0px 15px;
}
.yzwhimg{ width:100%; height:758px; float:left; background:url(../images/image-9.jpg) no-repeat; background-size: cover;}

.about-section-three{ padding:100px 0 70px; overflow:hidden;}
.cta-sam{ background:#ee0d09; margin-bottom:27px; font-size: 35px;
    font-weight: 700;
    color: #fff;
	padding:20px;
}
.about-section-three .text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}


/*****全部证件****/
.gallery-section {
    position: relative;
	overflow:hidden;
}

.gallery-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.gallery-block .inner-box .image img {
    width: 100%;
}

.gallery-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    opacity: 0;
    background-color: rgb(238 13 9 / 0.85);
    padding: 30px;
}

.gallery-block .inner-box:hover .overlay {
    opacity: 1;
}

.gallery-block .zoom-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    transition: .9s;
    transform: rotate(360deg);
}

.gallery-block .inner-box:hover .zoom-btn {
    transform: rotate(0);
}

.gallery-block .zoom-btn a {
    color: #242424;
}

.gallery-block h4 {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    transition: .5s;
    overflow: hidden;
}

.gallery-block h4 span {
    position: relative;
    transition: .5s;
    display: block;
    transform: translateY(100%);
    transition-delay: .3s;
}

.gallery-block .inner-box:hover h4 span {
    transform: translateY(0);
}


.filter-tabs {
    padding: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.filter-tabs li {
    border-bottom: 1px solid transparent;
    margin: 0;
    padding: 0;
    line-height: 20px;
    margin: 0 22px 10px;
    color: #001659;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.filter-tabs li .count {
    display: none;
}
.filter-tabs.style-two {
    justify-content: flex-start;
}

.filter-tabs.style-two li {
    padding-left: 20px;
    border: 0;
    margin: 0;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}

.filter-tabs.style-two li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 9px;
    width: 10px;
    height: 1px;
    background: #172b56;
}
.filter-tabs li.active {
    color: #ee0d09;
    border-color: #ee0d09;
}

.filter-tabs.style-two li.active:before {
    background-color: #ee0d09;
}

.video-section {
    position: relative;
    padding: 130px 0 120px;
    background-size: cover;
    overflow: hidden;
}

.video-section .sec-bg {
    position: absolute;
    top: -70px;
    bottom: -20px;
    left: 0;
    right: 0;
    background-size: cover;
}

.video-section h5 {
    position: relative;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin-top: 15px;
}

.video-section h5:before {
    position: absolute;
    content: '';
    bottom: 0;
    width: 85px;
    height: 2px;
    width: 50px;
    right: -68px;
    bottom: 10px;
}

.video-section h2 {
    position: relative;
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
}

.video-section .video-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.video-section .video-box .video-btn a {
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    margin-right: 25px;
    display: inline-block;
    font-size: 72px;
    transition: .5s;
    background-color: #fff;
}

.video-section .video-box .video-btn a:hover {
    color: #fff;
}

.video-section .video-box .text {
    position: relative;
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
}

/******公司简介单页****/
.pbanner {
	height: 308px;
	overflow:hidden;
}
.banner1 {
	background: url(../images/n_ban1.jpg) no-repeat center / cover;
}
.banner2 {
	background: url(../images/n_ban2.jpg) no-repeat center / cover;
}
.pbanner .w_z {
	width: 35%;
	color: #fff;
	text-align: left;
	float:left;
	line-height: 1.6;
	margin-top:80px;
}
.pbanner h2 {
	font-size: 55px;
	font-weight: bold;
	color: #fff;
	text-shadow: #666 2px 2px 4px;
}

.pbanner p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    max-width: 400px;
    margin-top: 10px;
}
.pbanner p a{ color:#f00;}

.pageNav {
	height: 80px;
	overflow: hidden;
}
.huise{ background:#f5f5f5;}
.navList{float:left; overflow:hidden;}
.navList ul{ float:left; overflow:hidden;}
.navList li{
	float:left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 20px 8px;
    padding: 0px 30px;
    background: #434343;
    color: #fff;
    border-radius: 5px;
    display: block;
    transition: 0.3s ease 0s;
}
.navList li a{ color:#fff;}
.navList li:hover{ background:#ee0d09;}
.navList li.cur{ background:#ee0d09;}
.navmain{ line-height:80px;}
.navmain a:hover{ color:#ee0d09;}
.navmain i{ color:#ee0d09; font-weight:bold;}

.pageab {
	padding: 70px 0;
}
.pageTitle {
	position: relative;
	z-index: 1;
}
.pageTitle .title1 {
	font-size: 30px;
	line-height: 30px;
	color: #434343;
	padding-bottom: 18px;
	text-align:center;
}
.pageTitle .title1 span{ color:#ee0d09; font-weight:bold;}
.tit-xian{ width:60px; height:3px; margin:0 auto; background:#ee0d09;}
.tit-sb{ text-align:center; font-size:14px; color:#A9A9A9; margin-top:20px;}

.ab_nr {
	margin-top: 40px;
	line-height: 28px;
	font-size: 16px;
	overflow: hidden;
}
.nyab_img{ float:right; margin-left:30px;}
.ab_nr p {
	text-indent: 2em;
}
.ab_nr img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}
.ab_nr table{ width:100%; word-wrap: break-word; word-break: break-all;}
.ab_nr table td{ width: 20%; border: 1px solid #eee; font-size: 16px; background: #fff; padding: 5px 10px;}
.ab_nr table td:first-child { background: #f5f5f5;}
.ab_nr table td:nth-child(2n) { width: 80%;}

/*****联系我们****/
.contact-section{
    position:relative;
    padding:75px 0px 70px;
}

.contact-section .contact-title{
    position:relative;
    margin-bottom:50px;
}

.contact-section .contact-title h2{
    position:relative;
    font-size: 40px;
    font-weight:600;
    margin-bottom: 20px;
    line-height:1.4em;
    display: inline-block;
}

.contact-section .contact-title h2:after{
    position:absolute;
    content:'';
    right: -65px;
    bottom: 15px;
    width: 50px;
    height:2px;
}

.contact-section .contact-title .text{
    position:relative;
    color:#797979;
    font-size: 18px;
    margin: 0;
}

.contact-section .form-column{
    position:relative;
}

.contact-section .form-column .inner-column{
    position:relative;
}
.contact-form{
    position:relative;
}

.contact-form .form-group{
    position:relative;
    margin-bottom:30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
    display:block;
    width:100%;
    line-height:28px;
    height: 56px;
    font-size:16px;
    padding:10px 22px;
    background:#ffffff;
    color:#000000;
    border:1px solid #dddddd;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.contact-form textarea{
    height:208px;
    resize:none;
    font-size:16px;
    background:#ffffff;
}

.contact-form .theme-btn{
    font-size:18px;
    margin-top:10px;
    padding: 20px 36px;
    position: relative;
    color: #fff;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
    border-color:#ff0000 !important;    
}

.contact-form label.error{
    display:block;
    line-height:24px;
    padding:5px 0px 0px;
    margin:0px;
    text-transform:uppercase;
    font-size:11px;
    color:#ff0000;
    font-weight:500;    
}

.contact-section .info-column{
    position:relative;
}

.contact-section .info-column .inner-column{
    position:relative;
    padding-left: 80px;
}

.contact-section .info-column ul{
    position:relative;
}

.contact-section .info-column ul li{
    position:relative;
    color: #797979;
    font-size: 18px;
    font-weight:400;
    margin-bottom:20px;
    padding-left: 55px;
}

.contact-section .info-column ul li span{
    color: #001659;
    font-size: 20px;
    font-weight: 700;
    display:block;
    margin-bottom:6px;
    text-transform:capitalize;
}

.contact-section .info-column ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 35px;
    line-height: 36px;
	color: #ee0d09;
}

.contact-section .info-column .inner-column h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-section .info-column .inner-column .text {
    margin-bottom: 40px;
	font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}


/*****新闻中心****/
.nynews{ padding:40px 0;}
.news_list {
  padding-top: 10px;
  padding-bottom: 50px;
}
.news_list a {
  overflow: hidden;
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDCDC;
}
.news_list_n {
  width: 65%;
  float: left;
  margin-left: 45px;
}
.news_list_n h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  margin-bottom: 30px;
}
.news_list_n p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #484848;
  line-height:25px;
}
.news_list a img {
  width: 15%;
  max-height: 168px;
  float: right;
  margin-right:20px;
}
.news_list a .h_time {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  margin-left: 40px;
}
.news_list a .h_time span {
  margin-bottom: 5px;
}
.news_list a:hover {
  background: #F8F8F8;
}
.news_list a:hover .h_time, .news_list a:hover h1 {
  color: #ee0d09;
}
.h_time {
  width: 10%;
  margin-right: 12px;
  float: left;
  text-align: center;
  color: #848484;
  box-sizing: border-box;
  border-right: 1px solid #DCDCDC;
}
.h_time span {
  font-size: 42px;
  display: block;
}

/*****新闻内页****/
.newsBox{ overflow:hidden; padding:60px 0;}
.newShow{ background:#fff; padding:2%; overflow:hidden;}
.bigBox{ width:70%; background:#f5f5f5; padding:3%;}
.bigBox h1{ font-size:26px; color:#262626; text-align:center;}
.bigBox .time{ margin:20px 0; padding-top:20px; border-top: 1px solid #d9d9d9; font-size:14px; color:#595959;}
.contentImg{ font-size:16px; color:#666; line-height:30px;}
.contentImg img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}
.pageDown{ width:100%; border-bottom:1px solid #d9d9d9; float:left; margin-top:20px; line-height:50px; color:#595959; padding-bottom:10px;}
.pageDown a{ color:#595959;}
.pageDown a:hover{ color:#ee0d09;}
.tjnews{ width:22%; float:right; background:#f5f5f5;}
.tjnews h2{ line-height:44px; background:#ee0d09; text-indent:20px; font-size:16px; color:#fff; font-weight:bold;}
.tjnews li{ border-bottom: 1px dashed #ebebeb; padding: 20px 30px; margin-bottom: 5px; margin-top: 5px;}
.tjnews p{ font-size:16px; color:#333; font-weight:bold; margin-bottom:15px;}
.tjnews font{ color:#999; font-size:12px;}
.tjnews li:hover p{ color:#ee0d09;}

/******产品中心****/
.hform {
    float: right;
	width:300px;
	background:#fff;
	border-radius:50px;
	margin-top:20px;
}
.hform input {
    float: left;
    font-size: 14px;
    border: 0;
    padding: 8px 10px;
    line-height: 20px;
    width: 210px;
	border-radius:50px 0 0 50px;
}
.hform .btn {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 70px;
    height: 36px;
    background: url(../images/search.png) center center no-repeat #c50016;
	border-radius:50px;
}
.products{ padding:40px 0; overflow:hidden;}
.left {
    width: 270px;
	float:left;
}
.left .submenubox { padding-bottom: 20px }
.left .submenubox .left_title { height: 80px; background: #c50016; color: #fff }
.left .submenubox .left_title h3 { font-size: 24px; font-weight: 700; line-height: 80px; padding-left: 26px; text-transform: uppercase; background:url(../images/bz.png) 200px center no-repeat;}
.left .submenu { position: relative }
.left .submenu li { display: block; background: url(../images/jtou.png) no-repeat 90% center;}
.left .submenu li a.sub1 { height: 55px; line-height: 55px; display: block; text-indent:40px; font-size: 18px; border: 1px solid #eee; border-top: 0; overflow: hidden;}
.left .submenu li a.sub2 { height: 55px; line-height: 55px; display: block; text-indent:40px; font-size: 18px; border: 1px solid #eee; border-top: 0; overflow: hidden;}
.left .submenu li a.sub1:hover { border-left: 2px solid #c50016; border-right: 1px solid #f5f5f5; color: #c50016 }
.left .submenu li.hover a.sub1 { border-left: 2px solid #c50016; border-right: 1px solid #f5f5f5; color: #c50016 }
.left .submenu li a.sub2:hover { border-left: 2px solid #c50016; border-right: 1px solid #f5f5f5; color: #c50016 }
.left .submenu li.hover a.sub2 { border-left: 2px solid #c50016; border-right: 1px solid #f5f5f5; color: #c50016 }
.left .submenu s { width: 2px; height: 61px; display: block; background: #009b4c; position: absolute; left: 0; top: 0 }
.left .submenu .box { padding-bottom: 0; background: #f9f9f9; border: 1px solid #eee; border-top: 0; display: none }
.left .submenu .box a { color: #333; line-height: 40px; display: block; height: 40px; padding-left: 28px; overflow: hidden }
.left .submenu .box a s { width: 10px; height: 10px; margin-right: 8px; display: inline-block; background-position: 2px -178px }
.left .submenu .box a:hover, .left .submenu .box a.hover { color: #008cd6 }
.left .submenu li.hover .box { display: block }

.leftbox{ width:100%; float:left; background:#f5f5f5;}
.leftbox h2{ line-height:44px; background:#ee0d09; text-indent:20px; font-size:16px; color:#fff; font-weight:bold;}
.leftbox li{ border-bottom: 1px dashed #ebebeb; padding: 5px 20px; margin-bottom: 5px; margin-top: 5px;}
.leftbox p{ font-size:16px; color:#333; margin-bottom:15px;}
.leftbox li:hover p{ color:#ee0d09;}
.right{ width:1100px; float:right; overflow:hidden;}
.product_list{ width:100%; overflow:hidden; margin-bottom:30px;}
.product_list a {
  width: 353px;
  float: left;
  margin-bottom: 20px;
}
.product_list .img_max {
  width: 353px;
  height: 265px;
  overflow: hidden;
}
.product_list a img {
  width: 353px;
  height: 265px;
  transition: all 0.6s;
}
.product_list a:hover img {
  transform: scale(1.15);
}
.product_list_sub {
  background: #F8F6F7;
  box-sizing: border-box;
  padding: 20px;
}
.product_list_sub h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  margin-bottom: 8px;
}
.product_list_sub p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #313131;
}
.product_list a:nth-of-type(3n+2) {
  margin-left: 15px;
  margin-right: 15px;
}
.product_list a:hover .product_list_sub {
  background: #c50016;
}
.product_list a:hover .product_list_sub h1, .product_list a:hover .product_list_sub p {
  color: #FFF !important;
}

/*****产品内页****/
.pimggd{ background:#f5f5f5; padding:40px 20px; overflow:hidden;}
.prd_fl {
    width: 600px;
    height: auto;
    float: left;
    overflow: hidden;
}
.prd_fr{ width:420px; float:right; overflow:hidden;}
.prd_fr h1{ font-size:30px; font-weight:bold; color:#262626; margin-bottom:20px;}
.ssfl{ width:250px; height:45px; line-height:45px; float:left; text-align:center; background:#ee0d09; color:#fff; border:1px solid #ee0d09; font-size:16px; margin-bottom:20px; transition: all .36s ease;}
.ssfl:hover{ background:#fff; color:#ee0d09;}
.cpsm{ width:100%; float:left; font-size:16px; color:#666; line-height:30px; border-bottom:1px solid #e8e8e8; padding-bottom:20px; margin-bottom:30px;}
.djan{ width:100%; float:left;}
.zxly{ width:180px; height:45px; line-height:45px; float:left; text-align:center; background:#ee0d09; color:#fff; border:1px solid #ee0d09; font-size:16px; margin-bottom:20px; transition: all .36s ease;}
.zxly:hover{ background:#fff; color:#ee0d09;}

.prdnr{ width:100%; overflow:hidden; margin-top:40px;}
.cpxh{ width:100%; float:left; overflow:hidden; background:#f5f5f5; line-height:60px; border-bottom:2px solid #ee0d09;}
.cpxh a{ width:160px; text-align:center; font-size:20px; font-weight:bold; color:#000; float:left;}
a.click_a{ background:#ee0d09; color:#fff;}
.pro-nr-zhuyao{ border:1px solid #ddd; padding:20px; overflow:hidden;}
.nrx-zhuyao{ width:100%; font-size:16px; line-height:30px;}
.nrx-zhuyao table{ width:100%; float:left; word-wrap: break-word; word-break: break-all;}
.nrx-zhuyao table td{ width: 20%; border: 1px solid #eee; background: #fff; padding: 5px 10px; border:1px solid #ddd;}
.nrx-zhuyao img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}

.tlcx{ width:100%; overflow:hidden;}
.tlcx h2{ background:#ee0d09; line-height:40px; text-indent:20px; font-size:16px; color:#fff; margin-top:20px;}
.tlcx ul{ border:1px solid #ddd; padding:15px; overflow:hidden;}
.tlcx li{ width:23%; float:left; margin-left:1%; margin-right:1%; overflow:hidden;}
.tlcx li img{ width:100%; height:184px;}
.tlcx li p{ text-align:center; line-height:30px; height:30px; overflow:hidden; margin-bottom:10px;}
.tlcx li a:hover{ color:#ee0d09;}

.section-three{
	overflow:hidden;
	width:100%;
}
.owl-carousel-c{
	width: 100%;
	float:left;
	overflow:hidden;
	margin-top:1px;
}
#banner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#banner .item{ display: block;}
#banner img { display: block;width:100%;margin:0 auto;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;}	
.owl-carousel .owl-item{float: left;}
.owl-controls{position:absolute;bottom:10px;left:50%;float:left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{margin-top: 10px;text-align: center;}
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;
padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #869791;
filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #ddd;overflow: hidden;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;background:#5abf21;}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;border-radius: 30px;}
.owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center}


/*返回顶部*/
.r_nav{ position: fixed; right: 100px;bottom: 100px; opacity: 0;filter: alpha(opacity=0);transition: all .5s;
	width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    background: #25283a;
    border-radius: 50%;
}

.r_nav.active {opacity: 1;filter: alpha(opacity=100); z-index: 999;}
.r_nav_li i{ color:#fff; font-size:20px;}


 @media screen and (max-width: 768px) {
.hide-xs {
	display: none;
}
.show-xs {
	display: block;
}
.layui-container {
	padding: 0 10px;
}
.header {
	height: auto;
}
.header .logo {
	padding:20px 0;
}
.headDiv .logo img {
	height: 50px; margin-left:10px;
}

.product{ padding:50px 0;}
.yt-title h2{ font-size:30px;}
.yt-title p{ font-size:14px;}
.prdlist{ padding:50px 0;}
.prdlist .inner-box{ padding:20px;}
.inner-box h2{ font-size:20px;}
.news{ padding:50px 0;}
.newfl h2{ font-size:30px;}
.newfl h3{ font-size:14px; line-height:25px;}
.newfr,.about_kb,.bootnav{ display:none;}
.s_about{ padding:50px 0; height:auto;}
.newscon{ width:100%; margin:0 0 20px 0 !important;}
.about-fr,.about-fl{ width:100%; height:auto; position:relative; left:0; bottom:0;}
.facts-section{ padding:50px 0;}
.facts-section h2{ margin-bottom:30px;}
.yt-title p{ margin:0;}
.footer-lx .info-inner{ width:100%;}
.footer{ margin-bottom:50px;}
.pbanner{height:150px;}
.pbanner .w_z{ margin-top:50px;}
.pbanner h2{ font-size:20px;}
.pbanner h3{ height:2px; background:#ee0d09; width:50px;}
.pageNav{ height:auto; border-bottom:1px solid #ddd; padding-bottom:10px;}
.navList li{ margin: 10px 1% 0 1%; height: 32px; line-height:32px; width:31%; text-align:center; padding:0;}
.pageab{ padding:40px 0;}
.nyab_img{ margin:0;}
.ab_nr{ margin-top:20px;}
.f_kefu h2{ margin:0;}
.newsBox{ padding:50px 0;}
.bigBox{ width:94%;}
.tjnews{ width:100%; margin-top:20px;}
.tjnews li{ padding:10px 20px;}
.pageDown li{ width:100%; text-align:left;}
.products{ padding:20px 0;}
.right{ width:100%;}
.product_list a{ width:48%; margin-right:2%; overflow:hidden;}
.product_list a:nth-child(2n){ float:right; margin-right:0;}
.product_list .img_max{ width:100%; height:auto;}
.product_list a img{ width:100%; height:auto;}
.product_list a:nth-of-type(3n+2){ margin-left:0;}
.product_list_sub{ padding:10px;}
.product_list_sub h1{ font-size:16px;}
.hform{ margin-top:10px;}
.pimggd{ padding:20px;}
.prd_fl{ width:100%;}
.layui-carousel[lay-indicator=outside] .layui-carousel-ind{ top:-50px;}
.layui-carousel[lay-indicator=outside]{ margin-bottom:0;}
.prd_fr{ width:100%;}
.prd_fr h1{ font-size:24px;}
.zxly{ width:130px;}
.prdnr{ margin-top:20px;}
.tlcx li{ width:48%;}
[class^="pagediv"] a, [class^="pagediv"] span{ padding:5px 10px;}
.head_top .left-column .text{ width:100%;}
.pagegywm,.about-section-three{ padding:50px 0;}
.pagegywm .content{ width:100%;}
.pagegywm .image{ width:100%;}
.why-choose-us-two .inner-container{ padding:50px 10px;}
.video-section h2{ font-size:30px; line-height:normal;}
.navList,.navList ul{ width:100%;}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form select, .contact-form textarea{ width:87%;}
.contact-section .info-column .inner-column{ padding:0;}
}

.wnewstu{ width:100%; overflow:hidden; border-bottom:1px solid #ddd; margin-bottom:15px; padding-bottom:15px;}
.wnewimg{ width:30%; float:left;}
.wnewimg img{ width:100%;}
.wnewtit{ width:67%; float:right; line-height:30px; font-size:16px;}
.wnewdata{ width:67%; float:right; line-height:30px; font-size:13px;}
.cplb{ width:100%; overflow:hidden;}
.cplb li{ width:48%; height:40px; line-height:40px; float:left; margin-right:2%; background:#434343; border-radius:10px; margin-bottom:10px; text-align:center;}
.cplb li.cur{ background:#d40d15;}
.cplb li a{ font-size:15px; color:#fff;}
