@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;}

.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%;
	height:77px;
	position: fixed;
	z-index: 9999;
	top:0;
	background:#fff;
	}
.headernr{
	width:1200px;
	height:77px;
	margin:auto;
}
.logo{
	overflow:hidden;
}
.search{
	overflow:hidden;
	padding:27.5px 0;
	margin-left:86px;
	cursor:pointer;
	}
#toggle-search.open:after {
  top: 40px;
}
#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -8px;
  content: "";
  border-color: transparent transparent #e1e4e7;
  border-style: solid;
  border-width: 8px 8px 12px;
}

#toggle-basket {
  position: relative;
  float: right;
  background-position: -120px 0;
}
#toggle-basket:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #000;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #e1e4e7;
}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}
#search-form input[type="text"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: #f7f7f7;
  border: none;
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #2465bf;
  border: none;
  cursor: pointer;
}

/* nav
-------------------------------------------------------------- */
.nav{
	float:right;
	}

.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}

.nav > ul{

	width:100%;

	}

.nav span{

	display:block;

	width:1px;

	height:30px;

	background:rgba(255,255,255,0.7);

	margin-top:16px;

}

.nav span:last-child{

	display:none;

}

.nav .menu > li{
	height:34px;

	float:left;

	text-align:center;

	line-height:34px;
	margin:21.5px 5px;

	}

.nav .menu > li a{
	font-size:16px;
	display:block;
	padding:0 12px;
	color:#333;
	}

.nav .menu > li:hover{
	background:#2465bf;
	}
.nav .menu > li:hover a{
	color:#fff;
	}

.nav .menu > li.current{
	background:#2465bf;
}
.nav .menu > li.current a{
	color:#fff;
}

.nav .menu > li .submenu{

	width:120px;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:35px;

	line-height:35px;

	background:#2465bf;

	text-align:center;

	border-top:solid 1px #fff;

}

.nav .menu > li .submenu li a{

	display:block;

	color:#fff;

	font-size:14px;

}

.nav .menu > li .submenu li:hover{

	background:#fc6202;

}

.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
#wrapper {
	position:relative;
	margin-top:77px;
}

#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:580px !important;

	overflow:hidden;

}



.fullwidthbanner-container .fullwidthabnner	{

	width:100% !important;

	max-height:580px !important;

	position:relative;

}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	.fullwidthbanner-container,.fullwidthbanner-container .fullwidthabnner{
		max-height:773px !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:url(../images/dot.png) no-repeat center;
	border:none;

}

.tp-leftarrow:hover,

.tp-rightarrow:hover {	

	background:url(../images/dot.png) no-repeat center;
	border:none;

 }

/** BULLETS **/

.tp-bullets {

    z-index: 1001;

    position: absolute;

    bottom: 0px;

	width: 162px !important;
	display: none;
}



.tp-bullets.simplebullets.round .bullet {

    cursor: pointer;

    position: relative;

    background: rgba(255,255,255,0);
	border:solid 1px #fff;
    width: 14px;

    height: 14px;

	border-radius:50%;

	margin:0 10px 50px 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;
	background:url(../images/prev.png) no-Repeat;
	width: 40px;
	height: 40px;
	margin-left: 5%;
	margin-top: -30px;
	-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;
    background:url(../images/next.png) no-Repeat 0 0;
    width: 40px;
    height: 40px;
    margin-left: -5%;
    margin-top: -30px;
    -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:28px;
	color:#000;
	text-align:center;
	position:relative;
	}
.tit:before{
	content:"";
	position:absolute;
	width:50px;
	height:2px;
	background:#bfbfbf;
	top:32.5px;
	left: 50%;
    margin-left: -130px;
	}
.tit:after{
	content:"";
	position:absolute;
	width:50px;
	height:2px;
	background:#bfbfbf;
	top:32.5px;
	left: 50%;
    margin-left: 78px;
	}
.tit .pwe{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:28px;
	color:#333;
	line-height:40px;
	}
.tit .pwe a{
	font-size:28px;
	color:#333;
	}
.tit p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#999;
	margin-top:2px;
	}
/* pro
-------------------------------------------------------------- */
.promenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:22px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	width:116px;
	line-height:36px;
	overflow:hidden;
	text-align:center;
	border:solid 1px #666;
	float:left;
	margin:0 11px;
	}
.promenu ul li a{
	display:block;
	}
.promenu ul li:hover{
	border:solid 1px #2465bf;
	}
.promenu ul li:hover a{
	color:#2465bf;
	}
.pro{
	margin-top:40px;
}
.pronr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.pronr dl{
	width:344px;
	overflow:hidden;
	float:left;
	margin-right:84px;
	}
.pronr dl:last-child{
	margin-right:0;
	}
.pronr dl dt{
	text-align:center;
	height:235px;
	overflow:hidden;
	position:relative;
	border: solid 1px #e3e3e3;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.pronr 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;
}
.pronr dl:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pronr dl dt .probg{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(36,101,191,0.66) url(../images/tb4.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%);
	}
.pronr dl:hover dt .probg{
	opacity:1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	}
.pronr dl:hover dt{
	border: solid 1px #2465bf;
	}
.pronr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	background:#f5f5f5;
	color: #343434;
    font-size: 16px;
	line-height:30px;
	padding:13px 0;
	}
.pronr dl:hover dd{
	background:#2465bf;
	color:#fff;
	}
.promore{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.promore a{
	width:204px;
	overflow:hidden;
	line-height:42px;
	text-align:center;
	background:#1f6cbf;
	margin:auto;
	display:block;
	color:#fff;
	}
	
/* ys
-------------------------------------------------------------- */
.ys{
	padding-top:54px;
	padding-bottom:65px;
	}
.ysnr{
	width:100%;
	overflow:hidden;
	margin-top:44px;
	}
.ysnr dl{
	width:260px;
	height:280px;
	overflow:hidden;
	float:left;
	padding-top:38px;
	background:#f5f5f5;
	margin-right:53.333px;
	}
.ysnr dl:last-child{
	margin-right:0;
	}
.ysnr dl dt{
	width:100%;
	height:107px;
	overflow:hidden;
	}
.ysnr dl dd{
	width:100%;
	overflow:hidden;
	padding:0 26px;
	}
.ysnr dl:hover{
	background:#2465bf;
	cursor:pointer;
	}
.ysnr dl:first-child dt{
	background:url(../images/tb5.png) no-repeat center;
	}
.ysnr dl:hover:first-child dt{
	background:url(../images/tbh5.png) no-repeat center;
	}
.ysnr dl:nth-child(2) dt{
	background:url(../images/tb6.png) no-repeat center;
	}
.ysnr dl:hover:nth-child(2) dt{
	background:url(../images/tbh6.png) no-repeat center;
	}
.ysnr dl:nth-child(3) dt{
	background:url(../images/tb7.png) no-repeat center;
	}
.ysnr dl:hover:nth-child(3) dt{
	background:url(../images/tbh7.png) no-repeat center;
	}
.ysnr dl:nth-child(4) dt{
	background:url(../images/tb8.png) no-repeat center;
	}
.ysnr dl:hover:nth-child(4) dt{
	background:url(../images/tbh8.png) no-repeat center;
	}
.ysnr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	text-align:center;
	line-height:30px;
	margin-top:11px;
	}
.ysnr dl dd p{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:6px;
	}
.ysnr dl:hover dd h4,.ysnr dl:hover dd p{
	color:#fff;
	}
/* job
-------------------------------------------------------------- */
.job{
	width:100%;
	height:140px;
	overflow:hidden;
	background:url(../images/zp.jpg) no-repeat top center;
	background-size:cover;
	margin-top:48px;
	}
.jobnr{
	height:140px;
	background:url(../images/zptit.png) no-repeat left center;
	padding-left:115px !important;
	}
.jobnr p{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	}
.jobnr p:first-child{
	margin-top:38px;
	}
.jobnr p:last-child{
	margin-top:26px;
	}
.jobnr a{
	display:block;
	width:200px;
	line-height:46px;
	overflow:hidden;
	text-align:center;
	color:#446bba;
	background:#fff;
	float:right;
	border-radius:25px;
	margin-top:47px;
	}
/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	padding:50px 0;
	margin-top:40px;
	}
.about .aboutnr{
	background:#fff;
	margin-top:36px;
	}
.about .aboutnr .aboutimg{
	width:43.6%;
	overflow:hidden;
	}
.about .aboutnr .aboutimg img{
	max-width:100%;
	height:auto;
}
.about .aboutnr .aboutimg:hover img{
	-webkit-transform: scale(1.08);
    transform: scale(1.08);
	}
.about .aboutnr .aboutrt{
	width:56.4%;
	overflow:hidden;
	padding:22px 26px;
	}
.about .aboutnr .aboutrt .pwe{
	width:100%;
	overflow:hidden;
	color:#1f6cbf;
	font-size:20px;
	line-height:30px;
	}
.about .aboutnr .aboutrt span{
	display:block;
	width:35px;
	height:2px;
	background:#1f6cbf;
	margin-top:10px;
	}
.about .aboutnr .aboutrt p{
	width:100%;
	overflow:hidden;
	margin-top:16px;
	}
.about .aboutnr .aboutrt dl{
	width:82px;
	overflow:hidden;
	float:left;
	margin-right:28px;
	}
.about .aboutnr .aboutrt dl dt{
	width:100%;
	height:42px;
	overflow:hidden;
	border:solid 1px #bfbfbf;
	}
.about .aboutnr .aboutrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	margin-top:5px;
	}
.about .aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	}
.about .aboutlist dl:hover dt{
	border:solid 1px #1f6cbf;
	}
.about .aboutlist dl:hover dd{
	color:#1f6cbf;
	}
.about .aboutlist dl:first-child dt{
	background:url(../images/tb2.png) no-repeat center;
	}
.about .aboutlist dl:hover:first-child dt{
	background:url(../images/tbh2.png) no-repeat center;
	}
.about .aboutlist dl:nth-child(2) dt{
	background:url(../images/tb3.png) no-repeat center;
	}
.about .aboutlist dl:hover:nth-child(2) dt{
	background:url(../images/tbh3.png) no-repeat center;
	}
/* news
-------------------------------------------------------------- */
.news{
	padding-top:45px;
	padding-bottom:40px;
	}
.news .newstit{
	overflow:hidden;
	padding: 0 13px;
	}
.news .newstit h3{
	overflow:hidden;
	font-size:28px;
	color:#000;
	line-height:40px;
	}
.news .newstit h3 a{
	font-size:28px;
	color:#000;
	}
.news .newstit p{
	overflow:hidden;
	font-family:Arial;
	color:#999;
	margin-top:5px;
	}
.newsmenu,.newsmenu ul{
	overflow:hidden;
	}
.newsmenu ul li{
	width:120px;
	height:34px;
	overflow:hidden;
	text-align:center;
	line-height:34px;
	background:#e6e6e6;
	float:left;
	margin-left:10px;
	}
.newsmenu ul li a{
	font-size:16px;
	color:#454545;
	display:block;
	}
.newsmenu ul li:hover{
	background:#2465bf;
	}
.newsmenu ul li:hover a{
	color:#fff;
	}
.newsnr{
	width:100%;
	height:auto;
	margin-top:10px;
	}
.newsnr dl{
	overflow:hidden;
	padding:20px 12px;
	background:#f5f5f5;
	margin:13px;
	}
.newsnr dl dt{
	width:44%;
	height:176px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.newsnr dl dt img {
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.newsnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.newsnr dl dd{
	width:56%;
	overflow:hidden;
	float:left;
	padding-left:20px;
	}
.newsnr dl dd .date{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#999;
	line-height:30px;
	margin-top:10px;
	}
.newsnr dl dd span{
	display:block;
	width:38px;
	height:1px;
	background:#b3b3b3;
	margin-top:3px;
	}
.newsnr dl dd .newsbt{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-top:10px;
	}
.newsnr dl dd .newsms{
	width:100%;
	overflow:hidden;
	color:#999;
	margin-top:7px;
	}
.newsnr dl dd .newsmore{
	width:100%;
	overflow:hidden;
	color:#2465bf;
	margin-top:15px;
	}
.newsnr dl:hover{
	box-shadow: 1px 0px 13px rgba(5,5,5, 0.27);
	-moz-box-shadow: 1px 0px 13px rgba(5,5,5, 0.27);
	-webkit-box-shadow: 1px 0px 13px rgba(5,5,5, 0.27);
	}
.newsnr dl:hover dd .newsbt{
	color:#2465bf;
	}

/* link
-------------------------------------------------------------- */
.link{
	font-size:16px;
	line-height:36px;
	margin-top:20px;
	margin-bottom:20px;
	}
.link a{
	margin-right:10px;
	font-size:16px;
	}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#2465bf;
	padding-top:44px;
	padding-bottom:20px;
	}
.footernr .pwe{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:35px;
	margin-bottom:6px;
	}
.footernr .bnav,.footernr .blxfs,.footernr .ewm{
	padding:0;
	}
.footernr .ewm dl{
	overflow:hidden;
	float:right;
	}
.footernr .ewm dl dt{
	overflow:hidden;
	float:left;
	}
.footernr .ewm dl dt img{
	max-width:100%;
	height:auto;
	}
.footernr .ewm dl dd{
	overflow:hidden;
	float:left;
	text-align:center;
	color:#fff;
	font-size:16px;
	line-height:30px;
	padding-left:24px;
	padding-top:24px;
	}
.footernr .bnav{
	padding-right:78px;
	}
.footernr .bnav ul{
	width:100%;
	overflow:hidden;
	}
.footernr .bnav ul li{
	line-height:30px;
	padding:0;
	margin-bottom:6px;
	}
.footernr .bnav ul li a{
	color:#c4dafd;
	}
.footernr .blxfs{
	padding-left:38px;
	position:relative;
	}
.footernr .ewm{
	position:relative;
	padding-top:15px;
	}
.footernr .blxfs:before,.footernr .ewm:before{
	content:"";
	position:absolute;
	width:1px;
	height:140px;
	background:#fff;
	left:0;
	top:0;
	}
.footernr .blxfs p{
	width:100%;
	overflow:hidden;
	color:#c4dafd;
	line-height:30px;
	margin-bottom:8px;
	}
.footernr .blxfs p a{
	color:#c4dafd;
}
.bot{
	width:100%;
	overflow:hidden;
	background:#1959b3;
	padding:8px 0;
	}
.botnr{
	color:#fff;
	text-align:center;
	line-height:30px;
	}
.botnr a{
	color:#fff;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:400px;
	margin-top:77px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
}
.banner_n h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:46px;
	color:#fff;
	font-family:siyuan;
	padding-top:94px;
	}
.banner_n span{
	display:block;
	width:50px;
	height:3px;
	background:#fff;
	margin:auto;
	margin-top:34px;
	}
/* position
-------------------------------------------------------------- */
.weizhi {
    margin-top: -50px;
	z-index:99;
}
.weizhi .w1200m {
	padding: 40px 0;
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0, 0.25);
}

.menu_er {
	float: left;
	margin-left: 25px;
}

.menu_er div a {
	font-size: 16px;
	display: inline-block;
	height: 20px;
	padding:0 15px;
	color: #222222;
	text-align: center;
	line-height: 20px;
	position: relative;
	transition: all 0.8s ease;
}

.menu_er div a:after {
	content: '';
	position: absolute;
	bottom: -41px;
	left: 0;
	width: 0;
	height: 3px;
	background: #2465bf;
	opacity:0;
	transition: all 0.8s ease;
}

.menu_er div span {
	display: inline-block;
	margin: 0 11px;
	height: 20px;
	line-height: 20px;
}

.menu_er div {
	float: left;
	transition: all 0.8s ease;
}

.menu_er div:nth-child(1) span {
	display: none;
}

.menu_er .cur a {
	color: #2465bf;
}

.menu_er .cur a:after {
	width: 100%;
	opacity:1;
}

.menu_er div:hover a {
	color: #2465bf;
}

.menu_er div:hover a:after {
	width: 100%;
	opacity:1;
}

.position {
	float: right;
	margin-right: 25px;
}

.position a:nth-child(1) {
	color: #2c5830;
	transition: all 0.8s ease;
}

.position a {
	transition: all 0.8s ease;
}

.position a:hover {
	color: #2c5830;
}

.item img {
	max-width: 100%;
}
/* ncontent
-------------------------------------------------------------- */
.ncontent{
	margin-top:60px;
	margin-bottom:60px;
	}
.nleft{
	width:268px;
	overflow:hidden;
	}
.nmenu{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nmenu li{
	width:100%;
	overflow:hidden;
	line-height:60px;
	padding-left:54px;
	margin-top:1px;
	}
.nmenu li:nth-child(2n+1){
	background:#ececec;
	}
.nmenu li:nth-child(2n){
	background:#f4f4f4;
	}
.nmenu li a{
	font-size:16px;
	color:#000;
	font-family:siyuan;
	display:block;
	}
.nmenu li:hover{
	background:#f08759;
	}
.nmenu li:hover a{
	color:#fff;
	font-size:20px;
	}
.nlxfs{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	}
.nlxfsnr{
	width:100%;
	overflow:hidden;
	border:solid 2px #ea5514;
	padding-bottom:27px;
	}
.nlxfsimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:8px;
	margin-bottom:16px;
	}
.nlxfsimg img{
	max-width:100%;
	height:auto;
	}
.nlxfsnr p{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#212121;
	font-family:siyuan;
	padding:0 16px;
	margin-top:8px;
	}
.nright{
	width:852px;
	overflow:hidden;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:30px;
	margin-bottom:40px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.nabout .naboutnr img{
	max-width:100%;
	height:auto;
	}
.nabout .naboutnr video{
	max-width:100%;
	height:auto;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:30px;
	}
.ncontact .ntit{
	margin-bottom:40px;
	}
.ncontactnr{
	width:45%;
	overflow:hidden;
	}
.message{
	width:55%;
	overflow:hidden;
	}
.message .ncontacttit{
	width:100%;
	}
.message ul {
    width: 100%;
    overflow: hidden;
	margin-top:3px;
}
.message ul li {
    width: 50%;
    overflow: hidden;
    float: left;
    margin-top: 3px;
}
.message ul li label{
	color:#333;
	width:100%;
	line-height:30px;
	font-weight: normal;
	margin:0;
	}
.message ul li input {
    width: 94%;
    line-height: 38px;
    overflow: hidden;
	background:#f5f5f5;
    padding: 0 3%;
}
.message ul li:nth-child(2) input,.message ul li:nth-child(2) label{
	margin-left:6%;
}
.message ul li:last-child {
    width: 100%;
}
.message ul li textarea {
    width: 100%;
    height:114px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 1.5%;
	background:#f5f5f5;
}
.tjbtn {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.tjbtn button {
    width: 100%;
    height: 35px;
    background: #2465bf;
    color: #fff;
}
.ncontacttit{
	width:80%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
	}
.ncontacttit h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#2465bf;
	line-height:30px;
	}
.ncontacttit .ncontacten{
	width:100%;
	overflow:hidden;
	color:#999;
	line-height:30px;
	margin-bottom:10px;
	}
.map{
	width:100%;
	height:418px;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:40px;
	}
.ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	margin-top:8px;
	}
.ncontactnr p a{
	font-size:16px;
	}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:30px;
	margin-bottom:40px;
	}
.njobnr{
	width:100%;
	overflow:hidden;
	}
.njobnr ul,.njobnr ul li{
	width:100%;
	overflow:hidden;
}
.njobnr ul li{
	line-height:35px;
	border-bottom: 1px dashed #dadada;
	font-size:16px;
	padding: 5px 0;
}
.njobnr ul li a{
	font-size:16px;
	display:black;
}
.njobnr ul li:hover a{
	color:#2465bf;
}
.njobnr h1{
	width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: #454545;
    text-align: center;
    margin-top: 30px;
	border-bottom: 1px dashed #dadada;
    line-height: 35px;
    padding-bottom: 5px;
	}
.njobnr .fbnr{
	width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
	}
.njobnr .fbnr p{
	width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:30px;
	margin-bottom:30px;
}
.npro dl{
	padding:0 6px;
	margin:10px 0;
	}
.npro dl dt {
    width: 100%;
	height:198px;
    overflow: hidden;
	border: solid 2px #d6d6d6;
	position:relative;
}
.npro dl dd {
    width: 100%;
    overflow: hidden;
	text-align:center;
	line-height:35px;
	font-weight:bold;
}
.npro dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl:hover dt{
	border: solid 2px #2465bf; 
	}
.npro dl:hover dd{
	color: #2465bf; 
	}
.npro h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:26px;
	color:#2465bf;
	margin: 0;
    line-height: 35px;
}
.npro .fbtime{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#000;
	border-bottom:solid 1px #e5e5e5;
	line-height:30px;
	padding-bottom:25px;
}
.npro .fbimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:30px;
}
.npro .fbimg img{
	max-width:100%;
	height:auto;
}
.npro .fbnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.npro .fbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}


	
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:30px;
	margin-bottom:30px;
	}
.nnews dl{
	width:100%;
	overflow:hidden;
	margin:32px 0;
	background:#f5f5f5;
	padding:16px 24px;
	}
.nnews dl dt{
	width:23%;
	height:200px;
	overflow:hidden;
	float:left;
	position:relative;
	}
.nnews dl dt img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
	}
.nnews dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nnews dl dd{
	width:75%;
	overflow:hidden;
	float:right;
	}
.nnews dl dd .nnewsbt{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	margin-top:19px;
	}
.nnews dl dd .nnewsdate{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	margin-top:3px;
	padding-bottom:15px;
	border-bottom:dashed 1px #333333;
	}
.nnews dl dd .nnewsms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:14px;
	}
.nnews dl:hover dd .nnewsbt,.nnews dl:hover dd .nnewsdate,.nnews dl:hover dd .nnewsms{
	color:#2465bf;
	}
.nnews dl:hover dd .nnewsdate{
	border-bottom:dashed 1px #2465bf;
	}
.nnews h1{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#333;
	text-align:center;
	margin-top:30px;
	}
.nnews .fbtime{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#666;
	text-align:center;
	border-bottom:dashed 1px #666;
	padding-bottom:23px;
	}
.nnews .fbnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
.nnews .fbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
	}
	
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:164px;
	overflow:hidden;
	margin:auto;
	font-size:24px;
	text-align:center;
	line-height:40px;
	color:#2465bf;
	position:relative;
	}
.ntit:before{
	content:"";
	position:absolute;
	width:26px;
	height:2px;
	background:#2465bf;
	left:0;
	top:19px;
	}
.ntit:after{
	content:"";
	position:absolute;
	width:26px;
	height:2px;
	background:#2465bf;
	right:0;
	top:19px;
	}
/* ncase
-------------------------------------------------------------- */
.nhonor{
	margin-top:40px;
	margin-bottom:40px;
	}
.nhonornr{
	width:100%;
	overflow:hidden;
	}
.nhonornr ul{
	width:100%;
	overflow:hidden;
	}
.nhonornr ul li{
	width:356px;
	height:268px;
	overflow:hidden;
	float:left;
	margin:10px 22px;
	position:relative;
	}
.nhonornr ul li img{
	display: block;
    max-width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
	}
.nhonornr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nhonornr h1{
	width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 26px;
    color: #2465bf;
    margin: 0;
    line-height: 35px;
	}
.nhonornr .fbimg{
	width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
	}

/* 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 #2465bf;
}

.dede_pages ul li.thisclass{
    background-color: #2465bf;
    padding: 5px 10px;
    font-weight: bold;
	color:#fff;
}

.dede_pages ul li.thisclass a{
	color:#fff;
}

.dede_pages ul li:hover{
    background-color: #2465bf;
}
.dede_pages ul li:hover a{
    color: #fff;
}
.dede_pages ul li a {
    float: left;
    display: block;
	color:#454545;
}

.pages{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.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 .pagesrt{
	text-align:right;
}
.pages .pageslf:hover a,.pages .pagesrt:hover a{
	color:#2465bf;
}
/* 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: #2465bf;
	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:#2465bf;
}
.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;height:77px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
.moblie_head .lf{padding-left:1%;width:86%;float:left;}
.moblie_head .lf img{
	max-width:100%;
	height:auto;
	}
.moblie_head .rg{padding-right:1%;padding-top:22.5px;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) {
	.npro dl dt{
		height:178px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.npro dl dt{
		height:157px;
	}
	.pronr dl dt{
		height:213px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.npro dl dt{
		height:151px;
	}
	.pronr dl dt{
		height:206px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.npro dl dt{
		height:177px;
	}
	.pronr dl dt{
		height:179px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.npro dl dt{
		height:157px;
	}
	.pronr dl dt{
		height:159px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.npro dl dt{
		height:199px;
	}
	.pronr dl dt{
		height:204px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.npro dl dt{
		height:166px;
	}
	.pronr dl dt{
		height:172px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.npro dl dt{
		height:128px;
	}
	.pronr dl dt{
		height:135px;
	}
}
@media only screen and (min-width:375px) and (max-width: 424px) {
	.npro dl dt{
		height:112px;
	}
	.pronr dl dt{
		height:119px;
	}
}
@media only screen and (min-width:320px) and (max-width: 374px) {
	.npro dl dt{
		height:94px;
	}
	.pronr dl dt{
		height:101px;
	}
}
@media only screen and (min-width:0px) and (max-width: 319px) {
	.npro dl dt{
		height:90px;
	}
	.pronr dl dt{
		height:100px;
	}
}

@media(max-width:1680px) {
	.banner_n{
		height:350px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:283px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:267px;
	}
}
@media(max-width:1200px) {
	.cont1,.tab ul{
		width:100%;
	}
	.cont{
		width: 100%;
		padding-left:1%;
		padding-right:1%;
		}
	.headernr{
		width: 100%;
		padding:0 1%;
		}
	.search{
		margin-left:30px;
	}
	.nhonornr ul li{
		width: 31.333%;
		margin: 10px 1%;
	}
	.pronr dl {
		width: 31.333%;
		margin-right: 1%;
		margin-left: 1%;
	}
	.ysnr dl {
		width: 23%;
		margin-right: 1%;
		margin-left: 1%;
	}
}
@media(max-width:1152px) {
	.jobnr a{
		width: 140px;
	}
	.jobnr p{
		font-size:15px;
	}
}
@media(max-width:1100px) {
	.nav .menu > li {
		margin: 21.5px 0;
	}
}
@media(max-width:1023px) {
	.jobnr p:last-child {
		display:none;
	}
	.tp-leftarrow.large{
		margin-left: 1%;
	}
	.tp-rightarrow.large{
		margin-left: -1%;
	}
}
@media(max-width:991px) {
	.footernr .ewm:before{
		display:none;
	}
	.footernr .ewm dl{
		float:left;
	}
	.job{
		margin-top: 0;
	}
	.newsnr dl dd .newsbt{
		font-size:16px;
	}
}
@media(max-width:921px) {
	.ncontactnr,.message{
		width:100%;
	}
	.message{
		margin-top:20px;
	}
	.map{
		height:260px;
	}
	.nnews dl dt {
		width: 25%;
	}
	.nnews dl dd {
		width: 73%;
	}
	.banner_n{
		height:192px;
	}
}
@media(max-width:800px) {
	.ysnr dl {
		width:48%;
		margin-top:20px;
	}
}
@media(max-width:768px) {
	
}
@media(max-width:767px) {
	.weizhi .w1200m {
		padding: 20px 0;
	}
	.position {
		margin-right: 0;
		width: 100%;
		line-height: 30px;
		margin-bottom:10px;
	}
	.menu_er {
		margin-left: 0;
		width: 100%;
	}
	.menu_er div a:after {
		bottom: -21px;
	}
	.nhonornr ul li{
		width: 48%;
	}
	.menu_er div span{
		margin:0;
	}
	.nnews h1 {
		font-size: 20px;
	}
	.pronr dl {
		width: 48%;
	}
	.pronr dl:last-child{
		display:none;
	}
	.tit h3,.news .newstit h3,.news .newstit h3 a{
		font-size: 24px;
	}
	.about .aboutnr .aboutimg,.about .aboutnr .aboutrt{
		width:100%;
	}
	.about .aboutnr .aboutimg{
		text-align:center;
	}
}
@media(max-width:640px) {
	.nnews dl dt {
		width: 30%;
	}
	.nnews dl dd {
		width: 68%;
	}
}
@media(max-width:600px) {
	.promenu ul{
		width: 100%;
	}
	.promenu ul li {
		width: 24%;
		margin: 0 0.5%;
	}
}
@media(max-width:540px) {
	.nnews dl dt {
		width: 100%;
	}
	.nnews dl dd {
		width: 100%;
	}
}
@media(max-width:500px) {
	
}
@media(max-width:425px) {
	.menu_er div a{
		padding:0 10px;
	}
	.ysnr dl{
		padding-top:20px;
	}
	.ysnr dl dd {
		padding: 0 15px;
	}
	.footernr .blxfs {
		padding-left: 10px;
	}
	.footernr .bnav {
		padding-right: 10px;
	}
	.newslf{
		width:100%;
		margin-bottom:10px;
	}
	.newsmenu{
		width:100%;
	}
	.newsnr dl dt {
		width: 100%;
		height: 125px;
	}
	.newsnr dl dd {
		width: 100%;
	}
	.pronr dl dd {
		padding: 5px 0;
	}
}
@media(max-width:378px) {
	.jobnr a {
		line-height: 40px;
		margin-top: 25px;
	}
}
@media(max-width:375px) {
	.menu_er div a{
		padding:0 6px;
	}
}
@media(max-width:320px) {
	
}
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #2465bf; float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#2465bf; color:#fff; }
.ab_pages ul a:hover{ background:#2465bf; color:#fff;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}