* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none blink !important;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

input {
    outline: none
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 16px;
}
.con9{
    width: 86%;
    margin: 0 5%;
}
.section-title.bottom120{
	margin-bottom: 120px !important;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pic{ width: 100%; height: auto; display: inline-block;}
.top{
    background: #1b1d21;
    color: #fff;
    height: 52px;
    line-height: 52px;
}
.top p{
    float: left;
    margin: 0;
}
.top p span{
  color: #93969b;
}
.top p span:hover{
  color: #fff;
}
.top p span i{
  color: #5bb286;
}
.top .language{
    float: right;
    display: inline-block;
    padding-right: 64px;
}
.top .language li{
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 2px;
}
.top .language li a i{
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 32px;
    color: #eee;
}

.language a {
    color: #fff;
}
.pa0{
	padding: 0;
}

/*头部导航*/
.navbar {
    z-index: 2;
    background: #fff;
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #111;
    line-height: 36px;
	text-transform:uppercase;
}
.navbar-brand {
    width: 100px;
    height: auto;
    display: inline-block;
    padding: 5px 0 !important;
}

.navbar-brand img {
    width: 100%;
}
.toplink{
	display: inline-block;
	float: right;
}
.toplink li{
	float: left;
	color: #111;
	margin: 15px 0 0 20px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}

.navbar-collapse {
    float: right;
}

.cont_box {
	width: 100%;
	height: auto;
	color: rgb(4, 124, 64);
	padding: 15px;
}
.cont_box p {
	font-size: 14px;
	color: rgb(7, 7, 7);
}

.navbar-nav>li {
    padding: 8px 0;
    margin: 0 10px;
    
}
.navbar-nav .active{
    position: relative;
    background: #090b0c;
    background: transparent;
    color: #e7824a;
    text-transform: uppercase;
    text-decoration: none;
}
.navbar-nav .active::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: - 1;
    border-bottom: 3px solid #e7824a;
}
.navbar-nav .active a{
    color: #e7824a !important;
    font-weight: 600;
}
.navbar-nav>li>a {
    font-size: 16px;
}
.nav>li>a {
    padding: 15px 24px;
}
.navbar-nav>li>ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: .3s;
    background: #fff;
    width: 100%;
    transform: translateY(-200px);
    z-index: -3;
}
.navbar-nav>li:hover>ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}

.navbar-nav>li>ul>li {
    text-align: center;
    padding: 5px 0;
}

.navbar-nav>li>ul>li>a {
    color: #777;
}

.navbar-nav>li>ul>li:hover>a {
    border-bottom: solid 1px #aaa;
}

.navbar-nav>li>ul>li>ul {
    position: absolute;
    left: 134px;
    top: 0;
    width: 207px;
    height: 186px;
    background: #fff;
    display: none;
}

.navbar-nav>li>ul>li:hover>ul {
    display: block;
}

.navbar-nav>li>ul>li>ul>li {
    width: 100%;
    padding-top: 20%;
}

.container-fluid {
    height: 118px;
}

/* sypart1 */
.sypart1{
  width: 100%;
  height: auto;
  display: inline-block;
  background: #fff;
}
.sypart1 .title1{
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
}
.sypart1 .sybox1{
  margin-top: -26px;
}
/* Info Section
============== */

.info-area {
	position: relative;
	margin-top: -100px;
	z-index: 9;
}

/* .info-bg {
	background-image: url(../images/info-bg.jpg);
} */

.info-bg.bg-cover {
	height: 305px;
	background-position: top center;
}

.info-content {
	padding: 42px 38px;
	border-left: 10px solid #e7824a;
	height: 100%;
}

.info-content h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 41px;
}

.info-content a {
	font-family: 'Teko', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #5bb286;
	margin: 15px 0;
}

.info-inner {
	background: #fff;
	box-shadow: 0 1px 4px -2px #6e7b71;
}

.info-founder {
	background: #5bb286;
	height: 100%;
	text-align: center;
	padding: 50px;
}

.info-founder i:before {
	font-size: 60px;
}

.info-founder p.highlight {
	font-size: 48px;
	font-weight: 600;
	color: #333;
}

.info-founder p {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #222;
}

#info-2 .info-content-area {
	padding-left: 30px;
}


/*--产品切换--*/
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item> img {
	cursor: pointer;
	position: relative;
}

.zoom .img-box {
	z-index: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2.2s ease-in-out;
	-moz-transition: all 2.2s ease-in-out;
	-ms-transition: all 2.2s ease-in-out;
	-o-transition: all 2.2s ease-in-out;
	transition: all 2.2s ease-in-out;
}
.zoom:hover .img-box {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.zoom {
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.img-box-content,
.pets-info {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.img-box-content img,
.pets-info img {
	display: block;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.img-box-content {
	position: relative;
}
.pets-info {
	top: 0;
	left: 0;
	position: absolute;
}
.pets-info .pets-info-slid {
	display: block;
	position: relative;
	padding: 2%;
	left: 50%;
	top: 50%;
	position: relative;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.strip_line {
	display: block;
	position: relative;
	height: 1px;
	width: 60%;
	margin: 16px auto;
	background: rgba(255, 255, 255, 0.5);
	clear: both;
}
.pets-effect {
	display: block;
	overflow: hidden;
	position: relative;
}
.pets-effect .pets-info {
	filter: alpha(opacity=0);
	-wekbit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translateZ(0) scale(2, 2);
	-moz-transform: translateZ(0) scale(2, 2);
	-ms-transform: translateZ(0) scale(2, 2);
	-o-transform: translateZ(0) scale(2, 2);
	transform: translateZ(0) scale(2, 2);
	color: #e6e6e6;
}
.pets-effect .pets-info * {
	z-index: 3;
}
.pets-effect .pets-info:after,
.pets-effect .pets-info:before {
	content: "";
	display: block !important;
	position: absolute;
	visibility: visible !important;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 101%;
	height: 101%;
	z-index: -1;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-ms-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pets-effect.ver_line .pets-info:before {
	-webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.pets-effect.ver_line .pets-info:after {
	-webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.pets-effect.ver_line:hover .pets-info {
	filter: alpha(opacity=100);
	-wekbit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1, 1);
	-moz-transform: translateZ(0) scale(1, 1);
	-ms-transform: translateZ(0) scale(1, 1);
	-o-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}
.pets-effect.ver_line:hover .pets-info:before {
	-webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.pets-effect.ver_line:hover .pets-info:after {
	-webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.pets-effect.horizontal .pets-info:before {
	-webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.pets-effect.horizontal .pets-info:after {
	-webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.pets-effect.horizontal:hover .pets-info {
	filter: alpha(opacity=100);
	-wekbit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1, 1);
	-moz-transform: translateZ(0) scale(1, 1);
	-ms-transform: translateZ(0) scale(1, 1);
	-o-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}
.pets-effect.horizontal:hover .pets-info:before {
	-webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.pets-effect.horizontal:hover .pets-info:after {
	-webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.pets-info-slid h4 {
	font-size: 24px;
	color: #e7824a;
}
.pets-info-slid p {
	line-height: 2.2em;
	color: #fff;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}
.treatments h3 {
	color: #333;
}
.pets-effect-btm{
	width: 94%;
	margin: 0 3%;
}
.pets-effect-btm h5 {
	color: #333;
	font-size: 20px;
	margin: 0px 0 20px;
	text-align: center;
	background: #333;
	height: 42px;
	line-height: 42px;
	color: #fff;
}
.laptop:hover .pets-effect-btm h5{
	background: #e7824a;
	cursor: pointer;
}
.pets-effect-btm p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 2.2em;
}
.pets-effect-btm {
	padding: 15px 0;
}
.treatments p {
	color: #fff;
}
/*--//产品切换--*/


/* Service Section ============== */
.services-area{
	width: 100%;
	height: auto;
	display: inline-block;
	background:  url(../images/map.png) #f0f7f7;
    padding: 20px 0 80px;
	margin: 60px 0 0;
	position: relative;
}

.section-title {
	position: relative;
	margin: 68px 0 0;
}

.section-title h2 {
	font-size: 31px;
	font-weight: 500;
	line-height: 42px;
	margin: 7px 0 20px;
}
.section-title p{
	font-size: 18px;
}

.section-title h6{
	color: #e7824a;
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.section-title a{
	display: inline-block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	background: #333;
	margin: 40px 0 0;
	float: right;
	text-align: center;
	color: #fff;
}
.section-title a:hover{
	background: #e7824a;
}
.single-service-area {
	background: #fff;
	padding: 40px;
	position: relative;
	z-index: 1;
	border-bottom: 4px solid #e7824a;
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-top: 36px;
	transition: .3s;
	text-align: center;
	overflow: hidden;
}

.service-icon h4 {
	font-size: 28px;
	font-weight: 600;
	color: #e7824a;
}

.single-service-area h5 {
	margin: 30px 0 20px;
}
.single-service-area:hover {
	border-bottom: 4px solid #e7824a;
}

.single-service-area:before {
	background-image: url(../images/service-bg.jpg);
}

.service-2:before {
	background-image: url(../images/service-bg.jpg);
}

.service-3:before {
	background-image: url(../images/service-bg.jpg);
}

.service-4:before {
	background-image: url(../images/service-bg.jpg);
}

.service-5:before {
	background-image: url(../images/service-bg.jpg);
}

.service-6:before {
	background-image: url(../images/service-bg.jpg);
}

.single-service-area:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-out;
	background-size: cover;
	background-position: center;
}

.single-service-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #252531;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.single-service-area:hover::before {
	visibility: visible;
	opacity: 1;
}

.single-service-area:hover::after {
	visibility: visible;
	opacity: .8;
}

.single-service-area:hover h5 {
	color: #fff;
}

.single-service-area:hover p {
	color: #fff;
}

/* 产品类别 */
.sypart-pro{ width: 100%; height: auto; display: inline-block;  margin-bottom: 80px;}
.youshi-ul{ width: 100%; height: auto; display: inline-block;}
.youshi-ul li{ margin-bottom: 40px; display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;}
.youshi-ul li .img{width: 60%;overflow: hidden;background-color:#5bb286 }
.youshi-ul li .img img{width: 100%;max-width: 600px;}
.youshi-ul li .img:hover img{
	transition: 2s cubic-bezier(0.28, 0, 0.12, 1);
	-webkit-transform: scale3d(1.12, 1.12, 1);
	transform: scale3d(1.12, 1.12, 1)
}
.youshi-ul li .info{padding: 100px 0 0 30px;position: relative;width: 40%;}
.youshi-ul li .info i{color: #5bb286;font-size: 40px;line-height:80px;font-weight: 300;font-style: normal;position: absolute;top:0;right: 0;display:block;width: 100%;text-align: right;}
.youshi-ul li .info i:after{
	content: '';
	width: 130%;height: 2px;background-color: #5bb286;
	position: absolute;bottom: 0;left: -30%;
}
.youshi-ul li .info p{font-family: Noto Sans CJK;font-size: 14px;color: #484848;line-height: 22px;font-weight: 300;}
.youshi-ul li .info h4{font-family: Noto Sans CJK;font-size: 24px;color: #333;font-weight: 600;margin: 15px 0;}

.sypart-pro2{ position: relative;}
.sypart-pro2::before{
	content: "";
    position: absolute;
    width: 74%;
    height: 110%;
    background: #f0f7f7 url(../images/bg.jpg);
    right: 0;
	margin-top: -70px;
}

/* Blog Section 
============== */
.nyright{
	width: 95%;
	margin-left: 5%;
}
.single-blog {
	position: relative;
	margin-bottom: 56px;
}

.single-blog img {
	height: auto;
	width: 100%;
}

#blog-2 .single-blog img {
	height: 350px;
	width: 100%;
}

.single-blog .blog-content {
	position: absolute;
	bottom: 0px;
	left: 20px;
	right: 20px;
	background: #1b1d21;
	text-align: center;
	transform: translateY(50%);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.single-blog:hover .blog-content{
	background: #e7824a;
}
.single-blog .blog-content h3{
	margin: 0;
	height: 46px;
	line-height: 42px;
}

.blog-content span a {
	text-transform: uppercase;
	font-size: 14px;
	opacity: .5;
	letter-spacing: 1px;
}

.blog-content h3 a {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
	font-weight: 700;
    margin: 0;
    color: #fff;
	transform: translateY(50%);
	transition: all .4s ease-in-out;
}
.blog-content:hover h3 a {
	transform: translateY(-12px);
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.blog-content .blog-date p {
	font-size: 14px;
	margin: 0;
}

.blog-content a.read-more {
	position: absolute;
	bottom: 40px;
	left: 20px;
	opacity: 0;
	transform: translateY(50%);
	transition: all .4s ease-in-out;
	font-size: 16px;
	color: #e7824a;
}

.single-blog:hover .blog-content span a {
	opacity: 0;
	transform: translateY(-100%);
}

.single-blog:hover .blog-content h3 a {
	transform: translateY(-12px);
}

/* footer */
.footer{
    width: 100%;
    background: #3d8d65;
    height: auto;
	padding: 80px 0 30px;
}
.footer p{
    margin: 0;
    color: #fff;
}
.footer .flink .fbox1 h3{
	margin: 0 0 30px 0;
	color: #fff;
	font-weight: 600;
}
.footer .flink .fbox1 p{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 12px;
}
.footer .flink .fbox1 p i{
	width: 30px;
}
.footer .flink .fbox2 h4{
	margin: 0 0 20px 0;
	color: #fff;
	font-weight: 600;
}
.footer .flink .fbox2 p a{
	font-size: 15px;
	line-height: 32px;
	margin-bottom: 12px;
	color: #fff;
}
.footer .bq{
   width: 100%;
   height: auto;
   line-height: 50px;
   background: rgba(255, 255, 255, .2);
   color: #fff;
   margin: 36px 0 0;
}
.footer .bq a{
   color: #fff;
   float: right;
}


/* ny-about */
.nyban{
    position: relative;
}
.nyban .postit{
    width: 100%;
    height: auto;
    /* text-align: center; */
    position: absolute;
    left: 23%;
    right: 0;
    top: 30%;
}
.nyban .postit h4 {
    display: inline-block;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 200;
    color: #fff;
    background: rgba(19, 53, 128, .8);
    padding: 10px 24px;
}

.nyabbg {
    background: #fff;
    margin: 42px 0;
}
.nytitle{
	width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 0 30px 0;
}
.nytitle h2{
	text-transform:uppercase;
	color: #3d8d65;
	font-weight: 600;
}
.nytitle h4{
	margin: 15px 0 0;
}
.abjj{
	font-size: 16px;
	margin: 0 0 30px;
	color: #666;
}


/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto 0;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}


/* left-nav */
.leftnav h3{
	font-size: 22px;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	font-weight: 600;
	line-height: 36px;
	border-bottom: solid 1px #e1e1e1;
}
.nav-pro>ul {
    border: none;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.nav-pro>ul>li {
    position: relative;
    margin: 0;
    border-bottom: 2px solid #fff;
    transition: .3s;
    background: #f5f5f5;
}

.nav-pro>ul>li>a {
    padding: 2px 0 0 10px;
    display: block;
    transition: .3s;
    cursor: pointer;
    line-height: 42px;
}

.nav-pro>ul>li:hover>a {
    border-left: 5px solid #3d8d65;
    background: #fbfbfb;
}

.nav-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}

.nav-pro>ul>.active {
    border-bottom: 2px solid #fff;
}

.nav-pro>ul>.active>a {
    border-left: 5px solid #e7824a;
    background: #e6e6e6;
    display: block;
    border-bottom: 1px solid #ddd;
	display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.nav-pro>ul>.active>a>i{
	color: #e7824a;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 15px;
	display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.nav-pro>ul>li>a>i{
	line-height: 46px;
	padding-right: 15px;
}

.nav-pro>ul>li>ul>li>a {
    color: #555;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 15px;
}

.nav-pro>ul>li>ul>.active {
    background: #e7824a;
}

.nav-pro>ul>li>ul>li>ul>li {
    padding-left: 26px;
}

.nav-pro>ul>li>ul>li>ul>li>a {
    color: #888;
    line-height: 32px;
    width: 92%;
    display: block;
    padding: 0 0 0 8px;
    border-bottom: 1px dotted #ddd;
}

.submenu {
    display: none !important;
}

.showsub .submenu {
    display: block !important;
}

.sonmenu {
    display: none;
}
.ableftnav{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 26px 0;
}
.ableftnav .active{
    background: #e7824a;
}
.ableftnav li{
    float: left;
    width: 200px;
    height: 36px;
    line-height: 36px;
    margin-right: 15px;
    background: #333;
    text-align: center;
}
.ableftnav li a{
    color: #fff;
}

/* ny-product */
.prowz{
    line-height: 52px;
	text-align: center;
	background: #f9faf9;
}
.prowz i{ color: #111; font-size: 20px;}
.prowz a{
    color: #333;
}

.pboxny {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.pboxny img {
    width: 100%;
    height: auto;
    margin: 0;
    background-color: skyblue;
    transition: all 1s;
    /* border: 1px solid #ddd;
    box-shadow: 0 0 1px #ccc; */
}

.pboxny img:hover {
    box-shadow: 10px 10px 10px #ddd;
}

.pboxny p {
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #1b1b1b;
    border-bottom: 1px solid #ddd;
}

.pboxny:hover p {
    color: #3d8d65;
    border-bottom: 1px solid #3d8d65;
}

.pro-xq-ms>h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}
.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 46px;
    padding: 0 15px;
}

.newback a:hover {
    color: #014d97;
}
.pro-title h2 {
    font-size: 20px !important;
    height: 42px !important;
    line-height: 42px !important;
}
.pro-title{
    margin-top: 0 !important;
}
.canshu{
    padding: 20px 0 0 20px;
}
.sp-large a img{
    width: 100% !important;
}
.protop{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 12px 0;
}
.protop h2{
    float: left;
}

/* ny-news */
.news {
    display: inline;
  }
  
  .news li {
    width: 100%;
    display: inline-block;
    border: #ddd 1px solid;
    padding: 32px;
    margin-bottom: 15px;
    transition: all 1s;
  }
  
  .news li:hover {
    background: #fafafa;
    box-shadow: 10px 10px 10px #ddd;
  }
  
  .news li:hover h4 {
    color: #e7824a;
  }
  
  .news li a {
    color: #333;
  }
  
  .news li a p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  
  .news li h4 {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
  }
  
  .newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  
  .newback a:hover {
    color: #014d97;
  }
  
  /* ny-download */
  .downbox {
    width: 98%;
    height: auto;
  }
  
  .downbox li {
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  
  .downbox li a {
    width: 100%;
    display: flex;
    line-height: 56px;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  
  .downbox li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
    text-indent: 0;
  }
  
  .downbox li b {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
  }
  
  .downbox li:hover b {
    color: #333;
  }
  


/* ny-contact */
.linkbox {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 10px;
    text-align: center;
}

.linkbox b {
    font-weight: normal;
}

.cont_box .dec {
	font-size: 20px;
	margin: 4px 0px 23px;
	font-weight: 600;
}

.cont_box p {
	font-size: 14px;
	color: #666;
}

.linkbox ul li {
    line-height: 28px;
    border: 5px solid #ddd;
    padding: 20px 28px 24px;
    text-align: left;
}
/* .linkbox ul li:nth-of-type(2){
    border-right: none;
} */
.linkbox ul li p:nth-of-type(1){
	line-height: 32px !important;
}
.linkbox ul li p{
    border-bottom: 1px dotted #ddd;
	margin-bottom: 0;
	line-height: 32px;
	padding: 7px 0;
}
.linkbox ul li h3 {
    font-size: 20px;
    margin-bottom: 18px;
    padding-left: 7px;
    border-left: 4px solid #e7824a;
}

.messagebox {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    padding: 34px 45px 20px;
    background: #eee;
    margin-top: 0;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}

.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 33%;
    margin-bottom: 10px;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #3d8d65;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 32%;
    margin: 32px 36%;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkicon2 {
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.linkicon2 li {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 72px;
    margin: 0 20px;
}

.linkicon2 li:hover {
    background: rgba(70, 158, 48, .9);
}

.linkicon2 li>a {
    color: #fff;
}

.pro-next {
    padding: 15px 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 26px 0 38px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-next p a {
    color: #333;
}

.pro-next p a:hover {
    color: #e7824a;
}
.pback {
    display: block;
    padding: 3px 24px;
    border-radius: 15px;
    background: #666;
    color: #fff;
    margin-top: 24px;
}

.pback:hover {
    background: #e7824a;
    color: #fff;
}
.youcs{ width: 100%; height: auto; }
.youcs h4 { background: #1a439d !important; color: #fff; height: 46px; line-height: 46px; letter-spacing: 2px; text-align: center; font-weight: 600; margin-bottom: 20px;}
.youcs h4 strong{ color: #222; line-height: 46px;}
.youcs table {width:100% !important;height:auto;margin:20px auto 10px; background: #fff;}
.youcs table tbody tr:nth-of-type(1) td {background: #8db4e3;font-weight:600; }
.youcs table tbody tr td {
    padding: 10px;
    vertical-align: center;
    border: 2px solid #000;
    text-align: center;
    background: #d8d8d8;
}
.scweb{
    background-image: linear-gradient(to right, #ff9000 0, #ff5000 100%);
    background-repeat: repeat-x;
    border: 1px solid #e7824a;
    display: inline-block;
    padding: 6px 30px;
    margin: 15px 0 0 15px;
    color: #fff;
    border-radius: 5px;
}
.scweb:hover{
    color: #fff;
}
.scweb:visited {
    color: #fff;
    text-decoration: line-through;
}

@media all and (max-width:768px) {
    body,html{ overflow-x: hidden;}
    .navbar-collapse{ float: none;}
    .navbar-nav>li{ padding: 0;}
    .navbar-default .navbar-nav>li>a{ line-height: 26px;}
    .top{ display: none;}
    .info-bg.bg-cover{ display: none;}
    .info-content h5{ font-size: 18px; line-height: 30px;}
    .section-title{ margin-top: 15px;}
    .section-title a{ margin: 0 0 15px 0;}
    .fbox2{ display: none;}
    .footer .bq{ line-height: 28px;}
    .footer{ padding: 45px 0;}
    .ableftnav li{ width: 48%; margin-right: 2%;}
    .form-group{ width: 100%;}
    .submit{ width: 50%; margin: 20px 25%;}
}