@charset "utf-8";



/* °ÑÎÈ£ºÒÔÏÂ³¤¶Å×Ãem»»Ëã£¬1em=10px¡£³ö¸ñ°ÑÎÈÎÄ×Ö´óÓ×£¬¸¸×Ó²ã¼¶»á¼Ì³Ð£¬ËùÒÔ²»ÒªÔÚdivÖÐ½çËµ×ÖÌå´óÓ×£¬Ö»ÄÜÓÃspanÅú¸Ä×ÖÌå¡£

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



/* È«¾ÖÐÎ×´

-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:16px; font-family:"Î¢ÈíÑÅºÚ"; color:#343434;}

p{line-height:28px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none; margin:0; padding:0;}



img{border:0px;}

table,table tr,table td{border:solid 1px #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:myFont,"Microsoft YaHei","Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/*Ä¬ÈÏ¹ö¶¯ÌõÐÎ×´*/
::-webkit-scrollbar
{
width: 5px;
height:5px;
}

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

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

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

/* Ò³Ãæ¸ù»ùÔªËØ

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



/* Á´½ÓÐÎ×´ */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* ³£ÓÃÔªËØ */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* ²ã¸¡¶¯ */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* ÎÄ×Ö¶ÔÆë */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{

	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}
/*video::-webkit-media-controls-fullscreen-button{ display: none !important; }
 
    /*videoÄ¬ÈÏaduioÒôÁ¿°´Å¥*/
    /*video::-webkit-media-controls-mute-button { display: none !important;}
 
    /*videoÄ¬ÈÏsetting°´Å¥*/
    video::-internal-media-controls-overflow-button{ display: none !important;}
 
    /*ÌÚÑ¶ÔÆµã²¥½ûÓÃfirefoxÈ«ÆÁ¡¢ÉèÖÃ°´Å¥*/
    .trump-button[sub-component="fullscreen_btn"],.trump-button[now="fullscreen"]{ display:none!important;}
    .trump-button[sub-component="setting"]{ display:none !important;}
 

/* top

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

.header{
	width:100%;
	height:100px;
	line-height:100px;
	background:#fff;
	position: fixed;
    z-index: 9999;
    top: 0;
}
.logo{
	overflow:hidden;
}
.logo img{
	margin:20px 0 0 20px;
}
.nav{
	float:right;
	margin-right:30px;
	background:url(/skin/images/languagebg.jpg) no-repeat right center
}

.menu, .menu ul {
	list-style: none;
	padding: 0;
}
.menu > li {
	position: relative;
	display: inline-block;
	outline: 0;
}
.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);



  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}

.nav > ul{

	width:100%;

	}

.nav span{

	display:block;

	width:1px;

	height:30px;

	background:rgba(255,255,255,0.7);

	margin-top:16px;

}

.nav span:last-child{

	display:none;

}

.nav .menu > li{
	float:left;
	text-align:center;
	padding:0 30px;
	line-height:100px;
	
}
.nav .menu > li:nth-child(7){
	border-right:1px solid rgba(255,255,255,0.5);
	margin-right:0px;
}
.nav .menu > li img{
	margin-top:40px;
}
.nav .menu > li a{
	color:#020202;
	font-size:16px;
	display:block;
	position:relative;
}
.nav .menu > li > a::after {
	position: absolute;
	content: "";
	bottom:0px;
	left: 30%;
	width: 40%;
	height:3px;
	background: #e6830e;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav .menu > li > a:hover::after,
.nav .menu > li.acitve > a::after{
  transform: scaleX(1);
}
.nav .menu > li:hover a{
	color:#e6830e;
}

.nav .menu > li.acitve a{
	color:#e6830e;
}

.nav .menu > li.active{
}
.nav .menu > li.active a::after{
  transform: scaleX(1);
}
.nav .menu > li .submenu{

	width:100%;
	left:0%;

	}

.nav .menu > li .submenu li{

	width:100%;

	height:40px;

	line-height:40px;

	background:#e6830e;

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

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

	display:block;

	color:#fff;

	font-size:14px;

}

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

	background:#f1840f;

}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #473f5f;
    margin: 0 auto 0.4375rem;
    display: block;
    line-height: 1;
    transition: all 0.5s;
}
#menu{
	width: 3.5rem;
	height: 3.5rem;
	display: block;
	position: absolute;
	right: 1rem;
	top: 30px;
	text-align: center;
	line-height: 3.5rem;
	z-index: 5;
	padding-top: 1rem;
	transition: all 0.5s;
	opacity: 1;
}
#menu.active{
	opacity: 0;
}
#menu span{
	width: 2rem;
	height: 2px;
	background-color: #e7891a;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#e7891a;
}
#menu span:last-child{
	margin-bottom: 0;
}
/*sidenav*/
#sidenav{
	text-align: center;
	position: fixed;
	right: -30rem;
	top: 0;
	width: 15rem;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index:9999;
	padding: 0 ;
	transition: all 0.5s;
}
#sidenav.active{
	right: 0;
}
#sidenav .nav-close{
	width: 20px;
	height:20px;
	display: block;
	transition: all 0.5s;
	font-size:24px;
	line-height:20px;
}
#sidenav .nav-close:before {
    content: "\00d7";
    color: #fff;
}
#sidenav .nav-close span{
	color:#fff;
}
#sidenav .nav-close:hover{
	transform: rotate(180deg);
}
#sidenav .nav-close:hover span{
	background-color: #ffe700;
}
#sidenav .nav-close span:nth-child(1){
	transform: rotate(45deg);
}
#sidenav .close span:nth-child(2){
	transform: rotate(-45deg);
}
#sidenav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #666;
	line-height:30px;
}
#sidenav ul li a {
    color: #fff;
    font-size: 16px;
}
#sidenav ul li a:hover{
	color:#fff;
}
.cont{
	width:1400px;
	overflow:hidden;
	margin:auto;
}
.ncont{
	width:1400px;
	margin:0 auto;
	padding-bottom:80px;
}
.cont1{
	width:1200px;
	height:auto;
	margin:auto;
}
.language a{
	margin:0 8px;
	position:relative;
	font-size:16px;
	color:#171717;
}
.language span{
	vertical-align:middle;
	margin:-3px 0 0 0;
}
.language a::after {
	position: absolute;
	content: "";
	bottom:-5px;
	left: 15%;
	width: 70%;
	height:2px;
	background: #e6830e;
	transform: scaleX(0);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.language a:hover::after,
.language a.acitve::after{
  transform: scaleX(1);
}
.language a:hover,
.language a.acitve{
	color:#e6830e;
}
.tel{
	font-size:17px;
	color:#171717;
	margin-right:20px;
}
.tel span{
	margin:-3px 10px 0 40px;
	vertical-align:middle
}
.headewm,
.headlanguage{
	height:100px;
    padding-top: 34px;
    text-align: center;
	position:relative;
	cursor:pointer;
	width:80px;
}
.headlanguage{
	width:40px;
}
.headewmimg{
	display:none;
	position:absolute;
	right:0;
	top:100px;
	background:#fff;
	text-align:center;
	border:1px solid #ddd;
}
.headewmimg img{
	width:120px;
}
.headlanguage ul{
	display:none;
	position:absolute;
	right:-30px;
	top:100px;
}
.headlanguage ul li{
	background:#e6830e;
	height:40px;
	line-height:40px;
	text-align:center;
	width:100px;
	margin-bottom:1px;
}
.headlanguage ul li a{
	color:#fff;
	font-size:14px;
}
.headlanguage ul li:hover{
	background:#f1840f;
}
/* banner

-------------------------------------------------------------- */
.banner{
    max-height: 860px;
    margin-top: 0px;
    transition: all .4s ease;
    width: 100%;
    height: 860px;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;
	margin-top:100px;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.banner .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.banner .container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.banner .slide-title,
.banner .slide-text,
.banner .slide-btns {
    max-width: 800px;
}
.banner .slide-title h4 {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    text-transform: capitalize;
    transition: all .4s ease;
}
.banner .slide-title p {
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
    transition: all .4s ease;
	font-family:Arial;
	text-transform:uppercase;
	line-height:50px;
}
.banner .slide-text p {
    opacity: 1;
    font-size: 20px;
    color: #ffffff;
    transition: all .4s ease;
	line-height:32px;
	margin-top:20px;
}

.banner .swiper-num{
	text-align:center;
	font-family:Arial;
	color:#fff;
	float:left;
	margin:0 15px;
	line-height:34px;
	color: #fff;
}
.banner .swiper-num span{
    color: #fff;
    font-size:14px;
    margin: 0 3px;
}
.banner .swiper-num span.active{
	font-size:34px;
	font-family:Arial;
	color:#fff;
}
.banner .swiper-button-next{
	background:url(/skin/images/bannerr.png) no-repeat left center;
	width:34px;
	height:34px;
	float:left;
}
.banner .swiper-pagination-bullets{
	bottom: 60px;
	left: 0;
	width: 100%
}
.banner .swiper-pagination-bullet-active{
	width:45px;
	border-radius:20px;
	background:#fff;
}
.banner .swiper-pagination-bullet{
	margin:0 10px;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:100px;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:9999;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	font-family:Arial;
	text-align:center;
	color:#fff;
	margin-top:5px;
}
#shubiao{
	width:14px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}

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

/**/

.culture02{padding-bottom:10px;}
.culture02 li{background:#f4f4f4; margin-top:37px; transition:all 0.5s ease;}
.culture02 li:first-child{margin-top:0;}
.culture02 li .li_box{padding:26px 50px;}
.culture02 li .li_box .left{width:12%; float:left; line-height:58px; position:relative; font-size:24px; color:#000; font-weight:600;}
.culture02 li .li_box .left:after{content:''; width:1px; height:58px; background:#d7dee3; position:absolute; right:0; top:50%; margin-top:-29px;}
.culture02 li .li_box .right{width:88%; float:left;}
.culture02 li .li_box .right .r_box{padding:0 23px 0 29px; line-height:58px;}
.culture02 li .li_box .right .r_box .tit{float:left; width:70%; font-size:16px; color:#000; margin-bottom:0px;}
.culture02 li .li_box .right .r_box .tit p{ line-height:58px; text-align:left; font-size:16px; color:#000;}
.culture02 li .li_box .right .r_box .more{width:13%; float:right; position:relative; font-size:15px; color:#da2d27;}
.culture02 li .li_box .right .r_box .more:after{content:''; width:11px; height:12px; background:url(/skin/img/culture02_1.png) no-repeat; position:absolute; right:0; top:50%; margin-top:-6px;}
.culture02 li:hover{background:#009944;}
.culture02 li:hover .li_box .left{color:#fff;}
.culture02 li:hover .li_box .left:after{background:#fff; background:rgba(255,255,255,0.7);}
.culture02 li:hover .li_box .right .r_box .tit{color:#fff;}
.culture02 li:hover .li_box .right .r_box .tit p{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more:after{background-position:-11px 0;}
.culture02 li .hidden_detail{display:none;}
.el{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.bannernews{
	position:absolute;
	right:0;
	bottom:0;
	height:100px;
	width:50%;
	background:#1d7342;
	border-radius:30px 0 0 0 ;
}
.bannernews .bannernews-container{
	max-width:720px;
	margin:0 auto 0 0;
	overflow:hidden;
	height:100px;
	position:relative;
}
.bannernews-swiper-button{
	position:absolute;
	right:0px;
	top:10px;
	z-index:9999;
}
.bannernews-swiper-button .swiper-button-next,
.bannernews-swiper-button .swiper-button-prev {
    background: url(/skin/images/bannernewsl.png) no-repeat center center;
    width: 15px;
    height: 16px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    float: left;
	margin-top:20px;
}
.bannernews-swiper-button .swiper-button-prev {
    background: url(/skin/images/bannernewsr.png) no-repeat center center;
	margin-top:40px;
}
.bannernews-swiper-button .swiper-button-next{
	margin-left:-5px;
}
.bannernews_tit{
	width:82%;
	padding-left:40px;
	padding-top:26px;
}
.bannernews_tit p{
	color:#fff;
	font-size:18px;
	text-align:right;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bannernews_tit span {
    color: #7da58c;
    display: block;
    line-height: 20px;
    overflow: hidden;
	text-align:right;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bannernews_date{
	width:15%;
	text-align:left;
	padding-top:20px;
	font-family:Arial;
	color:#fff;
	font-size:18px;
	padding-left:10px;
}
.bannernews_date span{
	font-size:40px;
	color:#fff;
	font-family:Arial;
}
/* tit

-------------------------------------------------------------- */
.tit{
	width:100%;
	height:auto;
	margin-bottom:40px;
}
.tit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.tit h3 a{
	font-size:28px;
	color:#000;
	}
.tit p{
	width:100%;
	height:auto;
	text-align:center;
	color:#999999;
	font-family:Arial;
	}
.tit span{
	display:block;
	width:270px;
	height:1px;
	background:#d2d2d2;
	margin:auto;
	position:relative;
	margin-top: 10px;
	}
.tit span:after{
	content:"";
	position:absolute;
	width:32px;
	height:10px;
	background:#f68400;
	bottom:-5px;
	left:50%;
	margin-left:-16px;
}
/*search*/
.searchlist a{
	border-bottom: 1px dashed #ccc;
	line-height:50px;
	display: block;
	position: relative;
	font-size: 16px;
}
.searchlist .searchtit{
	width: 80%;
}
.searchlist  span{
	position: absolute;
	right: 0;
	top: 5px;
}
.searchlist a font{
	color: #666 !important;
}
.searchlist a:hover{
	color: #009944;
}
.searchlist a:hover font{
	color: #009944 !important;
}
.nconttit{
	text-align:left;
	color:#009944;
	font-size:24px;
	height:70px;
	line-height:70px;
	border-bottom:1px solid #a6a6a6;
	margin-bottom:25px;
}
.nconttit span{
	font-size:16px;
}
.tit {
	margin:60px 0;
}
.tit h3 a{
	font-size:40px;
	color:#343434;
	position:relative;
	line-height:45px;
}
.tit h3 a::after,
.tit h3 a::before{
	content:"";
	position:absolute;
	background:#575757;
	width:50px;
	height:2px;
	top:48%;
}
.tit h3 a::before{
	right:-80px;
}
.tit h3 a::after{
	left:-80px;
}
.tit p{
	color:#737373;
	font-size:20px;
	margin:20px 0 0 0;
}
/* about
-------------------------------------------------------------- */
.about{
	width:84%;
	margin:0 auto;
}
.about p{
	text-align:center;
	line-height:30px;
	color:#343434;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.aboutImg{
	position:relative;
	margin-top:60px;
}
.aboutImg .swiper-container {
    width: 100%;
    height: 550px;
	border-radius:30px 0 0 0;
}
.aboutImg-swiper-button{
	position:absolute;
	left:0;
	bottom:0;
	width:200px;
	height:60px;
	background:url(/skin/images/aboutc.png) no-repeat center center #e6830e;
	z-index:999;
}
.aboutImg .swiper-button-next,
.aboutImg .swiper-button-prev{
	background-size:11px 20px;
}
.aboutImg .swiper-button-prev{
	background-image:url(/skin/images/aboutl.png);
	left:20%;
}
.aboutImg .swiper-button-next{
	background-image:url(/skin/images/aboutr.png);
	right:20%;
}
@font-face {  
	font-family: 'myFont';
	src: url('/skin/font/impact.ttf') format('truetype');
    font-weight:  normal;
    opacity: 1;
}
.ab_fl{
	width:22%;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	background:#e6830e;
	height:100%;
	z-index:999;
}
.ab_fl dl{
	overflow:hidden;
	width:90%;
	margin:0 auto;
	text-align:center;
	color:#fff;
	height:33.3%;
	padding-top:12%;
	border-bottom:2px solid #eb9c3e;
}
.ab_fl dl:last-child{
	border-bottom:none;
}
.ab_fl dl dt span{
	font-size:50px;
    width: 100%;
	font-family:myFont;
	font-weight:normal;
	color:#fff;
	margin:0 3px;
}
/* pro
-------------------------------------------------------------- */
.pronav{
	height:90px;
	background:#f6f6f6;
	line-height:90px;
	border-top:2px solid #e8e8e8;
}
.pronav li{
	float:left;
	width:22%;
	font-size:22px;
	background:url(/skin/images/pronav.png) no-repeat 30px center;
	padding-left:70px;
	cursor:pointer;
}
.pronav li:hover,
.pronav li.active{
	background:url(/skin/images/pronavh.png) no-repeat 30px center #e6830e;
	color:#fff;
}
.pronav li:last-child{
	width:12%;
	background:url(/skin/images/pronavmore.png) no-repeat 30px center;
}
.pronav li:last-child:hover{
	background:url(/skin/images/pronavmoreh.png) no-repeat 30px center #e6830e;
}
.pronav li:hover a{
	color:#fff;
}
.proswiperbox{
	overflow:hidden;
	width: 100%;
    height:835px;
}
.proswiperbox .swiper-container {
    width: 100%;
    height: 100%;
	overflow:hidden;
}
.proswiperbox .container{
	width:1400px;
	margin:auto;
	text-align:right;
}
.proswiperbox .container .slide-title{
	margin-top:20%;
	color:#fff;
}
.proswiperbox .container .slide-title p{
	font-size:30px;
	font-family:Arial;
	text-transform:uppercase;
	color:#e6830e;
	margin-bottom:20px;
}
.proswiperbox .container .slide-title h4{
	font-size:55px;
	position:relative;
	color:#e6830e;
}
.proswiperbox .container .slide-title h4::after{
	content:"";
	position:absolute;
	bottom:-60px;
	width:75px;
	background:#e6830e;
	height:2px;
	right:0;
}
.proswiperImg-swiper-button{
	position:absolute;
	right:0;
	bottom:0;
	width:290px;
	height:80px;
	background:#fff;
	z-index:999;
}
.proswiperbox .swiper-button-next,
.proswiperbox .swiper-button-prev{
	background-size:17px 31px;
	width:50%;
	float:left;
	position:static;
	margin-top:0;
	height:100%;
}
.proswiperbox .swiper-button-prev{
	background:url(/skin/images/proleft.png) no-repeat center center;
}
.proswiperbox .swiper-button-next{
	background:url(/skin/images/proright.png) no-repeat center center #e6830e;
}
.pronav1{
    display:none;
	height:90px;
	background:#f6f6f6;
	line-height:90px;
	border-top:2px solid #e8e8e8;
}
.pronav1 li{
	float:left;
	width:22%;
	font-size:22px;
	background:url(/skin/images/pronav.png) no-repeat 30px center;
	padding-left:70px;
	cursor:pointer;
}
.pronav1 li:hover,
.pronav1 li.active{
	background:url(/skin/images/pronavh.png) no-repeat 30px center #e6830e;
	color:#fff;
}
.pronav1 li:last-child{
	width:12%;
	background:url(/skin/images/pronavmore.png) no-repeat 30px center;
}
.pronav1 li:last-child:hover{
	background:url(/skin/images/pronavmoreh.png) no-repeat 30px center #e6830e;
}
.pronav1 li:hover a{
	color:#fff;
}
.proswiperbox1{
    display:none;
	overflow:hidden;
	width: 100%;
    height:190px;
}
.proswiperbox1 .swiper-container {
    width: 100%;
    height: 100%;
	overflow:hidden;
}
.proswiperbox1 .container{
	width:1400px;
	margin:auto;
	text-align:right;
}
.proswiperbox1 .container .slide-title{
	margin-top:20%;
	color:#fff;
}
.proswiperbox1 .container .slide-title p{
	font-size:30px;
	font-family:Arial;
	text-transform:uppercase;
	color:#e6830e;
	margin-bottom:20px;
}
.proswiperbox1 .container .slide-title h4{
	font-size:55px;
	position:relative;
	color:#e6830e;
}
.proswiperbox1 .container .slide-title h4::after{
	content:"";
	position:absolute;
	bottom:-60px;
	width:75px;
	background:#e6830e;
	height:2px;
	right:0;
}
.proswiperImg-swiper-button{
	position:absolute;
	right:0;
	bottom:0;
	width:290px;
	height:80px;
	background:#fff;
	z-index:999;
}
.proswiperbox1 .swiper-button-next,
.proswiperbox1 .swiper-button-prev{
	background-size:17px 31px;
	width:50%;
	float:left;
	position:static;
	margin-top:0;
	height:100%;
}
.proswiperbox1 .swiper-button-prev{
	background:url(/skin/images/proleft.png) no-repeat center center;
}
.proswiperbox1 .swiper-button-next{
	background:url(/skin/images/proright.png) no-repeat center center #e6830e;
}
/*proregion*/
@font-face {  
	font-family: 'syFont';
	src: url('/skin/font/SOURCEHANSANSCN-LIGHT.OTF') format('truetype');
    font-weight:  normal;
    opacity: 1;
}
.proregion .tit a{
	font-size:48px;
	font-family:syFont;
	font-weight:bold;
}
.proregion .tit a::after,
.proregion .tit a::before{
	display:none;
}
.proregion .tit p{
	font-family:syFont;
	color:#9a9a9a;
	font-size:16px;
	width:60%;
	margin:auto;
	margin-top:45px;
}
.proregionimg {
    position: relative;
}
.region-list{position:absolute;left:0;top:0}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}
}
@-moz-keyframes warn{
0%{-moz-transform:scale(0);transform:scale(0);opacity:1}
100%{-moz-transform:scale(1);transform:scale(1);opacity:0}
}
@-o-keyframes warn{
0%{-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-o-transform:scale(1);transform:scale(1);opacity:0}
}
@keyframes warn{
0%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);opacity:1}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:0}
}
.area-box .dot{position:absolute;left:0;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#e6830e;opacity:1;filter:alpha(opacity=100)}
.area-box .pulse{position:absolute;top:-28px;left:-28px;height:66px;width:66px;border:2px solid #e6830e;-webkit-border-radius:48px;-moz-border-radius:48px;border-radius:48px;-webkit-box-shadow:0 0 4px #e6830e,0 0 10px #e6830e inset;-moz-box-shadow:0 0 4px #e6830e,0 0 10px #e6830e inset;box-shadow:0 0 4px #e6830e,0 0 10px #e6830e inset;opacity:.12;filter:alpha(opacity=0);-webkit-animation:warn 2s ease-out both;-moz-animation:warn 2s ease-out both;-o-animation:warn 2s ease-out both;animation:warn 2s ease-out both;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;background:0 0}
.area-box .delay-01{-webkit-animation-delay:0;-moz-animation-delay:0;-o-animation-delay:0;animation-delay:0}
.area-box .delay-02{-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.area-box .delay-03{-webkit-animation-delay:.8s;-moz-animation-delay:.8s;-o-animation-delay:.8s;animation-delay:.8s}
.area-box .delay-04{-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;-o-animation-delay:1.2s;animation-delay:1.2s}
.area-box .delay-05{-webkit-animation-delay:1.6s;-moz-animation-delay:1.6s;-o-animation-delay:1.6s;animation-delay:1.6s}
.area-box .delay-06{-webkit-animation-delay:2s;-moz-animation-delay:2s;-o-animation-delay:2s;animation-delay:2s}
.area-box .delay-07{-webkit-animation-delay:2.4s;-moz-animation-delay:2.4s;-o-animation-delay:2.4s;animation-delay:2.4s}
.area-box .delay-08{-webkit-animation-delay:-.4s;-moz-animation-delay:-.4s;-o-animation-delay:-.4s;animation-delay:-.4s}
.area-box .delay-09{-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.area-box .delay-10{-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.area-box .delay-11{-webkit-animation-delay:4s;-moz-animation-delay:4s;-o-animation-delay:4s;animation-delay:4s}
.region-list.active .area-box .dot{background:#e6830e}
.region-list.active .area-box .pulse{border-color:#e6830e;top:-39px;left:-39px;height:88px;width:88px;-webkit-box-shadow:0 0 12px #e6830e,0 0 20px #e6830e inset;-moz-box-shadow:0 0 12px #e6830e,0 0 20px #e6830e inset;box-shadow:0 0 12px #e6830e,0 0 20px #e6830e inset}
.region-list.waite .area-box .dot{background:#e6830e}
.region-list.waite .area-box .pulse{border-color:#e6830e}
.show-regin{position:absolute;left:2px;height:0;top:0;width:11px;opacity:0;-o-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
.online-node .show-regin,.region-list:hover .show-regin,.underline-node .show-regin,.waite-node .show-regin{height:127px;opacity:1}
.show-regin span{width:80px;position:absolute;left:8px;top:-11px;padding:6px 10px;font-size:14px;color:#ccc;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;text-align:center;white-space:nowrap; display:none;}
.postition-10 .show-regin span{left:0}
.postition-6 .show-regin span{left:-72px}
.area-box{z-index:77}
.show-regin{z-index:66}
.region-list.active .show-regin span{position:relative;color:#ccc}
.region-list.waite .show-regin span{color:#ccc}
.postition-1 {
    left: 5%;
    top: 17%;
}
.postition-2 {
    left: 15%;
    top: 24%;
}
.postition-3 {
    left: 28%;
    top: 65%;
}
.postition-4 {
    left: 15%;
    bottom: 54%;
    top: auto;
}
.postition-5 {
    left: 49%;
    top: 29%;
}
.postition-6 {
    left: 99%;
    top: 85%;
}
.postition-7 {
    right: 18%;
    top: 37%;
    left: auto;
}
.postition-7.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-8 {
    left: 72%;
    top: 53%;
}
.postition-9 {
    left: 55%;
    top: 25%;
}
.postition-9.region-list.active .area-box .pulse{top:-50px;left:-50px;width:110px;height:110px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}
.postition-10 {
    left: 83%;
    top: 55%;
}
.postition-11 {
    right: 27%;
    top: 18%;
    left: auto;
}
.postition-13 {
    left: 54%;
    top: 76%;
}
.postition-14 {
    left: 87.5%;
    top: 37%;
}
.postition-15 {
    right: 15.5%;
    top: 37%;
    left: auto;
}
.postition-16 {
    right: 8%;
    top: 71%;
    left: auto;
}
.postition-17 {
    left: 20%;
    top: 79%;
}	
.postition-18 {
    left: 16%;
    top: 36%;
}
.postition-19 {
    left: 67%;
    top: 40%;
}
.postition-20 {
    left: 53%;
    top: 27%;
}
.postition-21 {
    left: 47%;
    top: 32%;
}
.postition-22 {
    left: 56%;
    top: 28%;
}
.postition-23 {
    left: 84%;
    top: 57%;
}
.postition-24 {
    left: 27.5%;
    top: 55%;
}
.postition-25 {
    left: 58%;
    top: 53%;
}
/*hangye*/
.hangye{
	width:100%;
	height:860px;
	overflow:hidden;
	position:relative;
	}
.yyhynr{
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(/skin/images/hangyebg.jpg) no-repeat top center;
	background-size:cover;
}
.yyhynr dl{
	width:20%;
	height:100%;
	overflow:hidden;
	float:left;
	margin-bottom:0;
	}
.yyhynr a:nth-child(2n+1) dl{
	background:rgba(0,0,0,0.2);
	}
.yyhynr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:290px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl dd{
	width:100%;
	overflow:hidden;
	margin-top:46px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#fff;
	margin:0;
	line-height:30px;
	text-align:center;
	}
.yyhynr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	}
.yyhynr dl dd hr{
	width:42px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:40px auto 0;
	}
.yyhynr dl dd .proms{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
	line-height:30px;
	padding:0 6%;
	margin-top:52px;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl dd .proicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:92px;
	opacity:0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr a:first-child:hover dl{
	background:url(/skin/images/hangyebg1b.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr a:nth-child(2):hover dl{
	background:url(/skin/images/hangyebg2c.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr a:nth-child(3):hover dl{
	background:url(/skin/images/hangyebg3c.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr a:nth-child(4):hover dl{
	background:url(/skin/images/hangyebg4b.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr a:nth-child(5):hover dl{
	background:url(/skin/images/hangyebg5b.jpg) no-repeat 100% 100%;
	background-size:cover;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:hover dt img{
	display:none;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:hover dt{
	margin-top:230px;
	}
.yyhynr dl:hover dd{
	margin-top:0;
	}
.yyhynr dl:hover dd h4{
	font-size:30px;
	line-height:40px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	}
.yyhynr dl:hover dd .proms,.yyhynr dl:hover dd .proicon{
	opacity:1;
	}
/*hezuo*/
.hezuo{
	background:#f4f4f4;
}
.hezuonr li{
	float:left;
	width:23%;
	margin:10px 1%;
	/*cursor:pointer;*/
	transition: all 0.2s;
	overflow:hidden;
}
.hezuonr li > div{
	width:100%;
	height:132px;
	position:relative;
	overflow:hidden;
	display:block;
	background:#fff;
}
.hezuonr li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.hezuonr li:hover{
	box-shadow: 0px 0px 7px #ccc;	
}
.hezuonr li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.hezuomore a{
	border:1px solid #e6830e;
	width:236px;
	height:70px;
	line-height:70px;
	text-align:center;
	display:block;
	margin:90px auto 100px auto;
	color:#e6830e;
	transition: all .5s ease;
}
.hezuomore a:hover{
	background:#e6830e;
	border-radius:40px;
	color:#fff;
}

.hezuomore a span{
	margin-left:20px;
	color:#e6830e;
}
.hezuomore a:hover span{
	color:#fff;
}

a.hezuomore{
	border:1px solid #e6830e;
	width:236px;
	height:70px;
	line-height:70px;
	text-align:center;
	display:block;
	margin:100px 0px 100px auto;
	color:#e6830e;
	transition: all .5s ease;
}
a.hezuomore:hover{
	background:#e6830e;
	border-radius:40px;
	color:#fff;
}

a.hezuomore span{
	margin-left:20px;
	color:#e6830e;
}
a.hezuomore:hover span{
	color:#fff;
}
/* news
-------------------------------------------------------------- */
.newsnrl{
	overflow:hidden;
	position:relative;
	width:57%;
	float:left;
}
.newsnrr{
	width:41%;
	float:right;
}
.newsnrtit > div{
	height:60px;
	line-height:60px;
	background:url(/skin/images/newsnrtit.png) no-repeat 20px center #e6830e;
	color:#fff;
	font-size:22px;
	padding-left:70px;
}
.newsnrr .newsnrtit{
	background:url(/skin/images/newsnrtitbg.jpg) no-repeat right top #555555;
}
.newsnrr .newsnrtit > div{
	background:url(/skin/images/newsnrtit.png) no-repeat 20px center;
}
.newsnrtit a{
	float:right;
	margin-right:20px;
	color:#fff;
}
.newsnrtit span{
	margin-left:20px;
	color:#fff;
}
.newsnrcon{
	border:1px solid #e1e1e1;
	padding:28px;
}
.newsnrcontop{
	border-bottom:1px solid #e1e1e1;
}
.newsnrlimg{
	position:relative;
	height:200px;
	margin-bottom:20px;
	overflow:hidden;
	width:38%;
	float:left;
	background:#e1e1e1;
}
.newsnrlimg img{
	width:100%;
	height:auto;
	position:relative;
}
.newsnrldate{
	position:absolute;
	background:#e6830e;
	width:66px;
	height:66px;
	left:0;
	bottom:0;
	color:#fff;
	text-align:center;
}
.newsnrldate p{
	font-size:30px;
	line-height:35px;
	color:#fff;
	font-family:Arial;
	margin-top:5px;
}
.newsnrldate span{
	font-size:13px;
	color:#fff;
}
.nwsnrlcon{
	float:right;
	width:60%;
}
.nwsnrlcon .newsbt{
	font-size:20px;
	color:#313131;
	line-height:35px;
	margin:15px 0 10px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nwsnrlcon .newsms{
	font-size:16px;
	color:#999;
	line-height:32px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom:20px;
}
.newsnr a:hover .newsbt{
	color:#e6830e;
}
.nwsnrlcon .newsmore{
	color:#e6830e;
}
.newsnrconbottom{
	margin-top:20px;
}
.newsnrconbottom li{
	line-height:40px;
	
	position:relative;
}
.newsnrconbottom li a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	width:70%;
	background:url(/skin/images/newsicon1.png) no-repeat left center;
	padding-left:15px;
}
.newsnrconbottom li a:hover{
	color:#e6830e;
	background:url(/skin/images/newsicon2.png) no-repeat left center;
}
.newsnrconbottom li span{
	position:absolute;
	right:0;
	top:5px;
}
.nwsnrlcon .newsmore span{
	color:#e6830e;
	margin-left:20px;
}
.newslist{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:16px;
	margin-bottom:16px;
}
.newslist:last-child{
	border-bottom:none;
}
.newslist-l {
	float:left;
	height:60px;
	font-weight:normal;
	text-align:center;
	border-right:1px solid #dcdcdc;
	padding-right:15px;
	margin-top:15px;
}
.newslist-l p{
	font-size:42px;
	line-height:40px;
	color:#e6830e;
	font-family:Arial;
}
.newslist-l span{
	font-size:14px;
	color:#e6830e;
}
.newslist-r {
	float:right;
	width:79%;
}
.newslist-r .newsbt{
	font-size:18px;
	color:#313131;
	line-height:30px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newslist-r .newsms{
	font-size:14px;
	color:#999;
	line-height:24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

/* ivideo
-------------------------------------------------------------- */
.ivideo {
	width:300px;
    position: fixed;
    left: 0;
    bottom: 40px;
	overflow:hidden;
    box-sizing: content-box;
    margin: auto;
    z-index: 990;
}
.ivideo video{
	width:100%;
	height:auto;
}
.closed{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:991;
	cursor:pointer;
}

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

.banner_n{ 
	width:100%; 
	height:500px;
	position:relative;
	background-size:cover;
	margin-top:100px;
}
.capitalize{
}
.capitalize h4{
    font-size: 45px;
    font-weight: normal;
	color:#fff;
	letter-spacing:2px;
	margin-top:20%;
	margin-bottom:8px;
}
.capitalize p{
	font-size:20px;
	font-family:Arial;
	color:#fff;
	letter-spacing:1px;
}
.mbanner{
	display:none;
}
/* position
-------------------------------------------------------------- */
.post{
	border-bottom:1px solid #e5e5e5;
	margin-bottom:100px;
}
.menunr,.position{
	padding:0 !important;
}
.menunr li{
	float:left;
	position:relative;
}
.menunr li:last-child{
	background:none;
}
.menunr li > a {
    position: relative;
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    color: #333;
    display: block;
	padding:0 35px;
    transition: 0.3s ease 0s;
}
.menunr li.cur > a,
.menunr li > a:hover{
	color:#fff;
	background:#e6830e;
}
.position{
	line-height:58px;
	text-align:right;
}
.position a:hover{
	color:#e6830e;
}
.position img{
	vertical-align:middle;
	margin:-3px 10px 0 0;
}
.ntit{
	position:relative;
	font-size:30px;
	margin-bottom:50px;
	padding-top:70px;
}
.ntit a{
	font-size:30px;
}
.ntit a:hover{
	color:#e6830e;
}
.ntit::after{
	position:absolute;
	left:0;
	bottom:-10px;
	content:"";
	height:2px;
	width:40px;
	background:#e6830e;
}
.h80{
	height:80px;
}
/* nabout
-------------------------------------------------------------- */
.naboutcon{
	padding-left:0 !important;
}
.naboutab .ab_fl{
	width:100%;
	position:static;
	background:none;
}
.naboutab .ab_fl dl{
	color:#585858;
	border-bottom:1px solid #dedede;
	text-align:left;
	padding:30px 0;
	margin:0 0  0 15%;
	width:85%
	
}
.naboutab .ab_fl dl:first-child{
	background:url(/skin/images/aboutnr01.png) no-repeat right 10px;
	padding-top:0;
}
.naboutab .ab_fl dl:nth-child(2){
	background:url(/skin/images/aboutnr02.png) no-repeat right 40px;
}
.naboutab .ab_fl dl:last-child{
	background:url(/skin/images/aboutnr03.png) no-repeat right 40px;
}
.naboutab .ab_fl dl dt{
	font-weight:normal;
	color:#000;
}
.naboutab .ab_fl dl dt span{
	color:#e6830e;
	font-weight:normal;
}
.naboutcon p{
	color:#555;
	line-height:32px;
	margin-bottom:20px;
	font-size:15px;
}
/*³ö²ú»·¾³*/
.huanjinglist{
	float:left;
	width:30.333%;
	margin:10px 1.5%;
	overflow:hidden;
}
.huanjinglist .huanjingimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 325px;
    display: block;
}
.huanjinglist .huanjingimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.huanjinglist:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.huanjinglist p{
	line-height:50px;
}
/*honor*/
.honor{
	background:#dddddd;
}
.honorlist{
	float:left;
	width:23%;
	margin:10px 1%;
	overflow:hidden;
	position:relative;
}
.honorlist .honorimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 455px;
    display: block;
}
.honorlist .honorimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.honorlist:hover .honorimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.honorlist > img{
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	height:100%;
}
/* nmassgenr
-------------------------------------------------------------- */
.nmessage{
	margin-top:40px;
	margin-bottom:40px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:32%;
	overflow:hidden;
	float:left;
	margin-right:2%;
}
.nmessagenr ul li:nth-child(3){
	margin-right:0;
}
.nmessagenr ul li:last-child{
	width:100%;
	margin-top:15px;
}
.nmessagenr ul li input{
	width:100%;
	height:46px;
	line-height:46px;
	overflow:hidden;
	border-radius:5px;
	font-size:14px;
}
.nmessagenr ul li .name{
	background:#efefef url(../images/tb7.jpg) no-repeat 18px center;
	padding-left:45px;
	}
.nmessagenr ul li .phone{
	background:#efefef url(../images/tb8.jpg) no-repeat 18px center;
	padding-left:45px;
	}
.nmessagenr ul li .email{
	background:#efefef url(../images/tb9.jpg) no-repeat 18px center;
	padding-left:50px;
	}
.nmessagenr ul li textarea{
	width:100%;
	height:140px;
	line-height:30px;
	border:solid 1px #e2e2e2;
	border-radius:5px;
	padding:5px 5px 5px 45px;
	font-size: 14px;
	background:#efefef url(../images/tb10.jpg) no-repeat 18px 12px;
}
.nmessagenr .tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.nmessagenr .tjbtn input{
	width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background:#58506e;
    font-size: 16px;
	border-radius:5px;
}
.nmessagenr input::-webkit-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr input::-moz-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr input::-ms-input-placeholder {
        color: #cdd2db;
      }
	  
.nmessagenr textarea::-webkit-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr textarea::-moz-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr textarea::-ms-input-placeholder {
        color: #cdd2db;
      }
.has-error em{
	color:#58506e;
	font-style:normal;
	font-size:12px;
	margin-left:45px;
}
/* nnews
-------------------------------------------------------------- */
.nnewslist{
	width:31.33%;
	margin:30px 1%;
	float:left;
	border:1px solid #e5e5e5;
	padding:35px 35px 50px 35px;
	transition: all .5s ease;
}
.nnewsimg{
	width:100%;
	height:225px;
	position:relative;
	overflow:hidden;
	background:#fff;
}
.nnewsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewslist:hover .nnewsimg  img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nnewsdate{
	color:#888;
	font-family:Arial;
	margin-bottom:20px;
}
.nnewsbt{
	font-size:22px;
	line-height:30px;
	margin-bottom:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-weight:bold;
}
.nnewsms{
	color:#585858;
	line-height:28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-indent:0em;
	margin:25px 0;
	height:56px;
}
.nnewsmore{
	background:url(/skin/images/news04.png) no-repeat left center;
	height:14px;
}
.nnewslist:hover{
	background:#e7891a;
	border:1px solid #e7891a;
}
.nnewslist:hover .nnewsbt{
	color:#fff;
}
.nnewslist:hover .nnewsdate,
.nnewslist:hover .nnewsms{
	color:#faeadf;
}

.nnewslist:hover .nnewsmore{
	background:url(/skin/images/news04H.png) no-repeat left center;
}
.nnewsnr h1{
	text-align:center;
	font-size:30px;
	font-weight:bold;
	padding:30px 0;
	margin:0 0 10px 0;
	line-height:32px;
	border-bottom:1px solid #d9d9d9;
}
.nnewsnr .fbtime{
	font-size:14px;
	padding:15px 0;
	color:#888;
}
.info{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:15px;
	line-height:26px;
	font-size:14px;
}
.news_content{
	line-height:28px;
}
.news_content img{
	max-width:100%;
	height: auto !important;
}
/*½â¾ö¹æ»®*/
.fanganbg{
	background:#fff;
	box-shadow:0 0 5px #eee;
}
.fanganbg > div{
	padding:0;
}
.fanganbg > div.fanganbgl{
	padding:90px;
	
}
.fanganbgr img{
	width:100%;
}
.fangantit p{
	color:#b8b8b8;
	font-size:20px;
	font-weight:100;
	/*text-transform:uppercase;*/
}
.fangantit h4{
	font-weight:bold;
	font-size:30px;
	margin-top:10px;
}
.fangantit{
	margin-bottom:40px;
}
.fanganinfo p{
	color:#737373;
	line-height:30px;
}
.introduction .fanganinfo p{
	color:#737373;
	text-align:right;
	line-height:30px;
}
.introduction{
	position:relative;
}
.introductionbox{
	background:#fff;
	box-shadow:0 0 5px #eee;
	width: 88%;
    margin: 0 0 0 auto;
}
.introductionbox ul{
	width:1400px;
	margin:0 auto 0 0;
}
.introductionimg{
	position:absolute;
	left:0;
	top:100px;
	width:50%;
}
.introductionimg img{
	width:100%;
}
.introduction li{
	float:left;
	width:50%;
	padding-top:100px;
}
.introduction li:last-child{
	max-width:700px;
	margin:0 auto 0 0;
	padding-left:190px;
}
.introduction .fangantit{
	text-align:right;
}
.jiejiebtn{
	margin:60px 0;
}
.jiejiebtn a{
	display:block;
	float:right;
	width:210px;
	border:1px solid #e7891a;
	height:62px;
	margin-left:15px;
	transition: all .5s ease;
}
.jiejiebtn a:last-child{
	line-height:62px;
	font-size:20px;
	text-align:center;
	background:#e7891a;
	color:#fff;
}
.jiejiebtn a:last-child img{
	vertical-align:middle;
	margin:-3px 10px 0 0;
}
.jiejiebtn a:first-child{
	padding:5px 0 0 25px;
	font-size:15px;
}
.jiejiebtn a:first-child p{
	font-size:22px;
	font-weight:bold;
	color:#e7891a;
}
.jiejiebtn a:hover{
	border-radius:40px;
}
.fanganline{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:15px;
}
.shebeilist li{
	float:left;
	width:48%;
	margin:15px 1%;
}
.shebeilist li p{
	margin-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shebeilist li img{
	width:100%;
}
.advantagelist li{
	margin-bottom:30px;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:30px;
}
.advantagelist li:last-child{
	border:none;
}
.advantageimg{
	width:20%;
	float:left;
}
.advantageimg img{
	width:100%;
}
.advantagecon{
	width:78%;
	float:right;
}
.advantagecon h4{
	font-size:22px;
	font-weight:bold;
	margin:15px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.advantagecon p{
	color:#666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.caselist li{
	float:left;
	width:31.3%;
	margin:15px 1%;
}
.caselist li p{
	margin-top:10px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.caselist li img{
	width:100%;
}
/* ncontact
-------------------------------------------------------------- */
.map{
}
#map{
	height:700px;
	margin-top:80px;
}
.ncontactc p{
	line-height:36px;
}
.ncontactc p img{
	vertical-align:middle;
	margin:-3px 8px 0 0;
}
.ncontactl{
	position:relative;
	padding-left:0 !important;
}
.ncontactl::after{
	content:"";
	position:absolute;
	height:2px;
	background:#e88e24;
	width:28px;
	position:absolute;
	left:0;
	bottom:-30px;
}
.ncontactl h4{
	font-size:30px;
}
.ncontactl p{
	font-size:14px;
	color:#a3a3a3;
	text-transform:uppercase;
}
.ncontactc{
	border-left:1px solid #ccc;
	padding-left:40px;
}
.ncontactr{
	text-align:right;
	padding-right:0 !important;
}
.ncontactr img{
	max-width:100%;
}
.ncontactr p{
	font-size:18px;
}
/* npro
-------------------------------------------------------------- */
.nprolist{ 
	border-bottom:1px solid #e5e5e5;
	padding-bottom:50px;
	margin-bottom:50px;
}
.nprolist a{
	display:block;
	overflow:hidden;
}
.nprolist .nproimg{
	width:50%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    height: 400px;
}
.nprolist .nproimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nprolist .nprotit{
	float:left;
	width:50%;
	padding-right:140px;
}
.nprolist .nprotit h4{
    font-size:30px;
	border-bottom:1px solid #7f7f7f;
	line-height:30px;
	padding:30px 0;
	font-weight:normal;
	margin-bottom:40px;
	font-weight:bold;
	color:#e7891a;
	
}
.nprolist .nprotit p{
	font-size:15px;
	color:#474747;
}
.nprolist .nprotit h5{
	width:180px;
	height:50px;
	line-height:50px;
	border:1px solid #e7891a;
	color:#e7891a;
	text-align:center;
	margin-top:50px;
	transition: all .5s ease;
	font-size:15px;
}
.nprolist .nprotit h5 span{
	color:#e7891a;
	margin-left:20px;
}
.nprolist:hover .nproimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nprolist:hover .nprotit h5{
	border-radius:40px;
	background:#e7891a;
	color:#fff;
}
.nprolist:hover .nprotit h5 span{
	color:#fff;
}
.nprolist:nth-child(even) .nprotit{
	float:right;
	padding:0 0 0 140px;
}
.nprontit{
	font-size:35px;
}
.nprotypeinfo{
	line-height:36px;
}
.tuijiantit{
	font-size:30px;
	position:relative;
	text-align:center;
	margin:40px 0;
}
.tuijiantit::after{
	content:"";
	position:absolute;
	left:50%;
	bottom:-10px;
	height:2px;
	width:40px;
	margin-left:-20px;
	background:#e7891a;
}
.tuijianlist li{
	float:left;
	width:31.33%;
	margin:15px 1%;
	
}
.tuijianimg{
	height:300px;
	position:relative;
	overflow:hidden;
}
.tuijianimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.tuijianlist li:hover .tuijianimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.tuijianlist li:hover .tuijianname{
	color:#e7891a;
}
.tuijianname{
	font-size:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top:10px;
	text-align:center;
}
.nprolf{
	width:50%;
}
.nprobt{
    font-size:35px;
    font-weight:bold;
    position:relative;
    text-align: center;
    line-height:80px;
    margin: 50px 0px;
}
.xqtel{
    text-align:center;
}
.xqtel span{
    margin:0px auto;
    padding:20px;
    font-size:20px;
    font-weight:bold;
    border-radius:20px;
    background:#e6830e;
    color:#fff;
    font-family:Arial;
}
.xqtel span a{
    color:#fff;
    font-size:20px;
    font-family:Arial;
}
.nprobt::after{
    content: "";
    position:absolute;
    width:58px;
    height:2px;
    bottom:0px;
    left:48%;
    line-height:2px;
    background:#e6830e;
    margin:0px auto;
}
.npronrimg{ border-bottom:1px solid #dbdbdb; padding-bottom:45px;}
.nprolf img{
	max-width:100%;
	width:100%;
}
.npronr .bg h3{
	font-size:35px;
	font-weight:bold;
	border-bottom:1px solid #e5e5e5;
	line-height:30px;
	padding:30px 0;
	color:#fff;
	border:none;
	padding-left:150px;
    
}
.npronr .bg{ background:url(/skin/images/xqbg.jpg) repeat-y center 50%; margin-top:45px; border:none;}
.npronr .bg p{ color:#fff;}
.npronr .bg img{ border:8px solid #fff;}
.nprort{
	width:45%;
	padding-right:3%;
}
.nprort h3{
	font-size:35px;
	font-weight:bold;
	line-height:30px;
	padding:10px 0;
	
}
.nprort .hyyy{
	font-size:35px;
	font-weight:bold;
	border-bottom:1px solid #e5e5e5;
	line-height:30px;
	padding:30px 0;
	margin-bottom:10px;
	
}
.nprort .fbt{
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #e5e5e5;
	line-height:30px;
	padding:20px 0;
	color:#a1a1a1;
	text-indent:0em;
	margin-bottom:10px;
	
}
.nprolf h3{
	font-size:35px;
	font-weight:bold;
	border-bottom:1px solid #e5e5e5;
	line-height:30px;
	padding:30px 0;
	color:#fff;
}
.nprort h4{
	font-size:16px;
	margin:40px 0;
	font-weight:normal;
}
.nprort p{
	margin:0;
	line-height:32px;
	color:#585858;
}
.nprort h3 span{
	color:#009944;
	font-size:16px;
}
.npronrinfo p{
	color:#666;
	line-height:36px;
	text-align:center;
}
.npronrinfotit,
.npronrinfo p.npronrinfotit{
	font-size:30px;
	font-weight:bold;
	color:#e7891a;
	border-bottom:1px solid #e5e5e5;
	margin:50px 0 40px 0;
	padding-bottom:15px;
}


.npronrinfo table{background:#666666;width:100%;margin:20px auto 40px;font-size:16px;line-height:26px;text-align:center;}
.npronrinfo table td{background:#f5f5f5;}
.npronrinfo tbody tr:nth-child(even) td,
.npronrinfo tbody tr:nth-child(even) th {background-color:#f0f0f0;}
.npronrinfo tbody tr:nth-child(odd) td,
.npronrinfo tbody tr:nth-child(odd) th {background-color:#fff;}
.npronrinfo tbody tr:first-child td{background-color:#e6830e; color:#fff;}
.npronrinfo tbody tr:first-child td p{color:#fff;}
.npronrinfo table th:nth-child(even){
    background: rgba(200,200,200,1)
}
.npronrinfo table th:nth-child(odd){
    background:rgba(255,255,255,1);
    }
.npronrinfo table td:nth-child(even){
    background: rgba(255,255,255,1);
}
.npronrinfo table td:nth-child(odd){
    background:rgba(200,200,200,1);
    }
/*²úÆ·Õ¹Ê¾ÊµÏÖ*/
/* dede_pages

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

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 30px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    margin-right: 6px;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	font-size:14px;
}
.dede_pages ul li.thisclass{
    box-sizing: border-box;
	background:#24ac49;
	color:#fff;
	border:1px solid #047938;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background:#24ac49;
	color: #fff;
	cursor:pointer;
	border:1px solid #047938;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:50px;
}
.pageleft,
.pageright{
	width:50%;
	float:left;
	height:50px;
	line-height:50px;
	background:#f4f4f4
}
.pageright{
	float:right;
	background:#eee;
	text-align:right;
}
.page1 .pageleft:hover,
.page1 .pageright:hover{
	background:#e7891a;
}
.pageleft p{
	background:url(/skin/images/news02.png) no-repeat  left center ;
}
.pageright p{
	background:url(/skin/images/news03.png) no-repeat right center;
}
.pageleft:hover p{
	background:url(/skin/images/news02H.png) no-repeat  left center ;
	color:#fff;
}
.pageright:hover p{
	background:url(/skin/images/news03H.png) no-repeat right center;
	color:#fff;
}

.page1 .pageleft p{
	padding:0 10px 0 80px;
}
.page1 .pageright p{
	padding:0 80px 0 20px;
}
.page1 p{
	width:100%;
	height:50px;
	line-height:50px;
	overflow:hidden;
	font-size: 14px;
}
.page1 p a{
	color:#454545;
	font-size: 14px;
}
.pageleft:hover p a,
.pageleft p:hover a
.pageright:hover p a,
.pageright p:hover a{
	color:#fff;
}
.page1 p a:hover{
	color:#fff;
}
/**/
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#e7891a; color:#fff; }
.ab_pages ul a:hover{ background:#ddd}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}

@media(max-width:1600px) {
	

}
@media(max-width:1500px) {
	.cont,.ncont,.proswiperbox .container{
		width:75.8%;
		margin:0 auto;
	}	
	.pronav li{
		width:20%;
		font-size:20px;
	}
	.pronav li:last-child{
		width:20%;
	}
	.proregionimg img{
		width:100%;
	}
	.hezuonr li > div{
		height:100px;
	}
	.huanjinglist .huanjingimg{
		height:250px;
	}
	.honorlist .honorimg{
		height:366px;
	}
	.nnewsimg{
		height:205px;
	}
	.introduction li:last-child{
		max-width: 50%;
		padding-left:60px;
	}
	.jiejiebtn{
		margin:40px auto;
	}
}
@media(max-width:1440px) {
	.nav .menu > li{
		padding:0 20px;
	}
	.banner .slide-title h4,
	.proswiperbox .container .slide-title h4{
		font-size:45px;
	}
	.banner .slide-title p,
	.banner .slide-text p{
		font-size:18px;
	}
	.proswiperbox .container .slide-title p{
		font-size:24px;
		margin-bottom:10px;
	}
	.jiejiebtn a{
		width:190px;
	}
	.jiejiebtn a:first-child p{
		font-size:18px;
	}
	
}
@media(max-width:1380px) {
	.tit h3 a{
		font-size:34px;
	}
	.tit p{
		font-size:18px;
	}
	.proregion .tit a{
		font-size:40px;
	}
	.hezuomore a{
		height:60px;
		line-height:60px;
	}
	.hezuonr li > div{
		height:90px;
	}
	.huanjinglist .huanjingimg{
		height:220px;
	}
	.honorlist .honorimg{
		height:340px;
	}
	.nnewsimg{
		height:185px;
	}
	.capitalize h4{
		font-size:38px;
	}
	.nprontit{
		font-size:30px;
	}
	.nprolist .nprotit h4{
		font-size:24px;
	}
	.nprolist .nprotit{
		padding-right:80px;
	}
	.nprolist:nth-child(even) .nprotit {
		padding: 0 0 0 80px;
	}
	.nnewsbt{
		font-size:18px;
	}
	.nnewsdate{
		font-size:14px;
		margin-bottom:10px;
	}
	.nnewsms{
		font-size:15px;
		margin:15px 0 20px 0;
	}
	.nnewslist{
		margin:20px 1%;
		padding:25px 25px 40px 25px;
	}
	.nnewsnr h1{
		font-size:24px;
	}
	.tel{
		display:none;
	}
	.language{
		margin-right:20px;
	}
	.newslist-r{
		width:74%;
	}
	.newslist-r .newsbt{
		font-size:16px;
	}
	.nwsnrlcon .newsbt{
		font-size:18px;
	}
	.naboutab .ab_fl dl:first-child,
	.naboutab .ab_fl dl:nth-child(2),
	.naboutab .ab_fl dl:last-child{
		background-size:60px 60px;
	}
	#map{
		height:500px;
		margin-top:60px;
	}
}
@media(max-width:1300px) {
	.banner {
		max-height: 700px;
		height: 700px;
	}
	.pronav{
		height:70px;
		line-height:70px;
	}
	.pronav li,.pronav li:hover, .pronav li.active {
		background-size:25px 21px;
		background-position:20px center;
	}
	.pronav li{
		font-size:16px;
		padding-left:55px;
	}
	.pronav li:last-child {
		background-size:25px 25px;
		background-position:20px center;
	}
	.proswiperbox,.hangye{
		height:700px;
	}
	.banner_n{
		height:420px;
	}
	.ncontactr p{
		font-size:16px;
	}
	.yyhynr dl dt{
		margin-top:240px;
	}
	.post{
		margin-bottom:60px;
	}
	.fanganbg > div.fanganbgl {
		padding: 40px;
	}
	.h80{
		height:60px;
	}
	.proregion .tit p{
		width:80%;
	}
	.link{
		margin-top:60px;
	}
	.ncont{
		padding-bottom:60px;
	}
}
@media(max-width:1200px) {
	.nav .menu > li {
		padding: 0 15px;
	}
	.banner .slide-title h4,
	.proswiperbox .container .slide-title h4{
		font-size:36px;
	}
	.banner .slide-title p,
	.banner .slide-text p{
		font-size:16px;
	}
	.proswiperbox .container .slide-title p{
		font-size:20px;
		margin-bottom:10px;
	}
	.banner {
		max-height: 600px;
		height: 600px;
	}
	.proswiperbox,.hangye{
		height:600px;
	}
	.yyhynr dl dt{
		margin-top:200px;
	}
	.hezuonr li > div{
		height:80px;
	}
	.huanjinglist .huanjingimg{
		height:190px;
	}
	.honorlist .honorimg{
		height:290px;
	}
	.nnewsimg{
		height:160px;
	}
	.nprolist .nproimg{
		height:380px;
	}
	.position{
		display:none;
	}
	.menunr{
		width:100% !important;
	}
	.jiejiebtn a {
		width: 160px;
	}
	.jiejiebtn a:first-child{
		padding-left:15px;
	}
	.jiejiebtn a:last-child img{
		width:24px;
	}
	.jiejiebtn a:last-child{
		font-size:16px;
	}
	.aboutImg .swiper-container{
		height:480px;
	}
	.newsnrl{
		width:50%;
	}
	.newsnrr{
		width:48%;
	}
	.footer h4 a{
		font-size:20px;
	}
	.botnav li{
		width:19%;
	}
	.botnav li:nth-child(3) {
		width: 46%;
	}
	.botnav p.ewmp{
		font-size:16px;
	}
	.ncontactl h4 {
		font-size: 26px;
	}
	.jiejiebtn{
		margin:30px auto;
	}
	.jiejiebtn a {
		width: 130px;
	}
	.jiejiebtn a:first-child p {
		font-size: 14px;
	}
	.fangantit h4,
	.fangantit p{
		font-size:26px;
	}
}
@media(max-width:1024px) {
	html, body, a, p, span, ul, img{
		font-size:15px;
	}
	
/*ÊÖ»ú¶Ë±í¸ñºá»®*/
.npronrinfo {
    width: 100%;
    overflow-x: scroll;
    padding: 0;
    margin: 0;
}
.npronrinfo table {
    width: 250% !important;
}
	
	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
	}
	.banner {
		max-height: 500px;
		height: 500px;
	}
	.proswiperbox,.hangye{
		height:500px;
	}
	.tit{
		margin:40px 0;
	}
	.tit h3 a {
		font-size: 30px;
	}
	.tit p {
		font-size: 16px;
		margin-top:10px;
	}
	.proregion .tit a {
		font-size: 34px;
	}
	.about{
		width:100%;
	}
	.aboutImg{
		margin-top:40px;
	}
	.ab_fl dl dt span{
		font-size:40px;
	}
	.aboutImg .swiper-container{
		height:400px;
		border-radius:10px 0 0 0;
	}
	.proswiperImg-swiper-button{
		height:60px;
		width:220px;
	}
	.proswiperbox .swiper-button-next, .proswiperbox .swiper-button-prev {
    	background-size: 12px 22px;
	}
	.proregion .tit p{
		width:100%;
	}
	.yyhynr dl dt {
		margin-top: 130px;
	}
	.yyhynr dl dt img{
		width:70px;
	}
	.yyhynr dl dd h4{
		font-size:20px;
	}
	.hezuonr li > div{
		height:70px;
	}
	.huanjinglist .huanjingimg{
		height:160px;
	}
	.honorlist .honorimg{
		height:250px;
	}
	.nnewsimg{
		height:140px;
	}
	.hezuomore a{
		margin:40px auto;
	}
	.newsnrl{
		width:100%;
		float:none;
		margin-bottom:20px;
	}
	.newsnrr{
		width:100%;
		float:none;
	}
	.newslist-r {
		width: 85%;
	}
	.footer h4 a {
		font-size: 18px;
	}
	.botnav li{
		width:18%;
	}
	.botnav li:nth-child(3) {
		width: 48%;
	}
	.botnav p.ewmp{
		font-size:14px;
	}
	.botnav a, .botnav p, .lxwm p, .lxwm p a,
	.bot,.bot a{
		font-size:14px;
	}
	.nprort h3{
		padding:20px 0;
		font-size:20px;
	}
	.nprort h4{
		margin:20px 0;
	}
	.nprort p {
		line-height: 28px;
	}
	.ncontactr p {
		font-size: 14px;
	}
	.capitalize h4 {
		font-size: 32px;
	}
	.banner .slide-title h4, .proswiperbox .container .slide-title h4 {
		font-size: 30px;
	}
	.nprolist .nprotit h4 {
		font-size: 20px;
		padding:20px 0;
		margin-bottom:20px;
	}
	.nprolist .nprotit h5{
		margin-top:20px;
	}
	.nnewslist {
		margin: 15px 1%;
		padding: 15px 15px 30px 15px;
	}
	.nprolist {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
}
@media(max-width:991px) {
	.pronav li,.pronav li:hover, .pronav li.active {
		background-size:20px 17px;
		background-position:10px center;
	}
	.pronav li{
		font-size:16px;
		padding-left:35px;
	}
	.pronav li:last-child {
		background-size:20px 20px;
		background-position:10px center;
	}
	.naboutcon,.naboutab{
		padding:0 !important;
	}
	.naboutab .ab_fl dl{
		width:100%;
		margin:0;
	}
	.nprolist .nprotit{
		padding-right:50px;
	}
	.nprolist:nth-child(even) .nprotit {
		padding: 0 0 0 50px;
	}
	.ncontactr{
		text-align:left;
		padding:0 !important;
	}
	.introductionimg{
		top:50px;
	}
	.introduction li,
	.introduction li:last-child{
		padding-top:50px;
	}
	
}
@media(max-width:768px) {	
	.cont,.ncont,.proswiperbox .container,.introductionbox ul{
		width: 83.33333333%;
	}
	.ab_fl{
		width:25%;
	}
	.pronav li,.pronav li:hover, .pronav li.active {
		background-size:15px 13px;
		background-position:5px center;
	}
	.pronav li{
		font-size:15px;
		padding-left:22px;
	}
	.pronav li:last-child {
		background-size:15px 15px;
		background-position:5px center;
	}
	.newsnrlimg{
		height:140px;
	}
	.nwsnrlcon .newsbt{
		margin:0;
		font-size:16px;
	}
	.nwsnrlcon .newsms {
		font-size: 14px;
		line-height: 26px;
		margin-bottom:10px;
	}
	.botnav li{
		width:50%;
		margin-bottom:15px;
	}
	.botnav li:nth-child(3){
		float:none;
	}
	.botnav li:last-child,
	.botnav li:nth-child(3){
		width:100%;
		float:none;
	}
	.banner_n {
		height: 360px;
	}
	.menunr li > a{
		padding:0 15px;
	}
	.hezuonr li > div{
		height:80px;
	}
	.huanjinglist .huanjingimg{
		height:200px;
	}
	.honorlist .honorimg{
		height:420px;
	}
	.nnewsimg{
		height:160px;
	}
	.hezuonr li{
		width:31.333%;
	}
	.huanjinglist,
	.honorlist{
		width:48%;
		margin:10px 1%;
	}
	.nnewslist{
		width:48%;
	}
	.yyhynr dl dt img {
		width: 50px;
	}
	.newslist-r {
		width: 80%;
	}
	.introductionimg img {
		display:none;
	}
	.introduction li:last-child{
		max-width:100%;
		width:100%;
		padding-left:30px;
		float:none;
	}
	.advantageimg,.advantagecon{
		float:none;
		width:100%;
	}
	.advantagelist li{
		padding-bottom:20px;
		margin-bottom:20px;
	}
	.advantagelist li:last-child{
		padding:0;
		margin:0;
	}
	.advantagecon h4{
		font-size:18px;
	}
}
@media(max-width:767px) {
	.ncontactc{
		border:none;
		margin:50px 0 20px 0;
		padding:0 !important;
	}
}
@media(max-width:640px) {
	.logo {
		height: 70px;
	}
	.header{
		height:70px;
	}
	.logo img {
		margin: 7px 0 0 5px;
	}
	#menu{
		top:13px;
	}
	.banner_n {
		height: 340px;
	}
	.banner,.banner_n{
		margin-top:70px;
	}
	.aboutImg .swiper-container {
		height: 300px;
	}
	.yyhynr dl dd h4,
	.yyhynr dl:hover dd h4{
		font-size:16px;
	}
	.yyhynr dl dd p{
		font-size:14px;
	}
	proswiperbox, .hangye {
		height: 400px;
	}
	.yyhynr dl:hover dd h4{
		font-size:18px;
	}
	.yyhynr dl:hover dt{
		margin-top:160px;
	}
	.tit h3 a,.ntit,.ntit a {
		font-size: 24px;
	}
	.ntit{
		margin-bottom:30px;
		padding-top:30px;
	}
	.proregion .tit a{
		font-size:28px;
	}
	.newsnrtit > div{
		font-size:18px;
		background-size:24px 24px;
		padding-left:50px;
	}
	.newsnrr .newsnrtit > div{
		background-size:24px 24px;
	}
	.newslist-r {
		width: 78%;
	}
	.hezuonr li > div{
		height:70px;
	}
	.huanjinglist .huanjingimg{
		height:180px;
	}
	.honorlist .honorimg{
		height:400px;
	}
	.nnewsimg{
		height:140px;
	}
	.hezuomore a {
		height: 50px;
		line-height: 50px;
	}
	.nprolist .nprotit{
		float:none;
		width:100%;
		padding-right:0px;
	}
	.nprolist .nproimg{
		width:100%;
		float:none;
		margin-top:15px;
		position:static;
		height:auto;
	}
	.nprolist .nproimg img {
		position: static;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.nprolist:hover .nproimg img{
		transform:translate(0%, 0%) scale(1);
	}
	.nprolist .nprotit h5{
		display:none;
	}
	.nprolist:nth-child(even) .nprotit {
		padding: 0px;
		float:none;
	}
	.h80 {
		height: 40px;
	}
	.nprolist .nprotit h4 {
		font-size: 18px;
		padding: 15px 0;
		margin-bottom: 15px;
	}
	.nprolist{
		border-bottom:none;
	}
	.left,.right{
		float:none;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.pageleft, .pageright{
		width:100%;
	}
	.fangantit {
		margin-bottom: 20px;
	}
	.yyhynr dl dt img {
		width: 40px;
	}
	.yyhynr dl dd{
		margin-top:20px;
	}
	.pronav .cont{
		width:100%;
	}
	.newsnrcon{
		padding:15px;
	}
	.nwsnrlcon .newsms {
		-webkit-line-clamp: 1;
	}
	.newsnrlimg {
		height: 95px;
	}
	.newsnrldate{
		width:54px;
		height:44px;
	}
	.newsnrldate p {
		font-size: 18px;
		line-height: 21px;
		margin-top: 3px;
	}
	.newsnrldate span {
		font-size: 12px;
	}
	.nwsnrlcon .newsmore{
		font-size:14px;
	}
	.post .cont{
		width:100%;
	}
	.ncont {
		padding-bottom: 40px;
	}
	.nprort h3{
		font-size:18px;
		padding:10px 0;
	}
	.fangantit h4, .fangantit p {
		font-size: 22px;
	}
	.fanganbg > div.fanganbgl {
		padding: 20px;
	}
	.caselist li{
		width:100%;
		float:none;
		margin:8px 0;
	}
	
}

@media(max-width:500px) {
	.banner_n {
		height: 320px;
	}
	.cont,.ncont,.proswiperbox .container,.introductionbox ul{
		width: 90%;
	}
	.banner .slide-title h4, .proswiperbox .container .slide-title h4 {
		font-size: 20px !important;
		margin-bottom:10px;
	}
	.banner .slide-title p, .banner .slide-text p {
		font-size: 14px;
		line-height:24px;
	}
	.ab_fl{
		position:static;
		width:100%;
		margin-top:15px;
	}
	.ab_fl dl{
		padding:25px 0;
	}
	.pronav li,
	.pronav li:last-child{
		width:50%;
	}
	.pronav li{
		padding-left:25px;
	}
	.pronav{
		height:auto;
		line-height:45px;
	}
	.newsnrtit > div{
		height:45px;
		line-height:45px;
	}
	.newslist-l p{
		font-size:26px;
	}
	.newslist-l span{
		font-size:12px;
	}
	.newslist-l{
		margin-top:0;
	}
	.newslist-r .newsms{
		-webkit-line-clamp: 1;
	}
	.newslist-r .newsbt{
		margin-bottom:0;
	}
	.link .linknr a,
	.link .linknr span{
		font-size:14px;
	}
	.huanjinglist p {
		line-height: 40px;
	}
	.hezuonr li > div{
		height:50px;
	}
	.huanjinglist .huanjingimg{
		height:120px;
	}
	.honorlist .honorimg{
		height:290px;
	}
	.nnewsimg{
		height:120px;
	}
	.nprolist {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	.nprolist .nprotit h4 {
		padding: 15px 0;
		margin:0px 0 10px 0;
	}
	.logo img{
		max-width:70%;
		margin-top:13px;
	}
	.aboutImg .swiper-container {
		height: 280px;
	}
	.proswiperbox, .hangye {
		height: 400px;
	}
	.hezuomore a {
		margin:20px auto;
	}
	.nnewsnr h1{
		font-size:18px;
		padding:15px 0;
	}
	.ncontactl h4 {
		font-size: 20px;
	}
	.ncontactl::after{
		bottom:-10px;
	}
	#map{
		height:300px;
		margin-top:20px;
	}
	.capitalize h4 {
		font-size: 22px;
		margin-top:38%;
	}
	.capitalize p{
		font-size:16px;
	}
	.fangantit h4, .fangantit p {
		font-size: 20px;
	}
}
@media(max-width:414px) {
	.banner_n{
		height:280px;
	}
.pronav{ display:none;}	
.pronav1{ display:block;}
	.pronav1 .cont{ width:100% !important;}

	.pronav1 li,
	.pronav1 li:last-child{
		width:50%;
	}
	.pronav1 li{
		padding-left:25px;
	}
	.pronav1{
		height:auto;
		line-height:45px;
	}
	.pronav1 li,.pronav1 li:hover, .pronav1 li.active {
		background-size:15px 13px;
		background-position:5px center;
	}
	.pronav1 li{
		font-size:15px;
		padding-left:22px;
	}
	.pronav1 li:last-child {
		background-size:15px 15px;
		background-position:5px center;
	}
.proswiperbox{
    display:none;
}	
.proswiperbox1{
    display:block;
}
	.aboutImg .swiper-container {
		height: 265px;
	}
	.proswiperbox{
		height: 190px;
	}
	.logo img{ max-width:35%;}
	.banner{ height:200px;}
	.proswiperbox .slide-title{
	    display:none;
	}
	 .hangye {
		 height:auto;
	 }
	.proswiperbox .container .slide-title h4::after{
		bottom:-20px;
	}
	.proswiperImg-swiper-button,
	.aboutImg-swiper-button{
		height: 50px;
		width: 100px;
	}
	.aboutImg .swiper-button-next{
		right:7%;
	}
	.aboutImg .swiper-button-prev{
		left:7%;
	}
	.tit {
		margin: 20px 0;
	}
	.proregion .tit p{
		margin-top:20px;
	}
	.yyhynr dl{
		width:100%;
		padding:50px 0;
	}
	.yyhynr dl dt ,
	.yyhynr dl:hover dt{
		margin-top: 0;
	}
	.menunr li > a {
		padding: 0 10px;
		font-size:14px;
	}
	.post {
		margin-bottom: 30px;
	}
	.honorlist .honorimg {
		height: 250px;
	}
	.ncont {
		padding-bottom: 20px;
	}
	.nnewslist{
		width:100%;
		float:none;
		margin:8px 0;
	}
}
@media(max-width:375px) {	
	.banner_n{
		height:240px;
	}
	.hezuonr li{
		width:48%;
		margin:5px 1%;
	}
	.banner {
		max-height: 400px;
		height: 400px;
	}
	.nnewsimg{
		height:auto;
	}
	.nnewsimg img{
		position:static;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.nnewslist:hover .nnewsimg  img{
		transform:translate(0%, 0%) scale(1);
	}
}
@media(max-width:320px) {

	
}
.xs{
    cursor:pointer;
}
p.xqtel { text-align:left; margin-top: 40px;}
p.xqtel spsan{ margin:0px;}
.tsgs p{ text-indent:2em;}<!--ºÄÊ±1783890949.9512Ãë-->