@charset "utf-8";


/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
/* 微信：wwwadminbuycn */

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","Arial"; color:#555;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{

	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */

.header{
	width:1400px;
	height:90px;
	position: absolute;
	z-index: 9999;
	top:40px;
	background:#fff;
	border-radius:0 30px 0px 30px;
	left:50%;
	margin-left:-700px;
}
.small .headernr{
	display:none;
}
.logo{
	width:27%;
	overflow:hidden;
	padding:15px 0 0 0px;
	text-align:center;
}
.logo img{ height:60px}
.nav{
	float:right;
	background: linear-gradient(to right,#0068b4,#0da12b);
	width:73%;
	border-radius:0 30px 0 0;
}
.menu, .menu ul {
	list-style: none;
	padding: 0;
}
.menu > li {
  position: relative;
  display: inline-block;
  outline: 0;
}
.submenu {
  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}




.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}

.nav > ul{

	width:100%;

	}

.nav span{

	display:block;

	width:1px;

	height:30px;

	background:rgba(255,255,255,0.7);

	margin-top:16px;

}

.nav span:last-child{

	display:none;

}

.nav .menu > li{
	height:90px;

	float:left;

	text-align:center;

	line-height:90px;

	}

.nav .menu > li > a{
	color:#fff;
	font-size:16px;
	display:block;
	padding:0 28px;
}

.nav .menu > li:hover > a,
.nav .menu > li.current > a{
	color:#fff;
}
.nav .menu > li > a >img{
	margin-top:25px;
}
.nav .menu > li.taobao{
	background:url(../images/navline.png) no-repeat left center;
}
.nav .menu > li.taobao a{
	padding:0 0 0 30px;
}
.nav .menu > li.en a{
	padding:0 0 0 20px;
}
.nav .menu > li .submenu{
	width:130%;
	left:-15%;
}

.nav .menu > li .submenu li{

	width:100%;

	height:40px;

	line-height:40px;

	background: linear-gradient(to right,#0068b5,#0da12c);

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li a{

	display:block;

	color:#fff;

	font-size:14px;

}

.nav .menu > li .submenu li:hover{

	background: linear-gradient(to right,#0da12c,#0068b5);

}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #ca0a55;
    margin: 0 auto 0.4375rem;
    display: block;
    line-height: 1;
    transition: all 0.5s;
}
#menu{
	width: 3.5rem;
	height: 3.5rem;
	display: block;
	position: absolute;
	right: 0rem;
	top: 10px;
	text-align: center;
	line-height: 3.5rem;
	z-index: 5;
	padding-top: 1rem;
	transition: all 0.5s;
	opacity: 1;
}
#menu.active{
	opacity: 0;
}
#menu span{
	width: 2rem;
	height: 2px;
	background-image: -webkit-linear-gradient(bottom,#0068b4,#0da12b);
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#ca0a55;
}
#menu span:last-child{
	margin-bottom: 0;
}
.phone{ display:none;}
/*sidenav*/
#sidenav{
	text-align: center;
	position: fixed;
	right: -30rem;
	top: 0;
	width: 15rem;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index:9999;
	padding: 0 ;
	transition: all 0.5s;
}
#sidenav.active{
	right: 0;
}
#sidenav .nav-close{
	width: 20px;
	height:20px;
	display: block;
	transition: all 0.5s;
	font-size:24px;
	line-height:20px;
}
#sidenav .nav-close:before {
    content: "\00d7";
    color: #fff;
}
#sidenav .nav-close span{
	color:#fff;
}
#sidenav .nav-close:hover{
	transform: rotate(180deg);
}
#sidenav .nav-close:hover span{
	background-color: #ffe700;
}
#sidenav .nav-close span:nth-child(1){
	transform: rotate(45deg);
}
#sidenav .close span:nth-child(2){
	transform: rotate(-45deg);
}
#sidenav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #666;
}
#sidenav ul li a {
    color: #fff;
    font-size: 16px;
}
#sidenav ul li a:hover{
	color:#0068b5;
}
.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
	box-shadow: 0px 2px 5px rgba(120,120,120,0.75);
	-moz-box-shadow: 0px 2px 5px rgba(120,120,120,0.75);
	-webkit-box-shadow: 0px 2px 5px rgba(120,120,120,0.75);
}

#wrapper a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

#wrapper a:focus ,#wrapper a:link,#wrapper a:active {
	outline:none;
}

#wrapper a:hover {
	color:#444;
}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:800px !important;
	overflow:hidden;

}
.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:800px !important;
	position:relative;

}



@media only screen and (min-width: 768px) and (max-width: 959px) {

	  .banner, .bannercontainer			{	width:768px; height:309px;}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

	   .banner, .bannercontainer		{	width:480px; height:193px;	}

}



@media only screen and (min-width: 320px) and (max-width: 479px) {

		.banner, .bannercontainer		{	width:320px;height:129px;	}

}



@media only screen and (max-width: 319px) {

		.banner, .bannercontainer		{	width:240px;height:97px;	}

}



.tp-bullets.simplebullets.round .bullet:hover,

.tp-bullets.simplebullets.round .bullet.selected,

.tp-bullets.simplebullets.navbar .bullet:hover,

.tp-bullets.simplebullets.navbar .bullet.selected {	

	background:#0da22a !important; 
	border:solid 3px #0da22a;

}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	background-color:#0da22a !important;
	border:solid 3px #0da22a;

 }
/*BANNER1*/
.flickerplate {
	position:relative;
	width:100%;
	height:800px;
	background-color:#e6e6e6;
	overflow:hidden
}
.pc{ display:block}
.phone{ display:none !important;}
.flickerplate ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none
}
.flickerplate ul.flicks>li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-size:cover;
	display:table
}
.flickerplate ul.flicks>li .flick-inner {
	height:100%;
	padding:10px;
	color:#fff;
	display:table-cell;
	vertical-align:middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width:68.75em;
	margin-left:auto;
	margin-right:auto
}
.flickerplate ul.flicks>li .flick-title {
	padding:0px 0px;
	font-size:2.778em;
	line-height:1.995em;
	text-align:center
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
font-size:1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	font-weight:300;
	line-height:2.5em;
	color:rgba(255, 255, 255, 0.8);
	text-align:center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding:12px 18px;
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position:absolute;
	height:80%;
	width:10%;
	top:10%;
	z-index:100;
	overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
	display:block;
	height:100%;
	width:90%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor:pointer
}
.flickerplate .arrow-navigation.left {
	left:0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity:0;
	margin:0px 0px 0px 50%;
	background-image:url("../images/arrow-left-light.png");
	background-repeat:no-repeat;
	background-position:left
}
.flickerplate .arrow-navigation.right {
	right:0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity:0;
	margin:0px 0px 0px -50%;
	background-image:url("../images/arrow-right-light.png");
	background-repeat:no-repeat;
	background-position:right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity:1;
	margin:0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:100
}
.flickerplate .dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px
}
.flickerplate .dot-navigation ul li {
	display:inline-block;
	float:none
}
.flickerplate .dot-navigation .dot {
	width:14px;
	height:14px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image:url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image:url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position:relative;
	left:0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom:0px;
	overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position:auto
}

/** BULLETS **/

.tp-bullets {

    z-index: 1001;

    position: absolute;

    bottom: 0px;

	width: 162px !important;

}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background: rgba(255,255,255,0);
	border:solid 3px #fff;
    width: 16px;

    height: 16px;

	border-radius:50%;

	margin:0 10px 20px 10px;

    float: left;

    -webkit-transition: background 0.1s linear;

    -moz-transition: color, background 0.1s linear;

    -o-transition: color, background 0.1s linear;

    transition: color, background 0.1s linear;

}







.tp-bullets.tp-thumbs {

    z-index: 100;

    position: absolute;

    padding: 3px;

    background-color: #fff;

    width: 500px;

    height: 50px;

    margin-top: -50px;

}



.fullwidthbanner-container .tp-thumbs {

    padding: 3px;

}



.tp-bullets.tp-thumbs .tp-mask {

    width: 500px;

    height: 50px;

    overflow: hidden;

    position: relative;

}



.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {

    width: 5000px;

    position: absolute;

}



.tp-bullets.tp-thumbs .bullet {

    width: 100px;

    height: 50px;

    cursor: pointer;

    overflow: hidden;

    background: none;

    margin: 0;

    float: left;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/*filter: alpha(opacity=50);	*/

    -moz-opacity: 0.5;

    -khtml-opacity: 0.5;

    opacity: 0.5;

    -webkit-transition: all 0.2s ease-out;

    -moz-transition: all 0.2s ease-out;

    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;

}



.tp-bullets.tp-thumbs .bullet:hover,

.tp-bullets.tp-thumbs .bullet.selected {

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    -moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

}



.tp-thumbs img {

    width: 100%;

}



.tp-bannertimer {

    width: 100%;

    height: 10px;

    position: absolute;

    z-index: 200;

    z-index: 5000;

}



.tp-bannertimer.tp-bottom {

    bottom: 0px !important;

    height: 5px;

}





@media only screen and (min-width: 768px) and (max-width: 959px) {;

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

    .responsive .tp-bullets.tp-thumbs {

        width: 300px !important;

        height: 30px !important;

    }



    .responsive .tp-bullets.tp-thumbs .tp-mask {

        width: 300px !important;

        height: 30px !important;

    }



    .responsive .tp-bullets.tp-thumbs .bullet {

        width: 60px !important;

        height: 30px !important;

    }

}



@media only screen and (min-width: 0px) and (max-width: 479px) {

    .responsive .tp-bullets {

        display: none;

    }



    .responsive .tparrows {

        display: none;

    }

}





.tp-simpleresponsive img {

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

}



.tp-simpleresponsive a {

    text-decoration: none;

}



.tp-simpleresponsive ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.tp-simpleresponsive >ul >li {

    list-stye: none;

    position: absolute;

    visibility: hidden;

}



.caption.slidelink a div,

.tp-caption.slidelink a div {

    width: 10000px;

    height: 10000px;

}



.tp-loader {
    display: none;
    background-color: #fff;

    margin: -22px -22px;

    top: 50%;

    left: 50%;

    z-index: 10000;

    position: absolute;

    width: 44px;

    height: 44px;

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

}
.pcbanner{
    display: block;
}
.mobilebanner{
    display: none;
}


/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.tit h3{
	width:100%;
	text-align:center;
	line-height:50px;
	margin-bottom:30px;
}
.tit h3 a{
	font-size:36px;
	color:#4e4e4e;
}
.tit p{
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:32px;
}
.tit h3 a:after{
	position:absolute;
	bottom:-15px;
	content:"";
	background: linear-gradient(to right,#0da12b,#0068b4);
	width:72px;
	height:4px;
	left:50%;
	margin-left:-36px;
}
/* about
-------------------------------------------------------------- */
.about{
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding:100px 0;
}
.gradient-text{
	text-align: left;
	line-height: 50px;
	font-size:48px;
	font-weight:bolder; 
	position: relative;
	margin-bottom:30px;
}
.gradient-text-one{ 
	background-image:-webkit-linear-gradient(bottom,#0068b4,#0da12b);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.aboutnrl{
	padding-right:50px;
}
.abouttit h3{
	line-height:40px;
	margin:0 0 35px 0;
	position:relative;
}
.abouttit h3 a{
	font-size:36px;
	font-weight:bold;
}
.abouttit h3::after{
	position:absolute;
	bottom:-20px;
	content:"";
	background: linear-gradient(to right,#0068b4,#0da12b);
	width:75px;
	height:4px;
	left:0;
}
.aboutnr p{
	font-size:16px;
	color:#666;
	line-height:32px;
}
.ab_fl{
	margin:20px 0 30px 0;
}
.ab_fl dt{
	color:#0da27a;
	font-size:16px;
	font-weight:normal;
}
.ab_fl dd{
	font-size:16px;
	color:#666;
}
.ab_fl .counter{
	font-size:40px;
	color:#0067b6;
	font-weight:bold;
}
.ab_fl dl{
	border-left:1px solid #c6c6c6;
	position:relative;
	padding:0px 0 8px 15px;
}
.ab_fl dl::after{
	position:absolute;
	content:"";
	width:1px;
	height:20px;
	background:#0da27a;
	left:-1px;
	top:0;
}
.aboutmore a{
	background:linear-gradient(to right,#0068b4,#0da12b);
	width:200px;
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	font-size:16px;
	display:block;
	border-radius:0 30px 0 30px;
	transition: all 0.5s ease 0s;
}
.aboutmore a:hover{
	background:linear-gradient(to right,#0da12b,#0068b4);
	transition: all 0.5s ease 0s;
	border-radius:0 30px 0 30px;
}
.aboutnrr{
	overflow:hidden;
}
.aboutnrr img:hover{
	transform:scale(1.1);
	transition: all 0.5s ease 0s;
}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	background:url(../images/probg.jpg) no-repeat top center;
	background-size: cover;
	padding:60px 0 50px 0;
}
.pro .tit a{
	color:#fff;
}
.pro .tit a::after{
	background:#fff;
}
.pro .aboutmore a{
	margin:50px auto;
}
.propage{
	text-align:center;
	padding:25px 0;
}
.propage .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background:#ffffff;
	border-radius:50%;
	border:2px solid #ffffff;
	margin:0 3px;
	cursor:pointer;
}
.propage .swiper-pagination-bullet-active{
	background:none;
}
.prolist .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 330px;
    display: block;
}
.prolist .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.prolist .protit{
    height:65px;
	padding:0 10px;
	background:#f5f5f5;
	text-align:center;
	font-size:16px;
	line-height:65px;
}
.prolist:hover{
	box-shadow:0px 4px 9px #aaa;
}
.prolist:hover .protit{
	background: linear-gradient(to right,#0068b4,#0da12b);
	color:#fff;
}
.prolist:hover .proimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
/* news
-------------------------------------------------------------- */
.news{
	margin-top:58px;
}
.news .aboutmore a{
	margin:50px auto;
}
.newslist{
	padding:40px 0;
	border-bottom:1px solid #ebebeb;
}
.newslist .newsdate{
	width:14%;
	float:left;
	text-align:right;
}
.newslist .newsdate p{
	font-size:36px;
	font-family:Arial;
	line-height:40px;
}
.newslist .newsdate span{
	font-size:20px;
	font-family:Arial;
}
.newslist .newscon{
	float:right;
	width:80%;
}
.newslist:hover{
	background: linear-gradient(to right,#0068b4,#0da12b);
}
.newslist:hover .newsbt,
.newslist:hover .newsms,
.newslist:hover .newsdate p,
.newslist:hover .newsdate span{
	color:#fff;
}
.newslist .newsbt{
	font-size:20px;
	line-height:35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newslist .newsms{
	line-height:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size:16px;
}
/*partnernr--------------------*/
.partner .tit{
	margin-bottom:40px;
}
.partnernr{
	background:#f9f9f9;
	padding:15px 0;
}
.partnerlist .partnerimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 100px;
    display: block;
}
.partnerlist .partnerimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.partnerlist:hover .partnerimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
.partnerpage{
	text-align:center;
	padding:25px 0;
}
.partnerpage .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background:#009b4c;
	border-radius:50%;
	border:2px solid #009b4c;
	margin:0 3px;
	cursor:pointer;
}
.partnerpage .swiper-pagination-bullet-active{
	background: #fff;
}
/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-top:1px solid #f1f1f1;
}
.link .linknr{
	padding:15px 0;
	}
.link .linknr span{
	font-size:14px;
	color:#888;
}
.link .linknr a{
	color:#888;
	padding-right:5px;
	border-right:1px solid #888;
}
.link .linknr a:last-child{
	border-right:none;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#4c4c4c;
	padding:30px 0;
}
.foottop{
	padding-bottom:30px;
}
.footerlogo p{
	font-size:32px;
	color:#fff;
	line-height:50px;
}
.footerlogo span{
	color:#a5a5a5;
	font-size:16px;
}
.botnav li{
	float:left;
	width:70px;
	margin-right:20px; line-height: 50px;
}
.botnav li a{
	font-size:16px;
	color:#fff;
}
.botnav li a:hover{
	color:#a5a5a5;
}
.ab_img img{ max-width:100% !important; height:auto !important;display:inline-block;}
.ab_img p{text-wrap: inherit !important;}
.ab_img p span{text-wrap: inherit !important;}
.lxwm{
	border-top:1px solid #5c5c5c;
	padding-top:30px;
}
.lxwm li{
	float:left;
	width:33.3333%;
	text-align:center;
	padding:15px 3px;
}
.lxwm li p{
	line-height:26px;
	color:#fff;
	margin-top:5px;
	font-size:16px;
}
.lxwm li p a{
	color:#fff;
	font-size:16px;
}
.lxwm li span{
	display:block;
	color:#fff;
	line-height:30px;
	font-size:16px;
}
.lxwm li:hover img{
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.bot{
	width:100%;
	overflow:hidden;
	padding:15px 0;
	color:#b0b0b0;
	background:#3f3f3f;
	line-height:24px;
}
.bot a,.bot a:active,.bot a:visited{
	color:#b0b0b0;
}
.bot a:hover{
	color:#fff;
}
.botbeian{
	text-align:right;
}
/*手机端底部样式*/
.blog-footer{
    padding: 10px 0;
    text-align: center;
    background: #e7ae00;
    color: #fff;
    margin-bottom: 70px;
    line-height: 30px;
}
.blog-footer a {
    color: #fff;
}
.top_menu{
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    font-family: Helvetica, Tahoma, Arial, Microsoft YaHei, sans-serif;
    width: 100%;
    background: #000;
    display:none;
}
.top_menu li{
    -webkit-box-flex: 1;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
    -webkit-background-size: 1px 100%, 1px 100%;
    background-size: 1px 100%, 1px 100%;
    background-position: 1px center, 2px center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 33.3%;
    float: left;
}
.top_menu li a{
    display: block;
    text-align: center;
    height: 55px;
    color: #fff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
    text-decoration: none;
    -webkit-box-flex: 1;
}
.top_menu li a img{
    padding: 0;
    height: 20px;
    width: 20px;
    color: #fff;
    vertical-align: middle;
    display: block;
    margin: 15px auto 0;
}
.top_menu li a label{
    padding: 3px 0 0 3px;
    font-size: 14px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

/* banner_n
-------------------------------------------------------------- */

.banner_n{ 
	width:100%; 
	height:500px;
	position:relative;
	background-size:cover;
}
.capitalize{
	position: absolute;
    width: 90%;
    color: #fff;
    text-align: center;
    top: 60%;
    left: 5%;
    line-height: 1.6;
    transform: translate(0, -50%);
    z-index: 4;
}
.capitalize .ad-tit {
    font-size: 36px;
    font-weight: normal;
	font-weight:bolder; 
	position: relative; 
	background-image:-webkit-linear-gradient(bottom,#0068b4,#0da12b);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.capitalize .ad-line {
    height: 2px;
    width: 3%;
    background: linear-gradient(to right,#0068b4,#0da12b);
    margin: 0.8% auto;
}
.mbanner{
	display:none;
}
/* position
-------------------------------------------------------------- */
.post{
	background:#f5f5f5;
	margin-bottom:50px;
}
.nabout_menu ul{
	margin:0;
}
.nabout_menu li{
	display:inline-block;
	position:relative;
}
.nabout_menu li > a {
    position: relative;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
    padding: 0px 30px;
    color: #333;
    display: block;
    transition: 0.3s ease 0s;
}
.nabout_menu li.cur > a:before{
	width:90%;
	left:5%;
	background: linear-gradient(to right,#0068b4,#0da12b);
	position:absolute;
	content:'';
	height:3px;
}
.nabout_menu li.cur > a{
	color:#0068b4;
}
.nabout_menu li > a:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:0%;
	height:3px;
	background-color:none;
	transition:all .3s;
}
.nabout_menu li > a:hover{
	color:#0068b4;
}
.nabout_menu li > a:hover:before{
	width:90%;
	left:5%;
	background: linear-gradient(to right,#0068b4,#0da12b);
}
.postcon{
	width:1400px;
	margin:0 auto;
}
.nsub_menu{
	position:absolute;
	left:0;
	top:100px;
	width:90%;
	left:5%;
	background:#f1f1f1;
	text-align:center;
	display:none;
}
.nsub_menu a{
	line-height:40px;
	border-bottom:1px solid #ddd;
	text-align:center;
	display:block;
}
.nsub_menu a:hover{
	color:#0068b4;
}
.position{
	line-height:100px;
	text-align:right;
}
.position img{
	margin-top:-3px;
}
.position a{
	margin:0 3px;
}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:30px;
	margin-bottom:30px;
}
.naboutnr{
	margin-bottom:40px;
}
.naboutnr p{
	
	font-size:16px;
	line-height:30px;
}
.naboutimg{
	max-width:100%;
}
/* nmassgenr
-------------------------------------------------------------- */
.nmessage{
	margin-top:40px;
	margin-bottom:40px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin-right:2%;
}
.nmessagenr ul li:nth-child(3){
	margin-right:0;
}
.nmessagenr ul li:last-child{
	width:100%;
	margin-top:15px;
}
.nmessagenr ul li input{
	width:100%;
	height:46px;
	line-height:46px;
	overflow:hidden;
	border-radius:5px;
	font-size:14px;
}
.nmessagenr ul li .name{
	background:#efefef url(../images/tb7.jpg) no-repeat 18px center;
	padding-left:45px;
	}
.nmessagenr ul li .phone{
	background:#efefef url(../images/tb8.jpg) no-repeat 18px center;
	padding-left:45px;
	display:block !important;
	}
.nmessagenr ul li .email{
	background:#efefef url(../images/tb9.jpg) no-repeat 18px center;
	padding-left:50px;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:140px;
	line-height:30px;
	border:solid 1px #e2e2e2;
	border-radius:5px;
	padding:5px 5px 5px 45px;
	font-size: 14px;
	background:#efefef url(../images/tb10.jpg) no-repeat 18px 12px;
}
.nmessagenr .tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.nmessagenr .tjbtn button{
	width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: linear-gradient(to right,#0068b4,#0da12b);
    font-size: 16px;
	border-radius:5px;
}
.nmessagenr input::-webkit-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr input::-moz-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr input::-ms-input-placeholder {
        color: #cdd2db;
      }
	  
.nmessagenr textarea::-webkit-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr textarea::-moz-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr textarea::-ms-input-placeholder {
        color: #cdd2db;
      }
.has-error em{
	color:#d6000f;
	font-style:normal;
	font-size:12px;
	margin-left:10%;
}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist .newsimg{
	background:#d6000f;
	position:relative;
	}
.nnewsnrlist .newsimg img{
	max-width:100%;
	height:auto;
	}
.nnewsnrlist .newsicon{
	width:64px;
	height:64px;
	position:absolute;
	bottom:-22px;
	right:-22px;
	background:#d6000f url(../images/tb3.png) no-repeat center;
	opacity: 0;
	}
.nnewsnrlist:hover .newsimg img{
	transform: translate(10px, 10px);
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), 
	-webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	}
.nnewsnrlist:hover .newsicon{
	opacity: 1;
 	transition-duration: 1s;
	}
.nnewsnrlist dl{
	width:100%;
	overflow:hidden;
	margin-top:15px;
	}
.nnewsnrlist dl dt{
	width:18%;
	overflow:hidden;
	font-size:60px;
	font-family:Arial;
	font-weight:normal;
	color:#666;
	float:left;
	padding-top:8px;
	}
.nnewsnrlist dl dt p{
	font-size:60px;
	font-family:Arial;
	font-weight:normal;
	color:#666;
	line-height: 50px;
	text-align:center;
	}
.nnewsnrlist dl dt span{
	font-size:16px;
	font-family:Arial;
	display:block;
	text-align:center;
	}
.nnewsnrlist dl dd{
	border-left:solid 1px #eee;
	width:82%;
	overflow:hidden;
	padding:0 15px;
	float:left;
	}
.nnewsnrlist dl dd .newsbt{
	font-size:18px;
	color:#313131;
	line-height:35px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
.nnewsnrlist dl dd .newsms{
	color:#acacac;
	line-height:23px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nnewsnr h1{
	text-align:center;
	font-size:18px;
	padding:15px 0;
	margin:0 0 10px 0;
	line-height:26px;
	border-bottom:1px solid #d9d9d9;
}
.nnewsnr .fbtime{
	font-size:14px;
	padding:15px 0;
}
.info{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:15px;
	line-height:24px;
}
.news_content{
	line-height:28px;
}
/* ncontact
-------------------------------------------------------------- */
#map {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin:30px 0 50px 0;
}

.ncontactnr li{
	float:left;
	width:31%;
	margin:15px 1%;
	text-align:center;
	font-size:16px;
}
.ncontactnr li img{
	margin-bottom:10px;
}
.ncontactnr li p.ncontactnrp{
	font-weight:bold;
}
.ncontactnr li p,
.ncontactnr li p a,
.ncontactnr li p span{
	font-size:16px;
	display:block;
}
/* npro
-------------------------------------------------------------- */

.npronr_list{ 
	overflow:hidden; 
	margin:15px 1%;
	width:23%;
	float:left;
	position:relative;
	box-shadow:0px 3px 8px #eee;
}
.npronr_list a{
	display:block;
	overflow:hidden;
	width:100%;
}
.npronr_list .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 320px;
    display: block;
}
.npronr_list .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.npronr_list:hover{
	box-shadow:0px 3px 8px #aaa;
}
.npronr_list .protit{
    height:60px;
	padding:0 20px;
	background:#f5f5f5;
	text-align:center;
	line-height:60px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 16px;
}
.npronr_list .showprobg{
	position:absolute;
	left:0;
	top:-100%;
	width:100%;
	height:320px;
	overflow:hidden;
	box-sizing:border-box;
	color:#fff;
	background:url(../images/pro01.png) no-repeat center center rgba(0,104,180,0.5);
}
.npronr_list:hover .showprobg{
	left:0;
	top:0;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}	
.npronr_list:hover .protit{
	background: linear-gradient(to right,#0068b4,#0da12b);
	color:#fff;
}
.npronr_list:hover  img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nprolf{
	width:35%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:60%;
}
.nprort h3,
.nprort p{
	font-size:16px;
	margin:0;
	line-height:40px;
	color:#666;
}
.nprort h3 span{
	color:#0068b4;
	font-size:16px;
}
.nprotit{
	height:50px;
	line-height:50px;
	background: linear-gradient(to right,#0068b4,#0da12b);
	text-align:left;
	padding-left:20px;
	color:#fff;
	margin:25px 0;
	font-size:18px;
}
/*产品展示结束*/

/*npartner*/
.npartner_list{
	float:left;
	width:14.666%;
	margin:10px 1%;
}
.npartner_list .npartnerimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 100px;
    display: block;
}
.npartner_list .npartnerimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.npartner_list:hover .npartnerimg img{
	transform:translate(-50%, -50%) scale(1.2);
	transition: all 0.5s ease 0s;
}
/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 30px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    margin-right: 6px;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	font-size:14px;
}
.dede_pages ul li.thisclass{
    box-sizing: border-box;
	background: linear-gradient(to right,#0068b4,#0da12b);
	color:#fff;
	border:1px solid #0068b4;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background: linear-gradient(to right,#0068b4,#0da12b);
	color: #fff;
	cursor:pointer;
	border:1px solid #0068b4;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
.pageleft,
.pageright{
	width:49%;
	float:left;
	height:50px;
	line-height:50px;
	border-radius:30px;
	background:#f4f4f4
}
.pageright{
	float:right;
}
.page1 .pageleft:hover,
.page1 .pageright:hover{
	background: linear-gradient(to right,#0068b4,#0da12b);
}
.pageleft p{
	background:url(../images/news02.png) no-repeat  left center ;
}
.pageright p{
	background:url(../images/news03.png) no-repeat right center;
}
.pageleft:hover p{
	background:url(../images/news02h.png) no-repeat  left center ;
	color:#fff;
}
.pageright:hover p{
	background:url(../images/news03h.png) no-repeat right center;
	color:#fff;
}

.page1 .pageleft p{
	padding:0 10px 0 80px;
}
.page1 .pageright p{
	padding:0 80px 0 20px;
}
.page1 p{
	width:100%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#454545;
	font-size: 16px;
}
.pageleft:hover p a,
.pageleft p:hover a
.pageright:hover p a,
.pageright p:hover a{
	color:#fff;
}
.page1 p a:hover{
	color:#fff;
}
/**/
@media(max-width:1440px) {
.flickerplate {
	position:relative;
	width:100%;
	height:600px !important;
	background-color:#e6e6e6;
	overflow:hidden
}
	.header{
		width:1200px;
		margin-left:-600px;
	}
	.nav .menu > li a{
		padding:0 17px;
	}
	.logo{
		width:30%;
	}
	.nav{
		width:70%;
	}
	.cont{
		width:1200px;
		margin:0 auto;
	}
	.aboutnrr img{
		width:100%;
	}
	.prolist .proimg{
		height:285px;
	}
	.pro {
		padding-bottom:0;
	}
	.postcon{
		width:1200px;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:270px;
	}
	.npartner_list{
		width:18%;
	}
}
@media(max-width:1200px) {
    
	.header{
		width:98%;
		left:1%;
		margin:0;
	}
	.nav .menu > li a{
		padding:0 13px;
	}
	.cont,.postcon{
		width:94%;
	}
	.prolist .proimg{
		height:260px;
	}
	.about{
		padding:70px 0;
	}
	.npronr_list{
		width:31%;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:340px;
	}
}
@media(max-width:1024px) {
    
.flickerplate {
	position:relative;
	width:100%;
	height:500px !important;
	background-color:#e6e6e6;
	overflow:hidden
}
	.header{
		width:100%;
		left:0;
		top:0;
		height:60px;
		border-radius: 0;
	}
	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
	}
	.logo{
		width:80%;
		padding-top:10px;
		text-align:left;
	}
	.logo img{
	    margin-left:10px; height:40px
		
	}
	.banner_n{
		height:300px;
	}
	.gradient-text{
		font-size:38px;
		line-height:40px;
	}
	.abouttit h3 a,
	.pro .tit a,
	.tit h3 a{
		font-size:30px;
	}
	.prolist .proimg{
		height:220px;
	}
	.botnav li{
		margin-right:5px;
	}
	.footerlogo p{
		font-size:28px;
	}
	.footerlogo span{
		font-size:14px;
	}
	.position {
		display:none;
	}
	.nabout_menu{
		width:100% !important;
	}
	.nabout_menu li > a{
		padding:0 10px;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:290px;
	}
	.npartner_list{
		width:23%;
	}
	
	
}
@media(max-width:991px) {
.flickerplate {
	position:relative;
	width:100%;
	height:400px !important;
	background-color:#e6e6e6;
	overflow:hidden
}
	.aboutnrr{
		margin-top:15px;
	}
	.prolist .proimg {
		height: 290px;
	}
	.gradient-text{
		font-size:30px;
	}
	.lxwm span font{
		display:block;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:285px;
	}
}

@media(max-width:768px) {
    
.flickerplate {
	position:relative;
	width:100%;
	height:400px !important;
	background-color:#e6e6e6;
	overflow:hidden
}
	.left,.right{
		float:none;
	}
	.aboutnrl {
        padding-right: 0px;
    }
	.pageleft, .pageright{
		width:100%;
		margin-bottom:15px;
	}
	.botnav li{
		margin-top:20px;
	}
	.banner_n{
		height:240px;
	}
	.capitalize .ad-tit{
		font-size:24px;
	}
	.capitalize .ad-line{
		width:8%;
	}
	.about{
		padding:40px 0;
	}
	.npronr_list{
		width:48%;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:340px;
	}
	.npartner_list {
		width: 31%;
	}
	.nabout_menu li > a{
		height:70px;
		line-height:70px;
	}
	.nsub_menu{
		top:70px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:15px;
	}
	.footerlogo p {
		font-size: 20px;
	}
	#top_menu{ display:block;}
}
@media(max-width:767px) {
.flickerplate {
	position:relative;
	width:100%;
	height:350px !important;
	background-color:#e6e6e6;
	overflow:hidden
}
	.botbeian{
		text-align:left;
	}
	
}
@media(max-width:640px) {
.flickerplate {
	position:relative;
	width:100%;
	height:350px !important;
	background-color:#e6e6e6;
	overflow:hidden
}
	.pageleft, .pageright{
		width:100%;
		float:none;
		height:45px;
		line-height:45px;
	}
	.pageright{
		margin-top:10px;
	}
	.page1 p{
		font-size:14px;
		height:45px;
		line-height:45px;
	}
	.page1 p a{
		font-size:14px;
	}
	.gradient-text{
		margin-bottom:15px;
	}
	.newslist .newsdate p{
		font-size:28px;
	}
	.newslist{
		padding:15px 0;
	}
	.aboutmore a{
		height:50px;
		line-height:50px;
		border-radius:0 20px 0 20px;
	}
	.aboutmore a:hover{
		border-radius: 20px 0 20px 0;
	}
	.prolist .protit{
		height:50px;
		line-height:50px;
	}
	.pro{
		padding:40px 0 0 0;
	}
	.nmessagenr ul li{
		width:100%;
		margin:15px 0 0 0;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:280px;
	}
	
}

@media(max-width:500px) {
.flickerplate {
	position:relative;
	width:100%;
	height:300px !important;
	background-color:#e6e6e6;
	overflow:hidden
}
    .fullwidthbanner{
        height:550px !important;
    }
	.banner_n{
		height:200px;
	}
	.capitalize .ad-tit{
		font-size:20px;
	}
	.newslist .newsdate{
		width:18%;
	}
	.newslist .newsdate p {
		font-size: 22px;
	}
	.newslist .newsdate span {
		font-size: 16px;
	}
	.newslist .newsbt{
		font-size:16px;
	}
	.newslist .newsms{
		font-size:14px;
	}
	.lxwm li{
		width:100%;
	}
	.prolist .proimg {
		height: 220px;
	}
	.pro .aboutmore a,
	.news .aboutmore a{
		margin: 30px auto;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:220px;
	}
	.ncontactnr li{
		width:100%;
		margin:8px 0;
	}
	.logo{
		width:90%;
	}
	.pcbanner{
        display: none;
    }
    .mobilebanner{
        display: block;
    }
}

@media(max-width:414px) {
    
    
.flickerplate {
	position:relative;
	width:100%;
	height:500px !important;
	background-color:#e6e6e6;
	overflow:hidden
}
.pc{ display:none !important; height:550px !important;}
.pc ul.flicks li:nth-child(1){ background:url(../images/s1.jpg) no-repeat center top !important; background-size:100% !important; height:550px;}
.pc ul.flicks li:nth-child(2){ background:url(../images/s2.jpg) no-repeat center top !important; background-size:100% !important; height:550px;}
.pc ul.flicks li:nth-child(3){ background:url(../images/s3.jpg) no-repeat center top !important; background-size:100% !important; height:550px;}
.pc ul.flicks li:nth-child(4){ background:url(../images/s4.jpg) no-repeat center top !important; background-size:100% !important; height:550px;}
.phone{ display:block !important;}
	.logo img{
		height:40px;
	}
	.prolist .proimg,
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:180px;
	}
	.tp-simpleresponsive >ul >li .slotholder:first{
	    display: none;
	}
}
@media(max-width:360px) {
	.prolist .proimg,
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:150px;
	}
	.ab_fl .counter{
		font-size:30px;
	}
}
@media(max-width:320px) {
	.banner_n {
		height: 140px;
	}
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:linear-gradient(to right,#0068b4,#0da12b); color:#fff; }
.ab_pages ul a:hover{ background:#ddd; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

.prolist{ width:23.5%; float:left; margin-right:2%; margin-bottom:2%}
@media screen and (max-width: 800px) {
    .prolist{ width:48%; margin-right:4%; margin-bottom:4%}
	.prolist:nth-child(2n){ margin-right:0}
	.mySwiper{ margin-top:60px;}
}