@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: siyuan;
	src: url('SOURCEHANSANSCN-REGULAR.OTF'),
     url('SOURCEHANSANSCN-REGULAR.eot'); /* IE9+,可以是具体的实际链接 */
}

/* 全局样式

-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"siyuan","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:"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}


.xysimg{
	max-width:100%;
	height:auto;
	}
/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	top:0;
	background:#fff;
	}
.top{
	width:100%;
	overflow:hidden;
	background:#fff;
	color:#008edc;
	line-height:50px;
	padding:0 1%;
	border-bottom:solid 1px #008edc;
	}
.headernr{
	width:1200px;
	height:130px;
	margin:auto;
}
.logo{
	overflow:hidden;
	padding-top:24.5px;
	float:left;
}
.search{
	padding-top:45px;
	}
.search button{
	width:46px;
	height:40px;
	background:#efefef url(../images/tb2.png) no-repeat center center;
	float:right;
	position:relative;
}
.search button:before{
	content:"";
	position:absolute;
	width:1px;
	height:22px;
	background:#d0d0d0;
	left:0;
	top:9px;
	}
.search input{
	width:204px;
	height:40px;
	line-height:40px;
	background:#efefef;
	float:right;
	padding-left:20px;
}
.time{
	overflow:hidden;
	background:url(../images/tb1.png) no-repeat left center;
	padding-left:58px;
	margin-right:78px;
	margin-top:35px;
	}
.time p{
	font-size:23px;
	color:#8d8d8d;
	line-height:30px;
	font-weight:bold;
	}
.tq{
	position:relative;
	top:8px;
	}
/* nsearch
-------------------------------------------------------------- */
.nsearch{
	width:100%;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
}
.nsearch table,.nsearch table tr,.nsearch table td{
	border:none;
}
.nsearch_box{
	margin-top:20px;
	margin-bottom:20px;
}
.nsearch_box .search-submit{
	width:80px;
	line-height:33px;
	background: #00ae69;
	color:#fff;
}
.nsearch_box input {
	width: 30%;
    border-width: 1px;
    border-style: solid;
    border-color: #707070 #CECECE #CECECE #707070;
    padding: 2px 4px;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    color: #6B6B6B;
}
.result_content ul li{
	margin:20px 0;
	border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}
.result_content ul li h3{
	font-size:16px;
	line-height:30px;
}
.result_content ul li h3 a{
	font-size:16px;
}
.result_content ul li p{
	line-height:30px;
}
.result_content ul li:hover a{
	color:#00ae69;
}
.resultbar{
	width: 100%;
	overflow:hidden;
	line-height:40px;
	background: #eee;
	font-size:16px;
	padding:0 1%;
}
.resultbar strong{
	color: #e9262e;
}
.tb2,.tb3,.tb4{
	margin-right:35px;
	}
.tb1,.tb2,.tb3{
	margin-top:37.5px;
	}
.tb4{
	margin-top:39.5px;
	}
.tb1{
	margin-right:46px;
	}
/* nav
-------------------------------------------------------------- */
.nav{
	width:100%;
	height:70px;
	background:#008edc;
	}
.nav .menu{
	width:1200px;
	height:70px;
	margin:auto;
	}
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}

.nav > ul{

	width:100%;

	}

.nav span{

	display:block;

	width:1px;

	height:30px;

	background:rgba(255,255,255,0.7);

	margin-top:16px;

}

.nav span:last-child{

	display:none;

}

.nav .menu > li{
	width:10%;
	height:70px;

	float:left;

	text-align:center;

	line-height:70px;
	text-align:center;
	position:relative;

	}
.nav .menu > li a{
	font-size:20px;
	display:block;
	color:#fff;
	}
.nav .menu > li:after{
	content:"";
	position:absolute;
	width:0;
	height:3px;
	background:#065684;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.nav .menu > li:hover:after,.nav .menu > li.current:after{
	width:100%;
}

.nav .menu > li:hover a{
	color:#fff;
	}

.nav .menu > li.current a{
	color:#fff;
}

.nav .menu > li .submenu{

	width:100%;
	z-index: 99;

	}

.nav .menu > li .submenu li{

	width:100%;

	line-height:20px;
	padding:10px 0;
	background:#fff;

	text-align:center;

	border-top:solid 1px #008edc;

}

.nav .menu > li .submenu li a{

	display:block;

	color:#008edc;

	font-size:14px;

}

.nav .menu > li .submenu li:hover{

	background:#008edc;

}
.nav .menu > li .submenu li:hover a{
	color:#fff;
}

.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.mibanner{
	display:none;
}
.ibanner,.mibanner{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.ibanner img,.mibanner img{
	max-width:100%;
	height:auto;
}
.videocontainer{
	position: relative;
    width: 100%;
    height: 656px;
    overflow: hidden;
    z-index: -100; 
}
.mvideocontainer{
	position: relative;
    width: 100%;
    overflow: hidden;
	display:none;
	z-index:99;
}
.mvideocontainer video{
    width: 100%;
    height: auto;
}
.fullscreenvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index:98;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}
#wrapper {
	position:relative;
}

#wrapper a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

#wrapper a:focus ,#wrapper a:link,#wrapper a:active {
	outline:none;
}

#wrapper a:hover {
	color:#444;
}
.fullwidthbanner-container{

	width:100% !important;

	position:relative;

	padding:0;

	max-height:691px !important;

	overflow:hidden;

}



.fullwidthbanner-container .fullwidthabnner	{

	width:100% !important;

	max-height:691px !important;

	position:relative;

}



@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.fullwidthbanner-container,.fullwidthbanner-container .fullwidthabnner{
		max-height:921px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {

	  .banner, .bannercontainer			{	width:768px; height:309px;}

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

	   .banner, .bannercontainer		{	width:480px; height:193px;	}

}



@media only screen and (min-width: 320px) and (max-width: 479px) {

		.banner, .bannercontainer		{	width:320px;height:129px;	}

}



@media only screen and (max-width: 319px) {

		.banner, .bannercontainer		{	width:240px;height:97px;	}

}



.tp-bullets.simplebullets.round .bullet:hover,

.tp-bullets.simplebullets.round .bullet.selected,

.tp-bullets.simplebullets.navbar .bullet:hover,

.tp-bullets.simplebullets.navbar .bullet.selected {	

	background:#e1484b !important; 

}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	

 }

/** BULLETS **/

.tp-bullets {

    z-index: 99;

    position: absolute;

    bottom: 0px;
}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background: #fff;
    width:40px;

    height:6px;

	margin:0 8px 65px 8px;

    float: left;

    -webkit-transition: background 0.1s linear;

    -moz-transition: color, background 0.1s linear;

    -o-transition: color, background 0.1s linear;

    transition: color, background 0.1s linear;

}


.tp-leftarrow.large {
	display:none;
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:rgba(255,255,255,0.6) url(../images/prev.png) no-repeat center;
	width: 300px;
	height:92px;
	bottom:0 !important;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
	display:none;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background:rgba(0,174,105,0.6) url(../images/next.png) no-repeat center;
    width: 300px;
	height:92px;
	left: 300px !important;
	bottom:0 !important;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}


.tp-bullets.tp-thumbs {

    z-index: 100;

    position: absolute;

    padding: 3px;

    background-color: #fff;

    width: 500px;

    height: 50px;

    margin-top: -50px;

}



.fullwidthbanner-container .tp-thumbs {

    padding: 3px;

}



.tp-bullets.tp-thumbs .tp-mask {

    width: 500px;

    height: 50px;

    overflow: hidden;

    position: relative;

}



.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {

    width: 5000px;

    position: absolute;

}



.tp-bullets.tp-thumbs .bullet {

    width: 100px;

    height: 50px;

    cursor: pointer;

    overflow: hidden;

    background: none;

    margin: 0;

    float: left;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	/*filter: alpha(opacity=50);	*/

    -moz-opacity: 0.5;

    -khtml-opacity: 0.5;

    opacity: 0.5;

    -webkit-transition: all 0.2s ease-out;

    -moz-transition: all 0.2s ease-out;

    -o-transition: all 0.2s ease-out;

    -ms-transition: all 0.2s ease-out;

}



.tp-bullets.tp-thumbs .bullet:hover,

.tp-bullets.tp-thumbs .bullet.selected {

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    -moz-opacity: 1;

    -khtml-opacity: 1;

    opacity: 1;

}



.tp-thumbs img {

    width: 100%;

}



.tp-bannertimer {

    width: 100%;

    height: 10px;

    position: absolute;

    z-index: 200;

    z-index: 5000;

}



.tp-bannertimer.tp-bottom {

    bottom: 0px !important;

    height: 5px;

}





@media only screen and (min-width: 768px) and (max-width: 959px) {;

}



@media only screen and (min-width: 480px) and (max-width: 767px) {

    .responsive .tp-bullets.tp-thumbs {

        width: 300px !important;

        height: 30px !important;

    }



    .responsive .tp-bullets.tp-thumbs .tp-mask {

        width: 300px !important;

        height: 30px !important;

    }



    .responsive .tp-bullets.tp-thumbs .bullet {

        width: 60px !important;

        height: 30px !important;

    }

}



@media only screen and (min-width: 0px) and (max-width: 479px) {

    .responsive .tp-bullets {

        display: none;

    }



    .responsive .tparrows {

        display: none;

    }

}





.tp-simpleresponsive img {

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -o-user-select: none;

}



.tp-simpleresponsive a {

    text-decoration: none;

}



.tp-simpleresponsive ul {

    list-style: none;

    padding: 0;

    margin: 0;

}



.tp-simpleresponsive >ul >li {

    list-stye: none;

    position: absolute;

    visibility: hidden;

}



.caption.slidelink a div,

.tp-caption.slidelink a div {

    width: 10000px;

    height: 10000px;

}



.tp-loader {

    background: url(../images/loader.gif) no-repeat 10px 10px;

    background-color: #fff;

    margin: -22px -22px;

    top: 50%;

    left: 50%;

    z-index: 10000;

    position: absolute;

    width: 44px;

    height: 44px;

    border-radius: 3px;

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

}

/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#008edc;
	position:relative;
	}
.tit:before{
	content:"";
	position:absolute;
	width:3px;
	height:24px;
	background:#008edc;
	left:0;
	}
.tit a{
	font-size:24px;
	color:#008edc;
	}
	
/* tblist
-------------------------------------------------------------- */
.tblist{
	margin-top:65px;
	}
.tblist dl{
	width:180px;
	height:140px;
	overflow:hidden;
	float:left;
	background:#008edc;
	padding-top:18px;
	border-radius:10px;
	margin:0 10px;
	}
.tblist dl dt{
	text-align:center;
	}
.tblist dl dd{
	text-align:center;
	font-size:22px;
	color:#fff;
	line-height:35px;
	margin-top:6px;
	}
.tblist dl:hover{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.tblist dl:first-child:hover{
	background:#d26365;
}
.tblist dl:nth-child(2):hover{
	background:#5e95b4;
}
.tblist dl:nth-child(3):hover{
	background:#69b4b7;
}
.tblist dl:nth-child(4):hover{
	background:#7282b3;
}
.tblist dl:nth-child(5):hover{
	background:#d26365;
}
.tblist dl:nth-child(6):hover{
	background:#4d7ab1;
}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	max-height:720px;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	}
.about ul{
	width:100%;
	overflow:hidden;
	}
.about ul li{
	height:720px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.about ul li:after{
	content:"";
	position:absolute;
	width:1px;
	height:466px;
	background:#fff;
	right:0;
	top:127px;
	}
.about ul li:last-child:after{
	display:none;
	}
.about ul li .aboutnr{
	width:100%;
	overflow:hidden;
	margin:249px 0;
	}
.about ul li .aboutnr .abouttb{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.about ul li .aboutnr h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:26px;
	color:#fff;
	line-height:35px;
	margin:39px 0 6px 0;
	}
.about ul li .aboutnr p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#00ae69;
	font-family:Arial;
	margin-bottom:37px;
	}
.about ul li .aboutnr span{
	display:block;
	width:36px;
	height:3px;
	background:#fff;
	margin:auto;
	}
.about ul li .aboutbg{
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	background:#00ae69;
	padding:0 60px;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.about ul li .aboutbg h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin:0;
	line-height:35px;
	margin-top:70px;
	}
.about ul li .aboutbg .aboutimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:24px;
	}
.about ul li .aboutbg .aboutimg img{
	max-width:100%;
	height:auto;
	}
.about ul li .aboutbg p{
	width:100%;
	overflow:hidden;
	color:#fff;
	margin-top:32px;
	}
.about ul li .aboutbg .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	}
.about ul li:hover .aboutbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.about ul li:hover:after{
	display:none;
	}
	
/* zjjs
-------------------------------------------------------------- */
.zjjs{
	padding-top:48px;
	}
.zjjs h3{
	font-size:24px;
	color:#008edc;
	line-height:40px;
	position:relative;
    padding-left: 15px;
	}
.zjjs h3 a{
	font-size:24px;
	color:#008edc;
	}
.zjjs h3:before{
	content:"";
	position: absolute;
    width: 3px;
    height: 24px;
    background: #008edc;
    left: 0;
    top: 8px;
	}
.zjmore{
	overflow:hidden;
	line-height:40px;
	}
.zjmore a{
	color:#008edc;
	font-size:20px;
	}
.zjjs dl{
	overflow:hidden;
	position:relative;
	}
.zjjs dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.zjjs dl dt img{
	max-width:100%;
	height:auto;
	}
.zjjs dl:hover dt img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.zjjs dl dd {
	width:100%;
	height:60px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	background:rgba(0,0,0,0.5);
	bottom:0;
	left:0;
	}
.zjjs dl dd .zjname{
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-family:Microsoft YaHei;
	}
.zjjs dl dd .zjzw{
	color:#fff;
	text-align:center;
	line-height:30px;
	font-family:Microsoft YaHei;
	}
.zjjs dl:hover dd{
	background:#e1484b;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	}
/* yysb
-------------------------------------------------------------- */
.yysb{
	width:100%;
	overflow:hidden;
	background:url(../images/sbbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:52px;
	margin-top:64px;
	}
.yysbnr h3{
	font-size:24px;
	color:#fff;
	line-height:40px;
	position:relative;
    padding-left: 15px;
	}
.yysbnr h3 a{
	font-size:24px;
	color:#fff;
	}
.yysbnr h3:before{
	content:"";
	position: absolute;
    width: 3px;
    height: 24px;
    background: #fff;
    left: 0;
    top: 8px;
	}
.yysbnr dl{
	overflow:hidden;
	}
.yysbnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.yysbnr dl:hover dt img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.yysbnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-family:Microsoft YaHei;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:24px;
	}
.yysb .bx-wrapper{
	margin-top:42px;
	margin-bottom:26px;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.nhonor ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nhonor ul li{
	width:380px;
	height:276px;
	overflow:hidden;
	float:left;
	margin:10px;
	position:relative;
	}
.nhonor ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.nhonor ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.whyh{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nyywh .nyywhnr{
	width:100%;
	overflow:hidden;
	margin-top:18px;
	}
.nyywh .nyywhnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	margin-top:30px;
	}
.nyywh .nyywhnr p span{
	font-size:16px;
	color:#008edc;
	}
.nyyyh .nyyyhnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.nyyyh .nyyyhnr img{
	max-width:100%;
	height:auto;
}
/* news
-------------------------------------------------------------- */
.news{
	margin-top:38px;
	}
.news .newslf{
	width:814px;
	overflow:hidden;
	}
.news .newslf h3,.tzgg h3{
	float:left;
	position:relative;
	line-height:40px;
	color:#008edc;
	padding-left:15px;
	font-size:24px;
	margin-bottom:18px;
	}
.news .newslf h3 a,.tzgg h3 a{
	color:#008edc;
	font-size:24px;
	}
.news .newslf h3:before,.tzgg h3:before{
	content:"";
	position:absolute;
	width:3px;
	height:24px;
	background:#008edc;
	left:0;
	top:8px;
	}
.news .newslf .newsmenu{
	float:right;
	margin-bottom:18px;
	}
.news .newslf .newsmenu ul{
	overflow:hidden;
	}
.news .newslf .newsmenu ul li{
	height:38px;
	overflow:hidden;
	float:right;
	margin-left:28px;
	line-height:40px;
	}
.news .newslf .newsmenu ul li a{
	font-size:20px;
	color:#2c2c2c;
	}
.news .newslf .newsmenu ul li:hover{
	border-bottom:solid 2px #e1484b;
	}
.news .newslf .newsmenu ul li:hover a{
	color:#e1484b;
	}
.news .newsrt{
	width:338px;
	overflow:hidden;
	}
.news .newslf .newsimg{
	width:47%;
	height:285px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.news .newslf .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.news .newslf .newsimg:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news .newslf .newslist{
	width:53%;
	overflow:hidden;
	padding-left:25px;
	float:right;
	}
.news .newslf .newslist ul{
	width:100%;
	overflow:hidden;
	}
.news .newslf .newslist ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
	}
.news .newslf .newslist ul li:before{
	content:"";
	position:absolute;
	left:0;
	width:6px;
	height:6px;
	background:#d58b8c;
	top:12px;
	border-radius:50%;
	}
.news .newslf .newslist ul li a{
	width:82%;
	overflow:hidden;
	display:block;
	float:left;
	font-size:16px;
	color:#2c2c2c;
	}
.news .newslf .newslist ul li span{
	width:18%;
	overflow:hidden;
	display:block;
	float:right;
	padding-left:10px;
	text-align:right;
	font-size:16px;
	color:#8d8d8d;
	}
.news .newslf .newslist ul li:hover a{
	color:#e1484b;
	}
.tzgg{
	width:386px;
	overflow:hidden;
	float:right;
	}
.tzgg{
	padding-left:50px;
	}
.tzgg ul{
	width:100%;
	overflow:hidden;
	}
.tzgg ul li{
	width:100%;
	overflow:hidden;
	line-height: 30px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 9px;
	}
.tzgg ul li a{
	color:#2c2c2c;
	font-size:16px;
	}
.tzgg ul li:before{
	content:"";
	position:absolute;
	left:0;
	width:6px;
	height:6px;
	background:#d58b8c;
	top:12px;
	border-radius:50%;
	}
.tzgg ul li:hover a{
	color:#e1484b;
	}
/* ksjs
-------------------------------------------------------------- */
.ksjs{
	width:100%;
	overflow:hidden;
	background:#f7f6f7;
	margin-top:58px;
	padding-top:50px;
	padding-bottom:72px;
	}
.ksjsnr h3,.whyh .nyywh h3,.nyyyh h3,.ncontactbt h3{
	width:100%;
	overflow:hidden;
	position: relative;
    line-height: 40px;
    color: #008edc;
    padding-left: 15px;
    font-size: 24px;
	}
.ksjsnr h3 a,.whyh .nyywh h3 a,.nyyyh h3 a,.ncontactbt h3 a{
	color:#008edc;
	font-size:24px;
	}
.ksjsnr h3:before,.whyh .nyywh h3:before,.nyyyh h3:before,.ncontactbt h3:before{
	content:"";
	position:absolute;
	width:3px;
	height:24px;
	background:#008edc;
	left:0;
	top:8px;
	}
.ksjsnr .kslist{
	padding:0;
	margin-top:40px;
}
.kslist .kstit1,.kslist .kstit2,.kslist .kstit3{
	width:100%;
	height:80px;
	overflow:hidden;
	padding-left:134px;
	padding-top:14px;
	padding
}
.kslist .kstit1 p,.kslist .kstit2 p,.kslist .kstit3 p{
	width:100%;
	overflow:hidden;
	color:#fff;
	font-size:22px;
	line-height:30px;
}
.kslist .kstit1 span,.kslist .kstit2 span,.kslist .kstit3 span{
	width:100%;
	overflow:hidden;
	display:block;
	color:#fff;
	font-family:Arial;
}
.kslist .kstit1{
	background:#0c7ed9 url(../images/kstb1.png) no-repeat 70px center;
}
.kslist .kstit2{
	background:#0570c6 url(../images/kstb2.png) no-repeat 70px center;
}
.kslist .kstit3{
	background:#0c60a5 url(../images/kstb3.png) no-repeat 70px center;
}
.ksjsnr .kslist ul{
	width:100%;
	overflow:hidden;
	margin-top:25px;
}
.ksjsnr .kslist ul li{
	width:46%;
	overflow:hidden;
	height:46px;
	line-height:30px;
	padding-left:50px;
	margin:7px 2%;
	float:left;
	padding-top:8px;
	padding-bottom:8px;
}
.ksjsnr .kslist .ul1 li{
	background:#63b8e7;
}
.ksjsnr .kslist .ul2 li{
	background:#63b8e7;
}
.ksjsnr .kslist .ul3 li{
	background:#63b8e7;
}
.ksjsnr .kslist ul li a{
	color:#fff;
	display:block;
}
.ksjsnr .kslist .ul1 li:first-child{
	background:#63b8e7 url(../images/kstb1-1.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(2){
	background:#63b8e7 url(../images/kstb1-2.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(3){
	background:#63b8e7 url(../images/kstb1-3.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(4){
	background:#63b8e7 url(../images/kstb1-4.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(5){
	background:#63b8e7 url(../images/kstb1-5.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(6){
	background:#63b8e7 url(../images/kstb1-6.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(7){
	background:#63b8e7 url(../images/kstb1-7.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(8){
	background:#63b8e7 url(../images/kstb1-8.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(9){
	background:#63b8e7 url(../images/kstb1-9.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(10){
	background:#63b8e7 url(../images/kstb1-10.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(11){
	background:#63b8e7 url(../images/kstb1-11.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(12){
	background:#63b8e7 url(../images/kstb1-12.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(13){
	background:#63b8e7 url(../images/kstb1-13.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul1 li:nth-child(14){
	background:#63b8e7 url(../images/kstb1-14.png) no-repeat 10px 8px;
}

.ksjsnr .kslist .ul2 li:first-child{
	background:#63b8e7 url(../images/kstb2-1.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(2){
	background:#63b8e7 url(../images/kstb2-2.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(3){
	background:#63b8e7 url(../images/kstb2-3.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(4){
	background:#63b8e7 url(../images/kstb2-4.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(5){
	background:#63b8e7 url(../images/kstb2-5.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(6){
	background:#63b8e7 url(../images/kstb2-6.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(7){
	background:#63b8e7 url(../images/kstb2-7.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(8){
	background:#63b8e7 url(../images/kstb2-8.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(9){
	background:#63b8e7 url(../images/kstb2-9.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(10){
	background:#63b8e7 url(../images/kstb2-10.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(11){
	background:#63b8e7 url(../images/kstb2-11.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul2 li:nth-child(12){
	background:#63b8e7 url(../images/kstb2-12.png) no-repeat 10px 8px;
}

.ksjsnr .kslist .ul3 li:first-child{
	background:#63b8e7 url(../images/kstb3-1.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul3 li:nth-child(2){
	background:#63b8e7 url(../images/kstb3-2.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul3 li:nth-child(3){
	background:#63b8e7 url(../images/kstb3-3.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul3 li:nth-child(4){
	background:#63b8e7 url(../images/kstb3-4.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul3 li:nth-child(5){
	background:#63b8e7 url(../images/kstb3-5.png) no-repeat 10px 8px;
}
.ksjsnr .kslist .ul3 li:nth-child(6){
	background:#63b8e7 url(../images/kstb3-6.png) no-repeat 10px 8px;
}

.ksjsnr .kslist .ul1 li:nth-child(10),.ksjsnr .kslist .ul2 li:nth-child(2){
	line-height:23px;
	padding-top:0;
	padding-bottom:0;
}

.ind_4_cont{
	width:100%;
	overflow:hidden;
	margin-top:20px;
	}
.ind_4_cont .img{ float: left; width:432px;height:298px;position: relative; overflow: hidden;}
.ind_4_cont .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.ind_4_cont .img:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.ind_4_cont .img .a{ display: block; height:100%; }
.ind_4_cont .img .a .tit{ position: absolute; width:100%; left:0; bottom:0; z-index:10; color:#fff; background:rgba(41,41,41,0.6); }

.ind_4_cont .img .con{ padding:10px 35px 10px 30px; }
.ind_4_cont .img .con h2{ font-size:22px; line-height:1.1; padding-bottom: 10px; }
.ind_4_cont .img .con p{ line-height:1.5em; height:3em; overflow: hidden;font-size: 15px;color: #fff; }


.ind_4_cont .r{ overflow: hidden;width: 736px;float: right; }
.ind_4_cont .r .tabClick{ padding-bottom: 16px;overflow: hidden; }
.ind_4_cont .r .tabClick a{ display: block; float: left; margin-right:16.75px; width:166px; height:40px; position: relative; text-align: center; line-height:40px; font-size:16px; background:#008edc; border-radius:5px; color:#fff; }
.ind_4_cont .r .tabClick a:first-child{margin-left:5px; }
.ind_4_cont .r .tabClick a:last-child{margin-right:0; }


.ind_4_cont .r .tabClick .a2 i{ border-top-color:#93c47d; } 
.ind_4_cont .r .tabClick .a3 i{ border-top-color:#9878ff; } 

.ind_4_cont .r .tabClick a.on{ background:#e1484b; }


.i4-list .child{ display: none;  }
.i4-list .child.on{ display: block; }
.i4-list li{ float: left; margin-left: 15px; cursor: pointer; border:1px solid #cccccc; border-radius:5px;  height:38px; line-height:38px; font-size:14px; margin: 0 5px 14px 5px; }
.i4-list li a{ display: block; color:#333; padding:0 10px; position: relative; }
.i4-list li a span{
	color: #fff;
    float: right;
    margin-right: 4px;
    display: none;
	}
.i4-list li a i{ position: absolute; width:14px; left:0; top:0; height:100%; }

.i4-list li.on,.i4-list li:hover{ border-color:#e1484b; background:#e1484b;}
.i4-list li.on a,.i4-list li:hover a{ color:#fff; border-color:#e1484b; }
.i4-list li.on a i,.i4-list li:hover a i{ border-color:#528eb5; background-image:url(../image/ind_5_a.png); }
.i4-list li:hover a span,.i4-list li.on a span{display:block;}
.i4-list .child + .child li.on,.i4-list .child + .child li:hover{ border-color:#e1484b; }
.i4-list .child + .child li.on a,.i4-list .child + .child li:hover a{ color:#fff; border-color:#e1484b; }
.i4-list .child + .child li.on a i,.i4-list .child + .child li:hover a i{ border-color:#e1484b; background-image:url(../image/ind_5_b.png); }
.i4-list .child + .child + .child li.on,.i4-list .child + .child + .child li:hover{ border-color:#e1484b; }
.i4-list .child + .child + .child li.on a,.i4-list .child + .child + .child li:hover a{ color:#fff; border-color:#e1484b; }
.i4-list .child + .child + .child li.on a i,.i4-list .child + .child + .child li:hover a i{ border-color:#e5ca8f; background-image:url(../image/ind_5_c.png); }
/* link
-------------------------------------------------------------- */
.link{
	padding:0;
	color:#2f2f2f;
	font-size:16px;
	line-height:40px;
	margin-bottom:30px;
	margin-top:30px;
	}
.link .linkbt{
	width:100%;
	overflow:hidden;
	color:#2f2f2f;
	font-size:16px;
	margin-bottom:10px;
	}
.link .linknr{
	width:100%;
	overflow:hidden;
	}
.link .linknr dl{
	width:16.66666%;
	overflow:hidden;
	float:left;
	padding:0 5px;
}
.link .linknr dl dt,.link .linknr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.link .linknr dl dt img{
	max-width:100%;
	height:auto;
	
}
.link .linknr dl:hover dd{
    color:#008edc;
}
.link .linknr dl:hover dt img{
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#008edc;
	padding-top:60px;
	}
.footernr .gjxl{
	padding:0;
	position:relative;
	}
.footernr .gjxl:after{
	content:"";
	position:absolute;
	width:1px;
	height:206px;
	background:#4bade4;
	right:0;
	top:42px;
	}
.footernr .lxfs{
	padding:0 94px;
	position:relative;
	}
.footernr .lxfs:after{
	content:"";
	position:absolute;
	width:1px;
	height:206px;
	background:#4bade4;
	right:0;
	top:42px;
	}
.footernr .gjxl h4,.footernr .lxfs h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	line-height:40px;
	margin:0;
	margin-bottom:7px;
	}
.footernr .gjxl .gjxlnr{
	width:100%;
	overflow:hidden;
	}
.footernr .gjxl .gjxlnr p,.footernr .lxfs p{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	}
.footernr .lxfs p a{
	color:#fff;
}
.footernr .lxfs .dtdh{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.footernr .lxfs .dtdh a{
	color:#fff;
	display:block;
	width:112px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:solid 1px #fff;
	border-radius:10px;
	}
.footernr .lxfs .dtdh a:hover{
	background:#fff;
	color:#008edc;
}
.footernr .ewm dl{
	float:right;
	margin-left:24px;
	}
.footernr .ewm dl dt img{
	max-width:100%;
	height:auto;
}
.footernr .ewm dl dd{
	overflow:hidden;
	text-align:center;
	color:#fff;
	font-size:13px;
	margin-top:10px;
	line-height:30px;
	}
.bot{
	width:100%;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	padding-top:24px;
	padding-bottom:34px;
	border-top:solid 1px #4bade4;
	margin-top:44px;
	}
.bot a{
	color:#fff;
	}
	
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:300px;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
.banner_n h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:46px;
	color:#fff;
	padding-top:128px;
	}
.banner_n span{
	display:block;
	width:50px;
	height:3px;
	background:#fff;
	margin:auto;
	margin-top:34px;
	}
/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	background:#e5e5e5;
}
.positionnr{
	color:#000;
	font-size:16px;
	line-height:50px;
}
.position a {
	color:#000;
	font-size:16px;
}
/* ncontent
-------------------------------------------------------------- */
.ncontent{
	margin-top:60px;
	margin-bottom:60px;
	}
.nleft{
	width:268px;
	overflow:hidden;
	}
.nmenu{
	width:100%;
	overflow:hidden;
	}
.nmenu ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	width:156px;
	height:48px;
	overflow:hidden;
	line-height:48px;
	text-align:center;
	margin-right:18px;
	float:left;
	margin-bottom: 5px;
	border:solid 1px #c8c8c8;
	border-radius:10px;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	}
.nmenu ul li:hover,.nmenu ul li.cur{
	background:#008edc;
	border:solid 1px #008edc;
	}
.nmenu ul li:hover a,.nmenu ul li.cur a{
	color:#fff;
	}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:32px;
	color:#00ae69;
	line-height:40px;
	margin-bottom:24px;
	}
.ntit span{
	display:block;
	width:46px;
	height:2px;
	background:#00ae69;
	margin:auto;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.nabout p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nabout img{
	max-width:100%;
	height:auto;
	}
.nabout1{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
	padding:48px 0;
	}
.naboutnr1 h4,.nabout2 h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#000;
	line-height:30px;
	margin:0;
	}
.naboutnr1 p,.nabout2 p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.nabout2{
	padding:48px 0;
	}
/* nsblist
-------------------------------------------------------------- */
.nsblist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nsblist dl{
	padding:10px 20px;
	}
.nsblist dl dt{
	width:100%;
	height:360px;
	overflow:hidden;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.nsblist dl dt .nsbbg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,24,43,0.5) url(../images/tb9.png) no-repeat center center;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	}
.nsblist dl:hover dt .nsbbg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.nsblist dl dd{
	width:100%;
	height:104px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#222222;
	line-height:30px;
	background:#e5e5e5;
	padding:22px 0;
	}
.nsblist dl:hover dd{
	background:#008edc;
	color:#fff;
	}
.nsblist dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nsblist dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nsblist .nsbfbimg{
	padding:0;
	text-align:center;
	}
.nsblist .nsbfbimg img{
	max-width:100%;
	height:auto;
}
.nsblist .nsbfbms{
	height:500px;
	background:#ebebeb;
	padding:87px 62px 0 62px;
	}
.nsbfbms h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#008edc;
	line-height:40px;
	}
.nsbfbms .nsbjs{
	width:100%;
	overflow:hidden;
	color:#2f2f2f;
	font-size:16px;
	line-height:30px;
	}
.nsbfbms .nsbjs p{
	width:100%;
	overflow:hidden;
	color:#2f2f2f;
	font-size:16px;
	line-height:30px;
	}
.nsblist .nsbfbnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nsblist .nsbfbnr p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	}
	
/* nksdh
-------------------------------------------------------------- */
.nksdh{
	width:100%;
	overflow:hidden;
	background:#f1f1f1;
	padding-bottom:60px;
	}
.nksdhlist{
	width:100%;
	overflow:hidden;
	margin-top:72px;
	}
.nksdhlist .nksdhtit{
	width:100%;
	overflow:hidden;
	padding-bottom:28px;
	border-bottom:solid 1px #008edc;
	}
.nksdhlist .nksdhtit a{
	display:block;
	width:154px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#0c7ed9;
	border-radius:10px;
	color:#fff;
	font-size:16px;
	}
.nksdhlist:nth-child(2) .nksdhtit a{
	background:#0570c6;
	}
.nksdhlist:nth-child(3) .nksdhtit a{
	background:#0c60a5;
	}
.nksdhlist:nth-child(4) .nksdhtit a{
	background:#7282b3;
	}
.nksdhlist ul{
	width:100%;
	overflow:hidden;
	padding:0;
	margin-top:36px;
	}
.nksdhlist ul li{
	width:290px;
	line-height:80px;
	overflow:hidden;
	float:left;
	background:#fff;
	text-align:center;
	margin:10px 5px;
	}
.nksdhlist ul li a{
	font-size:16px;
	display:block;
	}
.nksdhlist ul li:hover{
	background:#78bfe6;
	}
.nksdhlist ul li:hover a{
	color:#fff;
	}
.nksdh_ny{
	width:100%;
	overflow:hidden;
	}
.njsysb_nr{
	font-size:16px;
	line-height:30px;
}
.nksdhinfo{
	padding-top:60px;
	padding-bottom:60px;
	}
.nksdhinfo .nksdh_img{
	padding-right:30px;
	padding-left:0;
	}
.nksdhinfo .nksdh_img img{
	max-width:100%;
	height:auto;
	}
.nksdhinfo .nksdh_ms{
	padding:0;
	}
.nksdhinfo .nksdh_ms h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#008edc;
	margin:26px 0;
	}
.nksdhinfo .nksdh_ms h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	margin:0;
	line-height:40px;
	margin-top:20px;
	}
.nksdhinfo .nksdh_ms .nksdh_msnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.njsysb{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
	padding:48px 0;
	}
.njsysb h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	margin: 0;
    line-height: 30px;
	}
.njsysb .njsysb_ms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.njsysb .njsysb_nr p{
	font-size:16px;
	line-height:30px;
	}
.nksdh_list .nksdh_img{
	width:100%;
	overflow:hidden;
	padding:60px 0;
	}
.nksdh_list .nksdh_img ul{
	width:100%;
	overflow:hidden;
	}
.nksdh_list .nksdh_img ul li{
	width:379px;
	overflow:hidden;
	float:left;
	margin-right:31.5px;
	}
.nksdh_list .nksdh_img ul li:last-child{
	margin-right:0;
	}
.nksdh_list .nksdh_img ul li img{
	max-width:100%;
	height:auto;
	}
.nksdh_list .nksdh_lxfs{
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
	}
.nksdh_list .nksdh_lxfs p{
	font-size:22px;
	line-height:30px;
	margin-bottom:9px;
	color:#000;
	}
.nksdh_list .nksdh_lxfs p span{
	color:#008edc;
	font-size:22px;
	}
.nlcsy{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.nlcsy table tr td{
	line-height:30px;
	padding:0 5px;
}
/* nksmenu
-------------------------------------------------------------- */
.nksmenu{
	margin-top:52px;
	border-bottom:solid 1px #e7e7e7;
	padding-bottom:22px;
	}
.nksmenu .nksmenubt{
	padding: 0;
	line-height: 30px;
	font-size: 16px;
	}
.nksmenu .nksmenunr{
	padding: 0;
	
}
.nksmenu .nksmenunr .nmenu1{
	width: 100%;
	height: 43px;
	margin: 0;
	border-bottom: solid 1px #cecece;
}
.nksmenu .nksmenunr .nmenu1 li{
	float: left;
	line-height: 30px;
	padding-bottom: 6px;
	padding:6px 12px;
	position:relative;
}
.nksmenu .nksmenunr .nmenu1 li a{
	font-size: 16px;
	color: #008edc;
}
.nksmenu .nksmenunr .nmenu1 li:before{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	background:#008edc;
	left:0;
	bottom:-1px;
	opacity:0;
	}
.nksmenu .nksmenunr .nmenu1 li:after{
	content:"";
	position:absolute;
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #008edc;
	bottom:-5px;
	left:50%;
	margin-left:-5px;
	opacity:0;
	}
.nksmenu .nksmenunr .nmenu1 li:hover:before{
	opacity:1;
	}
.nksmenu .nksmenunr .nmenu1 li:hover:after{
	opacity:1;
	}
.nksmenu .nksmenunr .nmenu1 li.cur:before{
	opacity:1;
	}
.nksmenu .nksmenunr .nmenu1 li.cur:after{
	opacity:1;
	}
.nksmenu .nksmenunr .nmenu2{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	}
.nksmenu .nksmenunr .nmenu2 li{
	padding: 0 10px;
	height:48px;
	overflow:hidden;
	text-align:center;
	line-height:48px;
	background:#f4f4f4;
	margin-right:16px;
	float:left;
	margin-bottom:22px;
	}
.nksmenu .nksmenunr .nmenu2 li a{
	color:#868686;
	font-size:16px;
	display:block;
	}
.nksmenu .nksmenunr .nmenu2 li:hover{
	background:#78bfe6;
	}
.nksmenu .nksmenunr .nmenu2 li:hover a{
	color:#fff;
	}
.nksmenu .nksmenunr .nmenu2 li.cur{
	background:#78bfe6;
	}
.nksmenu .nksmenunr .nmenu2 li.cur a{
	color:#fff;
	}
/* nzjjs
-------------------------------------------------------------- */
.nzjjs{
	margin-top:40px;
	}
.nzjjsnr{
	width:100%;
	overflow:hidden;
	}
.nzjjsnr dl{
	width:20%;
	overflow:hidden;
	float:left;
	padding:10px 9px;
}
.nzjjsnr dl dt{
	width:100%;
	overflow:hidden;
	height:279px;
	position:relative;
}
.nzjjsnr dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nzjjsnr dl dt:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nzjjsnr dl dd{
	width:100%;
	overflow:hidden;
}
.nzjjsnr dl dd .nzjjs_xm{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.nzjjsnr dl dd .nzjjs_xm h4{
	overflow:hidden;
	float:left;
	font-size:26px;
	color:#008edc;
	margin:0;
	line-height:40px;
}
.nzjjsnr dl dd .nzjjs_xm span{
	overflow:hidden;
	float:right;
	color:#9eb2c8;
	width:88px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:solid 1px #9eb2c8;
	border-radius:10px;
	margin-top:5px;
}
.nzjjsnr dl dd .nzjjs_zw{
	width:100%;
	height:30px;
	overflow:hidden;
	font-size:15px;
	color:#a3a3a3;
	line-height:30px;
	border-bottom:solid 1px #ececec;
	padding-bottom:6px;
	}
.nzjjsnr dl dd .nzjjs_ms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#000;
	margin-top:17px;
	}
.nzjjs_img{
	width:27%;
	overflow:hidden;
	}
.nzjjs_img img{
	max-width:100%;
	height:auto;
	}
.nzjjs_info{
	width:73%;
	overflow:hidden;
	padding:36px 46px 0 96px;
	}
.nzjjs_info .nzjjs_infolf{
	overflow:hidden;
	}
.nzjjs_info .nzjjs_infolf h4{
	width:100%;
	overflow:hidden;
	font-size:36px;
	margin:0 0 30px 0;
	}
.nzjjs_info .nzjjs_infolf h4 font{
	font-size:20px;
	color:#000;
	margin-left:10px;
	}
.nzjjs_info .nzjjs_infolf p{
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#000;
	}
.nzjjs_info span{
	display:block;
	width:122px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#9eb2c8;
	border:solid 1px #9eb2c8;
	border-radius:10px;
	float:right;
	}
.nzjjs_info span a{
	color:#9eb2c8;
}
.nzjjs_ysjs{
	margin-top:52px;
	}
.nzjjs_ysjs,.nzjjs_ysjs p{
	width:100%;
	overflow:hidden;
	color:#8d8d8d;
	font-size:16px;
	line-height:30px;
	}
.nzjjs_xq{
	width:100%;
	overflow:hidden;
	background:#f4f4f4;
	margin-top:56px;
	}
.nzjjs_xqnr .nzjjs_js{
	width:100%;
	overflow:hidden;
	margin-top:24px;
	font-size:16px;
	color:#000;
	line-height:30px;
	}
.nzjjs_xqnr .nzjjs_js p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	}
.nzjjs_xqnr{
	padding:62px 0;
	}
	
/* nnews
-------------------------------------------------------------- */
.nnews{
	width:100%;
	overflow:hidden;
	margin-top:44px;
	}
.nnews dl{
	overflow:hidden;
	padding: 16px;
	}
.nnews dl dt{
	width:100%;
	height:220px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.nnews dl dd{
	width:100%;
	height: 210px;
	overflow:hidden;
	padding: 0 28px;
	box-shadow: 0px 2px 10px rgba(149,149,149,0.75);
	-moz-box-shadow: 0px 2px 10px rgba(149,149,149,0.75);
	-webkit-box-shadow: 0px 2px 10px rgba(149,149,149,0.75);
	}
.nnews dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size: 18px;
	color: #2c2c2c;
	line-height: 30px;
	padding: 9px 0;
	border-bottom: solid 1px #d8d8d8;
	margin-top: 18px;
	}
.nnews dl dd .nnewsms{
	width: 100%;
	overflow: hidden;
	color: #999;
	margin-top: 22px;
}
.nnews dl:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nnews dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nnews dl:hover dd{
	background: #008edc;
}
.nnews dl:hover dd .nnewsbt,.nnews dl:hover dd .nnewsms{
	color: #fff;
}

.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
    color: #333;
    text-align: center;
    margin: 0 0 10px 0;
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom:solid 1px #dcdcdc;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #585858;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #585858;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto !important;
}
/* yibao
-------------------------------------------------------------- */
.yibao{
	margin-top:50px;
	}
.yibao .yibaonr{
	width:100%;
	overflow:hidden;
	}
.yibao .yibaonr ul{
	width:100%;
	overflow:hidden;
	}
.yibao .yibaonr ul li{
	width:100%;
	overflow:hidden;
	padding:40px 200px 40px 40px;
	background:url(../images/tb11.png) no-repeat 98% center;
	line-height:30px;
	border-bottom:solid 1px #e7e7e7;
	margin:40px 0;
	}
.yibao .yibaonr ul li a{
	font-size:16px;
	color:#8d8d8d;
	display:block;
	}
.yibao .yibaonr ul li:hover{
	background:#008edc url(../images/tbh11.png) no-repeat 98% center;
	}
.yibao .yibaonr ul li:hover a{
	color:#fff;
	}
/* nzjmznr
-------------------------------------------------------------- */
.nzjmz{
	margin-top:50px;
	}
.nzjmznr{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.nzjmz_menu{
	width:100%;
	overflow:hidden;
	margin-top:33px;
	}
.nzjmz_menu ul{
	width:100%;
	overflow:hidden;
	}
.nzjmz_menu ul li{
	overflow:hidden;
	padding:0 32px;
	line-height:50px;
	border:solid 1px #c8c8c8;
	float:left;
	border-radius:10px;
	margin: 10px 15px 10px 0;
	}
.nzjmz_menu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	}
.nzjmz_menu ul li:hover,.nzjmz_menu ul li.cur{
	background:#008edc;
	border:solid 1px #008edc;
	}
.nzjmz_menu ul li:hover a,.nzjmz_menu ul li.cur a{
	color:#fff;
	}
.nzjmzimg{
	width:21%;
	overflow:hidden;
	}
.nzjmzimg img{
	max-width:100%;
	height:auto;
	}
.nzjmzms{
	width:79%;
	overflow:hidden;
	padding-left:108px;
	padding-top:55px;
	}
.nzjmzms h4{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#008edc;
	margin:0;
	line-height:30px;
	margin-bottom:38px;
	}
.nzjmzms .nzsjmlf p,.nzjmzms .nzsjmrt p{
	font-size:16px;
	color:#2d2d2d;
	line-height:30px;
	margin-bottom:15px;
	}
.nzjmzms .nzsjmrt{
	padding-left:68px;
	}
.nzsjm_xq{
	width:100%;
	overflow:hidden;
	margin:50px 0;
	}
.nzsjm_xq p{
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	}
.njy_mzfw{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
	margin:30px 0 50px 0;
}
.njy_mzfw p{
	overflow:hidden;
	font-size:16px;
	color:#000;
	line-height:30px;
}
.njy_mzfw img{
	max-width:100%;
}
.njy_mzfw table,.njy_mzfw table tr td{
	padding:0 5px;
}
.njy_mzfw table tr:nth-child(odd){
	background: #7cc3ea;
}
.njy_mzfw table tr:nth-child(even){
	background: #008edc;
}
.njy_mzfw table tr:nth-child(1),.njy_mzfw table tr:nth-child(2){
	background: #008edc;
}

/* njdzs
-------------------------------------------------------------- */
.njdzsrq{
    width: 100%;
    overflow: hidden;
	}
.njdzs{
    width: 100%;
    overflow: hidden;
	margin-top:80px;
	}
.njdzs dl{
	width:100%;
	overflow:hidden;
}
.njdzs dl dt{
	overflow:hidden;
	padding:0 48px 0 0;
	position:relative;
	height:358px;
	}
.njdzs dl dd{
	padding:13px 46px 0 46px;
	}
.njdzs dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
.njdzs dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.njdzs dl dt:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.njdzs .dl2{
	margin-top:80px;
	}
.njdzs .dl2 dt{
	padding:0 0 0 48px;
	}
.njdzs .dl2 dd{
	padding:13px 46px 0 0;
	}
.njdzs ul{
	width:100%;
	overflow:hidden;
	margin-top:80px;
	}
.njdzs ul li{
	width:360px;
	height:360px;
	overflow:hidden;
	float:left;
	margin-right:60px;
	position:relative;
	}
.njdzs ul li:last-child{
	margin-right:0;
	}
.njdzs ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.njdzs ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
	
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	background:#e8e8e8;
	}
.ncontact .ncontactnr{
	margin-top:118px;
	padding: 0 5% 0 19%;
	}
.ncontactnr h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#4f4f4f;
	font-weight:bold;
	}
.ncontactnr .nlxfsnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.ncontactnr .nlxfsnr p{
	width:100%;
	overflow:hidden;
	color:#7f7f7f;
	line-height:30px;
	margin-bottom:10px;
	}
.ncontactnr .nlxfsnr p a{
	color:#7f7f7f;
}
.ncontactnr .ngjxlnr{
	width:100%;
	overflow:hidden;
	margin-top:6px;
	}
.ncontactnr .ngjxlnr p{
	width:100%;
	overflow:hidden;
	color:#7f7f7f;
	line-height:30px;
	}
.ncontactnr .newm{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.ncontactbt{
	margin-top:40px;
	}
.ncontactnr .newm dl{
	overflow:hidden;
	float:left;
	margin-right:46px;
	}
.ncontactnr .newm dl dt{
	overflow:hidden;
	}
.ncontactnr .newm dl dd{
	overflow:hidden;
	text-align:center;
	font-size:13px;
	color:#343434;
	line-height:30px;
	margin-top:8px;
	}
.map{
	width:100%;
	height:790px;
	overflow:hidden;
	}
.ncontact .ncontactnr .nlxfs,.ncontact .ncontactnr .ngjxl{
	padding:0;
}
/* dwgk
-------------------------------------------------------------- */
.dwgk{
	width:100%;
	overflow:hidden;
	background:#f5f5f5;
	padding-top:48px;
	padding-bottom:60px;
	}
.dwgkbt h3{
	width:100%;
	overflow:hidden;
	position: relative;
    line-height: 40px;
    color: #b70604;
    padding-left: 15px;
    font-size: 24px;
	}
.dwgkbt h3 a{
	color:#b70604;
	font-size:24px;
	}
.dwgkbt h3:before{
	content:"";
	position:absolute;
	width:3px;
	height:24px;
	background:#b70604;
	left:0;
	top:8px;
	}
.dwgknr{
	margin-top:40px;
	}
.dwgk .dwgknr dl{
	overflow:hidden;
	padding:0;
	}
.dwgk .dwgknr dl dt{
	height:220px;
	overflow:hidden;
	padding:0 35px;
	background:#fff;
	}
.dwgk .dwgknr dl dt p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#585858;
	margin-top:38px;
	}
.dwgk .dwgknr dl dd{
	width:100%;
	height:220px;
	overflow:hidden;
	position:relative;
	}
.dwgk .dwgknr dl dd img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.dwgk .dwgknr dl:hover dd img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.dwgk .dwgknr dl dt .dwgkmore{
	width:114px;
	height:36px;
	line-height:36px;
	border:solid 1px #585858;
	border-radius:20px;
	text-align:center;
	font-size:16px;
	color:#585858;
	margin-top:44px;
	}
.dwgk .dwgknr dl dd:nth-child(2n):after{
	content:"";
	position:absolute;
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
	top:0;
	left:50%;
	margin-left:-15px;
	}
.dwgk .dwgknr dl dd:nth-child(2n+1):after{
	content:"";
	position:absolute;
	width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
	bottom:0;
	left:50%;
	margin-left:-15px;
	}
.dwgk .dwgknr dl:hover dt{
	background:#b70604;
	}
.dwgk .dwgknr dl:hover dt p{
	color:#fff;
	}
.dwgk .dwgknr dl:hover dt .dwgkmore{
	border:solid 1px #fff;
	color:#fff;
	}
.dwgk .dwgknr dl:hover dd:nth-child(2n):after{
	border-top: 15px solid #b70604;
	}
.dwgk .dwgknr dl:hover dd:nth-child(2n+1):after{
	border-bottom: 15px solid #b70604;
	}
.ljjy{
	width:100%;
	overflow:hidden;
	background:url(../images/dqgzbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:70px;
	padding-bottom:100px;
	}
.ljjy ul{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.ljjy ul li{
	width:260px;
	height:156px;
	overflow:hidden;
	padding: 0 10px;
	background:#b70604;
	text-align:center;
	font-size:18px;
	color:#fff;
	float:left;
	border-radius:20px;
	padding-top:60px;
	margin:0 20px;
	}
.ljjy ul li a{
	font-size:18px;
	color:#fff;
	display:block;
	}
.ljjy ul li:hover{
	background:#fff;
	color:#b70604;
	}
.ljjy ul li:hover a{
	color:#b70604;
	}
/* nzyxm
-------------------------------------------------------------- */
.nzyxm{
	width:100%
	overflow:hidden;
	margin-top:50px;
}
.nzyxm dl{
	padding:15px;
	}
.nzyxm dl dt{
	width:100%;
	overflow:hidden;
	}
.nzyxm dl dt img{
	max-width:100%;
	height:auto;
	}
.nzyxm dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#343434;
	line-height:30px;
	margin-top:23px;
	}
.nzyxm p{
	overflow:hidden;
	font-size:16px;
	color:#343434;
	line-height:30px;
	}
/* dqnews
-------------------------------------------------------------- */
.dqnews{
	width:100%;
	overflow:hidden;
	background:#f7f6f7;
	padding-top:54px;
	padding-bottom:80px;
	}
.szyw,.zgjj{
	padding:0 28px 0 0;
	}
.szyw ul,.zgjj ul{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:20px 0 45px 0;
	margin-top:21px;
	}
.szyw ul li,.zgjj ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:0 38px;
	}
.szyw ul li a,.zgjj ul li a{
	font-size:16px;
	color:#000;
	display:block;
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e9e9e9;
	padding-bottom:13px;
	padding-top:25px;
	}
.szyw ul li:hover,.zgjj ul li:hover{
	background:#b70604;
	}
.szyw ul li:hover a,.zgjj ul li:hover a{
	color:#fff;
	border-bottom:solid 1px #b70604;
	}
.zgjj{
	padding:0 0 0 28px;
	}
/* rsgl
-------------------------------------------------------------- */
.rsgl{
	width:100%;
	overflow:hidden;
	background:#f7f6f7;
	padding-top:54px;
	padding-bottom:80px;
	}
.rsglnr .rszp{
	padding:0 14px 0 0;
	}
.rsglnr .download{
	padding:0 0 0 14px;
	}
.rsglnr .rszp h3,.rsglnr .download h3,.nzjjs_xqnr h3,.yibao h3,.nzjmz h3{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#008edc;
	position: relative;
    line-height: 40px;
    padding-left: 15px;
	}
.rsglnr .rszp h3 a,.rsglnr .download h3 a,.nzjjs_xqnr h3 a,.yibao h3 a,.nzjmz h3 a{
	color:#008edc;
	font-size:24px;
	}
.rsglnr .rszp h3:before,.rsglnr .download h3:before,.nzjjs_xqnr h3:before,.yibao h3:before,.nzjmz h3:before{
	content:"";
	position:absolute;
	width:3px;
	height:24px;
	background:#008edc;
	left:0;
	top:8px;
	}
.rsglnr .rszp ul,.rsglnr .download ul{
	width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px 0 45px 0;
    margin-top: 21px;
	}
.rsglnr .rszp ul li,.rsglnr .download ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:0 38px;
	}
.rsglnr .rszp ul a,.rsglnr .download ul li a{
	font-size:16px;
	color:#000;
	display:block;
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e9e9e9;
	padding-bottom:13px;
	padding-top:25px;
	}
.rsglnr .rszp ul li:hover a,.rsglnr .download ul li:hover a{
	color:#008edc;
	}
/* hltd
-------------------------------------------------------------- */
.hltd{
	margin-top:55px;
	margin-bottom:40px;
	}
.hltdnr{
	width:100%;
	overflow:hidden;
	}
.hltdnr dl{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d2d2d2;
	padding:34px 0;
	margin-top:20px;
	}
.hltdnr dl dt{
	width:20%;
	height:173px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.hltdnr dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.hltdnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.hltdnr dl dd{
	width:80%;
	overflow:hidden;
	float:right;
	}
.hltdnr dl dd .hltdlf{
	width:80%;
	overflow:hidden;
	padding:0 58px;
	}
.hltdnr dl dd .hltdlf .hltdbt{
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:22px;
	line-height:30px;
	margin-top:25px;
	}
.hltdnr dl dd .hltdlf .hltdms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	margin-top:25px;
	}
.hltdnr dl dd .hltdrt{
	width:20%;
	overflow:hidden;
	text-align:center;
	border-left:solid 1px #d2d2d2;
	padding:44px 0;
	margin-top: 32px;
	}
.hltdnr dl:hover dd .hltdlf .hltdbt{
	color:#008edc;
	}
.hltdnr dl:hover dd .hltdlf .hltdms{
	color:#008edc;
	}
/* dede_pages
-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 10px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #008edc;
}

.dede_pages ul li.thisclass{
    background-color:#008edc;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #008edc;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.page1{
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.page1 p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	font-size: 16px;
}
.page1 p a{
	color:#ea5413;
	font-size: 16px;
}
.page1 p a:hover{
	color:#ea5413;
}
.pages{
	width:100%;
	overflow:hidden;
	margin-top:82px;
}
.pages .pageslf,.pages .pagesrt{
	width:50%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	padding:15px 1%;
}
.pages .pageslf a,.pages .pagesrt a{
	font-size:16px;
}
.pages .pageslf{
	background:#f7f7f7;
}
.pages .pagesrt{
	background:#f4f4f4;
	text-align:right;
}
.pages .pageslf:hover,.pages .pagesrt:hover{
	background:#008edc;
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari 和 Chrome */
	-o-transition: all .5s ease; /* Opera */
	color:#fff;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#fff;
}

/* nsearch
-------------------------------------------------------------- */
.nsearch{
	width:100%;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
}
.nsearch table,.nsearch table tr,.nsearch table td{
	border:none;
}
.nsearch_box{
	margin-top:20px;
	margin-bottom:20px;
}
.nsearch_box .search-submit{
	width:80px;
	line-height:33px;
	background: #008edc;
	color:#fff;
}
.nsearch_box input {
	width: 30%;
    border-width: 1px;
    border-style: solid;
    border-color: #707070 #CECECE #CECECE #707070;
    padding: 2px 4px;
    height: 33px;
    line-height: 33px;
    margin-right: 5px;
    color: #6B6B6B;
}
.result_content ul li{
	margin:20px 0;
	border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}
.result_content ul li h3{
	font-size:16px;
	line-height:30px;
}
.result_content ul li h3 a{
	font-size:16px;
}
.result_content ul li p{
	line-height:30px;
}
.result_content ul li:hover a{
	color:#008edc;
}
.resultbar{
	width: 100%;
	overflow:hidden;
	line-height:40px;
	background: #eee;
	font-size:16px;
	padding:0 1%;
}
.resultbar strong{
	color: #e9262e;
}

.moblie_head,.a_txt{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.header{display:none}
.moblie_head{display:block;position:fixed;top:0;z-index:999;height:150px;background:#fff;width:100%;border-bottom:1px solid #ddd}
.moblie_head .lf{padding-top:9.5px;padding-left:1%;width:86%;float:left;}
.moblie_head .lf img{
	max-width:100%;
	height:auto;
	}
.moblie_head .rg{padding-right:1%;padding-top:34px;float:right;}
.moblie_head .rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}

@media only screen and (min-width: 1152px) and (max-width: 1200px) {
	.nsblist dl dt{
		height:336px;
	}
	.nhonor ul li{
		height:256px;
	}
	.nnews dl dt{
		height:205px;
	}
	.nzjjsnr dl dt{
		height: 261px;
	}
	.dwgk .dwgknr dl dd,.dwgk .dwgknr dl dt{
		height:210px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.nsblist dl dt{
		height:294px;
	}
	.nhonor ul li{
		height:228px;
	}
	.nnews dl dt{
		height:180px;
	}
	.nzjjsnr dl dt{
		height: 229px;
	}
	.dwgk .dwgknr dl dd,.dwgk .dwgknr dl dt{
		height:186px;
	}
	.dwgk .dwgknr dl dt .dwgkmore{
		margin-top:20px;
	}
	.dwgk .dwgknr dl dt p{
		margin-top:30px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.nnews dl dt{
		height:174px;
	}
	.nzjjsnr dl dt{
		height: 221px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.nnews dl dt{
		height:232px;
	}
}

@media only screen and (min-width: 922px) and (max-width: 1023px) {
	.nsblist dl dt{
		height:261px;
	}
	.nhonor ul li{
		height:205px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 921px) {
	.nsblist dl dt{
		height:240px;
	}
	.nhonor ul li{
		height:191px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.nsblist dl dt{
		height:210px;
	}
	.nhonor ul li{
		height:171px;
	}
	.nnews dl dt{
		height:205px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.nsblist dl dt{
		height:293px;
	}
	.nhonor ul li{
		height:205px;
	}
	.nzjjsnr dl dt{
		height: 221px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.nzjjsnr dl dt{
		height: 240px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.nsblist dl dt{
		height:244px;
	}
	.nhonor ul li{
		height:173px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.nsblist dl dt{
		height:188px;
	}
	.nhonor ul li{
		height:136px;
	}
	.nzjjsnr dl dt{
		height: 239px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.nsblist dl dt{
		height:163px;
	}
	.nhonor ul li{
		height:120px;
	}
	.nnews dl dt{
		height:200px;
	}
	.nzjjsnr dl dt{
		height: 208px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.nsblist dl dt{
		height:136px;
	}
	.nhonor ul li{
		height:102px;
	}
	.nnews dl dt{
		height:168px;
	}
	.nzjjsnr dl dt{
		height: 174px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.nsblist dl dt{
		height:130px;
	}
	.nhonor ul li{
		height:100px;
	}
	.nnews dl dt{
		height:160px;
	}
	.nzjjsnr dl dt{
		height: 170px;
	}
}

@media(max-width:1920px) {
	.ncontact .ncontactnr {
		padding: 0 5% 0 12%;
	}
}
@media(max-width:1680px) {
	.ncontact .ncontactnr {
		padding: 0 5% 0 8%;
	}
	.videocontainer {
		height: 574px;
	}
}
@media(max-width:1600px) {
	.videocontainer {
		height: 547px;
	}
}
@media(max-width:1440px) {
	.ncontact .ncontactnr {
		padding: 0 2% 0 4%;
	}
	.videocontainer {
		height: 492px;
	}
	.banner_n {
		height: 225px;
	}
	.banner_n h3 {
		padding-top: 69px;
	}
}
@media(max-width:1360px) {
	.videocontainer {
		height: 465px;
	}
}
@media(max-width:1300px) {
	.videocontainer {
		height: 444px;
	}
}

@media(max-width:1280px) {
	.ncontact .ncontactnr {
		padding: 0 2% 0 2%;
	}
	.videocontainer {
		height: 437px;
	}
}
@media(max-width:1200px) {
	.cont,.cont1,.headernr{
		width:100%;
		padding-left:1%;
		padding-right:1%;
	}
	.nav .menu{
		width:100%;
	}
	.nhonor ul li{
		width: 31.333%;
		margin: 10px 1%;
	}
	.nzjmz_menu ul li {
		padding: 0 30px;
	}
	.ljjy ul li{
		width: 23%;
		margin: 0 1%;
	}
	.footernr .ewm dl {
		width: 50%;
		margin-left: 0;
		padding: 0 5px;
	}
	.footernr .ewm dl dt,.footernr .ewm dl dd{
		text-align:center;
	}
	.footernr .ewm dl dd{
		line-height:20px;
	}
	.tblist dl {
		width: 15.666%;
		margin: 0 0.5%;
	}
	.tblist dl dd{
		font-size:20px;
	}
	.news .newslf {
		width: 68%;
	}
	.news .tzgg {
		width: 32%;
	}
	.ind_4_cont .img {
		width: 36%;
	}
	.ind_4_cont .r {
		width: 62%;
	}
	.ind_4_cont .r .tabClick{
		width: 100%;
	}
	.ind_4_cont .r .tabClick a{
		margin-right: 0.5%;
		margin-left: 0.5%;
		width: 24%; 
	}
	.ind_4_cont .r .tabClick a:first-child {
		margin-left: 0.5%;
	}
	.yysbnr dl dd{
		font-size:16px;
	}
	.videocontainer {
		height: 410px;
	}
}
@media(max-width:1171px) {
	.ksjsnr .kslist .ul1 li:first-child,.ksjsnr .kslist .ul2 li:first-child{
		line-height:23px;
		padding-top:0;
		padding-bottom:0;
	}
}
@media(max-width:1152px) {
	.nzjmz_menu ul li {
		padding: 0 28px;
	}
	.footernr .lxfs {
		padding: 0 70px;
	}
	.videocontainer {
		height: 394px;
	}
	.nzjjsnr dl dd .nzjjs_xm h4{
		font-size: 22px;
	}
	.nzjjsnr dl dd .nzjjs_ms{
		font-size:14px;
	}
}
@media(max-width:1117px) {
	.ksjsnr .kslist .ul2 li:nth-child(2){
		height:46px;
		line-height:23px;
	}
}
@media(max-width:1070px) {
	.nmenu ul li{
		margin-right:10px;
	}
}
@media(max-width:1024px) {
	.footernr .lxfs {
		padding: 0 60px;
	}
	.videocontainer {
		height: 350px;
	}
	.nzjjsnr dl dd .nzjjs_xm h4{
		font-size: 20px;
	}
}
@media(max-width:1023px) {
	.nmenu ul li {
		width: 15.666%;
		margin-right: 0.5%;
		margin-left: 0.5%;
	}
	.nzjmzms{
		padding-left: 20px;
	}
	.nzjmz_menu ul li {
		margin: 10px 5px 10px 0;
		padding: 0 10px;
	}
	.yibao .yibaonr ul li{
		padding: 40px 80px 40px 20px;
	}
	.mvideocontainer,.banner_n{
		margin-top:150px;
	}
	.ibanner,#wrapper{
		margin-top:150px;
	}
	.tp-bullets.simplebullets.round .bullet{
		margin: 0 8px 15px 8px;
	}
}
@media(max-width:991px) {
	.map{
		height:300px;
	}
	.ncontact .ncontactnr {
		margin-top: 40px;
	}
	.footernr .ewm{
		padding:0;
		clear:both;
		margin-top:20px;
	}
	.footernr .lxfs:after{
		display:none;
	}
	.yysbnr dl dd {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.news .newslf {
		width: 100%;
	}
	.news .tzgg {
		width: 100%;
		padding-left:0;
		margin-top:20px;
	}
	.ksjs{
		margin-top:30px;
	}
	.ind_4_cont .img {
		width: 100%;
	}
	.ind_4_cont .r {
		width: 100%;
		margin-top: 20px;
	}
	.mvideocontainer{
		display:block;
	}
	.videocontainer,.videocontainer video{
		display:none;
	}
	.nzjjsnr dl dd .nzjjs_xm h4{
		font-size: 18px;
	}
	.nzjjsnr dl {
		width: 33.3%;
	}
	.banner_n {
		height: 155px;
	}
	.banner_n h3 {
		padding-top: 39.5px;
		font-size: 36px;
	}
	.ksjsnr .ks3{
		clear:both;
	}
	.ksjsnr .kslist .ul2 li:nth-child(2){
		line-height:46px;
	}
	.ksjsnr .kslist .ul1 li:first-child,.ksjsnr .kslist .ul2 li:first-child{
		line-height:30px;
		padding-top:8px;
		padding-bottom:8px;
	}
}
@media(max-width:967px) {
	.ksjsnr .kslist .ul2 li:nth-child(2){
		line-height:23px;
		padding-top:0;
		padding-bottom:0;
	}
}
@media(max-width:921px) {
	.nksdhlist ul li{
		width: 32.333%;
		margin: 10px 0.5%;
		line-height: 30px;
		padding: 10px 0;
	}
	.hltdnr dl dd .hltdlf {
		padding: 0 20px;
	}
	.hltdnr dl dd .hltdlf .hltdbt{
		font-size:20px;
	}
	.tblist dl dd {
		font-size: 18px;
	}
	.videocontainer {
		height: 315px;
	}
}
@media(max-width:860px) {
	.videocontainer {
		height: 294px;
	}
}
@media(max-width:768px) {
	.nnews h1{
		font-size: 24px;
	}
	.videocontainer {
		height: 262px;
	}
	.nzjjs_info .nzjjs_infolf h4{
		font-size:30px;
	}
	.nzjjs_info .nzjjs_infolf h4 {
		margin: 0 0 10px 0;
	}
	.nzjjs_ysjs {
		margin-top: 10px;
	}
	.banner_n {
	    height: 120px;
	}
}
@media(max-width:767px) {
	.cont,.cont1{
		padding-left:4%;
		padding-right:4%;
	}
	.nabout p{
		width:100%;
	}
	.nabout img{
		margin-right:0;
		float: inherit;
		margin-bottom:10px;
	}
	.nsblist dl {
		padding: 10px 10px;
	}
	.nsblist dl dd{
		font-size:14px;
		line-height:25px;
	}
	.nzjmzimg {
		width: 100%;
	}
	.nzjmzms {
		padding-left: 0;
		width: 100%;
	}
	.nhonor ul li{
		width: 48%;
	}
	.nksdhinfo .nksdh_img {
		padding-right: 0;
	}
	.hltdnr dl dt {
		width: 22%;
	}
	.hltdnr dl dd {
		width: 78%;
	}
	.hltdnr dl dd .hltdlf {
		width: 84%;
	}
	.hltdnr dl dd .hltdrt {
		width: 16%;
	}
	.hltdnr dl dd .hltdlf .hltdbt {
		font-size: 18px;
	}
	.hltdnr dl dd .hltdlf .hltdms {
		font-size: 14px;
	}
	.rsglnr .rszp,.rsglnr .download{
		padding:0 10px;
		}
	.rsglnr .download{
		margin-top:20px;
	}
	.zgjj{
		margin-top:20px;
	}
	.ljjy ul li{
		width: 48%;
		margin: 0 1% 10px 1%;
	}
	.footernr .lxfs{
		padding: 0;
	}
	.footernr .gjxl:after{
		display:none;
	}
	.tblist dl {
		width: 31.333%;
		margin: 0 1% 10px 1%;
	}
	.news .newslf .newsimg,.news .newslf .newslist{
		width: 100%;
	}
	.news .newslf .newslist {
		padding-left: 0;
		margin-top: 10px;
	}
	.banner_n h3 {
		font-size: 30px;
	}
	.link .linknr dl{
		width:33.33333%;
	}
	.tblist {
		margin-top: 50px;
	}
	.ibanner{
		display:none;
	}
	.mibanner{
		display:block;
		margin-top:150px;
	}
	.ksjsnr .kslist .ul1 li:nth-child(10), .ksjsnr .kslist .ul2 li:nth-child(2){
		line-height:46px;
		padding-top:0;
		padding-bottom:0;
	}
}
.slider1-1,.slider2-1{
	display:none;
}
@media(max-width:640px) {
	.nmenu ul li {
		width: 32.333%;
	}
	.slider1,.slider2{
		display:none;
	}
	.slider1-1,.slider2-1{
		display:block;
	}
	.videocontainer {
		height: 219px;
	}
	.nzjjsnr dl {
		width: 50%;
	}
	.nzjjs_img {
		width: 100%;
		text-align: center;
	}
	.nzjjs_info {
		width: 100%;
		padding: 36px 0 0 0;
	}
}
@media(max-width:540px) {
	.nzjmzms .nzsjmlf, .nzjmzms .nzsjmrt{
		width:100%;
	}
	.nzjmzms .nzsjmrt{
		padding-left:0;
	}
	.nzjmzms .nzsjmlf p, .nzjmzms .nzsjmrt p{
		margin-bottom:0;
	}
	.nnews h1 {
		font-size: 20px;
	}
	.rsglnr .rszp ul li, .rsglnr .download ul li{
		padding: 0 20px;
	}
	.ljjy ul li a {
		font-size: 16px;
	}
	.news .newslf .newsmenu ul li a {
		font-size: 18px;
	}
	.news .newslf .newsmenu ul li {
		margin-left: 10px;
	}
	.nzjjsnr dl {
		padding: 10px 5px;
	}
	.ind_4_cont .r .tabClick a{
		font-size:14px;
	}
}
@media(max-width:515px) {
	.ksjsnr .kslist .ul2 li:nth-child(2){
		line-height:23px;
		padding-top:0;
		padding-bottom:0;
	}
}
@media(max-width:500px) {
	.ncontactnr .newm dl{
		margin-right:20px;
	}
	.nksdhlist ul li{
		width: 49%;
	}
	.hltdnr dl dt,.hltdnr dl dd{
		width: 100%;
	}
}
@media(max-width:481px) {
	.ksjsnr .kslist .ul1 li:nth-child(10){
		line-height:23px;
		padding-top:0;
		padding-bottom:0;
	}
}
@media(max-width:425px) {
	.ncontactnr .newm dl{
		width:50%;
		margin-right:0;
		padding:0 5px;
	}
	.ncontactnr .newm dl dt{
		text-align:center;
	}
	.ncontactnr .newm dl dt img{
		max-width:100%;
		height:auto;
	}
	.ncontactnr .newm dl dd{
		line-height:25px;
	}
	.yibao .yibaonr ul li{
		padding: 40px 60px 40px 20px;
	}
	.tblist dl {
		width: 48%;
	}
	.nzjjsnr dl dd .nzjjs_xm h4 {
		font-size: 16px;
	}
	.nzjjsnr dl dd .nzjjs_xm span{
		font-size: 13px;
	}
}

@media(max-width:415px) {
	.ksjsnr .kslist .ul2 li:first-child,.ksjsnr .kslist .ul1 li:first-child{
		line-height:23px;
		padding-top:0;
		padding-bottom:0;
	}
}
@media(max-width:396px) {
	.ksjsnr .kslist .ul2 li:nth-child(2){
		height:46px;
		line-height:23px;
	}
}
@media(max-width:375px) {
	.kslist .kstit1{
		background:#0c7ed9 url(../images/kstb1.png) no-repeat 30px center;
	}
	.kslist .kstit2{
		background:#0c7ed9 url(../images/kstb2.png) no-repeat 30px center;
	}
	.kslist .kstit3{
		background:#0c7ed9 url(../images/kstb3.png) no-repeat 30px center;
	}
	.kslist .kstit1, .kslist .kstit2, .kslist .kstit3 {
		padding-left: 94px;
	}
	.news .newslf .newslist ul li a {
		width: 80%;
	}
	.news .newslf .newslist ul li span {
		width: 20%;
	}
}
@media(max-width:363px) {
	.ksjsnr .kslist .ul1 li:nth-child(10){
		height:46px;
		line-height:23px;
	}
}
@media(max-width:349px) {
	.ksjsnr .kslist .ul2 li:nth-child(5){
		line-height:23px;
		padding-top:0;
		padding-bottom:0;
	}
}