@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:16px; font-family:"Arial"; color:#3d3a39;}

p{line-height:28px;}

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; margin:0; padding:0;}



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:"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;}

/*默认滚动条样式*/
::-webkit-scrollbar
{
width: 5px;
height:5px;
}

::-webkit-scrollbar-track
{
border-radius: 0px;
background: #222222;
}

::-webkit-scrollbar-thumb
{
border-radius: 5px;
background:#0039c8;
}

::-webkit-scrollbar-thumb:hover
{
border-radius: 5px;
background:#0039c8;
}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

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);

	}
/*video::-webkit-media-controls-fullscreen-button{ display: none !important; }
 
    /*video默认aduio音量按钮*/
    /*video::-webkit-media-controls-mute-button { display: none !important;}
 
    /*video默认setting按钮*/
    video::-internal-media-controls-overflow-button{ display: none !important;}
 
    /*腾讯云点播禁用firefox全屏、设置按钮*/
    .trump-button[sub-component="fullscreen_btn"],.trump-button[now="fullscreen"]{ display:none!important;}
    .trump-button[sub-component="setting"]{ display:none !important;}
 

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	background:#fff;
    z-index: 100;
    top: 0;
}
.headernr{
	width:80%;
	margin:0 auto;
}
.headertop{
	line-height:36px;
	border-bottom:1px solid #ececec;
}
.headertext{
	color:#b5b5b5;
	font-size:14px;
}
.logo{
	overflow:hidden;
}
.logo img{
	margin:25px 0;
	max-width:100%;
	height:auto;
}
.nav{
	background:#0039c8;
}
.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{
	float:left;
	text-align:center;
	padding:0 4%;
	line-height:60px;
	
}
.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	position:relative;
}
.nav .menu > li:hover,
.nav .menu > li.active{
	background:#2a5fe5;
}
.nav .menu > li .submenu{

	width:100%;
	left:0%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:40px;

	line-height:40px;

	background:#0039c8;

	text-align:center;
	margin-bottom:1px;

}
.nav .menu > li .submenu li:last-child{
	border:none;
}
.nav .menu > li .submenu li a{

	display:block;

	color:#fff;

	font-size:14px;

}

.nav .menu > li .submenu li:hover{

	background:#2a5fe5;

}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #473f5f;
    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: 1rem;
	top: 30px;
	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-color: #0039c8;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#0039c8;
}
#menu span:last-child{
	margin-bottom: 0;
}
/*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;
	line-height:30px;
}
#sidenav ul li a {
    color: #fff;
    font-size: 16px;
}
#sidenav ul li a:hover{
	color:#fff;
}
.cont{
	width:80%;
	overflow:hidden;
	margin:auto;
}
.ncont{
	width:80%;
	margin:0 auto;
	padding-bottom:80px;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
}
.language a{
	margin:0 5px;
	position:relative;
	font-size:15px;
	color:#2960e9;
}
.language span{
	vertical-align:middle;
	margin:-3px 0 0 5px;
}
.tel{
	
	margin-top:30px;
}
.tel span {
    padding-left: 50px;
    height: 54px;
    background: url(../images/tel.png) no-repeat left center;
    font-size:38px;
	color:#2c2c2c;
	font-weight:bold; 
}
.tel em img{
    width: 60px;
    height: 60px;
    margin:-20px 0 0 20px;
}
.search{
	width:240px;
	height:34px;
	border:1px solid #ccc;
	border-radius:30px;
	margin-top:43px;
	position:relative
}
.search input{
	background:none;
	height:34px;
	line-height:34px;
	padding-left:20px;
}
.search button{
	background:url(../images/search.png) no-repeat right center;
	width:20px;
	height:20px;
	position:absolute;
	right:10px;
	top:6px;
}
.side{
    position:fixed;
    width:78px;
    right:0;
    top:60%;
    margin-top:-200px;
    z-index:999;
    border:1px solid #e0e0e0;
    background:#fff;
    border-bottom:0
}
.side ul li{
    width:78px;
    height:78px;
    float:left;
    position:relative;
    border-bottom:1px solid #e0e0e0;
    color:#333;
    font-size:12px;
    line-height:20px;
    text-align:center;
    transition:all .3s;
    cursor:pointer
}
.side ul li div{
	font-size:12px;
}
.side ul li:hover{
    background:#0039c8;
    color:#fff;
}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}

.side ul li i.bgs2{background-image:url(../images/sideicon01.png)}

.side ul li i.bgs3{background-image:url(../images/sideicon02.png)}

.side ul li i.bgs4{background-image:url(../images/sideicon03.png)}

.side ul li:hover i.bgs2{background-image:url(../images/sideicon01h.png)}

.side ul li:hover i.bgs3{background-image:url(../images/sideicon02h.png)}

.side ul li:hover i.bgs4{background-image:url(../images/sideicon03h.png)}
.side ul li i.bgs6{background-image:url(../images/sideicon06.png)}

.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#0039c8;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}

.side ul li.sideewm .ewBox.son{width:200px;display:none;color:#363636;text-align:center;padding-top:200px;position:absolute;left:-210px;top:0;background-image:url(../images/ewm.jpg);background-repeat:no-repeat;    background-size: 100% 100%;background-position:center center;border:1px solid #e0e0e0}

.side ul li.sideetel .telBox.son {
    width: 240px;
    height: 119px;
    display: none;
    color: #fff;
    text-align: left;
    position: absolute;
    left: -240px;
    top: 1px;
    background: #0039c8;
}

.side ul li.sideetel .telBox dd{
    display:block;
    height:118.5px;
    overflow:hidden;
    padding-left:82px;
    line-height:24px;
    font-size:18px
}
.side ul li.sideetel .telBox dd span{
    display:block;
    line-height:28px;
    height:28px;
    overflow:hidden;
    margin-top:32px;
    font-size:18px; 
    color:#fff;
}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/sideicon04.png) 28px center no-repeat;}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}
/* banner

-------------------------------------------------------------- */
.banner{
    position: relative;
    overflow: hidden;
}
                .banner .slick-arrow {position: absolute;font-size: 0;top: 50%;z-index:12;width: 100px;height: 100px;margin-top: -42px;border: 0;}
                .banner .slick-prev {outline: none;position: absolute; top:50%; width: 61px; height: 61px; z-index: 9; opacity: 0; text-align: center; margin-top: -40px;transition:.8s;background:url(../images/jiantou01.png) no-repeat;left: 5%;cursor: pointer;}
                .banner .slick-next {outline: none;position: absolute; top:50%; width: 61px; height: 61px; z-index: 9; opacity: 0; text-align: center; margin-top: -40px;transition:.8s;background:url(../images/jiantou01a.png) no-repeat;right: 5%;cursor: pointer;}
                .banner:hover .slick-prev { left: 10%; opacity: 1; }
                .banner:hover .slick-next { right: 10%; opacity: 1; }
                .banner img {display: block;width: 100%;margin:0 auto;}
                .slick-dots {position: absolute;left: 0; font-size:0;bottom: 5%;width: 100%;text-align: center;outline: none;}
                .slick-dots li {display: inline-block;margin: 0 15px; outline: none;}
                .slick-dots li button {display: block;border: 0 none;width: 12px;height: 12px;color: #fff; border-radius: 50%;background-color: #0039c8;outline: none; transition: .5s;}
                .slick-dots .slick-active button {background-color: #0039c8;width:50px;border-radius: 30px;}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.banner .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.banner .container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.banner2{
    margin-top:-150px;
}
.banner1line{
	background:#7b7b7b;
	height:3px;
	width:25%;
}

.banner .slide-title,
.banner .slide-text,
.banner .slide-btns {
    max-width: 800px;
}
.banner1 .slide-title h4 img{
	opacity: 1;
    transition: all .4s ease;
	text-transform:uppercase;
	margin-top:50px;
	margin-bottom:40px;
}
.banner1 .slide-title p {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #292929;
    text-transform: capitalize;
    transition: all .4s ease;
}
.banner1 .slide-text p {
    opacity: 1;
    font-size: 18px;
    color: #767676;
    transition: all .4s ease;
	line-height:26px;
	margin-top:40px;
	width:44%;
}
.banner2 .slide-title h4{
	color:#fff;
	font-size:47px;
	font-weight:bold;
	opacity: 1;
    transition: all .4s ease;
	font-family:Arial;
	text-transform:uppercase;
	line-height:50px;
	margin-top:50px;
}
.banner2 .slide-title p {
    font-size: 35px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    transition: all .4s ease;
	width:50%
}
.banner2 .slide-text p {
    opacity: 1;
    font-size: 18px;
    color: #fff;
    transition: all .4s ease;
	line-height:26px;
	margin-top:30px;
	width:69%;
}
.bannermore{
	margin-top:100px;
}
.bannermore a{
	border-radius:30px;
	border:1px solid #fff;
	width:220px;
	height:55px;
	line-height:55px;
	display:block;
	background:url(../images/more.png) no-repeat 85% center;
	padding-left:40px;
	color:#fff;
	text-align:left;
	transition: all 0.5s;
}
.banner1 .bannermore a{
	border:1px solid #0039c8;
	background:url(../images/moreh.png) no-repeat 85% center;
	color:#0039c8;
}
.bannermore a:hover{
	background:url(../images/more.png) no-repeat 85% center #0039c8;
	color:#fff;
	border:1px solid #0039c8;
}
.banner2{
	text-align:center;
}
.banner2 .bannermore a{
	margin:0 auto;
}
.banner3{
	text-align:center;
}
.banner3 .bannermore a{
	margin:0 auto;
}

.banner-swiper-button {
    position: absolute;
    left: 10%;
    bottom: 100px;
    width:140px;
    z-index: 999;
}
.banner .swiper-button-next{
	background:url(../images/jiantou02.png) no-repeat left center;
	width:61px;
	height:61px;
	right:0;
	transition: all 0.5s;
}
.banner .swiper-button-next:hover{
	background:url(../images/jiantou02h.png) no-repeat left center;
}
.banner .swiper-button-prev{
	background:url(../images/jiantou01.png) no-repeat left center;
	width:61px;
	height:61px;
	left:0;
}
.banner .swiper-pagination-bullets{
	bottom: 60px;
	left: 0;
	width: 100%
}
.banner .swiper-pagination-bullet-active{
	width:45px;
	border-radius:20px;
	background:#fff;
}
.banner .swiper-pagination-bullet{
	margin:0 10px;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:30px;
	left:50%;
	width:60px;
	z-index:99;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	text-align:center;
	color:#3265e6;
	margin-top:10px;
}
#shubiao{
	width:26px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 26px;
  height: 49px;
  border-radius: 30px;
  border: 3px solid #3265e6;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 12px;
  border-radius: 50%;
  background-color: #3265e6;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
/**/

/*search*/
.searchlist a{
	border-bottom: 1px dashed #ccc;
	line-height:50px;
	display: block;
	position: relative;
	font-size: 16px;
}
.searchlist .searchtit{
	width: 80%;
}
.searchlist  span{
	position: absolute;
	right: 0;
	top: 5px;
}
.searchlist a font{
	color: #666 !important;
}
.searchlist a:hover{
	color: #009944;
}
.searchlist a:hover font{
	color: #009944 !important;
}
.nconttit{
	text-align:left;
	color:#009944;
	font-size:24px;
	height:70px;
	line-height:70px;
	border-bottom:1px solid #a6a6a6;
	margin-bottom:25px;
}
.nconttit span{
	font-size:16px;
}
.tit{
	margin-bottom:50px;
}
.tit h3 a{
	font-size:35px;
	color:#3d3a39;
	position:relative;
	line-height:45px;
	margin-left:25px;
}
.tit h3 a::before{
	content:"";
	position:absolute;
	background:#c4c4c3;
	width:170%;
	height:1px;
	top:50%;
	left:110%;
}
/* about
-------------------------------------------------------------- */
.about{
	margin:80px 0;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
}
.aboutnrl,.aboutnrr{
	width:50%;
	float:left;
}
.aboutnrr{
    text-align:right;
}
.aboutnrr video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 50px;
}
.aboutnrlbox{
	width:100%;
	max-width:740px;
	margin:0 0 0 auto;
	text-align:left;
}
.aboutnrlbox .tit,.aboutnrlbox .tit p{
	width:100%;
	overflow:hidden;
}
.aboutnrcont p{
	line-height:30px;
	color:#343434;
	margin-right:60px;
}
.indexmore{
	margin-top:60px;
}
.indexmore a{
	border-radius:30px;
	width:220px;
	height:53px;
	line-height:51px;
	border:1px solid #0039c8;
	display:block;
	background:url(../images/more.png) no-repeat 85% center #0039c8;
	padding-left:40px;
	color:#fff;
	text-align:left;
	transition: all 0.5s;
}
.indexmore a:hover{
	background:url(../images/moreh.png) no-repeat 85% center #fff;
	color:#0039c8;

}
@font-face {  
	font-family: 'myFont';
	src: url('../font/impact.ttf') format('truetype');
    font-weight:  normal;
    opacity: 1;
}


/* pro
-------------------------------------------------------------- */
.pronav{
	margin-top:60px;
}
.pronav li{
	float:left;
	font-size:16px;
	color:#333;
	cursor:pointer;
	border:1px solid #333333;
	padding:0 40px;
	height:48px;
	line-height:48px;
	transition: all 0.5s;
	border-radius:30px;
	margin-left:20px;
}
.pronav li:hover,
.pronav li.active{
	border:1px solid #0039c8;
	background:#0039c8;
	color:#fff;
}
.pronav li:hover a{
    color:#fff;
}
.proswiperbox{
	overflow:hidden;
	width: 100%;
    height:950px;
}
.proswiperbox .swiper-container {
    width: 100%;
    height: 100%;
	overflow:hidden;
}
.proswiperbox .swiper-slide{
    background-size:cover;
    background-position: top center;
}
.proswiperbox .container{
	width:80%;
	margin:auto;
}
.proswiperbox .container .slide-title{
	color:#fff;
	width:34%;
	margin:10% 0 0 auto;
	text-align:right;
}
.proswiperbox .container .slide-title p{
	font-size:16px;
	color:#fff;
	
}
.proswiperbox .container .slide-title h4{
	font-size:40px;
	width:100%;
	margin:0 0 50px auto;
}
.pro .indexmore{
	float:right;
}
.proswiperImg-swiper-button{
	position:absolute;
	right:10%;
	bottom:100px;
	width:140px;
	z-index:999;
	height:61px;
}
.proswiperbox .swiper-button-next,
.proswiperbox .swiper-button-prev{
	width:50%;
	float:left;
	position:static;
	margin-top:0;
	height:100%;
}
.proswiperbox .swiper-button-prev{
	background:url(../images/jiantou01.png) no-repeat center center;
	left:0;
}
.proswiperbox .swiper-button-next{
	background:url(../images/jiantou03.png) no-repeat center center;
	right:0;
	transition: all 0.3s;
}
.proswiperbox .swiper-button-next:hover {
    background: url(../images/jiantou02h.png) no-repeat center center;
    
}
/**/
.xuanze{
	background:url(../images/index06.jpg) no-repeat bottom center;
	margin-top:60px;
	padding-bottom:110px;
}
.xuanzecont{
	width:80%;
	margin:0 auto;
	position:relative;
}
.xuanze .swiper-button-prev{
	background:url(../images/jiantou04.png) no-repeat center center;
	left:-80px;
}
.xuanze .swiper-button-next{
	background:url(../images/jiantou05.png) no-repeat center center;
	right:-80px;
}
.xuanze .swiper-slide .xuanzeimg{
	overflow:hidden;
	text-align:center;
	position:relative;
	height:198px;
}
.xuanze .swiper-slide .xuanzeimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	
}
.xuanze .swiper-slide .xuanzeimg:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.xuanze .swiper-slide p{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin:15px 0;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
}	
.xuanze .swiper-slide{
	overflow:hidden;
}
.xuanzetit a{
	font-size:45px;
	font-weight:bold;
	text-align:center;
	margin:80px 0;
	position:relative;
	display:block;
}
.xuanzetit a::after{
	content:"";
	position:absolute;
	left:50%;
	height:4px;
	background:#0039c8;
	bottom:-20px;
	width:56px;
	margin-left:-28px;
}
.ab_fl{
	width:100%;
	overflow:hidden;
}
.ab_fl dl{
	overflow:hidden;
	float:left;
	padding:0;
	text-align:center;
	border-right:1px solid #dcdcdd;
}
.ab_fl dl:last-child{
	border:none;
}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	font-size:25px;
	font-weight:normal;
	color:#0e0e0e;
	margin:30px 0 0 0;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	color:#717273;
	padding:5px 0;
}
.ab_fl dl dt .counter{
	font-size:55px;
	color:#0e0e0e;
	margin-right:10px;
	font-weight:normal;
	line-height:50px;
	font-family:myFont;
}
	
.liyou{
	background:url(../images/index07.jpg) no-repeat top center;
	background-size:cover;
	margin:80px 0;
	position:relative;
	padding-bottom:150px;
}
.liyoutext{
	text-align:right;
	margin:35px 0;
}
.liyoutext span{
	background:url(../images/index08.png) no-repeat right center;
	padding-right:18px;
}
.liyoucont{
	width:80%;
	margin:0 auto;
}
.liyoucontbox{
	width:55%;
	float:right;
	margin-top:120px;
	padding-right:10%;
}
.liyoucontbox .tit h3 a{
	color:#fff;
	margin:0;
}
.liyoucontbox .tit h3 a::before{
	display:none;
}
.liyoubox > div{
	display:none;
}
.liyoubox h6{
	font-size:534px;
	font-family:Arial;
	color:#fff;
	opacity:0.05;
	position:absolute;
	right:0;
	bottom:0;
	font-style:italic;
	line-height:420px;
}
.liyoubox h5{
	color:#fff;
	font-size:22px;
	margin-bottom:20px;
}
.liyoubox p{
	color:#fff;
	opacity:0.7;
}
.liyounav{
	margin-top:80px;
	position:relative;
	z-index:1;
}
.liyounav li{
	float:left;
	width:45px;
	height:45px;
	border-radius:50%;
	border:1px solid #fff;
	line-height:45px;
	font-size:18px;
	font-family:Arial;
	text-align:center;
	color:#fff;
	margin-right:45px;
	cursor:pointer;
}
.liyounav li:hover,
.liyounav li.active{
	color:#d48a4e;
	border:1px solid #d48a4e;
}
.liyoutel{
	background:#2a5fe5;
	width:300px;
	height:72px;
	line-height:72px;
	margin-top:90px;
	border-radius:50px;
	text-align:center;
	
}
.liyoutel a{
	font-size:25px;
	font-weight:bold;
	font-family:Arial;
	color:#fff;
}
.liyoutel img{
	vertical-align:middle;
	margin:-3px 10px 0 0;
}
/*hangye*/
.hangye{
	width:100%;
	height:860px;
	overflow:hidden;
	position:relative;
	}
.yyhynr{
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../images/hangyebg.jpg) no-repeat top center;
	background-size:cover;
}
.yyhynr dl{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	margin-bottom:0;
	}
.yyhynr dl:nth-child(2n+1){
	background:rgba(0,0,0,0.2);
	}
.yyhynr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:290px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl dd{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin:0;
	line-height:30px;
	text-align:center;
	}
.yyhynr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	}
.yyhynr dl dd hr{
	width:42px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:40px auto 0;
	}
.yyhynr dl dd .proms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	padding:0 6%;
	margin-top:52px;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl dd .proicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:92px;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:first-child:hover{
	background:url(../images/hangyebg1.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:nth-child(2):hover{
	background:url(../images/hangyebg2.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:nth-child(3):hover{
	background:url(../images/hangyebg3.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:nth-child(4):hover{
	background:url(../images/hangyebg4.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:nth-child(5):hover{
	background:url(../images/hangyebg5.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:hover dt img{
	display:none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:hover dt{
	margin-top:230px;
	}
.yyhynr dl:hover dd{
	margin-top:0;
	}
.yyhynr dl:hover dd h4{
	font-size:30px;
	line-height:40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:hover dd .proms,.yyhynr dl:hover dd .proicon{
	opacity:1;
	}
/*hezuo*/
.hezuo{ padding-top:150px; padding-bottom:100px;}
.hezuonr ul li{
	width:20%;
	overflow:hidden;
	float:left;
	border: solid 1px #ececec;
	position:relative;
	height:121px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hezuonr ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.hezuonr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.hezuonr ul li img{
	max-width:100%;
	height:auto;
	}
.hezuonr ul li:hover{
	border:solid 1px #0039c8;
}


.nhzhb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhzhb ul{
	width:100%;
	overflow:hidden;
	}
.nhzhb ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	border: solid 5px #ececec;
	position:relative;
	height:121px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.nhzhb ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nhzhb ul li:hover img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.nhzhb ul li img{
	max-width:100%;
	height:auto;
	}
.nhzhb ul li:hover{
	border:solid 5px #0039c8;
}
/* news
-------------------------------------------------------------- */
.cpyy .cpyynr{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%
}
.cloud-product-ul li {
	height:830px;
	position: relative;
	width: 15%;
	float: left;
	background: #fff;
	text-align:center;
}
.cloud-product-ul li.active{
	padding-left:0;
	}
.cloud-product-ul li:first-child {
	margin-left: 0
}
.active-inner-item{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.active-inner-item .ysnr{
	position:absolute;
	left:0;
	width:100%;
	height:210px;
	background:rgba(0,57,200,0.8);
	bottom:0;
	padding-right:5%;
	padding-left:20%;
	text-align:left;
}
.active-inner-item .ysnr h3{
	width:100%;
	font-size:26px;
	color:#fff;
	line-height:30px;
	margin-top:20px;
	position:relative;
}
.active-inner-item .ysnr h3::after{
	content:"";
	position:absolute;
	left:0;
	top:-30px;
	height:2px;
	width:110px;
	background:#fff;
	display:none;
}
.active-inner-item .ysnr .ysms{
	width:80%;
	overflow:hidden;
	margin-top:15px;
	font-size:16px;
	color:#fff;
	float: left;
}
.active-inner-item .ysnr .ysmsr{
	width:10%;
	overflow:hidden;
	margin-top:20px;
	font-size:16px;
	color:#fff;
	float:right;
	text-align: right;
}
.active-inner-item .ysnr .ysms p{
	width:100%;
	overflow:hidden;
	color:#fff;
}
.active-inner-item .ysimg{
	width:100%;
	overflow:hidden;
	text-align:right;}
.normal-inner .ysen{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#fff;
	margin-top:15px;
	display:none;
}
.cloud-product-ul li h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#fff;
	margin-top:30px;
	}
.cloud-product-ul li span{
	width:100%;
	overflow:hidden;
	display:block;
	text-align:center;
	margin-top:178px;
	}
.cloud-product-ul li.active hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #fff;
	margin-top:35px;
	}
.cloud-product-single-top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #f2f2f2
}
.cloud-product-name {
	font-size: 18px;
	color: #333;
	font-weight: 700
}
.cloud-product-single-bottom {
	width: 100%;
	height: 340px
}
.empty-space {
	width: 100%;
	height: 99px;
	padding: 26px 0 0 0;
}
.single-bottom-item {
	height: 340px;
	width: 100%
}
.single-bottom-item:first-child {
	border-right: 1px solid #eee
}
.bg-product-pic {
	width: 100%;
	height: 82px
}
.server-header-01 {
	background: url(../img/product_header_icon_01.png) center no-repeat
}
.server-header-02 {
	background: url(../img/product_header_icon_02.png) center no-repeat
}
.server-header-03 {
	background: url(../img/product_header_icon_03.png) center no-repeat
}
.server-header-04 {
	background: url(../img/product_header_icon_04.png) center no-repeat
}
.server-header-05 {
	background: url(../img/product_header_icon_05.png) center no-repeat
}
.server-header-active-01 {
	background: url(../img/product_header_active_icon_01.png) center no-repeat
}
.server-header-active-02 {
	background: url(../img/product_header_active_icon_02.png) center no-repeat
}
.server-header-active-03 {
	background: url(../img/product_header_active_icon_03.png) center no-repeat
}
.server-header-active-04 {
	background: url(../img/product_header_active_icon_04.png) center no-repeat
}
.server-header-active-05 {
	background: url(../img/product_header_active_icon_05.png) center no-repeat
}
.product-introduce-title {
	margin-bottom: 14px;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	text-align: center
}
.product-introduce-title.normal-weight {
	font-weight: 400
}
.product-introduce-content {
	margin: 0 auto 26px;
	width: 180px;
	line-height: 14px;
	font-size: 14px;
	text-align: center;
	color: #999
}
.product-introduce-list {
	margin: 0 auto;
	padding-top: 28px;
	height: 135px;
	width: 84%;
	border: 1px solid #f1f1f1;
	border-left: none;
	border-right: none
}
.introduce-list-small {
	margin-bottom: 18px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center
}
.product-introduce-price {
	margin: 48px auto 0;
	font-size: 14px;
	text-align: center;
	color: #333
}
.price-blue {
	color: #0af;
	font-size: 38px
}
.normal-inner {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.active-inner {
	position: relative;
	display: none;
	height: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.introduce-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px
}
.cloud-product-ul li.active .active-inner {
	display: block;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.cloud-product-ul li.active .normal-inner {
	display: none;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.cloud-product-ul li {
	-webkit-transition: width .15s linear;
	-o-transition: width .15s linear;
	-moz-transition: width .15s linear;
	transition: width .15s linear
}
.cloud-product-ul li:first-child{
	background:url(../images/index20a.jpg) no-repeat left top;
	background-size:cover;
}
.cloud-product-ul li:nth-child(2){
	background:url(../images/index20.jpg) no-repeat left top;
	background-size:cover;
}
.cloud-product-ul li:nth-child(3){
	background:url(../images/index21.jpg) no-repeat left top;
	background-size:cover;
}
.cloud-product-ul li:last-child{
	background:url(../images/index22.jpg) no-repeat left top;
	background-size:cover;
}
.cloud-product-ul li.active {
	z-index: 9;
	width: 55%;
	border-top:4px solid #0039c8;
}
.cloud-product-ul li.active h4{
	text-align:left;
	}
.cloud-product-ul li.active{
	background:#1a43d2;
	}
.cloud-product-ul li .ysjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.7);
	line-height:30px;
	margin-top:27px;
	}
.cloud-product-ul li.active .yslxwm{
	width:100%;
	overflow:hidden;
	margin-top:108px;
	}
.cloud-product-ul li.active .yslxwm a{
	width:60px;
	height:60px;
	background:#0555ab url(../images/icon9.png) no-repeat center;
	border-radius:50%;
	display:block;
	}
.active .product-introduce-content {
	color: #eff6ff
}
.active-product-introduce-title {
	color: #fff
}
.active .product-introduce-list {
	padding-top: 22px;
	border-color: #3f9ff9
}
.introduce-list-large {
	margin: 0 auto;
	width: 228px;
	line-height: 22px;
	color: #ddebff;
	font-size: 14px
}
.active .product-introduce-price {
	margin-top: 32px;
	color: #fefeff
}
.product-introduce-price .price-white {
	display: inline-block;
	font-size: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff
}
.buy-link-btn {
	display: block;
	margin: 30px auto 0;
	width: 90%;
	height: 40px;
	line-height: 40px;
	background-color: #ff9600;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.buy-link-btn:hover {
	background-color: #f80
}
.normal-inner .ysicon{
	width:100%;
	overflow:hidden;
	margin-top:100%;
	}
.normal-inner .ysicon img{
	max-width:100%;
	height:auto;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f4f4f5;
	padding-bottom:100px;
}
.news .newstit{
	width:100%;
	overflow:hidden;
}
.newstit .tit{
	overflow:hidden;
	padding:0;
}
.newstit .newsmenu{
	overflow:hidden;
	padding:0;
	text-align:right;
	margin-top:38px;
}
.newstit .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newstit .newsmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-left:74px;
	padding-left:46px;
	margin-bottom:10px;
	}
.newstit .newsmenu ul li a{
	font-size:16px;
	color:#010101;
	}
.newstit .newsmenu ul li:hover a{
	color:#0039c8;
}
.newstit .newsmenu ul li:first-child{
	background:url(../images/index14.png) no-repeat left center;
	}
.newstit .newsmenu ul li:nth-child(2){
	background:url(../images/index15.png) no-repeat left center;
	}
.newstit .newsmenu ul li:nth-child(3){
	background:url(../images/index16.png) no-repeat left center;
	}
.newsnr{
	overflow:hidden;
	margin-top:102px;
	}
.newsnr .newslf{
	padding:0;
	overflow:hidden;
}
	
.newsnr .newslf dl{
	width:98%;
	margin:0px auto;
	margin-bottom:25px;
	overflow:hidden;
	background:#fff;
	padding:25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); 
}
.newsnr .newslf dl:first-child,
.newsnr .newsrt dl:first-child{
	margin-top:10px;
}
.newsnr .newslf dl dt{
	width:43%;
	overflow:hidden;
	float:left;
	position:relative;
	height:200px;
	}
.newslf dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr .newslf dl dd{
	width:57%;
	overflow:hidden;
	padding:0 0 0 40px;
	float:left;
	}
.newsnr .newslf dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	white-space: nowrap;
    text-overflow: ellipsis;
	font-weight:bold;
	}
.newsnr .newslf dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#666;
	margin-top:20px;
	}
.newsnr .newslf dl dd .newsdate{
	width:100%;
	overflow:hidden;
	margin-top:39px;
	}
.newsnr .newslf dl dd .newsdatelf{
	overflow:hidden;
	background:url(../images/index17.png) no-repeat;
	width:41px;
	height:40px;
}
.newsnr .newslf dl:hover dd .newsdatelf{
	background:url(../images/index18.png) no-repeat;
}
.newsnr .newslf dl dd .newsdatert{
	width:70%;
	overflow:hidden;
	text-align:right;
	line-height:38px;
	font-size:15px;
	}
.newslf dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnr .newslf dl:hover dd h4{
	color:#0039c8;
}
.newsnr .newsrt{
	padding:0 0 0 40px;
	}
.newsnr .newsrt dl{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
	padding:30px 16px;
	margin-bottom:38px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsnr .newsrt dl dt{
	width:21%;
	overflow:hidden;
	float:left;
	border-right:solid 1px #d5d5d5;
	padding-top:10px;
	}
.newsrt dl dt .newsday{
	width:100%;
	overflow:hidden;
	font-size:50px;
	line-height:50px;
	color:#0039c8;
	font-family:Arial;
	text-align:center;
	}
.newsrt dl dt .newsyear{
	width:100%;
	overflow:hidden;
	font-size:15px;
	font-family:Arial;
	color:#0039c8;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	}
.newsnr .newsrt dl dd{
	width:79%;
	overflow:hidden;
	float:left;
	padding-left:30px;
	}
.newsnr .newsrt dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	margin-top:14px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newsnr .newsrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#666;
	margin-top:10px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist,.newslist ul{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	}
.newslist ul li{
	overflow:hidden;
	padding:0;
	border-bottom:solid 1px #d5d5d5;
	line-height:30px;
	padding-bottom:20px;
	margin-top:20px;
}
.newslist ul li:nth-child(2n+1){
	padding-right:24px;
	}
.newslist ul li:nth-child(2n){
	padding-left:24px;
	}
.newslist ul li a{
	display:block;
	width:70%;
	overflow:hidden;
	float:left;
	font-size:16px;
	padding-left:24px;
	white-space: nowrap;
    text-overflow: ellipsis;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslist ul li a:before{
	content:"";
	width:5px;
	height:5px;
	background:#a0a0a0;
	border-radius:50%;
	position:absolute;
	left:0;
	top:11px;
	}
.newslist ul li span{
	display:block;
	width:30%;
	overflow:hidden;
	text-align:right;
	font-size:15px;
	color:#666;
	float:right;
	}
.newsnr .newsrt dl:hover{
	background:#0039c8;
	}
.newsrt dl:hover dt .newsday,.newsrt dl:hover dt .newsyear,.newsnr .newsrt dl:hover dd h4,.newsnr .newsrt dl:hover dd p{
	color:#fff;
	}
.newslist ul li:hover a{
	color:#0039c8;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	background:#0039c8;
	margin-top:0px;
}
.link .linknr{
	padding: 35px 0;
    background: url(../images/link.png) no-repeat left 33px;
    padding-left: 50px;
    line-height: 30px;
	
}
.link .linknr span{
	font-size:16px;
	color:#fff;	
}
.link .linknr a{
	color:#fff;
	font-size:16px;
	padding:0 10px;
	border-right:1px solid #bebebe;
}
.link .linknr a:last-child{
	border-right:none;
}
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#323232;
	padding:45px 0;
	border-top:4px solid #0039c8;
}
.footer .col-md-9,
.footer .col-md-3{
	padding:0 !important;
}
.footer h4{
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
	font-weight:normal;
	border-bottom:1px solid #000;
}
.footer h4 a{
	font-size:26px;
	color:#fff;
	font-weight:bold;
}
.botlist{
	border-top:1px solid #5c5c5c;
	padding-top:30px;
}
.botlist img{
	max-width:60%;
}
.botnav p a{
	background:url(../images/footnav.png) no-repeat left center;
	padding-left:12px;
}
.botnav p a:hover{
	background:url(../images/footnavh.png) no-repeat left center;
	color:#0039c8;
}
.botnav a,.botnav p,.lxwm p,.lxwm p a{
	color:#bfbfbf;
	font-size:16px;
	line-height:36px;
}
.footer h4 a:hover{
	color:#fff;
}
.botnav li{
	width:22%;
	float:left;
}
.botnav li:nth-child(3){
	width:40%;
}
.botnav li:last-child{
	width:16%;
}
.botnav p.ewmp{
	font-size:18px;
	color:#fff;
	margin-top:10px;
}
.bot{
	width:100%;
	overflow:hidden;
	color:#bfbfbf;
	background:#323232;
	text-align:left;
}
.bot .cont{
	border-top:1px solid #000;
}
.bot .cont > div{
	border-top:1px solid #5c5c5c;
	padding:35px 0;
}
.bot a{
	color:#bfbfbf;
}

/* banner_n
-------------------------------------------------------------- */

.banner_n{ 
	width:100%; 
	height:400px;
	position:relative;
	background-size:cover;
	margin-top:0px;
}
.capitalize{
	text-align:center;
	position:relative;
}
.capitalize h4{
    font-size: 50px;
    font-weight: normal;
	color:#fff;
	letter-spacing:2px;
	margin-top:8%;
	margin-bottom:8px;
}
.capitalize p{
	font-size:20px;
	font-family:Arial;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:50px;
}
.banline{
	height:70px;
	width:1px;
	background:#fff;
	margin:0 auto;
}
.mbanner{
	display:none;
}
/* position
-------------------------------------------------------------- */
.post{
	margin-bottom:100px;
}
.menunr,.position{
	padding:0 !important;
}
.menunr{
	box-shadow:1px 1px 8px rgba(0,0,0,0.1);
}
.menunr li{
	float:left;
	position:relative;
	background:url(../images/about05.jpg) no-repeat right center;
}
.menunr li:last-child{
	background:none;
}
.menunr li > a {
    position: relative;
    font-size: 20px;
    height: 115px;
    line-height: 115px;
    color: #7a7a7a;
    display: block;
	padding:0 50px;
    transition: 0.3s ease 0s;
}
.menunr li.cur > a,
.menunr li > a:hover{
	color:#272727;
	font-weight:bold;
}
.menunr li.cur > a:before{
	width:100%;
	left:0%;
	background-color:#085ab2;
	position:absolute;
	content:'';
	height:2px;
}
.menunr li > a:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:0%;
	height:2px;
	background-color:none;
	transition:all .3s;
}
.menunr li > a:hover:before{
	width:100%;
	left:0%;
	background-color:#085ab2;
}
.menunr li.cur > a:before {
    width: 100%;
    left: 0%;
    background-color: #085ab2;
    position: absolute;
    content: '';
    height: 2px;
	bottom:0;
}
.nabout_menu li > a:hover:before{
	width:100%;
	left:0%;
	background-color:#009944;
}
.position a:hover{
	color:#0039c8;
}
.position{
	border-bottom:1px solid #e5e5e5;
	background:#f7f7f7;
	height:70px;
	line-height:70px;
}
.position img{
	vertical-align:middle;
	margin:-3px 10px 0 0;
}
.ntit{
	text-align:center;
	margin-top:20px;
}
.ntit h4{
	position:relative;
	font-size:35px;
	font-weight:bold;
	margin-bottom:50px;
	margin-top:10px;
}
.h80{
	height:80px;
}
/* nabout
-------------------------------------------------------------- */
.naboutcon p{
	line-height:32px;
	margin-bottom:20px;
	font-size:16px;
	text-indent:2em;
}
.aboutdz img{
	width:100%;
}

.shili{
	background:#f9f9f9;
	overflow: hidden;
}
.shilibox {
    width: 100%;
    max-width: 740px;
    margin: 0 0 0 auto;
    text-align: left;
	position:relative;
}
.shilileft,.shiliright{
	width:50%;
	float:left;
}
.shili h3{
	font-size:34px;
	font-weight:bold;
	margin-top:65px;
	margin-bottom: 10px;
}
.shili h4{
	font-size:26px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top: 20px;
}
.shili p{
	font-size:16px;
	color:#646464;
	width:75%;
}
.shili .owl-buttons{
	margin:20px 0;
}
.shili .owl-prev{
	background:url(../images/jiantou01.png) no-repeat left center;
	width:61px;
	height:61px;
	float:left;
}
.shili .owl-next{
	background:url(../images/jiantou03.png) no-repeat left center;
	width:61px;
	height:61px;
	float:left;
	margin-left:20px;
}
.shili .owl-next:hover {
    background: url(../images/jiantou02h.png) no-repeat left center;
}
.shili .owl-number{
	display:none;
}
.teamnr .ntit{
	text-align:left;
}
.teamimg img{
	width:100%;
}
.teamcon p{
	color:#4d4d4d;
	line-height:36px;
	margin-bottom:20px;
}
.teambox ul{
	display:flex;
	flex-direction: row;
	justify-content:space-around;
	align-items:center;
	margin:80px 0;
}
.teambox li{
	background:url(../images/about09.jpg) no-repeat center;
	width:156px;
	height:156px;
	text-align:center;
}
.teambox li div p {
    font-size: 14px;
    color: #0039c8;
    font-weight: bold;
    padding-top: 48px;
    line-height: 25px;
}
.teamboxlist ul li:before{
	content:"";
	width:8px;
	height:8px;
	background:#a0a0a0;
	border-radius:50%;
	position:absolute;
	left:0;
	top:36px;
}	
.teamboxlist ul li{
	border-bottom:1px solid #d9d9d9;
	line-height:80px;
	padding-left:24px;
}
.teamboxlist ul li a{
	font-size:20px;
	color:#333;
}

/*honor*/
.honorlist{
	float:left;
	width:23%;
	margin:10px 1%;
	overflow:hidden;
	position:relative;
}
.honorlist .honorimg{
	width:100%; 
	
	background:#fff; 
	padding:10px;
	
	border: 1px solid #e5e5e5;
}
.honorlist .honorimg a{
	position: relative;
    width: 100%;
    height: 450px;
    display: block;
	overflow:hidden; 
}
.honorlist .honorimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.honorlist:hover .honorimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
/* nmassgenr
-------------------------------------------------------------- */
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-bottom:22px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	background:url(../images/icon14.png) no-repeat 24px center #fff;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
}

.nmessagenr dl:nth-child(2) dd input{
	background:url(../images/icon15.png) no-repeat 24px center #fff;
}
.nmessagenr dl:nth-child(3) dd input{
	background:url(../images/icon16.png) no-repeat 24px center #fff;
}
.nmessagenr dl:nth-child(4) dd input{
	background:url(../images/icon17.png) no-repeat 24px center #fff;
}
.nmessagenr dl:nth-child(5) dd textarea{
	background:url(../images/icon18.png) no-repeat 24px 21.5px #fff;
}

.nmessagenr dl:nth-child(2n){
	margin-left:1%;
}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
}
.nmessagenr dl:nth-child(5){
	width:100%;
}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #0039c8;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.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:#58506e;
	font-style:normal;
	font-size:12px;
	margin-left:45px;
}
/* nnews
-------------------------------------------------------------- */
.nnews{
	overflow:hidden;
	margin-top:60px;
	}
.nnews .nnewslist{
	width:100%;
	overflow:hidden;
	}
.nnewslist dl{
	padding:35px 0;
	}
.nnewslist dl dt{
	width:23%;
	overflow:hidden;
	float:left;
	position:relative;
	height:207px;
	}
.nnewslist dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nnewslist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnewslist dl dd{
	width:77%;
	overflow:hidden;
	float:right;
	padding-left:42px;
	}
.nnewslist dl dd .dllf{
	width:86%;
	overflow:hidden;
	float:left;
	padding-right:68px;
	padding-top:16px;
	border-right:solid 1px #e7e7e7;
	}
.nnewslist dl dd .dllf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin:0;;
	line-height:30px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.nnewslist dl dd .dllf .nnewsms{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	font-size:15px;
	line-height:28px;
	margin-top:13px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	}
.nnewslist dl dd .dllf .nnewsmore{
	width:118px;
	overflow:hidden;
	line-height:30px;
	background:url(../images/icon19.png) no-repeat right center;
	font-size:16px;
	margin-top:30px;
	}
.nnewslist dl dd .dlrt{
	width:14%;
	overflow:hidden;
	float:left;
	}
.nnewslist dl dd .dlrt hr{
	width:30px;
	border:none;
	border-bottom:solid 1px #d7d7d7;
	margin:7px 0 0 0;
	}
.nnewslist dl dd .nnewsdate{
	overflow:hidden;
	float:right;
	}
.nnewslist dl dd .nnewsday{
	overflow:hidden;
	font-size:30px;
	font-weight:bold;
	color:#343434;
	line-height:35px;
	}
.nnewslist dl dd .nnewsyear{
	overflow:hidden;
	font-size:18px;
	color:#737373;
	line-height:30px;
	font-weight:bold;
	}
.nnews .nnewslist:hover{
	background:#0039c8;
	}
.nnews .nnewslist:hover dl dd .dllf h4,.nnewslist:hover dl dd .nnewsday{
	color:#fff;
	}
.nnewslist:hover dl dd .nnewsyear{
	color:rgba(255,255,255,0.7);
	}
.nnewslist:hover dl dd .dllf .nnewsms{
	color:rgba(255,255,255,0.6);
	}
.nnewslist:hover dl dd .dllf .nnewsmore{
	color:rgba(255,255,255,0.9);
	background:url(../images/icon20.png) no-repeat right center;
	}

.marg{
	margin-top:40px;
	}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:30px;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .info{
	background:#f5f5f5;
	padding:15px;
	margin-top:30px;
	line-height: 34px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 34px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 34px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}

/* ncontact
-------------------------------------------------------------- */
.map{
	position:relative;
	margin-top:50px;
}
#map{
	height:600px;
	z-index:0;
}
.contacttit h3 {
    width: 100%;
    overflow: hidden;
    font-size: 40px;
    color: #343434;
    line-height: 50px;
}
.contacttit p {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #d0d0d0;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 4px;
}
.ncontactbox p{
	line-height:32px;
	color:#fff;
}
.ncontactbox p img{
	vertical-align:middle;
	margin:-3px 8px 0 0;
}
.ncontactbox{
    padding: 35px 48px 10px 48px;
    background: #0039c8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 600px;
	
}
.ewm{
	text-align:center;
	margin:30px auto 5px auto;
}
.ewm img{
    max-width: 40%;
}
.ewmp{
	font-size:14px;
	text-align:center;
}
/* npro
-------------------------------------------------------------- */
.nprolist .nproimg em {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
	display: none;
}

.nprolist .nproimg i {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #0039c8;
	border-radius: 100%;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
}

.nprolist .nproimg i:after {
	content: "";
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	border-style: solid solid none none;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
} 
.nprolist{
	width:31.33333%;
	float:left;
	margin:15px 1%;
}
.nprolist a{
	display:block;
	overflow:hidden;
}
.nprolist .nproimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    height: 260px;
}
.nprolist .nproimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nprolist .nproimg:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nprolist .nproimg:hover em{
	display:block;
}
.nprolist .nprotit{
	line-height:60px;
    color: #1a1a1a;
    position: relative;
    padding-left: 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nprolist .nprotit:before {
	content: '';
	position: absolute;
	width: 5px;
	height: 18px;
	background: #0039c8;
	left: 0;
	top: 50%;
	margin-top: -9px;
	z-index: 1;
}
.npronr .npronrname{
	color:#0058bb;
	font-size:24px;
	line-height:30px;
	position:relative;
	font-weight:bold;
	margin-bottom:30px;
	border-bottom:1px solid #0058bb;
	padding-bottom:30px;
}
.npronr .npronrname::after{
	position:absolute;
	left:0;
	bottom:15px;
	width:46px;
	height:2px;
	background:#0058bb;
	content:"";
}
.npronr .npronrimg img{
	margin:0 auto;
	display:block;
	max-width:100%;
	height:auto;
}
.npronr .nprort p{
	font-size:14px;
	margin:0;
	line-height:24px;
	color:#666;
}
.npronr .nprotit{
	height:50px;
	line-height:50px;
	background:url(../images/nprotit.png) no-repeat 10px center #0058bb;
	text-align:left;
	color:#fff;
	margin:25px 0;
	font-size:18px;
	padding-left:33px;
}
.nproinfo{
	width:100%;
	overflow:hidden;
}
.nproinfo img{
	max-width:100%;
	height:auto;
}
.npronrvideo{
	height:600px;
}
.npronr .nproinfo > img{
	margin:0 auto;
}
.npronr .nproinfo p{
	font-size:18px;
	line-height:36px;
}
/*产品展示结束*/

/**/
.zhuanjiatit{
	line-height:63px;
	height:63px;
	font-size:26px;
	background:url(../images/team03.png) no-repeat 98% center #0039c8;
	color:#fff;
	padding-left:20px;
	cursor:pointer;
	margin-top:40px;
}
.zhuanjiatit.active{
	background:url(../images/team02.png) no-repeat 98% center #0039c8;
}
.zhuanjiacon{
	padding:60px 100px 100px 100px;
	border:1px solid #ddd;
	margin-bottom:50px;
	display:none;
}
.zhuanjiaimg{
	width:22%;
}
.zhuanjiaimg img{
	width:100%;
}
.zhuanjiainfo{
	width:70%;
}
.zhuanjia h3{
	font-size:28px;
	color:#222;
	margin:40px 0 30px 0;
	border-bottom:1px solid #ddd;
	padding-bottom:30px;
}
.zhuanjia h3 span{
	color:#959595;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
	display:block;
}
.zhuanjia p{
	color:#656565;
	line-height:30px;
	font-size:15px;
}
.zhuanjia h5{
	color:#0039c8;
	font-size:23px;
	font-weight:normal;
	margin-top:40px;
	line-height:40px;
}
.zhuanjia li{
	line-height:80px;
	font-size:20px;
	color:#222;
	border-bottom:1px solid #ddd;
}
/* 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:#24ac49;
	color:#fff;
	border:1px solid #047938;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background:#24ac49;
	color: #fff;
	cursor:pointer;
	border:1px solid #047938;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width:100%;
	overflow:hidden;
	margin-top:50px;
}
.pageleft,
.pageright{
	width:50%;
	float:left;
	height:50px;
	line-height:50px;
	background:#f4f4f4
}
.pageright{
	float:right;
	background:#eee;
}
.page1 .pageleft:hover,
.page1 .pageright:hover{
	background:#0039c8;  
}
.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: 14px;
}
.page1 p a{
	color:#454545;
	font-size: 14px;
}
.pageleft:hover p a,
.pageleft p:hover a
.pageright:hover p a,
.pageright p:hover a{
	color:#fff;
}
.page1 p a:hover{
	color:#fff;
}
/**/
.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:#0039c8; color:#fff; }
.ab_pages ul a:hover{ background:#ddd}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}

@media(max-width:1768px) {
	.active-inner-item .ysnr {
		padding-left: 15%;
	}
}
@media(max-width:1680px) {
	.active-inner-item .ysnr {
		padding-left: 10%;
	}
	.active-inner-item .ysnr h3{
		font-size:22px;
	}
}
@media(max-width:1600px) {
	.xuanze .swiper-slide .xuanzeimg{
		height:210px;
	}
	.zhuanjia h3{
		margin: 20px 0 20px 0;
    	padding-bottom: 20px;
	}
	.honorlist .honorimg a{
		height:200px;
	}
	.shilibox{
		max-width: 550px;
		padding-top:40px;
	}
	.shiliright img{
		width:100%;
	}
	.shili p{
		width:90%;
	}
	.shilileft {
		width: 45%;
	}
	.shiliright{
		width:55%;
	}
	.shili h4{
		margin-top:40px;
		font-size:20px;
		margin-bottom:10px;
	}
	.aboutnrlbox{
		max-width:630px
	}
	.nprolist .nproimg {
        height: 230px;
    }
}
@media(max-width:1500px) {	
	.banner1 .slide-title h4 img{
		width:400px;
		margin-bottom:20px;
	}
	.banner1 .slide-title p{
		font-size:32px;
	}
	.banner1 .slide-text p{
		margin-top:20px;
	}
	.banner2 .slide-title h4 {
		font-size: 32px;
		margin-top: 15px;
	}
	.banner2 .slide-title p{
		font-size:30px;
	}
	.proswiperbox .container .slide-title h4{
		font-size:38px;
	}
	.liyoubox h6 {
		font-size: 420px;
		line-height: 330px;
	}
	.cloud-product-ul li h4 {
		font-size: 28px;
	}
	.xuanze .swiper-slide .xuanzeimg{
		height:150px;
	}
	.zhuanjiaimg{
		width:28%;
	}
	.zhuanjiainfo {
		width: 67%;
	}
	.honorlist .honorimg a{
		height:350px;
	}
	.shilibox{
		max-width: 510px;
		padding-top:20px;
	}
	.cloud-product-ul li {
		height:730px;
	}
	.nprolist .nproimg {
        height: 215px;
    }
	
	
}
@media(max-width:1440px) {
	.cont,.headernr,.ncont,.liyoucont{
		width:88%;
	}
	.zhuanjiacon {
		padding: 60px 80px 100px 80px;
	}
	.nprolist .nproimg{
		height:220px;
	}
	.honorlist .honorimg a{
		height:180px;
	}
	.active-inner-item .ysnr .ysms{
		font-size:15px;
		margin-top:10px;
	}
	.npronr .npronrname{
		font-size:22px;
	}
	
}
@media(max-width:1380px) {
	.tel {
		font-size: 26px;
		margin-top:40px;
	}
	.tel img {
		margin: -3px 5px 0 30px;
	}
	.tel span {
        padding-left: 40px;
        font-size: 30px;
        background-size: 32px;
    }
	.search{
		width:200px;
	}
	.zhuanjia h3 {
		margin: 10px 0 20px 0;
	}
	.nprolist .nproimg{
		height:280px;
	}
	.ncontactbox {
		padding: 35px 20px 10px 20px;
	}
	.ncontactbox {
		width: 32%;
	}
	.newsrt dl dd .newsimg{
		height:186px;
	}
	.active-inner-item .ysnr .ysms {
		width: 88%;
		font-size: 14px;
	}
}
@media(max-width:1300px) {
    .hezuo{ padding-top:100px;}
	.banner3 img{
		width:500px;
	}
	.banner1 .slide-title h4 img {
		width: 350px;
	}
	.banner1 .slide-title p,
	.banner2 .slide-title h4{
		font-size:28px;
	}
	.tel span {
        padding-left: 34px;
        font-size: 26px;
        background-size: 30px;
    }
	.proswiperbox{
		height:700px;
	}
	.proswiperbox .container .slide-title{
		width:50%;
		margin-top:10%;
	}
	.cloud-product-ul li {
		height:630px;
	}
	.active-inner-item .ysnr{
		height:160px;
		padding-left: 8%;
		padding-right: 20px;
	}
	.xuanze .swiper-slide .xuanzeimg {
		height: 130px;
	}
	.active-inner-item .ysnr h3 {
		font-size: 22px;
		margin-top: 15px;
	}
	.active-inner-item .ysnr h3::after{
		top:-15px;
	}
	.cloud-product-ul li h4 {
		font-size: 24px;
	}
	.aboutnrr img{
		max-width:100%;
	}
	.tit {
		margin-bottom: 40px;
	}
	.aboutnrlbox{
		max-width:570px
	}
	.indexmore {
		margin-top: 30px;
	}
	.banner_n{
		height:380px;
	}
	.post{
		margin-bottom:60px;
	}
	.h80{
		height:60px;
	}
	.link{
		margin-top:60px;
	}
	.ncont{
		padding-bottom:60px;
	}
	.nprolist .nproimg{
		height:200px;
	}
	.honorlist .honorimg a{
		height:320px;
	}
	.shilibox{
		max-width: 500px;
	}
	.shili h4{
		margin-top:20px;
	}
	.npronr .npronrname{
		font-size:20px;
	}
	
}
@media(max-width:1200px) {
    
	.banner1 .slide-text p,
	.banner2 .slide-text p {
		font-size:16px;
	}
	.tel em img {
        margin: -20px 0 0 10px;
    }
    .logo img{
        height: 50px;
    }
	.nav .menu > li{
		padding:0 3%;
	}
	.search{
		display:none;
	}
	.aboutnrlbox {
		max-width: 530px;
	}
	.proswiperbox .container .slide-title h4{
		font-size:30px;
	}
	.proswiperbox {
		height: 650px;
	}
	.liyoucontbox {
		margin-top: 50px;
		padding:0;
	}
	.zhuanjiacon {
		padding: 50px 50px 100px 50px;
	}
	.xuanze .swiper-slide .xuanzeimg {
		height: 174px0px;
	}
	.liyou {
		margin: 60px 0;
		padding-bottom: 120px;
	}
	.footer h4 a{
		font-size:20px;
	}
	.botnav li{
		width:19%;
	}
	.botnav li:nth-child(3) {
		width: 46%;
	}
	.botnav p.ewmp{
		font-size:16px;
	}
	.nprolist .nproimg{
		height:190px;
	}
	.ntit img{
		width:150px;
	}
	.ntit h4{
		font-size:28px;
		margin-bottom:30px;
	}
	.teamcon p{
		line-height:30px;
		margin-bottom:10px;
	}
	.shilileft {
		width: 40%;
	}
	.shiliright{
		width:60%;
	}
	.shilibox{
		max-width:410px;
	}
	.newsrt dl dd .newsimg{
		height:174px;
	}
	
}
@media(max-width:1152px) {
	.nnewslist dl dd .dllf{
		padding-right:40px;
	}
	.nnewslist dl dd .nnewsday{
		font-size:26px;
	}
	.nnewslist dl dd .nnewsyear{
		font-size:16px;
	}
	.honorlist .honorimg a{
		height:280px;
	}
	.shili h4 {
		margin-top: 15px;
		margin-bottom:8px;
		font-size:18px;
	}
	.shili p {
		font-size: 15px;
	}
	.newsrt dl dd .newsimg{
		height:134px;
	}
}
@media(max-width:1024px) {
	html, body, a, p, span, ul, img{
		font-size:15px;
	}
	.zhuanjiaimg{
		width:35%;
	}
	.zhuanjiainfo {
		width: 61%;
	}
	.banner_n{
		height:340px;
	}
	.banner1 .slide-title h4 img{
		margin-top:30px;
	}
	.bannermore {
		margin-top: 30px;
	}
	.aboutnrl{
		width:88%;
		float:none;
		margin:0 auto;
	}
	.aboutnrlbox{
		max-width:100%;
	}
	.aboutnrcont p{
	    margin: 0;
	}
	.about{
		margin:60px 0;
	}
	.proswiperbox {
		height: 600px;
	}
	.proswiperImg-swiper-button{
		bottom:30px;
	}
	.xuanze .swiper-slide .xuanzeimg {
		height: 140px;
	}
	.xuanzetit a{
		font-size:34px;
	}
	.liyou .tit p img{
		width:50%;
	}
	.liyoutel {
		height: 60px;
		line-height: 60px;
		margin-top: 50px;
	}
	.liyoutel a{
		font-size:20px;
	}
	.liyoutel img{
		width:28px;
	}
	.liyounav {
		margin-top: 40px;
	}
	.hezuonr ul li{
		width:25%;
	}
	.cloud-product-ul li h4 {
		font-size: 20px;
	}
	.normal-inner .ysicon img{
		width:60px;
	}
	.newstit .newsmenu ul li {
		margin-left: 20px;
		padding-left:36px;
	}
	.active-inner-item .ysnr{
		padding-left:8%;
	}
	.newsnr{
		margin-top:40px;
	}
	.aboutnrr{
		width: 100%;
		margin-top: 60px;
	}
	.aboutnrr video{
	    border-radius: 0px;
	}
	.tit{
		margin-bottom:30px;
	}
	.tit h3 a {
		font-size: 30px;
	}
	.tit p {
		font-size: 16px;
		margin-top:10px;
	}
	.footer h4 a {
		font-size: 18px;
	}
	.botnav li{
		width:18%;
	}
	.botnav li:nth-child(3) {
		width: 48%;
	}
	.botnav p.ewmp{
		font-size:14px;
	}
	.botnav a, .botnav p, .lxwm p, .lxwm p a,
	.bot,.bot a{
		font-size:14px;
	}
	.nnews h1{
		font-size:20px;
	}
	.nnews .fbnr *,
	.nnews .fbnr  p{
		font-size: 16px !important;
		line-height: 32px !important;
	}
	.nprolist .nproimg{
		height:160px;
	}
	.contacttit h3{
		font-size:30px;
	}
	.contacttit p{
		font-size:18px;
		margin:0;
	}
	.teambox ul{
		margin:40px 0;
	}
	.honorlist{
		width:31.3333%;
	}
	.honorlist .honorimg a{
		height:360px;
	}
	.shilibox{
		max-width:360px;
	}
	.newsrt dl dd .newsimg{
		height:154px;
	}
	.xuanzetit a{
		margin:40px 0;
	}
	.ysmsr img{
	    width: 100%;
	}
	.active-inner-item .ysnr .ysms{
	    margin-top:5px;
	}
	.tel em{
	    display: none;
	}
	
}
@media(max-width:991px) {
	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
		position:relative;
	}
	.logo img{
		margin-left:20px;
	}
	.banner_n {
		height: 260px;
	}

	.nnewslist dl dd .dlrt{
		display:none;
	}
	.nnewslist dl dd .dllf{
		width:100%;
		border-right:none;
		padding-right:0;
	}
	.nnewslist dl dd .dllf h4{
		font-size:16px;
	}
	.nhzhb ul li{
		width:31.3333333%;
	}
	.ncontactbox {
		width: 38%;
	}
	.teambox li{
		width:120px;
		height:120px;
		background-size:cover;
	}
	
	.teambox li div p{
		font-size:18px;
		padding-top: 38px;
    	line-height: 22px;
	}
	.honorlist .honorimg a{
		height:340px;
	}
	.newstit .newsmenu{
		text-align:left
	}
	.newstit .tit{
		margin:0;
	}
	.news .newslf,.news .newsrt{
		width:100%;
	}
	.news .newsrt dl {
		padding: 30px 15px;
	}
	.newsrt dl dd h4{
		margin: 20px 0 12px 0;
	}
	.newsrt dl dd .newsimg{
		height:261px;
	}
	.newsnr .newsrt{
		padding:0;
	}
	.newslist ul li:nth-child(2n) {
        padding-left: 0;
    }
    .newslist ul li:nth-child(2n+1) {
      padding-right: 0;
    }
    .liyounav li{
        margin-right: 15px;
    }
    .liyoubox h6 {
        font-size: 300px;
        line-height: 250px;
    }
    
}
@media(max-width:768px) {	
	
	.cont,.headernr,.ncont{
		width: 90%;
	}
	.botnav li{
		width:50%;
		margin-bottom:15px;
	}
	.botnav li:nth-child(3){
		float:none;
	}
	.botnav li:last-child,
	.botnav li:nth-child(3){
		width:100%;
		float:none;
	}
	.zhuanjiacon {
		padding: 30px 30px 60px 30px;
	}
	.zhuanjiaimg{
		width:40%;
	}
	.zhuanjiainfo {
		width: 55%;
	}
	.zhuanjia li {
		line-height: 60px;
		font-size: 18px;
	}
	.zhuanjiatit {
		line-height: 55px;
		height: 55px;
		font-size: 22px;
	}
	.zhuanjia h3{
		font-size:24px;
	}
	.nprolist {
		width: 48%;
		margin:10px 1%;
	}
	.nprolist .nproimg{
		height:190px;
	}
	.nprolist .nprotit{
		line-height:40px;
		padding-left:15px;
	}
	.nprort h3{
		font-size:20px;
		padding:20px 0;
		margin-bottom:20px;
	}
	.ncontactbox{
		width:100%;
		position:static;
		height:auto;
		float:none;
	}
	.nmessagenr dl dd textarea{
		height:260px;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left:0;
	}
	.teamboxlist ul li{
		line-height:60px;
	}
	.teamboxlist ul li a{
		font-size:18px;
	}
	.teamboxlist ul li:before{
		top:28px;
	}
	.honorlist .honorimg a{
		height:260px;
	}
	.shilileft{
		width:100%;
		float:none;
	}
	.shiliright{
		display:none;
	}
	.shilibox{
		max-width:90%;
		margin:0 auto;
	}
	.newsrt dl dd .newsimg{
		height:188px;
	}
	.pronav li {
		padding: 0 20px;
		height: 43px;
		line-height: 43px;
		margin-left: 10px;
	}
	.proswiperbox {
		height: 390px;
	}
	.proswiperbox .container .slide-title h4 {
        font-size: 28px;
        margin: 0 0 10px auto;
    }
	.proswiperbox .container .slide-title{
		width:100%
	}
	.banner .banner-swiper-button,
	.proswiperbox .proswiperImg-swiper-button{
	    width: 120px;
	}
	.proswiperImg-swiper-button {
        bottom: 10px;
    }
	.banner .swiper-button-prev,
	.banner .swiper-button-next,
	.banner .slick-prev,
	.banner .slick-next,
	.proswiperbox .swiper-button-prev,
	.proswiperbox .swiper-button-next{
	    width: 50px;
	    height: 50px;
	    background-size: cover;
	}
	.proswiperbox .swiper-button-next{
	    float:right;
	}
	.xuanze .swiper-button-prev {
		left: -50px;
	}
	.xuanze .swiper-button-next {
		right: -50px;
	}

	.ab_fl dl dt .counter {
		font-size: 40px;
	}
	.liyoucontbox {
		margin-top: 0;
	}
	.liyou {
		margin: 30px 0;
		padding-bottom: 60px;
	}
	.ysimg img{
		max-width:100%;
	}
	.active-inner-item .ysnr{}
	.active-inner-item .ysnr h3{ font-size:20px;}
	.active-inner-item .ysnr .ysms{ display:none;}
	.active-inner-item .ysnr h3::after{ display:none;}
	.active-inner-item .ysnr{ height:70px;}
	.active-inner-item .ysnr .ysmsr{ display:none;}
	.link{ display:none;}
	.cloud-product-ul li {
		height: 300px;
	}
	.normal-inner .ysicon{
		margin-top:50px;
	}
	.liyoucontbox{
		width:65%;
	}
	.liyoubox h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.hezuonr ul li{
		width:50%;
		height:100px;
	}
	.banner2 .slide-title p{
	    width: 100%;
	}
	.banner1 .slide-text p, .banner2 .slide-text p{
	    width: 100%;
	    margin: 10px;
	    font-size: 14px;
	}
	.liyoubox h6 {
        font-size: 274px;
        line-height: 230px;
    }
    .liyounav li{
        margin-right: 15px;
    }
    .npronrname{
		font-size:24px;
	}
	.xuanze .swiper-slide .xuanzeimg {
        height: 165px;
    }
    .hezuo {
        padding: 60px 0;
    }
    .news,.xuanze{
        padding-bottom: 60px;
    }
    .botlist img {
        max-width: 50%;
    }
    .nnewslist dl {
        padding: 15px 0;
    }
    .shili .owl-prev,
    .shili .owl-next{
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
    }
}
@media(max-width:767px) {
	.ab_fl > dl{
		margin-bottom:20px;
	}
}
@media(max-width:640px) {
	.logo img {
		margin: 10px 0 10px 10px;
	}
	.banner1 .slide-title h4 img {
        width: 300px;
    }
    .banner1 .slide-title p, .banner2 .slide-title h4 {
        font-size: 22px;
        margin: 0;
    }
    .banner2 .slide-title p {
        font-size: 24px;
    }
	.cloud-product-ul li {
		height: 240px;
	}
	.normal-inner .ysicon img {
    	width: 35px;
	}
	.cloud-product-ul li h4 {
		font-size: 14px;
		margin-top:15px;
	}
	.normal-inner .ysen {
		margin-top: 5px;
		line-height: 14px;
		font-size: 12px;
	}
	.active-inner-item .ysnr {
		padding-left: 6%;
		padding-right: 10px;
	}
	.active-inner-item .ysnr h3 {
		font-size: 14px;
	}
	#menu{
		top:13px;
	}
	.post {
		margin-bottom: 40px;
	}
	.position {
		line-height: 30px;
		padding: 15px 0 !important;
		height: auto;
	}
	.zhuanjiacon {
		padding: 25px;
		margin-bottom:25px;
	}
	.zhuanjiaimg{
		margin-bottom:25px;
	}
	.zhuanjiatit{
		margin-top:25px;
	}
	.zhuanjiatit {
        line-height: 50px;
        height: 50px;
        font-size: 20px;
        padding-left: 10px;
    }
	.zhuanjiaimg,.zhuanjiainfo{
		width:100%;
	}
	.zhuanjia li {
		line-height: 55px;
		font-size: 16px;
	}
	.zhuanjia h5{
		margin-top:25px;
	}
	.proswiperbox {
		height: 330px;
	}
	.proswiperbox .container .slide-title h4 {
        font-size: 20px;
        margin: 0 0 10px auto;
    }
    .indexmore a{
        width: 180px;
        height: 45px;
        line-height: 45px;
    }
	.tit h3 a,.ntit,.ntit a,.xuanzetit a {
		font-size: 24px;
	}
	.ntit{
		margin-bottom:30px;
	}
	.h80 {
		height: 40px;
	}
	.left,.right{
		float:none;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.pageleft, .pageright{
		width:100%;
	}
	.language{
		float:right;
	}
	.headertext{
		float:left;
	}
	.nhzhb{
		margin:40px 0;
	}
	.nhzhb ul li{
		width:48%;
	}
	.nnewslist dl dt,.nnewslist dl dd{
		width:100%;
	}
	.nnewslist dl dd{
		padding-left:0;
	}
	.nnewslist dl dt{
		height:auto;
	}
	.nnewslist dl dt img{
		position:static;
		transform: translate(0%, 0%);
	}
	.nnewslist dl:hover dt img{
		transform:translate(0%, 0%) scale(1);
	}
	.menunr li > a {
		font-size: 16px;
		height:60px;
		line-height: 60px;
		padding: 0 10px;
	}
	.nnews{
		margin:30px auto;
	}
	.nnews .fbnr *,
	.nnews .fbnr  p{
		font-size: 15px !important;
		line-height: 30px !important;
	}
	.nprolist .nproimg{
		height:160px;
	}
	.teambox li{
		width:80px;
		height:80px;
		background-size:cover;
	}
	.teambox li div p {
		font-size: 16px;
		padding-top: 22px;
		line-height: 17px;
	}
	.honorlist{
		width:48%;
	}
	.honorlist .honorimg a{
		height:350px;
	}
	.newsrt dl dd .newsimg{
		height:155px;
	}
	.tit p img{
		width:180px;
	}
	.newsnr .newslf dl dd h4{
		font-size:16px;
	}
	.liyounav li{
		margin-right:15px;
	}
	
	.pronav{
	    margin: 0;
	}
	.pronav li{
	    margin-bottom: 30px;
	}
	.liyoutel{ width:260px;}
	
	.proswiperbox .container .slide-title p{ display:none;}
	.newsnr .newslf dl dt,.newsnr .newslf dl dd{
		width:100%;
	}
	.newsnr .newslf dl dd{
		padding:0;
		margin-top:20px;
	}
	.newsrt dl dt .newsday {
		font-size: 30px;
		line-height: 30px;
	}
	.newsrt dl dt .newsyear{
		font-size:14px;
	}
	.newsnr .newsrt dl dd h4{
		margin:0;
		font-size: 16px;
	}
	.newsnr .newslf dl dd .newsdate{
		margin-top:10px;
	}
	.newslist ul li span{
		font-size:15px;
	}
	.newslist ul li a{
		font-size:16px;
	}
	.newstit .newsmenu ul li{
		padding-left: 36px;
	}
	.newsnr .newslf dl dd .newsdatelf{
	    float:left;
	}
	.newsnr .newslf dl dd .newsdatert{
	    float: right;
	}
	.newsnr .newslf dl dd p{
	    margin: 0;
	}
	.newsnr .newsrt dl dd p{
	    margin: 0;
	}
	.newsrt dl dt .newsyear{
	    line-height: 21px;
	}
	.news .newsrt dl {
        padding: 20px 15px;
    }
    .side{
        width: 50px;
    }
    .side ul li{
        width: 50px;
        height: 50px;
        font-size: 12px;
        line-height: 21px;
    }
     .side ul li a{
         font-size: 12px;
     }
    .side ul li i.bgs2,
    .side ul li i.bgs3,
    .side ul li i.bgs4,
    .side ul li i.bgs6{
        background-size: 18px 18px;
        background-position: top center;
        margin-top: 5px;
        height: 18px;
    }
    .xuanze .swiper-slide .xuanzeimg {
        height: 135px;
    }
    .active-inner-item .ysnr h3 {
        font-size: 16px;
    }
    .active-inner-item .ysnr {
        height: 50px;
    }
    .active-inner-item .ysnr h3 {
        line-height: 50px;
        margin: 0;
    }
    .xuanze .swiper-button-next,
    .xuanze .swiper-button-prev{
        background-size: 15px 28px;
    }
    .hezuomore{
        float: right;
    }
    .cpyy .tit{
        float:left;
    }
    .nprolist .nprotit {
        font-size: 14px;
        padding-left: 10px;
    }
    .shili h3 {
        font-size: 28px;
        margin-top: 20px;
    }
    
    .nnewslist dl dd .dllf .nnewsms {
        -webkit-line-clamp: 1;
        margin: 0;
    }
    .nnewslist dl dd .dllf .nnewsmore{
        margin-top: 5px;
    }
    
}
@media(max-width:540px) {
    .newsnr .newsrt dl dd{
		padding-left:20px;
	}
}
@media(max-width:500px) {
	.logo img{
		width:70%;
	}
	.headertext {
		display:none;
	}
	.banner_n{
		height:200px;
	}
	.bannermore a{
	    width: 50%;
	    height: 50px;
	    line-height: 50px;
	}
	#menu {
		top: 3px;
	}
	.nprolist .nproimg{
		height:120px;
	}
	.teambox ul {
		margin: 20px 0;
	}
	.honorlist .honorimg a{
		height:190px;
	}
	.cloud-product-ul li {
		height: 190px;
	}
	.liyoucontbox {
        width: 73%;
    }
	.liyounav li {
        margin-right: 10px;
        width:40px;
        height: 40px;
        line-height: 40px;
    }
    .liyoutext span{
        padding-right: 10px;
        font-size: 12px;
    }
    .botnav li:last-child{ display:none;}
    .newsnr .newsrt dl{
		padding: 20px 10px;
	}
	.newsnr .newsrt dl dd h4{
		font-size:18px;
	}
	.newslist ul li span{
		font-size:14px;
	}
	.shubiao-index{ display:none;}
	.banner-swiper-button{ display:none;}
	.bannermore{ display:none;}
	.banner1 .slide-text p, .banner2 .slide-text p{ display:none;}
	.banner3 img, .banner2 img{ width:100%;}
	.proswiperbox .container .slide-title h4{ width:90%;}
	.npronrname{
		font-size:20px;
	}
	.xuanze .swiper-slide .xuanzeimg {
    height: 210px;
}
}
@media(max-width:414px) {	
	.nprolist .nproimg {
		height: 100px;
	}
	.teambox li{
		width:60px;
		height:60px;
		background-size:cover;
	}
	.teambox li div p {
		font-size: 14px;
		padding-top: 14px;
		line-height: 17px;
	}
	.honorlist .honorimg a{
		height:190px;
	}
	.ab_fl dl dt .counter{
		font-size:45px;
	}
	.newsrt dl dd .newsimg{
		height:224px;
	}
	.cloud-product-ul li {
		height: 160px;
	}
	.normal-inner .ysicon {
		margin-top: 30px;
	}
	.normal-inner .ysen{
		display:none;
	}
	.newsrt dl dt .newsday{
		font-size:26px;
	}
	.hezuomore{
	    display: none;
	}
	.xuanze .swiper-button-prev {
        left: -30px;
    }
    .xuanze .swiper-button-next{
        right: -30px;
    }
}
@media(max-width:375px) {	
	.newsrt dl dd .newsimg{
		height:188px;
	}
	.cloud-product-ul li {
		height: 140px;
	}
	.cloud-product-ul li h4 {
		font-size: 12px;
		margin-top:10px;
	}
	.normal-inner .ysicon img {
		width: 30px;
	}
}
@media(max-width:320px) {
	.newsrt dl dd .newsimg{
		height:185px;
	}
	.cloud-product-ul li {
		height: 120px;
	}
	
}
.nproinfo table{background:#666666;width:100%;margin:20px auto 40px;font-size:16px;line-height:26px;text-align:center;}
.nproinfo table td{background:#f5f5f5; font-size:18px; line-height:36px;}
.nproinfo tbody tr:nth-child(even) td,
.nproinfo tbody tr:nth-child(even) th {background-color:#fff;}
.nproinfo tbody tr:nth-child(odd) td,
.nproinfo tbody tr:nth-child(odd) th {background-color:#f0f0f0;}