@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px; 
	line-height:30px;
}
/* 网站超链接css通用设置 */
a{text-decoration: none; color:#333} /* 链接无下划线,有为underline */ 
a:hover{text-decoration: none; color:#bf2a1e} /* 鼠标在链接上 */ 

.textover{text-overflow:ellipsis;white-space:nowrap;}

.fl,.left{float:left;}
.fr,.right{float:right;} 
.hide{display: none}
.backcolor{background:#da1413;}

.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

.wrap{ width:1200px; margin:0 auto; height:auto;}
/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
.input{ border:1px solid #ccc; height:30px;line-height:30px} 
ul,li{ list-style:none}

/*public*/
body{max-width: 1920px;margin: 0 auto;}
.textover{text-overflow:ellipsis;white-space:nowrap;}


.toparea{ position:fixed; left:0; top:0; width:100%; height:105px; z-index:99999; background:url(../images/dash.png) repeat;box-shadow:0 6px 12px rgba(0,0,0,.175);}
.toparea .main{ width:1200px; height:105px; margin:0 auto; position:relative}
.toparea .main .leftlogo{ position:absolute; left:0; top:8px;}
.toparea .main .leftlogo img{}

.toparea .main .rightcont{ position:absolute; right:0; top:0; width:880px; height:auto}
.qh{height:42px; line-height:42px; color:#888888; display:block; text-align:right;margin-right:30px}
.qh a{ line-height:42px; color:#888888; font-size:13px}
.qh img{width:2.5%; height:auto;}
/*导航*/

.nav{width:880px;height:40px; display:block; float:right;}
.nav ul { width:880px; height:auto; margin:0 auto}
.nav ul li{float: left;position:relative; width:110px}
.nav ul li a{ width:63px; height:63px; display:block; margin:0 auto; text-align:center; line-height:63px !important; font-size:15px;color:#3e3a39; background:url(../images/nav_hover.jpg) -110px 10px no-repeat;transition:all .3s ease;} 
.nav ul li a:hover{line-height:63px; font-size:15px;color: #bf2a1e;color:#3e3a39; background:url(../images/nav_hover.jpg) center 10px no-repeat}
/*.nav ul li:hover{line-height:40px; font-size:15px;color: #bf2a1e;}
*/
.nav ul li ul{ position:absolute; left:0px; top:63px; z-index:99999; background: url(../images/dash.png) repeat; display:none; width:110px;box-shadow:0 6px 12px rgba(0,0,0,.175);}
.nav ul li:hover ul{ position:absolute; left:0px; top:63px; z-index:99999; display:block;}
.nav ul li ul li a.erjifs{ width:110px; height:38px;display:block; text-align:center;line-height:38px !important;color:#333;font-size: 14px; background:url(../images/nav_hovera.jpg) -110px top no-repeat;transition:all .3s ease;}
.nav ul li ul li a.erjifs:hover{background: url(../images/nav_hovera.jpg) no-repeat center top #f5f5f5; color:#333; line-height:38px !important; font-size:14px; }
.nav .nav_on{ background:url(../images/nav_hover.jpg) center 10px no-repeat}

.maina{ width:1200px; height: auto; border-top:26px solid #fff; margin:0 auto}

.mainbanner{ width:100%; height:725px; margin:0 auto; background:#000; margin-top:105px}

/*正文开始*/
/*正文开始*/
.fullSlide {
	width:100%;min-width:1200px;position:relative;height:725px;overflow:hidden; margin:0 auto;}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:725px;
	overflow:hidden;
	text-align:center;
    background-position:center top;
}
.fullSlide .bd li a {
	display:block;
	height:725px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0px;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:100px;
	height:7px;
	margin:1px;
	overflow:hidden;
	background:#000;
	/*filter:alpha(opacity=50);
	opacity:0.5;*/
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#bf2a1e;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-36px;
	left:2%;
	z-index:1;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
	width:73px; 
	height:73px;
}
.fullSlide .prev
{
      background:url(../images/left1s.png) no-repeat;
  }
.fullSlide .next {
	left:auto;
	right:2%;
	background: url(../images/right1s.png) no-repeat;
}
/**/




/*关于我们*/
.about{ width:1200px; height:auto; margin:60px auto 0} 
.about .leftimg{ display:block; float:left; width:522px; height:438px;}
.about .righttxt{ width:620px; height:auto; display:block; float:right}
.about .righttxt .title{ font-size:32px; line-height:45px;}
.about .righttxt .title .dec{ width:95px; height:3px; background:#3e3a39; margin:30px 0 0 0}
.about .righttxt .content{ margin-top:30px; height:270px; display:block; overflow:hidden}
.about .righttxt .content *{ color:#3e3a39; font-size:15px; line-height:30px;}
.about .righttxt a{ width:120px; height:35px; margin-top:20px; border-radius:15px; background:#bf2a1e; display:block; text-align:center; line-height:35px; color:#fff;transition:all .3s ease;}
.about .righttxt a:hover{ background:#353130}

/*四大优势*/
.ysdsysd{ width:100%; height:571px; background:url(../images/yshui.jpg) repeat-x 0; margin-top:60px}
.btysbo{ padding:45px 0 35px}
.btysbo h2{ font-size:28px; font-weight:bold; line-height:40px; text-align:center; color:#bf2a1e}
.btysbo p{ font-size:20px; font-weight:100; line-height:40px; text-align:center}

.centerys{ width:1200px; height:auto; margin:0 auto}
.centerys li{ width:252px; height:321px; background:#fff;text-align:center; padding:13px;transition:all .3s ease; float:left; margin-right:28px}
.centerys li:first-child{ margin-left:0}
.centerys li p{ line-height:35px; padding-top:5px; font-size:16px; font-weight:bold}
.centerys li .linehos{ width:55px; height:3px; background:#e70012; margin:5px auto}
.centerys li:hover{ background:#e5010e}
.centerys li:hover p,.centerys li:hover,.centerys li:hover *{ color:#fff}
.centerys li:hover .linehos{background:#fff}

.ysbgsy{ width:100%; height:48px; background:url(../images/yshui2.jpg) no-repeat center 0}


/*研发设备*/
.block1{ width:100%; height:auto; margin:0 auto; background:url(../images/xwbtline.gif) center 4px no-repeat}
.block1 .title{ display:block; text-align:center; font-size:25px; color:#d30313; line-height:35px;}
.block1 .title p{ font-size:16px; line-height:25px; color:#333}
.block1 .main{ width:1350px; height:auto; margin:35px auto 0}

.mr_frbox5{HEIGHT: 255px; width:1350px; position:relative; overflow:hidden}
.mr_frbox5 .leftprol{ position:absolute; left:0; top:8px;CURSOR: pointer}
.mr_frbox5 .rightpror{ position:absolute; right:0; top:8px;CURSOR: pointer}

.mr_frbox5a{HEIGHT: 255px; width:1350px; position:relative; overflow:hidden}
.mr_frbox5a .leftprol{ position:absolute; left:0; top:8px;CURSOR: pointer}
.mr_frbox5a .rightpror{ position:absolute; right:0; top:8px;CURSOR: pointer}

.imgbox{ width:1200px; height:255px; margin:0px auto; overflow:hidden}


.imgbox ul li{ width:280px; height:255px; display:block; margin:0 11px}

.childa{ width:276px; height:258px; display:block; text-align:center; line-height:50px; font-size:15px; color:#333333;text-overflow:ellipsis;white-space:nowrap; display:block; overflow:hidden;}

.childa .topimg{width:270px; height:202px; display:block; overflow:hidden; padding:2px; border:1px solid #cfcfcf; }
.childa .topimg img{ max-width:100%; height:202px;transform: scale(1);transition: all 1s ease-out;}
.childa:hover .topimg img{transform: scale(1.2);}

/*新闻资讯*/
.newsframe{ width:100%; height: auto; margin:70px auto 0; background: url(../images/dash.jpg) center 120px repeat-x #f2f2f2; padding-top:55px; padding-bottom:70px}
.newsframe .mainb{ width:1200px; height:auto; margin:0 auto}
.newsframe .mainb .title{ display:block; text-align:center;}
.newsframe .mainb .title p{ font-size:35px; line-height:45px; color:#333; font-weight:bold}
.newsframe .mainb .title a{ width:100px; height:24px; margin:10px auto 0; display:block; text-align:center; line-height:24px; background:#ababab; color:#fff;}
.newsframe .mainb .contenta{ margin-top:40px}

.leftnews{ width:600px; height:auto; display:block; float:left}

.childb{ width:600px; height:100px; margin:0 auto; padding-top:24px; padding-bottom:24px; border-bottom:1px solid #cdcdcd}
.childb .time{ display:block; text-align:center; margin-right:20px; float:left; width:103px; height:74px; border:1px solid #343434; padding:12px 0}
.childb .time p{ font-size:37px; font-family:Arial, Helvetica, sans-serif; line-height:45px;}
.childb .time span{ font-size:19px; font-family:Arial, Helvetica, sans-serif; line-height:25px}

.childb .txt{ display:block; float:left; width:370px; height:auto; }
.childb .txt p{font-size:16px; line-height:35px;height:35px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.childb .txt p a{font-size:16px; line-height:35px;}
.childb .txt span{line-height:25px; height:50px; color:#666; display:block; overflow:hidden}

.childb .more{display:block; float:right; color:#bf2a1e; font-size:14px; line-height:25px; padding-top:60px}

.rightnews{ width:542px; height:448px; display:block; float:right; background:#fff}
.rightnews .topimg{ width:542px; height:325px; display:block; overflow:hidden}
.rightnews .topimg img{ width:542px; height:325px;transform: scale(1);transition: all 1s ease-out;}
.rightnews .txt{ padding:15px 15px 30px}
.rightnews .txt .lb{ width:390px; height:auto; display:block; float:left}
.rightnews .txt .lb p{ font-size:16px; line-height:35px;height:35px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.rightnews .txt .lb p a{ font-size:16px; line-height:35px;}
.rightnews .txt .lb span{ line-height:25px; height:50px; color:#666; display:block; overflow:hidden}
.rightnews .txt .more{ width:96px; height:32px; display:block; float:right; text-align:center; line-height:32px; background:#bf2a1e; color:#fff}

.rightnews:hover .topimg img{transform: scale(1.2);}

/*foot*/
.foot{ width:100%; height: auto; margin:0 auto; background:#27282d; padding-top:25px; padding-bottom:25px; }
.foot .main{ width:1200px; height:auto; margin:0 auto; }

.botlogo{ display:block; float:left; margin-right:100px}
.botlogo img{ padding-top:80px}

.navigationa{ width:200px; height:auto; display:block; float:left; margin-right:80px}
.navigationa .title{ height:47px; line-height:47px; font-size:16px; color:#fffeff}
.navigationa .dec{ width:30px; height:1px; background:#bf2a1e; display:block}
.navigationa .content{ margin-top:10px}
.navigationa .content a{ width:50%; height:35px; display:block; float:left; line-height:35px; font-size:14px; color:#83838b}

.contact{ width:380px; height:auto; display:block; float:left; }
.contact .title{ height:47px; line-height:47px; font-size:16px; color:#fffeff}
.contact .dec{width:30px; height:1px; background:#bf2a1e; display:block}
.contact .content{ margin-top:10px; font-size:14px; line-height:35px; color:#83838b;}
.contact .content strong{ font-size:14px; line-height:35px; color:#d0d0d0}

.attention{ width:250px; height:auto; display:block; float:right}
.attention .title{height:47px; line-height:47px; font-size:16px; color:#fffeff}
.attention .dec{width:30px; height:1px; background:#bf2a1e; display:block}
.attention .content{ margin-top:10px;}
.attention .content1{}
.attention .content1 ul li{ float:left; margin-right:20px}
.attention .content2{ margin-top:10px; height:36px; color:#fffeff}
.attention .content3{ margin-top:25px; height:55px; color:#83838b; padding-left:52px; background:url(../images/bot_tel.png) 0 center no-repeat}
.attention .content3 p{ font-size:16px; color:#83838b; line-height:25px}
.attention .content3 span{ font-size:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#83838b; line-height:35px}

.footer{ width:100%; height:45px; margin:0 auto; background:#1a1a1a}
.footer ul{ width:1100px; height:45px; margin:0 auto;}
.footer ul li{ float:left; line-height:45px;font-size:14px; color:#777777;}
.footer ul li a{line-height:45px; font-size:14px; color:#777777;}







.lebox{ width:237px; height:auto}
.rigbox{ width:937px; height:auto}


.xwtiele{ background:url(../images/xwbtline.gif) no-repeat center 10px; width:100%;  text-align:center; height:130px}
.xwtiele h1{ font-size:25px; font-weight:100; line-height:35px; color:#d30313}
.xwtiele p{  line-height:35px; color:#333333;font-size:25px;}

.prolist{ width:237px; height:auto;}
.titcplde{ line-height:57px; text-align:center; font-size:20px; color:#fff; background:#bf2a1e;}
.mbcpny{ width:235px; height:auto; border:1px solid #e4e4e4; border-top:none; padding:5px 0}
.onelist{ display: block; width:216px; height:41px; line-height:41px; color:#333; font-size:16px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj.png) no-repeat 13px center #cfcfcf; margin:8px auto}
.onelist:hover{ text-decoration:underline; color:#fff}
.onelista,.onelista:hover{ display: block; width:216px; height:41px; line-height:41px; color:#fff; font-size:16px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj2.png) no-repeat 13px center #bf2a1e; margin:8px auto}

.twolist{ display: block; width:216px; height:30px; line-height:30px;  font-size:13px; text-indent:35px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px center}

.letelbox{ background:url(../images/letel.png) no-repeat 16px center #342c2a; padding:25px 0 25px 77px}
.letelbox p{ color:#fff; line-height:16px}
.letelbox{ color:#fff; font-family:impact; font-size:23px; line-height:32px}

.syewmd{ padding:40px 0}


.lxtit{ width:201px; height:35px;background:url(../images/dian.png) 11px 10px no-repeat #0261ae; line-height:35px; text-indent:46px; color:#fff; font-weight:bold; margin-top:17px}
.lxmaindw{ background:#dddddd; padding:10px 0 10px 10px}

.nban{ width:100%; height:600px; background:#dfdfdf;}

.detail_div{ font-size: 14px; color: #3e3a39;   line-height: 24px;}
.detail_div .header_banner.fixed img{ width:100%;}
.detail_div .outer{max-width:1160px; margin:50px auto;}
.detail_div .outer:after{ content:''; display:block; clear:both;}
.detail_div h3{margin:0 0 20px 0; padding:0 0 15px 0; position:relative; font-size:36px;font-weight: 800; line-height: 46px;}
.detail_div h3:after{ content:''; position:absolute; left:0; bottom:0; background:#3e3a39; width:95px; height:3px;}
.detail_div h4{ font-size:20px; margin:10px 0; font-weight:100}
.detail_div.gm_speech{ display:flex;flex-wrap: wrap;}
.detail_div.gm_speech:after{ content:''; display:block; clear:both;}
.detail_div.gm_speech .gm{ width:50%; background:url(../images/story_img005.jpg) center no-repeat; background-size:cover; }
.detail_div.gm_speech .gm img{ width:100%;}
.detail_div.gm_speech .speech{ width:50%; background:#eaf6fc; padding:10% 5%; }
.detail_div p{ margin:15px 0;}
.detail_div ul{ list-style:disc; padding-left:20px;}
.detail_div ol{ list-style:decimal; padding-left:20px;}
.detail_div b{ font-weight:800;}


.detail_div.products_category{ display:flex;flex-wrap: wrap; margin-top:105px}
.detail_div.products_category .imgwow{width:60%; height:630px; float:left}

.detail_div.products_category .products_list{ width:30%; background:#eee2f9; padding:4.5% 7% 4.5% 3%; float:right }
.detail_div.products_category .products_list.pink{ background:#fde8e7;}
.detail_div.products_category .products_list.blue{ background:#eaf5fb;}
.detail_div.products_category .products_list.yellow{ background:#eee2f9;}
.detail_div.products_category .products_list a{ color: #3e3a39;}
.detail_div.products_category .products_list ul{ display:flex;flex-wrap: wrap;}
.detail_div.products_category .products_list ul li{ font-weight:800; width:50%; list-style:disc }
.detail_div.products_category .products_list ul li li{ font-weight:400; width:80%; list-style:disc}
.detail_div.products_category .products_list ul li p{ margin:0; padding:0}


.m_1 {
}
.m_1 > li {
  overflow: hidden;
  position: relative;
}
.m_1 > li > a {
  display: block; width:210px; height:41px; line-height:41px; color:#333; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyja.png) no-repeat 13px center #eee; margin:8px auto
}

.m_1 > li:hover > a {
display: block; width:210px; height:41px; line-height:41px; color:#fff; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj.png) no-repeat 13px center #bf2a1e; margin:8px auto;text-decoration:underline; color:#fff
}

.m_1 > li > a.active{
display: block; width:210px; height:41px; line-height:41px; color:#fff; font-size:15px; text-indent:31px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; background:url(../images/cpyj2.png) no-repeat 13px center #bf2a1e; margin:8px auto;text-decoration:none; color:#fff
}

.m_1 > li .menu_btn {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.m_1 > li .menu_btn_active {
  background: ;
}
.m_1 > li .menu_btn:hover {
  background-color:;
}
.m_2 {
  display: none;
}




.m_2 > li {

}
.m_2 > li:last-child {

}
.m_2 > li:first-child {

}



.m_2 > li a{
  display: block; width:210px; height:30px; line-height:30px;  font-size:13px; text-indent:35px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px
}

.m_2 > li a:hover {
 display: block; width:210px; height:30px; line-height:30px;  font-size:13px; text-indent:35px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px; color:#ce2029; 
}

.m_2 > li a.active{
 display: block; width:210px; height:30px; line-height:30px;  font-size:13px; text-indent:35px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:url(../images/ercp.gif) no-repeat 20px 11px; color:#ce2029; font-weight:bold
}

.m_2 > li a span{ color:#666; font-family:宋体; font-style:14px; line-height:30px
}

.leftlx{ width:237px; height:auto; margin-top:25px}
.leftlx .title{ height:57px; display:block; text-align:center; line-height:57px; background:#bf2a1e; color:#fff; font-size:20px}
.leftlx .cont{ border:1px solid #e4e4e4; padding:10px; font-size:14px; line-height:28px}
.leftlx .cont *{font-size:14px; line-height:28px}


.mr_frbox2e {HEIGHT: 230px; width:1350px;  margin:-20px auto 0; position:relative; }
.mr_frbox2e .leftprole{ position:absolute; left:0; top:8px;CURSOR: pointer}
.mr_frbox2e .rightprore{ position:absolute; right:0; top:8px;CURSOR: pointer}




.teseall{ width:100%; height:360px; background:#ebf7ff; margin-top:30px; padding-top:40px}
.tese{ width:1000px; margin:0 auto;}
.tese .title{ width:1000px; text-align:center; height:50px}
.tese .title .oo{ width:1000px; font-size:25px; font-weight:bold}
.tese .title .oo span{ color:#f59039; font-size:30px; font-weight:bold}
.tese .content{ width:1100px; margin:0 auto; height:240px; padding-top:40px}
.tese .content .te{ width:164px;height:160px;background:url(../images/bg.gif) left top no-repeat;color:#fff; font-size:22px;padding-top:25px; text-align:center}
.tese .content .te span{ font-size:14px;color:#fff}
.margin{ margin-left:45px;}

.n1{ top:10px; left:0px; background:url(../images/01.jpg) no-repeat left top; }
.n2{ top:280px; left:0px; background:url(../images/02.jpg) no-repeat left top; }
.n3{ top:530px; right:0px; background:url(../images/03.jpg) no-repeat left top; }
.n4{ top:780px; right:0px; background:url(../images/04.jpg) no-repeat left top; }

.imgboxcpe{ width:1200px; height:230px; margin:0px auto 0; overflow:hidden}
.imgboxcpe ul li{ margin:0 11px 0 11px; display: inline; float:left; overflow:hidden;}
.imgboxcpe ul li a{ display:block; width:277px; height:226x; text-align: center; line-height:30px; text-align:center}
.imgboxcpe ul li a .imgali{ width:275px; height:194px; border:1px solid #a8a6a7; text-align:center; overflow:hidden}
.imgboxcpe ul li a .imgali img{max-width:275px; max-height:194px; vertical-align: middle;transition:all 0.8s;-webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s; }
.imgboxcpe ul li a:hover .imgali img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}


.mianabouy{ width:100%; height: auto; background:url(../images/abbg.jpg) repeat; padding:50px 0 60px}
.conbrab{ width:1200px; height:auto; margin:0 auto}

.wenbo{ width:540px; height: auto; margin:0 0 15px 0}
.abpbti{ line-height:70px; font-size:30px; font-weight:bold; color:#bf2a1e; border-bottom:2px solid #bf2a1e; margin-bottom:15px}


.red{ display:block; width:136PX; height:39PX; background:#bf2a1e; text-align:center; line-height:39PX; text-align:center; color:#FFF}
.red:hover{ background:#bf2a1e; color:#fff}




.bor50{ border-top:50px solid #fff}

.titcpdlu{ height:57px; background:#342c2a}
.titcpdlu p{ font-size:24px; font-weight:bold; line-height:57px; padding:0 30px; color:#fff; background:#e70012}
.titcpdlu a,.titcpdlu a:hover{ font-family:Arial, Helvetica, sans-serif; padding:0 20px; color:#fff; line-height:57px}

.hei300{ height:300px}
.newsnylef{ width:210px; margin:0 auto;}
.newsnylef a{ border-bottom:1px dashed #999999; height:35px; line-height:35px; width:210px; margin:0 auto; overflow:hidden; display:block; background:url(../images/tb.jpg) no-repeat 5px 15px; text-indent:20px}

.sgbanner{ background:url(../images/banner1.jpg) no-repeat center 0; width:100%; height:300px}

.proshhome{ width:937px; height: auto}
.propiclist{ width:287px; height:228px; margin:10px 10px 10px 13px; display:inline; float:left; position:relative; overflow:hidden;text-align:center}

.propiclist .imgboxcp{width:285px;height:200px; border:1px solid #a9a9a9; overflow:hidden}
.propiclist span{height:100%; display:inline-block; vertical-align: middle}
.propiclist img{  max-width:285px; max-height:200px;transition:all 0.8s;-webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s; vertical-align: middle;}
.propiclist:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.propiclist p{ line-height:35px; text-align:center; font-size:14px; font-weight:bold; height:35px; width:285px; display:block; overflow:hidden; position:absolute; top:203px; left:0px; transition:all .3s ease;}



.propiclistcp{ width:282px; height:245px; margin:10px 5px 10px 20px; display:inline; float:left; position:relative; overflow:hidden;text-align:center}
.propiclistcp .imgboxcp2{width:280px;height:210px; border:1px solid #a9a9a9; overflow:hidden}
.propiclistcp span{height:100%; display:inline-block; vertical-align: middle}
.propiclistcp img{  max-width:280px; max-height:210px;transition:all 0.8s;-webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s; vertical-align: middle;}
.propiclistcp:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.propiclistcp p{ line-height:35px; text-align:center; font-size:15px; font-weight:100; height:35px; width:280px; display:block; overflow:hidden; position:absolute; top:210px; left:0px; transition:all .3s ease;}


.propical{ width:223px; height:198px; margin:15px 0px 15px 15px; display:inline; float:left; position:relative; overflow:hidden; border:1px solid #ddd}
.propical img{  width:223px; height:163px;transition:all 0.8s;-webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;}
.propical:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.propical p{ line-height:35px; text-align:center; font-size:14px; font-weight:bold; height:35px; width:223px; display:block; overflow:hidden; position:absolute; top:163px; background:#fff; left:0; transition:all .3s ease;}
.propical:hover p{ color:#333; background:#dfdfdf}





.propiclist2{ width:207px; height:172px; margin:8px 11px; display:inline; float:left}
.propiclist2 img{ padding:5px; width:195px; height:136px; border:1px solid #efefef}
.propiclist2 p{ line-height:30px; text-align:center; font-size:14px; font-weight:bold; height:30px; width:200px; display:block; overflow:hidden}
.propiclist2:hover p{ color:#ff6600}


.proshhome22{ width:901px; height: auto; border:1px solid #dfdfdf; background:#fff; padding:10px 18px}
.proshhome22 img{ max-width:900px}
.listbot{ width:96%; margin:30px auto; text-align:right; line-height:50px; border-top:1px solid #dfdfdf;}

.proshhome33{ width:917px; height: auto; border:1px solid #dfdfdf; background:#fff; padding:10px}







.titleny{ width:917px; height:30px; border:1px solid #dfdfdf; background:#f1f1f1; padding:0 10px; margin-bottom:20px}
.titleny,.titleny *{ line-height:30px}
.titleny h3{ font-weight:bold;}

.newslist_b{ height:100px; width:900px; margin:10px auto 10px; border-bottom:1px dashed #aaa}
.newslist_b .titlenews{ height:35px; width:900px; line-height:38px;}
.newslist_b .titlenews a{ height:35px; width:760px; display:block; overflow:hidden; line-height:35px; font-size:16px;text-overflow:ellipsis;white-space:nowrap; font-weight:bold}
.newslist_b .titlenews span{ height:35px; width:98px; display:block; text-align:right; overflow:hidden; line-height:35px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#bf2a1e}
.newslist_b .abstract{ display:block; height:44px; overflow:hidden; width:900px}
.newslist_b .abstract,.newslist_b .abstract *{line-height:22px; font-size:14px;}

.guestbook_top{ height:40px; background:#eee; line-height:40px; padding:0 10px 0 17px;}
.guestbook_top .mustwrt{ display:block; float:right;} 
.guestbook_top .mustwrt em{ color:#ff0000; font-style:normal}


.guestbook_form .inp_one{ width:420px;height:30px;outline: none;border:1px solid #ccc;padding-left: 4px;}
.guestbook_form .inp_one:focus{border:1px solid #0080CA;}
.guestbook_form{ padding:20px 20px 0;}
.guestbook_form dl{ width:100%; overflow:hidden;line-height:25px; height:25px; padding:10px 0;}
.guestbook_form dt{ width:80px; float:left;}
.guestbook_form dd{ width:740px; float:left; }
.guestbook_form dd span{padding-left:20px}
.guestbook_form dd span i{ color:#F00; padding:0 5px; }
.guestbook_form dd span.quetion{ display:block; line-height:35px; margin-top:10px}
.guestbook_form dd span.quetion em{ font-style:normal;}
.guestbook_form .bookdl{ height:240px; overflow:hidden;line-height:20px; padding-bottom:0;}
.guestbook_form .button{width:150px;height:32px; background:#b8b8b8; border:none; margin-right:10px; color:#fff;cursor: pointer;}
.guestbook_form .button:hover{ background:#f1f1f1; color:#555;}
.guestbook_form .form_b{ width: 693px;margin:0 auto;padding:20px 0 20px 0;}

.guestbook_title{ padding:20px 20px 0; color:#2a6cd4}
.guestbook_title strong{ color:#f00;}
.guestbook_title b{ padding:0 10px; font-weight:normal;}
.guestbook_cnt{ padding:5px 20px 20px;border-bottom: 1px dashed #ccc}
.guestbook_reply{ color:#f00; background:#f6f6f6; line-height:40px;}


.proshow{ width:882px; margin:0 auto}
.proshow .prtitle{ line-height:35px; text-align:center; font-size:25px; padding:10px 0; font-weight:bold}

.proshow .fubio{ line-height:40px; background:#f5f5f5; text-align:center; border-bottom:20px solid #fff}

.proshow .primgpic{ width:882px; height:auto; overflow-x:hidden; margin:0 auto; text-align:center}
.proshow .primgpic img{ max-width:880px; border:1px solid #ddd}
.proshow .prtent img{max-width:880px; margin-top:5px; margin-bottom:5px}
.proshow .prtent{ padding-left:10px; padding-right:10px}
.proshow .anotnd{ padding-left:10px; padding-right:10px; border-top:1px dashed #aaa; border-bottom:1px dashed #aaa; margin:20px auto}
.proshow .anotnd,.proshow .anotnd *{ color:#666; line-height:35px}
.proshow .next{ padding:0px 20px 20px; color:#666}
.proshow .pos{ height:16px; line-height:16px; border-bottom:1px dashed #aaa; text-align:center; padding-bottom:8px; margin-bottom:15px; color:#999}
.proshow .prtent p{ margin-top:10px;margin-bottom:10px}



.proshowkp{ width:902px; margin:0 auto; border-top:15px solid #fff; border-bottom:15px solid #fff}
.proshowkp .prtitlekp{ line-height:35px; text-align:center; font-size:25px; padding:10px 0; font-weight:bold}
.proshowkp .fubiokp{ line-height:30px; background:#f1f1f1; text-align:center; border-bottom:20px solid #fff}
.proshowkp .primgpickp{ width:902px; height:auto; overflow-x:hidden; margin:0 auto; text-align:center}
.proshowkp .primgpickp img{ max-width:900px; border:1px solid #ddd}
.proshowkp .prtentkp img{max-width:900px; margin-top:5px; margin-bottom:5px}
.proshowkp #niuids span{ color:#999;}
.proshowkp #niuids b{ font-family:impact; color:#e51d20; line-height:35px; font-size:25px}
.proshowkp #niuids p{ padding:5px 0}
.proshowkp .nextkp{ margin:30px auto; border-top:1px solid #ddd; padding-top:10px}



.martop20{ margin-top:20px}

.rigcpsh{ width:937px; height:auto}

.showtitle{ width:935px; height:50px;background:#eeeeee}
.showtitle .btdfge{ padding:0 35px;  font-size:18px;line-height:50px; background:#bf2a1e; color:#fff}
.showtitle .wettt2{ padding:0 20px 0 16px; background:url(../images/home.png) 0 center no-repeat; }
.showtitle .wettt2,.showtitle .wettt2 *{ color:#888; line-height:50px; font-size:13px}
.proboxsh{ width:935px; height:auto; border:1px solid #e4e4e4; margin-top:20px}

.proshny{ width:868px; height: auto; padding:20px; margin:0 auto; min-height:486px;}
.proshny img{ max-width:860px}
/*.proshny,.proshny *{ line-height:35px; font-size:16px}*/





.XRegina{ width: 100%;left: 0; top:280px; z-index: 9; display: block; background:url(../images/bg.jpg) repeat }
.XRegina .heada{height:45px; background:#4d4d4d; color:#fff; line-height:45px; font-size:15px;}
.XRegina .heada ul li{ float:left; line-height:45px; font-size:15px; color:#fff; display:block; text-align:center}
.XRegina .heada ul li.li1{ width:16%}
.XRegina .heada ul li.li2{ width:20%}
.XRegina .heada ul li.li3{ width:16%}
.XRegina .heada ul li.li4{ width:16%}
.XRegina .heada ul li.li5{ width:16%}
.XRegina .heada ul li.li6{ width:16%}
.XRegina .contenta{ width:100%; height:auto; background:url(../images/bg.jpg) repeat;line-height:45px; font-size:15px;}
.XRegina .contenta a{ width:100%; height:45px; display:block; color:#333; border-bottom:dotted 1px #CCC}
.XRegina .contenta a:hover{ width:100%; height:45px; display:block; background:#ffeaea;color:#bf2a1e}

.XRegina .contenta ul li{ float:left; line-height:45px; font-size:15px;display:block; text-align:center}
.XRegina .contenta ul li a{line-height:45px; font-size:15px; color:#333; }
.XRegina .contenta ul li a:hover{line-height:45px; font-size:15px; color:#ca0000; }


.XRegina .contenta ul li.li1{ width:16%; height:45px;}
.XRegina .contenta ul li.li2{ width:20%; height:45px;}
.XRegina .contenta ul li.li3{ width:16%; height:45px;}
.XRegina .contenta ul li.li4{ width:16%; height:45px;}
.XRegina .contenta ul li.li5{ width:16%; height:45px;}
.XRegina .contenta ul li.li6{ width:16%; height:45px;}



.page{ width:95%;margin:10px auto; line-height:30px; text-align:right;}
.page span{ display:inline-block; padding:0 10px 0 0;}
.page a.num.select{ padding:3px 10px; color:#fff; background:#ce2029}
.page a.num{padding:0 10px;}
.page a.num:hover{ padding:3px 10px; color:#fff; background:#ce2029}


/*联系我们*/
#telback{background: url(../images/lxs.png) no-repeat 40px -30px;
    min-height:370px;
    padding: 80px 0 0 440px;
    width: 360px; font-size:15px; line-height:30px
}
#telback strong{font-size:16px; color:#bf2a1e; line-height:35px; font-weight:bold}

/*在线地图*/
.week_map {
	position: relative;
	height: 450px;
	max-width: 840px; margin:0 auto;
	margin-bottom: -5px;
	padding:10px 10px;
	border:#999 dashed 1px;
}
#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}


.gwd_text{ width:400px; height:30px; border:1px solid #ccc; line-height:30px}

/*翻页*/
.page{ width:100%;margin:20px auto 10px; line-height:30px; text-align:right; padding-top:20px; border-top:1px solid #cfcfcf}
.page span{ display:inline-block; padding:0 10px 0 0; }
.page a.num.select{ padding:6px 10px; color:#fff; background:#bf2a1e;border:1px solid #cccccc; margin:0 5px;}
.page a.num{padding:6px 10px;border:1px solid #cccccc; margin:0 5px; background:#fff}
.page a.num:hover{ padding:6px 10px; color:#fff; background:#bf2a1e; margin:0 5px}



.cplista{ width:1200px; height:482px; margin:0 auto; margin-top:50px}


.framebb{width:643px; height:482px; display:block;position:relative}
.framebb .topimg{ width:643px; height:482px; display:block; overflow:hidden}
.framebb .topimg img{display: block;width:643px;height:482px;transform: scale(1);transition: all 1s ease-out;}
.framebb .frame{ display:none}

.framebb:hover .topimg img{transform: scale(1.2);}
.framebb:hover .frame{display: block;width:643px;height:300px; padding-top:182px;text-align: center;position: absolute;top: 0;left: 0;background: url(../images/deca.png) repeat}
.framebb:hover .frame p{font-size:25px; line-height:40px; color:#fff}
.framebb:hover .frame .more{ width:150px; height:35px; margin:0 auto; margin-top:20px; border:1px solid #fff; display:block; text-align:center; line-height:35px; font-size:16px; color:#fff}


.framecc{width:540px; height:232px; display:block;position:relative}
.framecc .topimg{ width:540px; height:232px; display:block; overflow:hidden}
.framecc .topimg img{display: block;width:540px;height:232px;transform: scale(1);transition: all 1s ease-out;}
.framecc .frame{ display:none}

.framecc:hover .topimg img{transform: scale(1.2);}
.framecc:hover .frame{display: block;width:540px;height:170px; padding-top:62px;text-align: center;position: absolute;top: 0;left: 0;background: url(../images/deca.png) repeat}
.framecc:hover .frame p{font-size:25px; line-height:40px; color:#fff}
.framecc:hover .frame .more{ width:150px; height:35px; margin:0 auto; margin-top:20px; border:1px solid #fff; display:block; text-align:center; line-height:35px; font-size:16px; color:#fff}

.cplist{ width:1235px; height: auto; margin:0 auto; margin-top:50px}
.cplist .lefta{ display:block; float:left; width:685px; height:630px}
.cplist .lefta img{width:685px; height:630px;transform: scale(1);transition: all 1s ease-out;}
.cplist .lefta:hover img{transform: scale(1.1);}

.cplist .righta{ display:block; float:right; width:548px; height:auto}
.cplist .righta .ba{ width:511px; height:322px}
.cplist .righta .ba img{width:511px; height:322px;transform: scale(1);transition: all 1s ease-out;}
.cplist .righta .ba:hover img{transform: scale(1.1);}

.cplist .righta .bb{ width:548px; height:382px}
.cplist .righta .bb img{width:548px; height:382px;transform: scale(1);transition: all 1s ease-out;}
.cplist .righta .bb:hover img{transform: scale(1.1);}


.listaa{ width:100%; height:auto; margin:0 auto}
.listaa ul li{ width:50%; height:auto; display:block; float:left}
.lista{ width:100%; height:26px; display:block;line-height:26px; color:#3e3a39; font-weight:bold; background:url(../images/icon.gif) 0 center no-repeat; text-indent:18px}
.listaa ul li dl dt{ width:100%; height: auto;}
.listb{ width:100%; height: auto; display:block;line-height:26px; color:#3e3a39; font-weight:100; text-indent:18px}