@charset "utf-8";

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

/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Microsoft YaHei","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;}
ul,ol,li{list-style:none;}

img{border:0px;}
table{ }
html,body{height:auto;margin:0 auto;}
.hide{display:none;}
.clear{clear:both;}


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

/* 页面基本元素
-------------------------------------------------------------- */

/* 链接样式 */
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; }


/* top
-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	background:#1558a7;
	position:fixed;
	z-index:999;
	top:0;
	background:url(../images/line_01.png) no-repeat bottom center;
}
.headernr{
	width:1200px;
	height:100px;
	margin:auto;
}
.logo{
	width:21%;
	overflow:hidden;
	margin-top:6px;
}
.headerrt{
	width:79%;
	height: 100px;
}
.rukou{
	width:94.5%;
	overflow:hidden;
	padding-right:5.5%;
	text-align:right;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top: 23px;
}
.rukou .cn{
	margin-right:16px;
}
.nav{
	width:100%;
}
.menu, .menu ul {
  list-style: none;
  padding: 0;
}

.menu ul {
  margin: 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;
}


.menu > li {
  text-align:center;
}

.menu > li {
	width: 13.9%;
    color:#fff;
	line-height:45px;
	padding-bottom: 4px;
}

.menu > li a{
  color:#fff;
  font-size:20px;
}
.menu > li:hover{
	background:url(../images/line_02.png) no-repeat center 40px;
}
.menu > li:hover a{
	color:#333333;
}


.submenu > li {
  background:#fff url(../images/navbg.jpg) repeat-y left; 
  width: 183px;
  height:30px;
  line-height:30px;
  text-align:left;
  padding-left:40px;
}

.submenu > li:nth-child(2n+1) {
  background:#fff url(../images/navbg.jpg) repeat-y left; 
}
.submenu > li a{
	color:#666;
	font-size:16px;
	display:block;
}
.submenu > li:hover{
	background:#fff url(../images/line_06.jpg) no-repeat left; 
}
.submenu > li:hover a{
	color:#0287ee;
}

/* 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;
}
/* Zipper
 ================================================================= */
.zipper li:nth-child(odd) {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.zipper li:nth-child(even) {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.header, .inner,.tel, a, img, li { transition: all 1s; -moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;}
.large{height:100px;}
.large .inner {height:100px; }
.large .logo{margin-top: 13px;}
.large .logo img { height: 74px;}
.large .menu > li a{ height: 45px; line-height: 45px; font-size: 18px;}
.large .submenu > li{height:30px;line-height:30px;}
.large .submenu > li  a{font-size: 16px;height:30px;line-height:30px;}
.large .tel{
	font-size:16px;
	line-height:30px;
	margin-top: 16px;
}
.large .menu > li:hover{
	background:url(../images/line_02.png) no-repeat center 40px;
}

.small{height:80px; background:#0287ee;}
.small .inner {height:80px; }
.small .headernr{height:80px;}
.small .logo{ margin-top: 8px;}
.small .nav{ margin-top: 23px;}
.small .logo img { height: 64px;}
.small .logo .headerrt { height: 80px;}
.small .rukou{display:none;}
.small .inner .top_phone,.small .inner .top_phone a { font-size:98%; }
.small .menu > li a { height: 35px; line-height: 35px; font-size: 16px;}
.small .submenu > li{height:30px;line-height:30px;}
.small .submenu > li  a{font-size: 14px;height:30px;line-height:30px;}
.small .tel{
	font-size:13px;
	line-height:25px;
	margin-top: 10px;
}
.small  .menu > li:hover{
	background:url(../images/line_02.png) no-repeat center 30px;
}

/* banner
-------------------------------------------------------------- */
#wrapper {
	position:relative;
	z-index:1;
}

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

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}


.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	max-height:680px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:680px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:357px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:223px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:149px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:112px;	}
}

.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: url(../images/dothover.png) no-repeat left top; !important; 
}

/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../images/dot.png) no-repeat left top;
    width: 53px;
    height: 33px;
	padding:0 10px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}



.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	width: 37px;
	height: 69px;
	margin-left: 200px;
	margin-top: -21px;
	-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 {
    z-index: 100;
    cursor: pointer;
    position: relative;
    width: 37px;
    height: 69px;
    margin-left: -200px;
    margin-top: -21px;
    -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;
}

/*-- 轮播广告 --*/
.bannerimg{width: 100%;overflow: hidden;max-width:1920px;margin: 0 auto;padding: 0;position: relative;}
.flexslider{position:relative;height:auto;overflow:hidden;background:url(loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;;height:auto; overflow:hidden; margin:0;padding:0;}
.slides li{height:auto;}
.slides li img{width:100%;height:auto;}
.flex-control-nav{position:absolute;bottom:15px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:53px;height:5px;margin:0 10px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:53px;height:5px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(next.png) center center no-repeat;}
/*-- END 轮播广告 --*/

/* pro
-------------------------------------------------------------- */
.pro{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
}
.all .yz{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:40px;
}
.all .yz a{
	font-size:26px;
	color:#0287ee;
}
.more{
	width:100%;
	overflow:hidden;
	text-align:center;
	background:url(../images/morebg.png) no-repeat center;
	line-height:30px;
	margin-top:12px;
}
.more a{
	font-size:18px;
	color:#454545;
}
.more a:hover{
	color: #0287ee;
}
.im_c4nr{
	overflow-y: hidden; 
	height:73px;  
	width: 100%;
	margin-top:20px;
}
.im_c4nr li{
	width: 188px;
	height:36px;
	line-height:36px;
	text-align:center;
	float: left;
	border:solid 1px #0287ee;
	border-radius:5px;
	margin:0 5px;
}
.im_c4nr li a{
	color:#0287ee;
	font-size:16px;
	display:block;
}
.im_c4tel{
	padding:116px 0 0; 	
}
.im_c4nr li:hover{
	background:#0287ee;
	border-radius:5px;
}
.im_c4nr li:hover a{
	color:#fff;
}
.nicescroll-rails{
	background:url(../images/line_04.jpg) repeat-x center !important ;
	width: 818px !important;
    margin-left: 191px !important;
}
.nicescroll-cursors{
	background:#0287ee url(../images/line_03.jpg) no-repeat left center !important ;
	width:340px !important ;
}
.prolist{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.prolist dl{
	width:573px;
	height:189px;
	float:left;
	margin:35px 13.5px;
}
.prolist dl dt{
	width:196px;
	height:129px;
	overflow: hidden;
	float:left;
	background:#0287ee;
	padding-top:60px;
	position:relative;
}
.prolist dl dd{
	width:375px;
	overflow:hidden;
	float:left;
	border:solid 1px #0287ee;
}
.prolist dl dt .photo{width:196px;height:129px;overflow:hidden;text-align:center;font-size:22px;color:#fff;background:#0287ee; }
.prolist dl dt  .rsp{width:196px;height:129px;overflow:hidden;position: absolute;top:0px;left:0px;padding-top:60px;}
.prolist dl dt  .text{position:absolute;width:196px;height:189px;left:-196px;top:0px;overflow:hidden;background: #0287ee;}
.prolist dl dt  .text .proms{width:94%;overflow:hidden;color: #fff; padding:0 0 0 6%; margin-top:12px; font-size:15px;}
.prolist dl dt  .text .probt{width:100%;overflow:hidden;color: #fff; text-align:center;line-height:30px;font-size:18px;margin-top:13px;}
.prolist dl dt  .text .promore{width:100%;overflow:hidden;color: #fff; text-align:right;line-height:30px;font-size:15px;margin-top:16px;}
.prolist dl:hover dd img._full{transform:scale(1.02);-webkit-transform:scale(1.02); 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;cursor:pointer;}
._full:hover{transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02);}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	height:476px;
	background:url(../images/aboutbg.jpg) no-repeat center;
	padding-top:29px;
	padding-bottom:85px;
	margin-top:45px;
	position:relative;
}
#container {
	position: absolute;
	height: 590px;
	width: 100%;
	top:0;
}
#output {
	width: 100%;
	height: 590px;
}
canvas{
	position: absolute;
    top: 0;
    z-index: 1;
}
.aboutnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	position: absolute;
    z-index: 10;
	left: 50%;
    margin-left: -600px;
	padding-top: 29px;
}
.aboutjj{
	width:42%;
	overflow:hidden;
	font-size:18px;
	color:#010101;
	text-indent:2em;
	line-height:36px;
	padding-top:43px;
	margin-top:57px;
}
.aboutimg{
	width:52%;
	overflow:hidden;
	text-align:right;
	margin-top:57px;
}
/* news
-------------------------------------------------------------- */
.news{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-top:76px;
}
.newslf{
	width:42%;
	overflow:hidden;
	margin-top:20px;
}
.newslf dl{
	width:485px;
	overflow:hidden;
	position:relative;
	margin-top:12px;
}
.newslf dl dt{
	width:483px;
	overflow:hidden;
	border:solid 1px #0287ee;
}
.newslf dl dd{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background:rgba(2,135,238,0.8);
	position:absolute;
	left:0;
	bottom:0;
}
.newslf dl:hover dt img._full{transform:scale(1.05);-webkit-transform:scale(1.05); 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;cursor:pointer;}
._full:hover{transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02);}
.newsrt{
	width:58%;
	overflow:hidden;
	margin-top:20px;
}
.newsrt dl{
	width:99%;
	overflow:hidden;
	border:solid 1px #0287ee;
	margin:10px 0;
}
.newsrt dl dt{
	width:16.4%;
	height:100px;
	float:left;
	border-right:solid 1px #0287ee;
}
.newsrt dl dt .day{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#1a1a1a;
	font-size:30px;
	margin-top:15px;
}
.newsrt dl dt .month{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#1a1a1a;
	font-size:20px;
	line-height:30px;
}
.newsrt dl dd{
	width:80.6%;
	overflow:hidden;
	float:right;
	padding:0 1%;
}
.newsrt dl dd .newsbt{
	width:100%;
	overflow:hidden;
	color:#0287ee;
	font-size:18px;
	line-height:43px;
	margin-top:10px;
}
.newsrt dl dd .newsjs{
	width:100%;
	overflow:hidden;
	color:#454545;
	line-height:22px;
}
.newsrt dl:hover{
	border:solid 1px #0287ee;
}
.newsrt dl:hover dt{
	background:#0287ee;
}
.newsrt dl:hover dt .day{
	color:#fff;
}
.newsrt dl:hover dt .month{
	color:#fff;
}
.newsrt dl:hover dd .newsbt{
	color:#0287ee;
}
/* hzhb
-------------------------------------------------------------- */
.hzhb{
	width:100%;
	overflow:hidden;
	background:url(../images/casebg.jpg) no-repeat center;
	padding-top:23px;
	padding-bottom:53px;
	margin-top:78px;
	background-attachment: fixed;
    background-size: cover;
}
.hzhbnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.hzhbscroll{
	width:100%;
	overflow:hidden;
	margin-top:41px;
}
.hzhbscroll ul{
	width:100%;
	overflow:hidden;
}
.hzhbscroll ul li{
	width:178px;
	overflow:hidden;
	float:left;
	margin:0 24px;
}
.hzhbscroll ul li:hover ._full{
	transform:scale(1.05);-webkit-transform:scale(1.05); 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;
}
._full:hover{transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}
.h01{
	width:24px;
	padding-top:50px;
}
#LeftID{
	margin-right:11px;
}
#RightID{
	margin-left:11px;
}
/* link
-------------------------------------------------------------- */
.link{
	width:1200px;
	overflow:hidden;
	margin:auto;
	font-size:18px;
	color:#454545;
	line-height:40px;
	padding:33px 0;
}
.link a{
	padding:0 5px;
}
/* nbanner */
.banner_n { width:100%; height:250px; background:url("../images/aboutban.jpg") no-repeat top center; 
	margin-top:96px;
	position:relative;
}
/* position
-------------------------------------------------------------- */
.position{
	width:1200px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-600px;
	text-align:right;
	bottom:0;
	color:#000000;
	line-height: 30px;
}
.position a{
	color:#000000;
}
.fenlei{
	width:100%;
	height:100px;
	box-shadow: 0px 1px 5px rgba(150,149,149, 0.6);
	-moz-box-shadow: 0px 1px 5px rgba(150,149,1491, 0.6);     /*兼容FF*/
    -webkit-box-shadow: 0px 1px 5px rgba(150,149,149, 0.6);     /*兼容Chrome、Safari、Opera12+*/
}
.fenleinr{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.fenleinr .naboutfl{
	width:420px;
	overflow:hidden;
	margin:auto;
}
.fenleinr .ncasefl{
	width:280px;
	overflow:hidden;
	margin:auto;
}
.fenleinr ul li{
	float:left;
	padding:0 30px;
	line-height:100px;
	background:url(../images/list_02.png) no-repeat left center;
}
.fenleinr ul li:first-child{
	background:none;
}
.fenleinr ul li a{
	font-size:20px;
	color:#000000;
}
.fenleinr ul li a:hover{
	color:#0287ee;
}
.fenleinr ul li.cur a{
	color:#0287ee;
}
/* nabout
-------------------------------------------------------------- */
.naboutnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	padding:45px 0;
}
.naboutnrlf{
	width:50%;
	overflow:hidden;
}
.naboutnrrt{
	width:50%;
	overflow:hidden;
	text-align:right;
}
.naboutnr p{
	color:#454545;
	font-size:17px;
	line-height:30px;
}
.xswljs{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#000;
	font-size:21px;
	margin-bottom:56px;
}
.xswllf{
	width:50%;
	overflow:hidden;
}
.xswlrt{
	width:100%;
	overflow:hidden;
	padding-top:82px;
	font-size:18px;
}
.xswlrt p{
	font-size:18px;
}
.xswlrt p span{
	font-size:18px;
}

/* npronr
-------------------------------------------------------------- */
.npronr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-top:16px;
	margin-bottom:30px;
}
.nprofl{
	width:273px;
	overflow:hidden;
}
.nprofl h3{
	width:273px;
	overflow:hidden;
	font-size:22px;
	color:#0287ee;
	line-height:40px;
	padding-bottom:18px;
	background:url(../images/list_03.jpg) no-repeat left bottom;
}
.nprofl ul{
	width:100%;
	overflow:hidden;
	margin-top:12px;
}
.nprofl ul li{
	width:90%;
	padding-left:10%;
	height:45px;
	line-height:45px;
	border-bottom:dashed 1px #b3b3b3;
	background:url(../images/listbg_01.jpg) no-repeat left top;
}
.nprofl ul li a{
	font-size:18px;
	color:#454545;
	display: block;
}
.nprofl ul li span{
	font-size:18px;
	color:#454545;
	display:block;
}
.nprofl ul li:hover{
	background:url(../images/listbg_02.jpg) no-repeat left top;
	border:none;
}
.nprofl ul li:hover a{
	color:#fff;
}
.nprofl ul li.cur{
	background:url(../images/listbg_02.jpg) no-repeat left top;
	border:none;
}
.nprofl ul li.cur a{
	color:#fff;
}
.nprotit{
	width:100%;
	overflow:hidden;
	line-height:40px;
	font-size:20px;
	color:#010101;
	border-bottom:solid 1px #0287ee;
	padding-bottom:11px;
	margin-bottom:23px;
}
.nprocont1{
	width:867px;
	overflow:hidden;
}
.nprocont1 dl{
	width:265px;
	overflow:hidden;
	float:left;
	border:solid 2px #e6e6e6;
	margin:15px 10px;
}
.nprocont1 dl dt{
	width:265px;
	overflow:hidden;
}
.nprocont1 dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:35px;
	background:#e6e6e6;
	color: #313131;
}
.nprocont{
	width:867px;
	overflow:hidden;
}
.nprocont dl{
	width:40%;
	overflow:hidden;
	float:left;
	border:solid 2px #e6e6e6;
	margin:15px 38.5px;
}
.nprocont dl dt{
	/*width:208px;*/
	overflow:hidden;
}
.nprocont dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:35px;
	background:#e6e6e6;
	color: #313131;
}
.nprocont h3{
	width:100%;
	overflow:hidden;
	line-height:40px;
	text-align:center;
	font-size:20px;
	color:#0287ee;
	margin-bottom:40px;
}
.nprocont .nproimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom: 30px;
}
.nprocont .nproimg img{
	max-width:50%;
	border:solid 2px #0287ee;
}
.nprocont .nproms{
	width:100%;
	overflow:hidden;
}
.nprocont .nproms img{
	max-width:100%;
	overflow:hidden;
}

.nprocont .nproms table{
	width: 100%;
    overflow: hidden;
	border:solid 1px #8A8989;
	border-collapse: collapse;
	/*margin: auto;*/
}
.nprocont .nproms table tr,.nprocont .nproms table td{
	border:solid 1px #8A8989;
	line-height: 30px;
    padding: 0 5px;
}

.nprocont dl:hover{
	border:solid 2px #0287ee;
}
.nprocont dl:hover dd{
	background:#0287ee;
	color:#fff;
}
.nprocont1 dl:hover{
	border:solid 2px #0287ee;
}
.nprocont1 dl:hover dd{
	background:#0287ee;
	color:#fff;
}

/* ncasenr
-------------------------------------------------------------- */
.ncasenr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	padding:25px 0;
}
.ncasenr h3{
	width:96.5%;
	overflow:hidden;
	line-height:35px;
	font-size:18px;
	color:#333;
	padding-left: 3.5%;
	margin-bottom: 10px;
}
.ncasenr dl{
	width:212px;
	overflow:hidden;
	float:left;
	border:solid 2px #e6e6e6;
	margin:15px 42px;
}
.ncasenr dl dt{
	width:212px;
	overflow:hidden;
}
.ncasenr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:35px;
	background:#e6e6e6;
}
.ncasenr dl:hover{
	border:solid 2px #0287ee;
}
.ncasenr dl:hover dd{
	background:#0287ee;
	color:#fff;
}
.ncasenr .nhzhbnr{
	width:100%;
	overflow:hidden;
}
.ncasenr .nhzhbnr li{
	width:178px;
	overflow:hidden;
	float:left;
	margin:11px;
}
/* nnewsnr
-------------------------------------------------------------- */
.nnewsnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.nnewsnr dl{
	width:100%;
	overflow:hidden;
	float:left;
	padding:34px 0;
	border-bottom:dashed 1px #cccccc;
}
.nnewsnr dl dt{
	width:28%;
	overflow:hidden;
	float:left;
}
.nnewsnr dl dd{
	width:72%;
	overflow:hidden;
	float:right;
}
.nnewsnr dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size: 20px;
    color: #000000;
	line-height:30px;
}
.nnewsnr dl dd .nnewstime{
	width:100%;
	overflow:hidden;
	color:#999;
	line-height:30px;
	margin:6px 0;
}
.nnewsnr dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#4c4c4c;
	line-height: 26px;
}
.nnewsnr dl dd .nnewsmore{
	width:100%;
	overflow:hidden;
	color:#999999;
	margin-top:10px;
}
.nnewsnr dl:hover dd .nnewsbt{
	color:#0287ee;
}
.nnewsnr dl:hover dd .nnewsmore{
	color:#0287ee;
}
.nnewsnr h1{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#0287ee;
	line-height:40px;
	text-align:center;
	margin-top:30px;
}
.nnewsnr .nnewsfbtime{
	width:100%;
	overflow:hidden;
	color:#999;
	line-height:40px;
	text-align:center;
}
.nnewsnr .nnewsbody{
	width:100%;
	overflow:hidden;
	line-height:30px;
}
.nnewsnr .nnewsbody p{
	width:100%;
	overflow:hidden;
	line-height:30px;
}
/* 分页
-------------------------------------------------------------- */
.dede_pages{
		width: 1160px; 
		overflow:hidden; 
		margin:auto;
		margin-top: 10px;
		padding: 0 20px;
}
.dede_pages ul {
    float: left;
    padding: 12px 0px 12px 0;
}
.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
	padding: 5px 10px;
	border:solid 1px #0287ee;
}
.dede_pages ul li.thisclass{
    background-color: #0287ee;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
}
.page{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.page p{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.page p a:hover{
	color:#0287ee;
}
/* ncpycnr
-------------------------------------------------------------- */
.ncpycnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}
.ncpycnrlf{
	width:63%;
	overflow:hidden;
}
.ncpycnrlf p{
	font-size:18px;
	color:#454545;
	line-height:30px;
}
.ncpycnrrt{
	width:30%;
	overflow:hidden;
	background:#fafafa;
	padding:48px 2%;
	box-shadow: 1px 1px 3px rgba(150,149,149, 0.6);
	margin-bottom: 10px;
    margin-left: 1%;
    margin-right: 1%;
	border-left: solid 1px #EAEAEA;
}
.ncpycnrrt h4{
	width:100%;/
	overflow:hidden;
	line-height:40px;
	font-size:20px;
	color:#454545;
	font-weight:normal;
}
.ncpycnrrt p{
	width:100%;/
	overflow:hidden;
	font-size:18px;
}
.jrwmbt{
	width:41%;
	overflow:hidden;
	background:#0287ee;
	text-align:center;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	line-height:63px;
	padding:20px 0;
	margin-top:55px;
}
.jrwmnr{
	width:55%;
	overflow:hidden;
	font-size:18px;
	color:#454545;
	margin-top:55px;
}
/* ncontactnr
-------------------------------------------------------------- */
.ncontactnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
.ncontactnr .nlxwm{
	width:30%;
	overflow:hidden;
	padding-top:43px;
}
.ncontactnr .nlxwm p{
	line-height:35px;
	font-size:18px;
}
.ncontactnr .map{
	width:70%;
	overflow:hidden;
}
/* nmessagenr
-------------------------------------------------------------- */
.nmessagenr{
	width:690px;
	overflow:hidden;
	margin:auto;
	margin-top:50px;
	margin-bottom:50px;
}
.nmessagejs{
	width:100%;
	overflow:hidden;
}
.nmessagejs p{
	width:100%;
	overflow:hidden;
	line-height:25px;
	font-size:16px;
	color:#000000;
}
.nmessagejs p:last-child{
	text-indent:2em;
}
.nmessagecont{
	width:80%;
	overflow:hidden;
	padding-left:20%;
	margin-top:29px;
}
.nmessagecont p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	padding:5px 0;
}
.nmessagecont p span{
	font-size:16px;
}
.nmessagecont p input{
	width:218px;
	height:32px;
	line-height:32px;
	border:solid 1px #b3b3b3;
}
.nmessagecont p textarea{
	width:435px;
	height:175px;
	line-height:32px;
	border:solid 1px #b3b3b3;
}
.btn{
	width:92.4%;
	padding-left:7.6%;
	overflow:hidden;
	margin-top:12px;
}
.btn input{
	width:100px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#fff;
	background:#0287ee;
}

/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat center;
	padding-top:37px;
	padding-bottom:16px;
	background-attachment: fixed;
    background-size: cover;
}
.footernr{
	width:1200px;
	overflow:hidden;
	margin:auto;
}
.footernr .yizhou{
	width:85%;
	overflow:hidden;
	font-size:18px;
	line-height:40px;
	padding-bottom:14px;
	color:#fff;
	font-weight:normal;
	border-bottom:dashed 1px #fff;
}
.footernr1{
	width:36%;
	overflow:hidden;
}
.footernr1 ul{
	width:100%;
	overflow:hidden;
	margin-top:17px;
}
.footernr1 ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
}
.footernr1 ul li:nth-child(2n+1){
	width:40%;
}
.footernr1 ul li:nth-child(2n){
	width:60%;
}
.footernr1 ul li a{
	color:#fff;
	font-size:16px;
}
.footernr1 ul li a:hover{
	text-decoration:underline;
}
.footernr2{
	width:35%;
	overflow:hidden;
	margin-left: 6.3%;
}
.footernr2 ul{
	width:100%;
	overflow:hidden;
	margin-top:17px;
}
.footernr2 ul li{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#fff;
	font-size:16px;
}
.footernr3{
	width:18%;
	overflow:hidden;
}
.footernr3 dl{
	width:164px;
	overflow:hidden;
	margin-top:20px;
}
.footernr3 dl dt{
	width:100%;
	overflow:hidden;
}
.footernr3 dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:24px;
}
.bot{
	width:100%;
	height:42px;
	line-height:42px;
	background:#0287ee;
}
.botnr{
	width:1200px;
	overflow:hidden;
	margin:auto;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.botnr a{
	font-size:16px;
	color:#fff;
}
.botnr a:hover{
	text-decoration:underline;
}
