@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */
@font-face{ font-family:myFont; src:url('../skin/font/SOURCEHANSANSCN-LIGHT.OTF') format('truetype'); }
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:13px; font-family:myFont,"Arial"; color:#666;}

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:myFont,"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;}

/*默认滚动条样式*/
::-webkit-scrollbar
{
width: 5px;
height:5px;
}

::-webkit-scrollbar-track
{
border-radius: 0px;
background: #222222;
}

::-webkit-scrollbar-thumb
{
border-radius: 5px;
background:#187fd8;
}

::-webkit-scrollbar-thumb:hover
{
border-radius: 5px;
background:#187fd8;
}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

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%;
	height:100px;
	position:absolute;
	z-index: 9999;
	top:0;
	left:0;
	background: url(../images/heard.png);
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.logo{
	overflow:hidden;
	height:100px;
}
.logo img{
}
.nav{
	float:right;
	margin-right:100px;
}

.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 .menu > li{
	float:left;
	text-align:center;
	padding:0 30px;
	line-height:100px;
	
}
.nav .menu > li:nth-child(7){
	border-right:1px solid rgba(255,255,255,0.5);
	margin-right:0px;
}
.nav .menu > li img{
	margin-top:40px;
}
.nav .menu > li a{
	color:#fff;
	font-size:16px;
	display:block;
	position:relative;
}
.nav .menu > li > a::after {
	position: absolute;
	content: "";
	bottom:0px;
	left: 30%;
	width: 40%;
	height:2px;
	background: #fff;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav .menu > li > a:hover::after,
.nav .menu > li.current > a::after{
  transform: scaleX(1);
}
.nav .menu > li:last-child  > a:hover::after{
	transform: scaleX(0);
}
.nav .menu > li:hover a{
	color:#fff;
}

.nav .menu > li.current a{
	color:#fff;
}

.nav .menu > li .submenu{

	width:100%;
	left:0%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:40px;

	line-height:40px;

	background:#187fd8;

	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:#187fd8;

}
.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: 0rem;
	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: #fff;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#fff;
}
#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;
}
#sidenav ul li a {
    color: #fff;
    font-size: 16px;
}
#sidenav ul li a:hover{
	color:#fff;
}
.cont{
	width:75.8%;
	overflow:hidden;
	margin:auto;
}
.ncont{
	width:100%;
	margin:0 auto;
}
.naboutnr{ width:96%; margin:0px auto;}
.nnewsnr1{ width:96%; margin:20px auto;}
.ncontact{ width:96%; margin:20px auto;}
.npronr{ width:96%; margin:20px auto;}
.ncontent{
	background:#fff;
	margin-top:0px;
	position:relative;
	padding-bottom:80px;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
}
/*search*/
.headewm {
    width: 100px;
	height:100px;
    padding-top: 34px;
    text-align: center;
	position:relative;
	cursor:pointer;
}
.headewmimg{
	display:none;
	position:absolute;
	right:0;
	top:100px;
	background:#fff;
	text-align:center;
	border:1px solid #ddd;
	width:120px;
}
.headewmimg img{
	width:100px;
	margin:0 auto;
}
.nav-button {
	position: absolute;
    right: 100px;
    top: 0;
    min-width:100px;
    height: 100px;
    z-index: 1;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav-button:before {
	display:block;
	content:'';
	border-width:0 0 60px 27px;
	position:absolute;
	right:0;
	bottom:0;
	width:130px;
	transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s;
}
.nav-button form {
	color:#ffffff;
	display:block;
	padding:0 15px 0 10px;
	height:100px;
	overflow:hidden;
	font-size:15px;
}
.nav-button form i {
	float:left;
	position:relative;
	margin-top:27px;
	width:36px;
	height:36px;
	cursor:pointer;
}
.nav-button form i:before {
	display:block;
	content:'';
	border:2.2px solid #ffffff;
	width:16px;
	height:16px;
	position:absolute;
	left:8px;
	top:9px;
	border-radius:50%;
	transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s;
}
.nav-button form i:after {
	display:block;
	content:'';
	background:#ffffff;
	width:3px;
	height:7px;
	position:absolute;
	left:22px;
	top:21px;
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s;
}
.nav-button form b {
	float:left;
	font-weight:normal;
	position:relative;
	z-index:1;
	width:54px;
	overflow:hidden;
	cursor:pointer;
	transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s;
	opacity:1;
	line-height:60px;
	font-size: 16px;
}
.nav-button form input.text {
	float:left;
	border:none;
	background:none;
	padding:0 6px;
	font-size:15px;
	height:30px;
	line-height:30px;
	transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	-o-transition:.3s;
	color:#ffffff;
	position:relative;
	z-index:1;
	outline:none;
	margin:30px 5px 0 0;
	width:0;
	opacity:0;
}
.nav-button form input.text::-webkit-input-placeholder {
	color:#ffffff;
	opacity:.45;
}
.nav-button form input.text:-moz-placeholder {
	color:#ffffff;
	opacity:.45;
}
.nav-button form input.text::-moz-placeholder {
	color:#ffffff;
	opacity:.45;
}
.nav-button form input.text:-ms-input-placeholder {
	color:#ffffff;
	opacity:.45;
}
.nav-button form input.submit {
	display:none !important;
}
.nav-button:hover{
	background:#187fd8;
}
.nav-button:focus:before,.nav-button:hover:before {
	border-width:0 0 60px 13px;
	opacity:1;
	width:232px;
}
.nav-button:focus form input.text,.nav-button:hover form input.text {
	width:140px;
	opacity:1;
}
.nav-button:focus form b,.nav-button:hover form b {
	width:0;
	opacity:0;
}

/*loading*/
.loading {
    width: 100%;
    height: 100%;
    background: #187fd8;
    opacity: 1;
    position: fixed;
}
.loadingdiv{
	width:123px;
	height:145px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-72px 0 0 -55px;
}
.loading .loadingdiv > div {
	min-width : 40px ;
    min-height : 40px ;
    width : 123px ;
    height : 40px ;
    text-align: center;
}
.loading .loadingdiv > div > div {
  background-color : #ffffff ;
    min-height : 40px;
    height : 100% ;
    width : 4%;
    margin-left: 8%;
    display : inline-block ;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    -o-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
	border-radius:2px;
}
.loading .loadingdiv > div > div:first-child{
    margin-left: 0;
}
.loading .loadingdiv > div > .c2 {
	-webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loading .loadingdiv > div > .c3 {
	-webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    -o-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.loading .loadingdiv > div > .c4 {
	-webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loading .loadingdiv > div > .c5 {
	-webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0% , 40% , 100% { -webkit-transform: scaleY( 0.4 ) }
    20% { -webkit-transform: scaleY( 1.0 ) }
}
@-moz-keyframes stretchdelay {
    0% , 40% , 100% { -moz-transform: scaleY( 0.4 ) }
    20% { -moz-transform: scaleY( 1.0 ) }
}
@-o-keyframes stretchdelay {
    0% , 40% , 100% { -o-transform: scaleY( 0.4 ) }
    20% { -o-transform: scaleY( 1.0 ) }
}
@keyframes stretchdelay {
    0% , 40% , 100% {
        transform: scaleY( 0.4 );
    }  20% {
           transform: scaleY( 1.0 );
       }
}
.loading .loadingdiv > span {
	background:url(../images/logoloading.png) no-repeat;
	width: 123px;
	height: 100px;
	text-align: center;
	display:block;
	margin:0 auto 5px auto;
}


/* banner

-------------------------------------------------------------- */
.banner{
	position:relative;
}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
}
.banner .owl-wrapper .owl-item:nth-child(2){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(3){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-carousel{
	height:100vh;
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	position:absolute;
	right:100px;
	top:40%;	
}
.banner .owl-page{
	margin-bottom:20px;
}
.banner .owl-page span{
	text-indent:2000px;
	display:block;
	width:10px;
	height:10px;
	background:#fff;
	border-radius:10px;
	margin:8px auto;
}
.banner .owl-page.active{
	width:30px;
	height:30px;
	border:2px solid #fff;
	border-radius:30px;
}
.banner .owl-prev{
	background:url(../images/bannerl.png) no-repeat left center;
	width:30px;
	height:30px;
	position:absolute;
	left:12.5%;
	top:60%;
}
.banner .owl-number{
	text-align:center;
	line-height:110px;
	font-size:14px;
	font-family:Arial;
	position:absolute;
	left:100px;
	top:50%;
	color:#fff;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	font-size:14px;
	font-family:Arial;
	color:#fff;
}
.banner .owl-next{
	background:url(../images/bannerr.png) no-repeat left center;
	width:30px;
	height:30px;
	position:absolute;
	left:15%;
	top:60%;
}
.banner .owl-item img{
	width:100%;
	height:100%;
}
.item .cont{
	position:absolute; 
	top:47%; 
	padding-left:12.5%;
}
.item p.p1{
	color:#fff; 
	line-height:50px;
	font-size:50px; 
	font-weight:bold;
}
.item p.p2{
	color:#fff; 
	line-height:50px;
	font-size:24px;
	font-weight:100;
	    text-transform: uppercase;
}



.xiaoshi{

    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;

}

.xiaoshi:hover{
    opacity: 0;
}




/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:100px;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:9999;
}
.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;
	font-family:Arial;
	text-align:center;
	color:#fff;
	margin-top:5px;
}
#shubiao{
	width:14px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -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);
  }
}

/**/

.culture02{padding-bottom:10px;}
.culture02 li{background:#f4f4f4; margin-top:37px; transition:all 0.5s ease;}
.culture02 li:first-child{margin-top:0;}
.culture02 li .li_box{padding:26px 50px;}
.culture02 li .li_box .left{width:12%; float:left; line-height:58px; position:relative; font-size:24px; color:#000; font-weight:600;}
.culture02 li .li_box .left:after{content:''; width:1px; height:58px; background:#d7dee3; position:absolute; right:0; top:50%; margin-top:-29px;}
.culture02 li .li_box .right{width:88%; float:left;}
.culture02 li .li_box .right .r_box{padding:0 23px 0 29px; line-height:58px;}
.culture02 li .li_box .right .r_box .tit{float:left; width:70%; font-size:16px; color:#000; margin-bottom:0px;}
.culture02 li .li_box .right .r_box .tit p{ line-height:58px; text-align:left; font-size:16px; color:#000;}
.culture02 li .li_box .right .r_box .more{width:13%; float:right; position:relative; font-size:15px; color:#da2d27;}
.culture02 li .li_box .right .r_box .more:after{content:''; width:11px; height:12px; background:url(../img/culture02_1.png) no-repeat; position:absolute; right:0; top:50%; margin-top:-6px;}
.culture02 li:hover{background:#187fd8;}
.culture02 li:hover .li_box .left{color:#fff;}
.culture02 li:hover .li_box .left:after{background:#fff; background:rgba(255,255,255,0.7);}
.culture02 li:hover .li_box .right .r_box .tit{color:#fff;}
.culture02 li:hover .li_box .right .r_box .tit p{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more:after{background-position:-11px 0;}
.culture02 li .hidden_detail{display:none;}
.el{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.bannernews{
	position:absolute;
	left:0;
	bottom:0;
	height:100px;
	width:50%;
	background:#187fd8;
	border-radius:0 30px 0 0 ;
}
.bannernews .bannernews-container{
	max-width:720px;
	margin:0 auto 0 0;
	overflow:hidden;
	height:100px;
	position:relative;
}
.bannernews-swiper-button{
	position:absolute;
	right:0px;
	top:10px;
	z-index:9999;
}
.bannernews-swiper-button .swiper-button-next,
.bannernews-swiper-button .swiper-button-prev {
    background: url(../images/bannernewsl.png) no-repeat center center;
    width: 15px;
    height: 16px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    float: left;
	margin-top:20px;
}
.bannernews-swiper-button .swiper-button-prev {
    background: url(../images/bannernewsr.png) no-repeat center center;
	margin-top:40px;
}
.bannernews-swiper-button .swiper-button-next{
	margin-left:-5px;
}
.bannernews_tit{
	width:82%;
	padding-left:40px;
	padding-top:26px;
}
.bannernews_tit p{
	color:#fff;
	font-size:18px;
	text-align:right;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bannernews_tit span {
    color: #fff;
    display: block;
    line-height: 20px;
    overflow: hidden;
	text-align:right;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bannernews_date{
	width:15%;
	text-align:left;
	padding-top:20px;
	font-family:Arial;
	color:#fff;
	font-size:18px;
	padding-left:10px;
}
.bannernews_date span{
	font-size:40px;
	color:#fff;
	font-family:Arial;
}



.content {
    overflow: hidden;
}

.content .innerWrap {

    margin: 0 auto;
}



/* ------------产品


.m2ywinx4ul{ margin: 30px 0px 50px; background: url(../images/m2yw_line1.png) no-repeat center center; }
.m2ywinx4ul li{ width: 33.33%; float: left; text-align: center; background: url(../images/m2yw_line2.png) no-repeat right center;  }
.m2ywinx4ul li:nth-child(3),.m2ywinx4ul li:nth-child(6){background:none;}
.m2ywinx4ul li p{ font-size: 16px; line-height: 40px; margin-top: 18px; letter-spacing: 1px;color:#fff }
@media (max-width:1799px){
.m2ywinx4ul li span img{width:70px; height:auto;}
.m2ywinx4ul li p{font-size:21px;}
.m2ywinx4ul li{height:288px;}
}
@media (max-width:993px){
.m2ywinx1 .hmc4nums{top:-15px;}
.m2ywinx_btn{text-align:center;}
}
@media (max-width:767px){
.m2ywinx4ul li{height:128px; padding-top:20px;}
.m2ywinx4ul li span img{width:40px; height:auto;}
.m2ywinx4ul li p{font-size:16px; margin-top:8px;}
.m2ywinx3_abtn{ width:20%; margin-bottom:20px;}
.m2ywinx3Tools{padding-top:40px;}
.m2ywinx3_abtn i::after{width:80px; height:80px; background-size:cover; margin-left:20px; margin-top:20px;}
.m2ywinx3_abtn img{transform:scale(0.8);}
}



------------ */

/* ------------文化------------- */

.m2whCon{  background-size: cover; padding: 80px 0px 10.25vw; overflow: hidden}
.m2whLx{ float:left; position:relative; width:38.19%;}
.m2wh_img1{ position:static;}
.m2wh_img2{ position:absolute; right:-28.46%; bottom:-62px; width:69.45%;}
.m2whul{ width:598px; float:right;}
.m2whul li{ margin-top: 85px; height: 80px; position: relative; padding-left: 122px; color: #666666; }
.m2whul li img{ position: absolute; left: 0px; top: 10px; }
.m2whul li strong{ line-height: 44px; font-size: 32px; font-weight: 400; display: block; margin-top: 4px; }
.m2whul li p{ font-size: 16px; line-height: 32px; text-indent: 0px;}
@media (max-width:1799px){
.m2whul{width:518px;}
.m2whul li{ margin-top: 65px; height: 70px; padding-left: 92px; }
.m2whul li img{ width:60px; height:auto;}
.m2whul li strong{ line-height: 36px; font-size: 26px; }
.m2whul li p{ font-size: 15px; line-height: 30px; }
}
@media (max-width:1199px){
.m2whul{width:448px;}
.m2whul li strong{font-size:24px;}
.m2whul li{margin-top:55px;}
}
@media (max-width:993px){
.m2whLx{width:100%; float:none; margin-bottom:55px;}
.m2whul{width:100%;}
}
@media (max-width:767px){
.m2whul li{margin-top:25px; padding-left:66px; line-height:28px;}
.m2whul li strong{font-size:18px; line-height:30px;}
.m2whul li img{width:52px; height:auto;}
.m2whCon{padding:35px 0 50px;}
.m2cmEditor  h3{font-size:16px;}
}







/* ------------新加------------- */




.tit-18{font-size: 18px}
.announcement {
  padding-top: 1.25rem;
  padding-bottom: 2.25rem;
}
.announcement .itemsbox {
  padding-bottom:100px;
  margin-top: .5rem;
  font-size: 0;
  color: #999999;
}
.announcement .itemsbox .txts {
  color: #999999;
  line-height: 1;
}
.announcement .itemsbox .tits {
  color: #222222;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  padding-right:10px;
  margin-bottom: 10px;
	margin-top: 20px
}
.announcement .itemsbox .tits:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../images/i14.png") #ebf2f8 no-repeat center;
  background-size: 100%;
}
.announcement .itemsbox .li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 46%;
  margin-left: 8%;
  padding-top: .75rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #e5e5e5;
}
.announcement .itemsbox .li:nth-child(2n+1) {
  margin-left: 0;
}



















/* ------------案例------------- */


.search {

  width: 100%;

  margin: 0 auto 0px;

  padding-top: 20px;

  padding-bottom: 20px;

}

.search .title_box {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.search .title_box .lookmore a {

  width: 120px;

  height: 45px;

  background-color: #0d3267;

  border-radius: 22px;

  display: flex;

  align-items: center;

  justify-content: center;

  font-family: MicrosoftYaHei;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}

.search .bottom {

width: 100%;
	margin-bottom: 50px;
	overflow: hidden
}

.search .bottom .item {

  width: 31.33333%;

  margin-right: 1%;
  margin-left: 1%;

	
	float: left;

  background-color: #fff;

  margin-top: 40px;

  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);

  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);

  word-break: break-all;
	background: #f1f3f7;

}

.search .bottom .item:hover {

  box-shadow: 0px 6px 6px 0px rgba(48, 55, 66, 0.15);

  transform: translate(0, -5px);

  transition-delay: 0s !important;

}

.search .bottom .item:nth-child(3n) {

  margin-right: 0;

}

.search .bottom .item .img {

  position: relative;

}

.search .bottom .item .img img {

  display: block;

  width: 100%;

}

.search .bottom .item .img .status {

  position: absolute;

  width: 149px;

  height: 40px;

  background-color: rgba(0, 0, 0, 0.3);

  border-radius: 0px 19px 19px 0px;

  display: flex;

  align-items: center;

  justify-content: center;

  top: 25px;

  left: 0;

  font-family: MicrosoftYaHeiLight;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

}

.search .bottom .item .con {

  box-sizing: border-box;

  padding: 0 30px 35px;

}

.search .bottom .item .con .name {


  justify-content: space-between;

  border-bottom: 1px solid #ebebeb;

}
.search .bottom .item .con .name h3 {

  font-family: MicrosoftYaHei-Bold;

  font-size: 20px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 35px;

  letter-spacing: 0px;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  color: #232323;
	text-align: center

}

.search .bottom .item .con .name a {

  display: flex;

}
.search .bottom .item .con .name img {

  width: 31px;

}

.search .bottom .item .con .info_box {

  padding-top: 20px;

}

.search .bottom .item .con .info_box .info {

  font-family: MicrosoftYaHei;

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 24px;

  letter-spacing: 0px;

  color: #727272;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 4;

  overflow: hidden;
	text-align: center

}



/* ------------表格------------- */

.table-wrapper{
    margin: 10px 0px 70px;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding:15px 8px;
	font-size: 14px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14px;
}

.fl-table thead th {
    color: #666;
    background: #ededed;
	
}
.fl-table thead th:nth-child(01){width:10%;}
.fl-table thead th:nth-child(02){width:30%}
.joinlist .fl-table thead th:nth-child(02){width:10%}




.fl-table thead th:nth-child(odd) {
    color: #666;
    background: #e5e5e5;
}

tr:nth-child(even) {
    background: #d8d8d8;
}




table{border-collapse:collapse;border-spacing:0;}
.c-100 {
	width: 100%;
}
.c-t-center {
	text-align: center;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.ptb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.c-main {
	width: 1000px;
	margin: 0 auto;
}
/* table
-----------------------------------------------------------------------------*/
.tb th { padding:17px 5px; border-top:1px solid #2c2928; border-bottom:1px solid #2c2928; line-height: 20px; color:#050101; vertical-align: middle;font-size: 16px;}
.tb td { padding:7px 5px; line-height: 25px;  border-bottom:1px solid #2c2928; word-wrap: break-word; word-break:break-all;  vertical-align: middle;font-size: 14px;color:#1c1716;    font-family: "思源黑体 CN";
}


.tb th.small {padding:5px;}
.tb .hover td { background-color:#fafafa;}
.tb-b {border:1px solid #2c2928;}
.tb-b .toptit{background: #d3e0ec}
.tb-b th , .tb-b td {border-color:#2c2928; border-left:1px solid #2c2928;}
.tb-n th , .tb-n td {border:0; background:none; vertical-align:middle; padding:10px; color:#666;}
tr.hover td {background-color:#fcfcfc}
.tb-s {border-left: 1px solid #ddd; border-top: 1px solid #ddd;}
.tb-s th {background-color: #F8F8F8; color: #333; border-bottom: 1px solid #ddd; border-right: 1px solid #2c2928; padding: 15px 10px; width: 120px;}
.tb-s td {border-bottom: 1px solid #ddd;  border-right: 1px solid #2c2928;  padding: 15px 10px;}
.tb-skin1 th { position:relative; padding:5px; border-top: 0 none; border-bottom:0 none;}
.tb-skin1 th:before { content:''; position:absolute; right:-1px; top:5px; bottom:5px; display:block; width:1px; background-color:#ddd; font-size:0; z-index:1; }
.tb-skin1 th:last-child { overflow:hidden; *zoom:1; }
.tb-min th , .tb-min td {padding:1px 4px;}










/* ------------服务承诺------------ */

.m2banner2n{position:relative;}
.m2banner2n .bgImg{height:700px;}
.m2banTxt2n{ position:absolute; left:0; width:100%; text-align:center; top:50%; transform:translateY(-50%); color:#fff;}
.m2banTxt2n h6{ display: block; font-size: 32px; line-height: 54px; font-weight: normal; }
.m2banTxt2n strong{ display: block; font-size: 66px; line-height: 80px; margin-top: 20px; font-weight: normal; letter-spacing: 4px; }
.m2nhd_sort{ display: block; text-align: center; color: #005fd5; margin-top: 3.75vw; font: 160px/160px din_b; }
.m2nhdCon{ margin-bottom:20px;}
.m2nhdItem_con{ padding: 64px 70px 120px; box-shadow:0 8px 35px rgba(0,0,0,0.1); margin-top:-26px; background:#fff; position:relative; z-index:3;}
.m2nhnTop{ overflow:hidden;}
.m2nhnTnms{ float:left; width:50%; padding-right:45px; padding-top:32px;}
.m2nhnTnms strong{ display: block; border-bottom: 1px solid #F0F0F0; line-height: 98px; height: 99px; }
.m2nhnTnms strong span{ display: inline-block; font-size: 36px; color: #000; font-weight: bold; letter-spacing: 3px; position:relative; }
.m2nhnTnms strong span:after{content:""; height:4px; background:#005FD5; position:absolute; left:0; bottom:-1px; width:100%;}
.m2nhnTnms p{ font-size: 18px; line-height: 32px; color: #666666; margin-top: 25px; }
.m2nhnImg{ float:right; width:50%; float:right;}
.m2nhnImg .overflowHide{ height:365px;}
.m2nhnBom{ margin-top:48px;}
.m2nhnBom li{ float: left; width: 50%; padding-right:45px; }
.m2nhnBx{ height: 122px; position: relative; padding-left:88px; }
.m2nhnBx span{ display:inline-block; width:60px; height:60px; position:absolute; left:0; top:0}
.m2nhnBx strong{ font-size: 22px; font-weight: normal; line-height: 35px; height: 35px; margin-bottom: 5px; }
.m2nhnBx p{ font-size: 14px; line-height: 20px; color: #b2b2b2; max-width:420px; }
.m2nhdCon .container .m2nhdItem:nth-child(2n) .m2nhnTnms{ float:right; padding-right:0; padding-left:45px;}
.m2nhdCon .container .m2nhdItem:nth-child(2n) .m2nhnImg{ float:left;}
@media (max-width:1799px){
.m2banner2n .bgImg{height:480px;}
.m2banTxt2n h6{font-size: 24px; line-height: 42px; }
.m2banTxt2n strong{ font-size: 50px; line-height: 62px; margin-top: 15px; letter-spacing: 3px; }
.m2nhd_sort{ font: 120px/120px din_b; }
.m2nhdItem_con{ padding: 50px 50px 10px; margin-top:-20px;}
.m2nhnImg .overflowHide{ height:305px;}
.m2nhnTnms strong{line-height: 68px; height: 69px; }
.m2nhnTnms strong span{ font-size: 28px; }
.m2nhnTnms p{ font-size: 16px; line-height: 28px; margin-top: 20px; }
.m2nhnBx{ height:100px; padding-left:78px; }
.m2nhnBx span{ width:50px; height:50px;}
.m2nhnBx strong{ font-size: 20px; line-height: 34px; height: 34px; margin-bottom: 3px; }
.m2nhnBx p{ max-width:370px; }
.m2nhnBom{margin-top:32px;}
.m2nhd_sort{margin-top:35px;}
}
@media (max-width:993px){
.m2nhnTnms{width:100%; padding:0!important; float:none!important;}
.m2nhnImg{width:100%; float:none!important; margin-top:35px; display:block}
.m2nhnBx{height:150px;}
}
@media (max-width:767px){
.m2banner2n .bgImg{height:250px;}
.m2banTxt2n h6{font-size: 20px; line-height: 32px; }
.m2banTxt2n strong{ font-size: 26px; line-height: 32px;letter-spacing:1px; margin-top:10px; }
.m2nhd_sort{ font: 100px/100px din_b; }
.m2nhdItem_con{padding:20px 10px 10px;}
.m2nhnTnms strong span{font-size:21px;}
.m2nhnTnms strong{line-height:52px; height:53px;}
.m2nhnTnms p{font-size:15px; line-height:24px;}
.m2nhnImg{margin-top:20px;}
.m2nhnImg .overflowHide{height:180px;}
.m2nhnBom li{width:100%; padding-right:0;}
.m2nhnBx{height:auto; padding-bottom:25px;}
.m2nhnBx{padding-left:64px;}
.m2nhnBx strong{font-size:18px;}
.m2nhdCon{margin-bottom:0;}
}


























.bg-f6{background-color: #F5F6F8;}

.message-box{margin-top: 50px; padding:48px 15px 50px; margin-bottom: 20px;}
.tc {
    text-align: center;
}


.message-box p{font-size: 16px; line-height: 28px;}

.form-inline{width: 100%}

.message-form{margin-top: 50px;}



.message-box  .form-group{ width: 48%; margin-bottom: 40px; position: relative; }

.form-group.required::after{content: '*'; color: red; position: absolute; left: 10px; top: 22px; font-size: 16px;}



.message-box  .form-group:nth-child(odd){margin-right: 3.2%;}



.message-box  .form-control{background-color: #fff; width: 100%; height: 60px;line-height: 50px; border-radius: 4px; border: 0; padding-left: 25px;}



.form-texttarea{width: 100%  !important; }



.form-texttarea  .form-control{height: 198px ; border: 0;border-radius: 4px;}



.message-box input::-webkit-input-placeholder,.message-box textarea::-webkit-input-placeholder{



	color:#333 !important;



 }



 .message-box input::-moz-placeholder,.message-box textarea::-webkit-input-placeholder{   /* Mozilla Firefox 19+ */



	 color:#333 !important;



 }



 .message-box input:-moz-placeholder,.message-box textarea::-webkit-input-placeholder{    /* Mozilla Firefox 4 to 18 */



	 color:#333 !important;



 }



 .message-box input:-ms-input-placeholder,.message-box textarea::-webkit-input-placeholders{  /* Internet Explorer 10-11 */ 



	 color:#333 !important;



 }



 .submit-btn{width:300px;height: 60px;background:#245eb5 ;color: #ffffff; font-size:16px;border-radius:4px;}



 @media (max-width: 767px){



	.message-box{padding: 0.2rem;}

	.message-box .form-group{width: 100%;}

	.table>tbody>tr>td:nth-child(1), .table>thead>tr>th:nth-child(1){padding-left: 15px;}

  }





.content5 {
  background-size: cover;
  background-position: center;
  padding: 100px 0 120px;
}
.content5 .innerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content5 .left {
  position: relative;
  width: 40%;
  color: #fff;
}
.content5 .left .ctx {
  position: relative;
  z-index: 99;
}
.content5 .left img {
  margin-bottom: 120px;
}
.content5 .left h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.content5 .left p{color:#fff}

@media only screen and (max-width: 1440px) {
  .content5 .left h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .content5 .left h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .content5 .left h2 {
    font-size: 24px;
  }
}
.content5 .left .pointContainer {
  position: absolute;
  z-index: 98;
  width: 100%;
  height: 100%;
}
.content5 .left .pointContainer .point {
  display: flex;
  position: absolute;
  width: 6px;
  height:6px;
  background: #fff;
  border-radius: 50%;
}
.content5 .left .pointContainer .point::before {
  content: '';
  position: absolute;
  width: 30px;
  height:30px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 0;
  transform-origin: center;
  -webkit-animation: halo 1.5s 0.9s infinite ease-out;
  -moz-animation: halo 1.5s 0.9s infinite ease-out;
  animation: halo 1.5s 0.9s infinite ease-out;
}
.content5 .left .pointContainer .point::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
  z-index: 3;
  opacity: 0;
  transform-origin: center;
  -webkit-animation: halo 1.5s 0.9s infinite ease-out;
  -moz-animation: halo 1.5s 0.9s infinite ease-out;
  animation: halo 1.5s 0.9s infinite ease-out;
}
.content5 .left .pointContainer .point.point1 {
  left: 40%;
  top: 60%;
}
.content5 .left .pointContainer .point.point1::after,
.content5 .left .pointContainer .point.point1::before {
  animation-delay: 0.2s;
}
.content5 .left .pointContainer .point.point2 {
  left: 45%;
  top: -30%;
}
.content5 .left .pointContainer .point.point3 {
  left: 20%;
  top: 130%;
}
.content5 .left .pointContainer .point.point3::after,
.content5 .left .pointContainer .point.point3::before {
  animation-delay: 0.3s;
}
.content5 .left .pointContainer .point.point4 {
  left: 25%;
  top: 80%;
}
.content5 .left .pointContainer .point.point5 {
  left: 52%;
  top: 40%;
}
.content5 .left .pointContainer .point.point5::after,
.content5 .left .pointContainer .point.point5::before {
  animation-delay: 0.5s;
}
.content5 .left .pointContainer .point.point6 {
  left: 50%;
  top: 130%;
}
.content5 .left .pointContainer .point.point6::after,
.content5 .left .pointContainer .point.point6::before {
  animation-delay: 0.12s;
}
.content5 .left .pointContainer .point.point7 {
  left: 110%;
  top: 5%;
}
.content5 .left .pointContainer .point.point7::after,
.content5 .left .pointContainer .point.point7::before {
  animation-delay: 0.05s;
}
.content5 .left .pointContainer .point.point8 {
  left: 80%;
  top: 90%;
}
.content5 .left .pointContainer .point.point8::after,
.content5 .left .pointContainer .point.point8::before {
  animation-delay: 0.06s;
}
.content5 .right {
  width: 48.4%;
}
.content5 .right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content5 .right ul li {
  position: relative;
  width: 48.4%;
  height: 310px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.content5 .right ul li:hover .bg {
  transform: scale(1.05);
}
.content5 .right ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  transition: all 0.5s;
}
.content5 .right ul li a {
  position: relative;
  z-index: 1;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}
.content5 .right ul li .ctx {
  width: 100%;
  height: 100%;
  padding: 30px 60px;
  display: flex;
  flex-direction: column;
}
.content5 .right ul li:first-child {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.content5 .right ul li:first-child .ctx {
  justify-content: center;
}
.content5 .right ul li:nth-child(2) .ctx {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.content5 .right ul li:nth-child(3) .ctx {
  padding: 30px;
}
.content5 .right ul li img {
  margin-bottom: 15px;
}
.content5 .right ul li h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
@media only screen and (max-width: 1440px) {
  .content5 .right ul li h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .content5 .right ul li h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content5 .right ul li h2 {
    font-size: 18px;
  }
}
.content5 .right ul li .more {
 color:#fff
	
}



@-webkit-keyframes halo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes halo {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@-ms-keyframes halo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes halo {
  0% {
    opacity: 0;
    -o-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1.2);
  }
}
@keyframes halo {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes beat {
  0% {
    transform: translateY(-20%);
  }
  25% {
    transform: translateY(-5%);
  }
  50% {
    transform: translateY(0%);
  }
  75% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(-20%);
  }
}
@keyframes backgroundAnimate {
  0% {
    background-position: -50px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes slideInToLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideInToUp {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes slideInToRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slideInToDown {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

















.box1 {
  padding: 5% 0 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.box1 .slogan {
  font-size: 40px;
  color: #2fa9ce;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
}
.box1 .slogan span {
  display: block;
}
@media (max-width: 1280px) {
  .box1 .slogan {
    font-size: 38px;
  }
}
@media (max-width: 960px) {
  .box1 .slogan {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .box1 .slogan {
    margin-bottom: 0;
  }
  .box1 .slogan svg {
    width: 100%;
  }
}




.section7{padding-top: 0.9rem; padding-left: 0; padding-right: 0;}

.hezuo-box{ display: flex; width: 100%; overflow: hidden; flex-wrap: wrap; margin-top: 0.63rem;margin-bottom:100px;  justify-content: space-between; }

.hezuo-box  div{width: 16.666666%;margin-bottom: 20px; }

.hezuo-box div img{height: 80px;  transition: all .3s ease;}

.hezuo-box div:hover img{   box-shadow: 0px 4px 16px 0px rgba(13, 24, 47, 0.2);}



/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.tit h3 a{
	font-size:28px;
	color:#000;
	}
.tit p{
	width:100%;
	height:auto;
	text-align:center;
	color:#999999;
	font-family:Arial;
	}
.tit span{
	display:block;
	width:270px;
	height:1px;
	background:#d2d2d2;
	margin:auto;
	position:relative;
	margin-top: 10px;
	}
.tit span:after{
	content:"";
	position:absolute;
	width:32px;
	height:10px;
	background:#f68400;
	bottom:-5px;
	left:50%;
	margin-left:-16px;
}
/*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: #187fd8;
}
.searchlist a:hover font{
	color: #187fd8 !important;
}
.nconttit{
	text-align:left;
	color:#187fd8;
	font-size:24px;
	height:70px;
	line-height:70px;
	border-bottom:1px solid #a6a6a6;
	margin-bottom:25px;
}
.nconttit span{
	font-size:16px;
}
/* about
-------------------------------------------------------------- */
.about h3{
	margin:60px 0 40px 0;
}
.about h3 a{
	font-size:40px;
	color:#333;
	display:block;	
}
.about{
	margin-top:135px;
}
.about .cont{
	background:url(../images/index02.jpg) no-repeat left top;
	padding:0px 0 115px 0;
}
.aboutl{
	padding:0 60px 0 0 !important;
}
.aboutl p{
	color:#666;
	font-size:16px;
	line-height:30px;
}
.aboutr{
	overflow:hidden;
	padding-right:49px ;
	background: url(../images/index01_02.jpg) no-repeat right bottom;
}
.aboutrimg{
	position: relative;
	overflow: hidden;
}
.aboutscroll .aboutrimg:before {
	content: '';
	opacity: 1px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 100%;
	height: calc(100%);
	background-color: #187fd8;
	transform: translateY(-101%);
	animation-name: curtainStart,curtainEnd;
	animation-duration: 0.8s,0.8s;
	animation-timing-function: cubic-bezier(.86,0,.07,1),cubic-bezier(.86,0,.07,1);
	animation-delay: 0.5s,1s;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-iteration-count: 1px;
	border-radius: 30px 0 30px 0;
}

.aboutscroll .aboutrimg:after {
	content: '';
	opacity: 1px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: calc(100%);
	width: 100%;
	background-color: #333;
	transform: translateY(0);
	animation-name: curtainEnd;
	animation-duration: 0.2s;
	animation-timing-function: cubic-bezier(.86,0,.07,1),cubic-bezier(.86,0,.07,1);
	animation-delay: 1.1s;
	animation-direction: alternate;
	animation-fill-mode: forwards;
	animation-iteration-count: 1px;
	border-radius: 30px 0 30px 0;
}

@keyframes curtainStart {
	0% {
		transform: translateY(-101%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes curtainEnd {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(101%);
	}
}
.ab_fl{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.ab_fl dl{
	overflow:hidden;
	border-right:solid 1px #dfdfdf;
	margin:16px 0 11px 0;
}
.ab_fl dl:last-child{
	border:none;
	}
.ab_fl dl dt{
	width:100%;
	overflow:hidden;
	text-align:left;
	font-size:16px;
	font-weight:normal;
	color:#333;
}
.ab_fl dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#333;
}
.ab_fl dl dt span{
	font-size:48px;
    width: 100%;
	font-family:Arial;
	font-weight:bold;
	color:#187fd8;
	margin:0 3px;
}
.ab_fl dl dd{
	text-align:left;
	font-size:16px;
}





/*产品*/


/*lingyu*/
.lingyu{
	background:url(../images/lingyubg.jpg) no-repeat top center;
	height:700px;
	position:relative;
	background-size:cover;
}
.lingyudk{ width:50%; margin:0px auto;}
.lingyu h3 {
    margin: 135px 0 0 0%;
    position: relative;
    z-index: 111;
}
.lingyu h3 a{
	font-size:40px;
	color:#fff;	
}
.lingyu .pinyin{
	font-size:60px;
	color:#fff;
	opacity:0.1;
	font-family:Arial;
	font-weight:bold;
	position:absolute;
	top:120px;
}
.lingyutit{
	background:rgba(24,127,216,0.8);
	min-height:800px;
	width:21.6%;
	position:absolute;
	left:0;
}
.lingyu .cont{
	position:relative;
	height:700px;
}
.lingyu .lingyucon{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.lingyucon a {
    float: left;
    width: 12.5%;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.5);
    border-top: 1px solid rgba(255,255,255,0.5);
    background: url(../images/lingyu01.png) no-repeat center 13px;
    padding-top: 58px;
    padding-bottom: 14px;
	height:100px;
	display:block;
	color:#fff;
	transition: all 0.5s;
}
.lingyucon a:nth-child(2){
	background: url(../images/lingyu01.png) no-repeat center 13px;
}
.lingyucon a:nth-child(3){
	background: url(../images/lingyu01.png) no-repeat center 13px;
}
.lingyucon a:nth-child(4){
	background: url(../images/lingyu04.png) no-repeat center 13px;
}
.lingyucon a:nth-child(5){
	background: url(../images/lingyu05.png) no-repeat center 13px;
}
.lingyucon a:nth-child(6){
	background: url(../images/lingyu06.png) no-repeat center 13px;
}
.lingyucon a:nth-child(7){
	background: url(../images/lingyu07.png) no-repeat center 13px;
}
.lingyucon a:last-child{
	position:relative;
	background:#f5f5f5;
	padding:0;
	line-height:100px;
	color:#333;
}
.lingyucon a:last-child::after{
	background: url(../images/lingyu08.png) no-repeat;
	content:"";
	position:absolute;
	left:70%;
	width:16px;
	height:15px;
	top:50%;
	margin-top:-8px;	
}
.lingyucon a:hover{
	background-color:#187fd8;
}
.lingyucon a:last-child:hover::after{
	background: url(../images/lingyu08H.png) no-repeat;
	background-size:cover;
}
.lingyucon a:last-child:hover{
	color:#fff;
	background:#187fd8;
}
/* pro
-------------------------------------------------------------- */
.pro{
	background:url(../images/probg.jpg) no-repeat top center;
	margin-top:220px;
	
}
.pro .cont{
	position:relative;
}
.protit{
	margin-top:80px;
}
.protit h3 a{
	font-size:40px;
	color:#333;	
}
.protit .pinyin{
	font-size:36px;
	color:#5c5c5c;
	opacity:0.1;
	font-family:Arial;
	font-weight:bold;
}
.pronrtit{
	font-size:16px;
	text-align:right;
	float:right;
	width:20%;
	margin-top:80px;
}
.pronrtit span{
	font-size:48px;
	font-weight:bold;
	font-family:Arail;
	display:block;
	color:#009641;
}
.pronr{	
	margin:70px 0 79px 0;	
}
.pronrleft{
	width:75%;
	float:left;
	background:#fff;
	border-radius:30px 0 30px 0;
	box-shadow:-1px 3px 8px #ddd;
	margin-left:20px;
}
.pro-container{
	width:100%;
	overflow:hidden;
	
}
.pro_list{
	text-align:center;
	box-shadow:-1px 3px 5px #eee;
	height:320px;
}
.proimg{
	width:100%; 
	overflow:hidden; 
	position: relative;
    height: 170px;
    display: block;
	margin:50px 0 20px;
}
.proimg img{
	-webkit-filter: grayscale(1); /* Webkit */
    filter: grayscale(1); /* W3C */
	opacity:0.5;
	transition: all 0.8s;
}
.pro_list:hover img{
	-webkit-filter: grayscale(0); /* Webkit */
    filter: grayscale(0); /* W3C */
	opacity:1;
}
.pro_list:hover .promore{
	display:block;
}
.promore{
	background:url(../images/promore.png) no-repeat;
	width:50px;
	height:50px;
	margin:0 auto;
	display:none;
	transition: all 0.5s;
}
.prodesc{
	background:url(../images/product02.png) no-repeat top center;
	font-size:14px;
	color:#c7c5cd;
	text-align:center;
	line-height:20px;
	padding-top:30px;
	transition: all .5s ease;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro-swiper-button {
    position: absolute;
	right:0;
	bottom:0;
    z-index: 10;
}
.pro-swiper-button .swiper-button-next,
.pro-swiper-button .swiper-button-prev {
    background: url(../images/lingyu08H.png) no-repeat center center #dedede;
    width: 50px;
    height:50px;
}
.pro-swiper-button .swiper-button-prev {
    background: url(../images/lingyu09.png) no-repeat center center #187fd8;
}




.common-more{color:#187fd8;font-size: 14px}


.common-more .iconfont {
   
    vertical-align: middle;
	margin-left: 2px;}


/* news
-------------------------------------------------------------- */
.news{
	padding:100px 0 100px 0;
	background: url(../images/newbg.jpg)
}
.newstit{
	margin-bottom:50px;
	
}
.newstit h3 a{
	font-size:40px;
	color:#333;	
	line-height:50px;
	display:block;
}
.newstype li{
	padding:0 20px;
	float:left;
	line-height:50px;
	height:50px;
}
.newstype li a{
	font-size:18px;
	position:relative;
	color:#313131;
	display:block;
	cursor:pointer;
}
.newstype li a::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 2px;
    background: #187fd8;
    transform: scaleX(0);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.newstype li a:hover::after, .newstype li.current a::after {
    transform: scaleX(1);
}
.newstype li a:hover{
	color:#187fd8;
}
.newsnr{
	display:none;
}
.newsnrl{
	overflow:hidden;
	position:relative;
}
.newsnrl .owl-pagination{
	position:absolute;
	right:0;
	bottom:10px;
	z-index:999;
}
.newsnrl .owl-page{
	float:left;
	width:30px;
	height:30px;
	border:2px solid #fff;
	border-radius:30px;
	margin-right:10px;
}
.newsnrl .owl-page span{
	text-indent:2000px;
	display:block;
	width:10px;
	height:10px;
	background:#187fd8;
	border-radius:10px;
	margin:8px auto;
}
.newsnrl .owl-page.active{
	border:2px solid #187fd8;
	border-radius:30px;
}

.newsnrlimg{
	position:relative;
	height:233px;
	margin-bottom:20px;
	overflow:hidden;
}
.newsnrlimg img{
	width:100%;
	height:auto;
	position:relative;
	top:-50%;
}
.newsnrldate{
	position:absolute;
	background:#187fd8;
	width:100px;
	height:100px;
	left:0;
	top:0;
	color:#fff;
	text-align:center;
}
.newsnrldate p{
	font-size:60px;
	line-height:55px;
	color:#fff;
	font-family:Arial;
	margin-top:10px;
}
.newsnrldate span{
	font-size:16px;
	color:#fff;
}
.newsnrl .newsbt,
.newslist-r .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;
}
.newsnrl .newsms,
.newslist-r .newsms{
	font-size:14px;
	color:#999;
	line-height:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsnr a:hover .newsbt{
	color:#187fd8;
}
.newslist{
	border-bottom:1px dashed #b9b9b9;
	padding-bottom:20px;
	margin-bottom:20px;
}
.newslist-l {
	float:left;
	width:100px;
	height:100px;
	font-weight:normal;
	text-align:center;
	background:#187fd8;
}
.newslist-l p{
	font-size:60px;
	line-height:55px;
	color:#fff;
	font-family:Arial;
	margin-top:10px;
}
.newslist-l span{
	font-size:18px;
	color:#fff;
}
.newslist-r {
	float:right;
	width:79%;
}
.newsnrl .newsmore{
	margin-top:30px;
	background:url(../images/pronext.png) no-repeat center center #187fd8;
	width:50px;
	display:block;
	height:50px;	
	transition: all 0.5s;
}
.newsnrl:hover .newsmore{
	border-radius:25px;
}
.indexnewsnr .col-md-6{
	width: 49%;
	margin-right: 2%;
	padding-left: 0px;
    padding-right: 0px;
}
.indexnewsnr .col-md-6:nth-child(even){
	margin-right: 0;
}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
}
.link .linknr{
	padding:35px 0;
	line-height:30px;
}
.link .linknr span{
	font-size:16px;
	color:#bebebe;
	
}
.link .linknr a{
	color:#bebebe;
	font-size:16px;
	padding-right:5px;
	border-right:1px solid #bebebe;
}
.link .linknr a:last-child{
	border-right:none;
}
/* footer
-------------------------------------------------------------- */

.bot{
	width:100%;
	overflow:hidden;
	color:#666;
	background:#3e3e3e;
	border-top:1px solid #444444;
	text-align:left;
}
.bot .cont{
	padding:35px 0;
}
.bot a{
	color:#666;
}
.bot .cont div:nth-child(2){
	text-align:right;
}

/* banner_n
-------------------------------------------------------------- */

.banner_n{ 
	width:100%; 
	height:800px;
	position:relative;
	background-size:cover;
  background-position:top center !important;
  background-attachment:fixed !important;
}
.capitalize{
	position: absolute;
    width: 90%;
    color: #fff;
    text-align: center;
    top: 45%;
    left: 5%;
    line-height: 1.6;
    transform: translate(0, -50%);
    z-index: 4;
}
.capitalize .ad-tit {
    font-size: 60px;
    font-weight: normal;
	color:#fff;
	font-family:myfont !important;
	letter-spacing:20px;
	text-indent:20px;
}
.mbanner{
	display:none;
}
/* position
-------------------------------------------------------------- */
.nabout_menu{
	border-bottom:1px solid #eee;
	margin-bottom:50px;
	width:96%;
	margin:0px auto;
	margin-bottom: 50px;
}
.nabout_menu li{
	float:left;
	position:relative;
}
.nabout_menu li:first-child{
}
.nabout_menu li:last-child{
	background:none;
}
.nabout_menu li > a {
    position: relative;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
    color: #333;
    display: block;
	padding:0 50px;
    transition: 0.3s ease 0s;
}
.nabout_menu li.cur > a:before{
	width:100%;
	left:0%;
	background-color:#187fd8;
	position:absolute;
	content:'';
	height:4px;
}
.nabout_menu li.cur > a{
	color:#187fd8;
}
.nabout_menu li > a:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:0%;
	height:4px;
	background-color:none;
	transition:all .3s;
}
.nabout_menu li > a:hover{
	color:#187fd8;
}
.nabout_menu li > a:hover:before{
	width:100%;
	left:0%;
	background-color:#187fd8;
}
.nabout_tit{
	position:relative;
	margin:0 0 50px 0;
}
.nabout_tit .nabout_number{
	font-size:200px;
	font-family:Arial;
	color:#f9f9f9;
	line-height:165px;
	font-weight:bold;
	letter-spacing:3px;
}
.nabout_tit .nabout_name{
	position:absolute;
	left:10px;
	bottom:20px;
}
.nabout_tit .nabout_name h3{
	font-size:36px;
	color:#333;
	position:relative;
	line-height:40px;
	margin-bottom:20px;
}
.nabout_tit .nabout_name h3::before{
	position:absolute;
	left:0;
	bottom:-15px;
	content:"";
	height:10px;
	width:60%;
	background:#187fd8;
}
.nabout_tit .nabout_name p{
	font-size:22px;
	color:#cecece;
}
.ntit{
	text-align:center;
	font-size:36px;
	margin-bottom:50px;
	letter-spacing:3px;
}
.position {
	line-height:50px;
	margin:0px auto;
	width:96%;
	font-size:14px;
}
.position a{ font-size:14px;}
.position img{
	vertical-align:middle;
	margin:-3px 3px 0 0;
}
/* nabout
-------------------------------------------------------------- */
.naboutnr .ab_fl{
	margin-bottom:20px;
}
.naboutnr p{
	text-indent:30px;
	font-size:16px;
	line-height:32px;
}
.naboutnr-img{
	margin-top:30px;
}
.naboutnr-img img{
	width:100%;
}
/*发展历程*/
.scr_case {
	position:relative;
}
.pub_con_box {
	position:relative;
	z-index:1;
}
.abo_com {
	width:50%;
}
.abo_com .com_title {
	font-size:26px;
	line-height:1.77;
	color:#000;
	text-transform:uppercase;
	font-family:Arial;
}
.abo_com .com_info {
	margin-top:45px;
	font-size:14px;
	line-height:2;
	color:#333;
	min-height:500px;
}
.abo_com .com_motto {
	text-align:right;
	color:#000;
	font-size:26px;
	line-height:3.384;
	border-top:1px solid #9f9f9f;
	margin-top:40px;
}
.abo_com_img {
	width:40%;
}
.abo_com_img img {
	width:100%;
	display:block;
}
.abo_mod1_bg {
	padding:150px 0;
}
.abo_mod2_bg {
	padding:20px 0;
	overflow:hidden;
}
.abo_mod1_bg .ser_sup_img_case {
	margin-left:13.55%;
	width:86.45%;
	margin-top:0;
}
.abo_mod1_bg .ser_sup_img_case .ser_sup_img_box {
	left:0;
	width:100%;
	margin-left:0;
	/*height:822px;
	*/
    background:url("http://www.tbbpower.com/templates/css/../image/joinUs_bg.png") no-repeat center top,#f0f3f4;
	padding:165px 0 140px 140px;
}
.abo_mod1_bg .ser_sup_img_case .ser_sup_adorn {
	transform:rotate(90deg) translate(20%,-100%);
}
.time_con {
	margin-left:0%;
	width:80%;
}
.time_con > div {
	position:relative;
	padding:10px 0;
	padding-left:30px;
	line-height:30px;
	font-size:20px;
	color:#333333;
}
.time_con > div::after {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	border-radius:50%;
	background-color:#333;
	width:8px;
	height:8px;
	margin-top:-4px;
}
.at_time {
	display:inline-block;
	vertical-align:middle;
	font-size:0;
	position:relative;
	overflow:hidden;
	height:350px;
	z-index:1;
}
.at_time > div {
	display:inline-block;
	vertical-align:top;
	font-size:350px;
	line-height:1;
	color:#cad0d8;
	height:68%;
	overflow:hidden;
}
.at_time .at_time_one{
	position:relative;
}
.at_time .at_time_one > div {
	position:absolute;
	top:-100%;
}
.at_time .at_time_two {
	position:relative;
}
.at_time .at_time_two > div {
	position:absolute;
	top:-100%;
}
.at_time .at_time_decade {
	position:relative;
}
.at_time .at_time_decade > div {
	position:absolute;
	top:-100%;
}
.at_time .at_time_one > div.at_time_onebg,
.at_time .at_time_two > div.at_time_onebg{
	position: absolute;
	left: 0;
	top: 65%;
	background: #fff;
	height: 35%;
	width: 100%;
}
.at_time .at_time_one,
.at_time .at_time_two,
.at_time .at_time_unit,
.at_time .at_time_decade {
	width:200px;
}
.at_time .at_time_unit {
	position:relative;
}
.at_time .at_time_unit > div {
	position:absolute;
	top:-400%;
}
.at_time .at_time_one,
.at_time .at_time_two,
.at_time .at_time_unit,
.at_time .at_time_decade {
	height:100%;
}
.at_time .at_time_unit > div > div,.at_time .at_time_decade > div > div {
	background:linear-gradient(360deg,#057437,#089848,#0ad464);
	/* 标准语法 */
      -webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.time_sel_box {
	text-align:center;
	position:relative;
}
.time_sel_box::after {
	content:'';
	display:block;
	width:137.142%;
	height:1px;
	background-color:#d0d4dc;
	position:absolute;
	left:-18.571%;
	bottom:35%;
}
.time_sel_box .btn_prev_box {
	left:0;
}
.time_sel_box .btn_next_box {
	right:0;
}
.time_sel_box .btn_prev_box,.time_sel_box .btn_next_box {
	position:absolute;
	width:120px;
	bottom:calc(35% - 17px);
	z-index:2;
}
.time_sel_box .btn_prev_box > .obj_time_box,.time_sel_box .btn_next_box > .obj_time_box {
	font-size:50px;
	color:#d0d4dc;
	line-height:70px;
	height:70px;
	overflow:hidden;
	position:relative;
	width:100%;
}
.time_sel_box .btn_prev_box > .obj_time_box > div,.time_sel_box .btn_next_box > .obj_time_box > div {
	position:absolute;
	width:100%;
}
.time_sel_box .btn_prev_box .btn_prev,
.time_sel_box .btn_next_box .btn_prev {
	display:inline-block;
	height:40px;
	width:40px;
	border-radius:50%;
	text-align:center;
	position:relative;
	cursor:pointer;
	background:url(../images/btn_prevh.png) no-repeat center center #d0d4dc;
}
.time_sel_box .btn_prev_box .btn_next,
.time_sel_box .btn_next_box .btn_next {
	display:inline-block;
	height:40px;
	width:40px;
	border-radius:50%;
	text-align:center;
	position:relative;
	cursor:pointer;
	background:url(../images/btn_nexth.png) no-repeat center center #d0d4dc;
}
.time_sel_box .btn_prev_box .btn_prev:hover,
.time_sel_box .btn_next_box .btn_prev:hover {
	background:url(../images/btn_prev.png) no-repeat center center #187fd8;
}
.time_sel_box .btn_prev_box .btn_next:hover,
.time_sel_box .btn_next_box .btn_next:hover{
	background:url(../images/btn_next.png) no-repeat center center #187fd8;
}
.btn_next_box > .obj_time_box > div {
	top:-100%;
}
.btn_prev_box > .obj_time_box > div {
	top:100%;
}
.time_con_box > div {
	display:none;
}
.time_con_box > div:first-child {
	display:block;
}
.disab {
	pointer-events:none;
	opacity:0;
}
@media all and (max-width:1600px) {
	.abo_com {
		width:50%;
	}
	.abo_com .com_title {
		font-size:40px;
		color:#000;
	}
	.abo_com .com_info {
		margin-top:40px;
		min-height:450px;
	}
	.abo_com .com_motto {
		font-size:24px;
		margin-top:40px;
	}
	.abo_com_img {
		width:40%;
	}
	.abo_com_img img {
		width:100%;
		display:block;
	}
}
@media all and (max-width:1366px) {
	.abo_com {
		width:50%;
	}
	.abo_com .com_title {
		font-size:35px;
	}
	.abo_com .com_info {
		margin-top:30px;
		min-height:450px;
	}
	.abo_com .com_motto {
		font-size:20px;
		margin-top:30px;
	}
	.abo_com_img {
		width:42%;
	}
	.at_time {
		height:280px;
	}
	.at_time > div {
		font-size:280px;
	}
	.at_time .at_time_one,
	.at_time .at_time_two,
	.at_time .at_time_decade,
	.at_time .at_time_unit {
		width:155px;
	}
}
@media all and (max-width:1280px) {
	.abo_com {
		width:50%;
	}
	.abo_com .com_title {
		font-size:28px;
	}
	.abo_com .com_info {
		min-height:400px;
		margin-top:10px;
		line-height:1.5;
	}
	.abo_com .com_motto {
		font-size:20px;
		margin-top:30px;
	}
	.abo_com_img {
		width:42%;
	}
}
@media all and (max-width:1024px) {
	.abo_com {
		width:50%;
	}
	.abo_com .com_title {
		font-size:28px;
	}
	.abo_com .com_info {
		min-height:400px;
		margin-top:10px;
		line-height:1.5;
	}
	.abo_com .com_motto {
		font-size:18px;
		margin-top:30px;
	}
	.abo_com_img {
		width:44%;
	}
	.at_time {
		height:180px;
	}
	.at_time > div {
		font-size:180px;
	}
	.at_time .at_time_one,
	.at_time .at_time_two,
	.at_time .at_time_decade,
	.at_time .at_time_unit {
		width:110px;
	}
}
@media all and (max-width:1000px) {
	.logo_box {
		display:none;
	}
}
.fadeInDown0 {
	-webkit-animation-name:fadeInDown0;
	animation-name:fadeInDown0;
}
@keyframes fadeInDown0 {
	0% {
		opacity:0;
		transform:translateY(-100%);
	}
	100% {
		opacity:1;
		transform:translateY(-50%);
	}
}
@media all and (max-width:768px) {
	.abo_mod2_bg {
		padding:70px 0;
	}
.culture02 li .li_box .left{width:30%; float:left; line-height:30px; position:relative; font-size:16px; color:#000; font-weight:bold;}
.culture02 li .li_box .right{width:70%; float:left;}
.culture02 li .li_box .right .r_box { padding-left: 10px; line-height: 30px;}
.culture02 li .li_box .right .r_box .tit { float: none; width: 100%; font-size: 14px;}
.culture02 li .li_box .right .r_box .tit p { float: none; width: 100%; font-size: 14px; line-height: 30px;}
}
@media all and (max-width:640px) {
	.abo_com {
		width:100%;
	}
	.abo_com .com_title {
		font-size:28px;
	}
	.abo_com .com_info {
		min-height:400px;
		margin-top:10px;
		line-height:1.5;
	}
	.abo_com .com_motto {
		font-size:18px;
		margin-top:30px;
	}
	.abo_com_img {
		width:100%;
	}
	.join_box > div .join_con > div {
		width:100%;
	}
	.at_time {
		height:90px;
	}
	.at_time > div {
		font-size:90px;
	}
	.at_time .at_time_one,
	.at_time .at_time_two,
	.at_time .at_time_decade,
	.at_time .at_time_unit {
		width:49px;
	}
	.time_sel_box .btn_next_box > .obj_time_box,.time_sel_box .btn_prev_box > .obj_time_box {
		font-size:20px;
		line-height:20px;
		height:20px;
	}
	.time_sel_box .btn_next_box,.time_sel_box .btn_prev_box {
		bottom:calc(32% - 21px);
		width:60px;
	}
	.time_con {
		margin-left:0;
		width:100%;
	}
.culture02 li .li_box .left{width:30%; float:left; line-height:30px; position:relative; font-size:16px; color:#000; font-weight:bold;}
.culture02 li .li_box .right{width:70%; float:left;}
.culture02 li .li_box .right .r_box { padding-left: 10px; line-height: 30px;}
.culture02 li .li_box .right .r_box .tit { float: none; width: 100%; font-size: 14px;}
.culture02 li .li_box .right .r_box .tit p { float: none; width: 100%; font-size: 14px; line-height: 30px;}
}
@media all and (max-width:360px) {
	.at_time {
		height:70px;
	}
	.at_time > div {
		font-size:70px;
	}
	.at_time .at_time_one,
	.at_time .at_time_two,
	.at_time .at_time_decade,
	.at_time .at_time_unit {
		width:42px;
	}
}













.citythree{width: 100%;height: 670px;padding-top: 20px;}
.citythree .swiper-container{height: 100%;}
.citythree .swiper-slide {width: 1100px;height: 500px;position: relative;}
.citythree .swiper-slide-box{position: absolute;left: 80px;top: 590px;width: 380px;height: 420px;background: #fff;padding: 80px 40px 0 40px;
	box-shadow: 0px 1px 8px 3px rgba(204,204,204,0.3);transition: all 0.5s;}
.citythree .swiper-slide-tit1{color: #333;font-size: 22px;line-height: 22px;margin-top: 20px;display: block;}
.citythree .swiper-slide-tit{color: #333;font-size: 26px;line-height: 22px;font-weight: bold;display: block;}
.citythree .swiper-slide-box p{color: #666;font-size: 15px;line-height: 28px;margin-top: 20px;}

.citythree .swiper-button-prev{width: 70px;height: 70px;background: url(../images/left-arr.png) no-repeat center;left: 50%;
    margin-left: -585px;z-index: 2;transition: all 0.3s;}
.citythree .swiper-button-next{width: 70px;height: 70px;background: url(../images/right-arr.png) no-repeat center;right: 50%;
    margin-right: -585px;z-index: 2;transition: all 0.3s;}
.citythree .swiper-button-prev:hover{background: url(../images/left-arr-on.png) no-repeat center;}
.citythree .swiper-button-next:hover{background: url(../images/right-arr-on.png) no-repeat center;}
    
.citythree .swiper-slide .swiper-slide-dialog{width: 100%;height: 100%;top: 0;z-index: 2;background: rgba(255,255,255,0.5);}
.citythree .swiper-slide.swiper-slide-active .swiper-slide-box{top: 130px;}
.citythree .swiper-slide.swiper-slide-active .swiper-slide-dialog{display: none;}




















/* 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;
	}
.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 input{
	width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background:#58506e;
    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:#58506e;
	font-style:normal;
	font-size:12px;
	margin-left:45px;
}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist{
	margin-bottom:30px;
	border-bottom:1px solid #e1e5e6;
	padding-bottom:30px;
	position:relative;
}
.nnewsnrlist .newsxian {
    width: 0;
    height: 1px;
    background-color: #187fd8;
    position: absolute;
    bottom:-1px;
    left: 0;
    transition: all 0.5s;
    z-index: 2;
}
.nnewsnrlist:hover .newsxian{
	width:100%;
}
.nnewsnrlist .newsimg img{
	width:100%;
	max-width:100%;
	height:auto;
}
.nnewsnrlist .newsimg{
	width:24%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    height: 215px;
	float:right;
	border:1px solid #ddd;
}
.nnewsnrlist .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewsnrlist:hover .newsimg  img{
	transform:translate(-50%, -50%) scale(1.1);
}
.nnewsnrlist .newscon{
	width:68%;
	padding-top:10px;
	float:left;
}
.nnewsnrlist .newsdate{
	color:#000;
	line-height:30px;
	font-size:16px;
	font-family:Arial;
}
.nnewsnrlist .newsbt{
	font-size:20px;
	color:#000;
	line-height:30px;
	margin-bottom:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-family:Arial;
}
.nnewsnrlist .newsms{
	color:#909499;
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:14px;
	text-indent:0em;
	margin-bottom:15px;
}
.nnewsnrlist .newsxq{
    color: #909499;
	font-size:14px;
    opacity: 0;
}
.nnewsnrlist:hover .newsxq{
	color: #187fd8;
    opacity: 1;
}
.nnewsnrlist:hover .newsbt {
    color: #187fd8;
}
.nnewsnrlist .newsxq img{
	vertical-align:middle;
	margin:0px 0 0 5px;
}
.nnewsnr h1{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	padding:30px 0;
	margin:0 0 10px 0;
	line-height:32px;
	border-bottom:1px solid #d9d9d9;
}
.nnewsnr .fbtime{
	font-size:14px;
	padding:15px 0;
	text-align: center
}
.info{
	background:#f5f5f5;
	padding:10px;
	line-height:24px;
}
.news_content{
	line-height:28px;
}


.news_content p{font-size: 15px;line-height: 30px}




/**/
.nnewsnr .newslist-r{
	width: 90%;
}
.jlk{ padding:0px !important;}
.jlk .kj{ border:1px solid #f5f5f5; padding:20px; margin:10px;}
.jlbt{ text-align:center; text-indent:0px !important; line-height:60px !important; font-size:24px; font-weight:bold; border-bottom:1px solid #f5f5f5;}
.jlnr{ text-align:center; text-indent:0px !important; line-height:60px !important; font-size:16px;}
.jlnr a{font-size:16px; line-height:60px !important;}
.jlk .kj:hover{ border:1px solid #187fd8; background:#187fd8;}
.jlk .kj:hover .jlbt{ border-bottom:1px solid #f5f5f5; color:#fff;}
.jlk .kj:hover .jlnr{ color:#fff;}
.jlk .kj:hover .jlnr{ color:#fff;}
.jlk .kj:hover .jlnr a{font-size:16px; line-height:60px !important; color:#fff;}
/* ncontact
-------------------------------------------------------------- */
.map{
	width:66.66666%;
	float:left;
}
#map{
	height:500px;
}
.ncontactnr{
	float:right;
	width:33.33333%;
	background:#187fd8;
	min-height:500px;
	color:#fff;
	padding:3%;
}
.ncontactnr h3{
	font-size: 24px;
    margin-bottom: 30px;
	line-height:30px;
}
.ncontactnr p{
	color:#fff;
	line-height:30px;
	font-size:16px;
}
.qrcode-wrap{
	margin-top:30px;
}
.qrcode-wrap li{
	float:left;
	width:50%;

}
.qrcode-wrap li p{
	margin-top:5px;
	text-align:center;
	
}
.ncontactul li{
	float:left;
	width:33.33333%;
	background:#018b3e;
	text-align:center;
	padding:30px 10px;
	color:#fff;
}
.ncontactul li:first-child{
	background:#02843c;
}
.ncontactul li:last-child{
	background:#01a74a;
}
.ncontactul li p{
	font-size:24px;
	margin-bottom:20px;
	color:#fff;
}
.ncontactul li a,
.ncontactul li a:visited,
.ncontactul li a:active,
.ncontactul li a:hover{
	font-size:18px;
	color:#fff;
}

/* npro
-------------------------------------------------------------- */
.npronr_list{ 
	overflow:hidden; 
	margin:15px 1%;
	width:23%;
	float:left;
	position:relative;
}
.npronr_list a{
	display:block;
	overflow:hidden;
	width:100%;
}
.npronr_list .nproimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
   
    display: block;
}
.npronr_list .nproimg img{

    width: 100%;
    transition: all .5s ease;
}
.npronr_list .nprotit{
    height:60px;
	padding:0 20px;
	background:#f5f5f5;
	text-align:left;
	line-height:60px;
}
.npronr_list .nprotit .nprotit_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-right: 20px;
}
.npronr_list .nprotit .nprotit_name{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 16px;
}
.npronr_list .nprotit .nprotit_img{
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 20px;
    height: 60px;
    overflow: hidden;
    background: url(../images/pro06.png) no-repeat right center;
}
.npronr_list a:hover .nprotit{
	background:#187fd8;
}
.npronr_list a:hover .nprotit .nprotit_name{
	color:#fff;
}
.npronr_list a:hover .nprotit .nprotit_img{
	background: url(../images/pro06.png) no-repeat left center;
}
.npronr_list:hover  img{
}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h3,
.nprort p{
	font-size:16px;
	margin:0;
	line-height:40px;
	color:#666;
}
.nprort h3 span{
	color:#187fd8;
	font-size:16px;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
/*产品展示结束*/
	
/* 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;
	margin-bottom: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:#187fd8;  
}
.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;
}
/**/

@media(max-width:1600px) {
	

}
@media(max-width:1500px) {
	.cont{
		width:85.8%;
		margin:0 auto;
	}	
	.newslist-r {
    float: right;
    width: 75%;
}
	.lingyu .cont {
    position: relative;
    height: 538px;
}.aboutr {
    padding-top: 50px;
}
.lingyu{ height:538px;}
.lingyutit{ min-height:650px;}
	.ncontent {
    	margin-top: -150px;
	}
	.lingyudk{ width:60%;}
	.bannernews .bannernews-container{
		max-width:none;
		width:100%;
	}
	.bannernews-swiper-button{
		right:10px;
	}
	.ab_fl dl dt span {
		font-size: 45px;
		margin: 0 1px;
	}
	.aboutl{
		padding-right:30px !important;
	}
	.aboutr img{
		width:100%;
	}
	.npronr_list .nproimg{
		
	}
	.nnewsnrlist .newsimg{
		height:200px;
	}
	
}
@media(max-width:1440px) {
	
		.hezuo-box div img{height: 60px}

	.ab_fl dl dd {
    text-align: left;
    font-size: 14px;
}
.ab_fl dl dt span {
    font-size: 30px;
    margin: 0 1px;
}.proimg {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 130px;
    display: block;
    margin: 50px 0 20px;
}
.pro_list {
    text-align: center;
    box-shadow: -1px 3px 5px #eee;
    height: 280px;
}
.proimg img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    height: 120px;
    opacity: 0.5;
    transition: all 0.8s;
}
	.aboutl {
    padding-right: 30px !important;
}
	.cont{
		width:75.8%;
		margin:0 auto;
	}	.ncontent {
    margin-top: -150px;
}
	.newslist-r {
    float: right;
    width: 75%;
}
	.lingyu .cont {
    position: relative;
    height: 538px;
}
.lingyu{ height:538px;}
.aboutr{ padding-top:50px;}
.lingyutit{ min-height:650px;}
	.npronr_list .nproimg{
		
	}
	.nnewsnrlist .newsimg{
		height:180px;
	}
	.nnewsnrlist .newsms {
		-webkit-line-clamp: 2;
	}
	.nabout_menu li > a{
		padding:0 35px;
	}
}
@media(max-width:1380px) {
	.ab_fl dl dd {
    text-align: left;
    font-size: 14px;
}
.ab_fl dl dt span {
    font-size: 30px;
    margin: 0 1px;
}
.proimg {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 130px;
    display: block;
    margin: 50px 0 20px;
}.ncontent {
    margin-top: -150px;
}
.proimg img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    height: 120px;
    opacity: 0.5;
    transition: all 0.8s;
}.pro_list {
    text-align: center;
    box-shadow: -1px 3px 5px #eee;
    height: 280px;
}.aboutr{ padding-top:50px;}
}
@media(max-width:1350px) {
	.nav .menu > li{
		padding:0 20px;
	}
	.bannernews{
		width:65%;
	}
	.ab_fl dl dt span {
		font-size: 35px;
	}
	
	.about{
		margin-top:70px;
	}
		
}
@media(max-width:1300px) {
	.ab_fl{
		width:200%;
	}
	.ab_fl dl dt span {
		font-size: 45px;
	}
	.naboutnr .ab_fl {
		width: 100%;
	}
	.npronr_list .nproimg{
		
	}
	.qrcode-wrap li img{
		width:90%;
	}
}
@media(max-width:1200px) {
	
	.hezuo-box div img{height: 60px}
	
	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
	}
	.ncontent{ margin-top:0px;}
	.lingyucon a:last-child::after{
		left:75%;
	}
	.newslist-l,
	.newsnrldate{
		width:90px;
		height:90px;
		
	}
	.newslist-l p,
	.newsnrldate p{
		font-size:50px;
		line-height:46px;
	}
	.newslist-l span,
	.newsnrldate span{
		font-size:16px;
	}
	.newsnrl .newsms, .newslist-r .newsms{
		line-height:24px;
	}
	.newsnrl .newsmore{
		margin-top:10px;
	}
	.banner_n{
		height:600px;
	}
	.capitalize .ad-tit{
		font-size:46px;
	}
	.shubiao-ncon{
		margin-top:30px;
	}
	.npronr_list .nproimg{
		
	}
	.ncontactnr h3{
		font-size:20px;
	}
	.npronr_list .nproimg{
		
	}
	.nnewsnrlist .newsimg {
		height: 160px;
	}
	.nnewsnrlist .newscon{
		padding-top:5px;
	}
	.nnewsnrlist .newsbt{
		margin-bottom:0px;
	}
	.nnewsnrlist .newsms{
		margin-bottom:10px;
	}
	.nnewsnr .newslist-r{
		width: 88%;
	}
	.ncont .col-xs-12 {
	width: 100% !important;
}
}
@media(max-width:1024px) {
	.about h3 a,
	.lingyu h3 a,
	.protit h3 a,
	.newstit h3 a{
		font-size:35px;
	}
	.about h3{
		margin:30px 0 20px 0;
	}
	.about .cont{
		padding-bottom:50px;
	}
	.lingyutit{
		width:25%;
	}
	.lingyu,
	.lingyu .cont{
		height:400px;
		width:100%;
	}
	.lingyu h3 {
		margin: 50px 0 0 10%;
	}
	.lingyu .pinyin {
		font-size: 40px;
		left:10%;
		top:50px;
	}
	.lingyutit{
		min-height:450px;
	}
	.pro{
		background-size:cover;
		margin-top:100px;
	}
	.protit {
		margin-top: 40px;
	}
	.news{
		margin-top:50px;
	}
	.newslist-r{
		width:70%;
	}
	.npronr_list .nproimg {
		height: 200px;
	}
	.nabout_menu li > a{
		padding:0 25px;
	}
	.nnewsnrlist .newsimg {
		height: 150px;
	}
	.ncontactnr h3 {
		font-size: 18px;
	}
	
}
@media(max-width:991px) {
	.bannernews_tit{
		width:75%;
	}
	.bannernews_date{
		width:20%;
		padding-top:40px;
	}
	.bannernews_date span{
		font-size:25px;
	}
	.newslist-r{
		width:60%;
	}
	.ab_fl {
		width: 100%;
	}
	.botnav{
		padding:0 !important;
	}
	.botnav li:nth-child(3),
	.botnav li:nth-child(4){
		margin-top:15px;
	}
	.lxwm{
		margin-top:15px;
	}
	.about h3{
		margin-top:0;
	}
	.bot .col-sm-12{
		text-align:center !important;
		line-height:28px;
	}
	.aboutl{
		padding:0 !important;
	}
	.npronr_list {
		width: 48%;
	}
	.npronr_list .nproimg {
		height: 260px;
	}
	.nnewsnrlist .newsms {
		-webkit-line-clamp: 1;
		text-indent:0;
	}
	.nnewsnrlist .newsimg {
		height: 130px;
	}
	.nnewsnrlist{
		margin-bottom:20px;
		padding-bottom:20px;
	}
	.nnewsnr .newslist-r{
		width: 87%;
	}
	.banner .owl-number{
		left: 40px;
	}
	.item .cont {
	    top: 45%;
	}
	.banner .owl-pagination{
		right: 40px;
	}
	
}
@media(max-width:768px) {	
	
	.newslist-r{
		width:66%;
	}
	.lingyucon a{
		width:25%;
	}
	.bannernews_tit p{
		font-size:16px;
	}
	.left,.right{
		float:none;
	}
	.banner_n {
		height: 450px;
	}
	.capitalize .ad-tit {
		font-size: 36px;
	}
	.shubiao-ncon {
		margin-top: 10px;
	}
	.npronr_list .nproimg {
		height: 230px;
	}
	.nabout_menu li > a {
		padding: 0 13px;
	}
	.cont {
    width: 83.33333333%;
    margin: 0 auto;
}
	.ncontent {
		margin-top: 0px;
	}
	.capitalize{
		top:60%;
	}
	.ncont{
		width:100%;
	}
	.nprolf,.nprolr{
		width:100%;
	}
	.pageleft, .pageright{
		width:100%;
		margin-bottom:10px;
	}
	.nnewsnrlist .newsimg {
		height: 120px;
	}
	.nnewsnrlist .newscon {
		padding-top: 0px;
	}
	.nnewsnr .newslist-r{
		width: 84%;
	}
	.item p.p1{
		font-size: 40px;
	}
	.item p.p2{
		font-size: 20px;
	}
	.bannernews_tit,
	.bannernews_date{
		float: left;
	}
}
@media(max-width:767px) {
	.newsnrr{
		margin-top:20px;
	}
	.newslist-r{
		width:81%;
	}
	.news{
		margin:30px 0 0 0;
	}
	.newslist {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.indexnewsnr .col-xs-12{
		width: 100%;
		margin-right: 0;
	}
	.newsnrl .newsbt, .newslist-r .newsbt{
		font-size:16px;
		margin-bottom:0;
		line-height:30px;
	}
	.newsnrlimg{
		height:auto;
		margin-bottom:10px;
	}
	.newstit{
		margin-bottom:30px;
	}
	.pronr{
		margin-top:40px;
	}
	.newsnrl,.newsnrr{
		padding:0 !important;
	}
	.owl-carousel .owl-wrapper-outer{
		width:100%;
	}
	.ncontactul li p{
		font-size:20px;
	}
}
@media(max-width:640px) {
.banner .owl-carousel{
	height:300px;
}
.shubiao-index{ display:none;}
	.bannernews {
		width: 80%;
		display:none;
	}
	.banner .owl-prev{ display:none;}
	.banner .owl-next{ display:none;}
	.logo {
		height: 80px;
	}
	.header{
		height:80px;
	}
	.logo img {
		margin: 7px 0 0 5px;
	}
	#menu{
		top:18px;
	}
	.newslist-r{
		width:78%;
	}
	.about h3 a,
	.lingyu h3 a,
	.protit h3 a,
	.newstit h3 a{
		font-size:28px;
	}
	.newstype{
		margin-top:10px;
	}
	.map,.ncontactnr{
		float:none;
		width:100%;
	}
	#map {
		height: 300px;
	}
	.ncontactnr h3 {
		margin-bottom:10px;
	}
	.npronr_list .nproimg {
		height: 210px;
	}
	.nnewsnrlist .newsimg {
		height: 100px;
	}
	.nnewsnrlist .newsxq{
		display:none;
	}
	.nnewsnrlist .newsms {
		margin-bottom: 0px;
	}
	.nabout_menu li > a{
		height:60px;
		line-height:60px;
	}
	.banner_n {
		height: 400px;
	}
	.ncontactul li p {
		font-size:18px;
	}
	.nnewsnr .newslist-r{
		width: 84%;
	}
	.nnewsnr .newslist-r{
		width: 81%;
	}
	.item p.p1{
		font-size: 30px;
		line-height: 40px;
	}
	.item p.p2{
		font-size: 20px;
		line-height: 35px;
	}
	#owl-demo .owl-wrapper .owl-item .p_video{
		display: none;
	}
	#owl-demo .owl-wrapper .owl-item:first-child{
		background: url(/skin/images/banner.jpg) no-repeat top center;
		background-size: cover;
	}
	.bannernews_tit{
		padding-left: 20px;
	}
	
}

@media(max-width:500px) {
	.bannernews{
		width:100%;
	}
	.about h3 a,
	.lingyu h3 a,
	.protit h3 a,
	.newstit h3 a{
		font-size:22px;
	}
	.pronrleft{
		margin-left:8px;
		width:70%;
	}
	.pronrtit{
		width:25%;
	}
	.newslist-l,
	.newsnrldate{
		width:80px;
		height:80px;
		
	}
	.newslist-l p,
	.newsnrldate p{
		font-size:40px;
		line-height:44px;
	}
	.newslist-l span,
	.newsnrldate span{
		font-size:14px;
	}
	.npronr_list{
		width:100%;
		margin:15px 0;
	}
	.npronr_list .nproimg {
		height: auto;
	}
	.npronr_list .nproimg img {
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.nnewsnrlist .newsimg {
		height: 80px;
	}
	.banner_n {
		height: 350px;
	}
	.nnewsnrlist .newsdate{
		line-height:18px;
		font-size:14px;
	}
	.nnewsnrlist .newsbt{
		line-height:22px;
		font-size:14px;
	}
	.nnewsnrlist .newsms{
		font-size:12px;
		line-height:20px;
	}
	.ncontactul li{
		width:100%;
		float:none;
		padding:15px 5px;
	}
	.ncontactul li p{
		margin-bottom:5px;
	}
	.nnewsnr .newslist-r{
		width: 78%;
	}
	.lingyutit{
		background:none;
	}
	.banner .owl-number{
		left: 20px;
	}
	.item .cont {
	    top: 45%;
	}
	.banner .owl-pagination{
		right: 20px;
	}
	.item p.p1{
		font-size:24px;
		line-height: 30px;
	}
	.item p.p2{
		font-size: 16px;
		line-height: 30px;
	}
	
}
@media(max-width:414px) {
	.pronrtit{
		width:100%;
		float:none;
		margin-top:20px;
		text-align:center;
	}
	.pronrleft{
		width:95%;
		float:none;
	}
	.pronrtit span{
		display:inline;
	}
	.newstype li a{
		font-size:16px;
	}
	.newstype li{
		padding:0 10px;
	}
	.lingyutit{
		width:50%;
	}
	.lingyucon a:last-child::after {
		display:none;
	}
	.newslist-r,
	.nnewsnr .newslist-r{
		width:75%;
	}
	.nnewsnrlist .newsimg {
		height: 65px;
	}
	.nnewsnrlist {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.banner .owl-prev{
		left: 140px;
	}
	.banner .owl-next{
		left: 180px;
	}
	.banner .owl-number {
	    left: 5px;
	}
	.banner .owl-pagination{
		right: 10px;
	}
	
}
@media(max-width:375px) {	
	.newslist-r,
	.nnewsnr .newslist-r{
		width: 70%;
	}
	.nnewsnrlist .newsimg {
		height: 60px;
	}
	.capitalize .ad-tit{
		letter-spacing: 20px;
	}
	.item p.p1{
		font-size:20px;
		line-height: 30px;
	}
	.item p.p2{
		font-size: 12px;
		line-height: 20px;
	}
	.bannernews_date span {
	    font-size: 20px;
	}
	.bannernews_date{
		font-size: 14px;
	}
	.bannernews_tit{
		width: 70%;
	}
}
@media(max-width:320px) {
		.banner .owl-carousel {
    height: 240px;
}
	
}
@media(min-width:1920px) {	
.p_video{ width:100%;}
.lingyudk{ width:40%; margin:0px auto;}
}
video{ width:100%; height:100%; object-fit: cover;}








.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:#187fd8; color:#fff; }
.ab_pages ul a:hover{ background:#187fd8;color:#fff}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}






