@charset "utf-8";
/* CSS Document */
html{ overflow-y:scroll;}
body { magin: 0px; min-width: 1220px; background-color: #fae8c8; }
* { padding: 0px; margin: 0px; font-family: Arial, "微软雅黑"; }
dd, dl, dt, ul, li { margin: 0; padding: 0; list-style: none; }
img { border: none; }
input { margin: 0; outline: none }
a { text-decoration: none; }
a:link { color: inherit; }
a { color: #333; }
/* top */
.topBox { background-color: #fff; border-bottom: 2px solid #f8dda7; }
.top { width: 1220px; height: 80px; margin: auto; }
.logo { float: left; height: 80px; }
.logo img { height: 80px; }
.nav1 { float: right; }
.nav1 ul { margin-top: 25px; font-size: 16px; color: #4d4d4d; }
.nav1 ul li { float: left; margin-left: 10px; height: 60 }
.nav1 ul li a { display: block; float: left; line-height: 30px; text-align: center; padding-left: 8px; padding-right: 8px; border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; transition-duration: .5s; }
.nav1 ul li:hover a { transition-duration: .5s; background-color: #f14225; color: #fff; }
.nav1 .nav-on { background-color: #f14225; color: #fff; }
.nav1 .yyxz { background: url(../images/icon1.png) no-repeat right center; padding-right: 16px; }
.nav1 ol .yyxz:hover { background: url(../images/icon01.png) no-repeat right center; }
.nav1 ul .nav2 { padding-top: 25px; position: absolute; display: none; z-index: 9999; top: 55px; color: #4d4d4d; }
.nav1 ul .nav2 dd { height: 36px; background-color: #68bd1d; border-bottom: 1px solid #fff; }
.nav1 ul .nav2 a { line-height: 36px; font-size: 15px; color: #fff; padding-left: 14px; padding-right: 14px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.nav1 ul li:hover .nav2 a { background-color: #68bd1d; }
/*top end*/

/* fullSlide */
.fullSlide { width: 100%; min-width: 1220px; position: relative; height: 400px; background: #fff; }
.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: 400px; overflow: hidden; text-align: center; position: relative; }
.fullSlide .bd li a { display: block; height: 400px; }
.fullSlide .hd { width: 100%; position: absolute; z-index: 1; bottom: 0; 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: 42px; height: 11px; margin: 1px; overflow: hidden; background: #000; filter: alpha(opacity=50); opacity: 0.5; line-height: 999px; }
.fullSlide .hd ul .on { background: #f00; }
.fullSlide .prev, .fullSlide .next { display: block; position: absolute; z-index: 1; top: 50%; margin-top: -30px; left: 15%; z-index: 1; width: 40px; height: 60px; background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat; cursor: pointer; filter: alpha(opacity=50); opacity: 0.5; display: none; }
.fullSlide .next { left: auto; right: 15%; background-position: -6px -137px; }
/* fullSlide end*/
/*承接项目&问答*/
.indexBox1 { overflow: hidden; width: 1220px; height: 400px; margin: 75px auto; border-radius: 6px 6px 6px 6px; -moz-border-radius: 6px 6px 6px 6px; -webkit-border-radius: 6px 6px 6px 6px; background-color: #FFF; }
.title1 span { display: inline-block; padding-left: 16px; padding-right: 16px; line-height: 36px; text-align: center; font-size: 18px; font-weight: bold; color: #FFF; background-color: #f14225; border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; }
.title1 span a { color: #FFF; }
.indexBox1 .cjxm { width: 660px; float: left; margin-top: 26px; margin-left: 30px; }
.indexBox1 .cjxm .cjxmTxt { display: inline-block; margin-top: 30px; line-height: 24px; font-size: 15px; color: #4d4d4d; }
.indexBox1 .cjxm .cjxmTxt:hover strong { color: #f14225; }
.indexBox1 .cjxm .cjxmShow { margin-top: 20px; }
.indexBox1 .cjxm .cjxmShow a { position: relative; margin: 15px; display: inline-block; text-align: center; color: #4d4d4d; transition-duration: .5s; }
.indexBox1 .cjxm .cjxmShow a:hover { color: #f14225; transition-duration: .5s; }
.indexBox1 .cjxm .cjxmShow a img { border: 3px solid #272737; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; transition-duration: .5s; }
.indexBox1 .cjxm .cjxmShow a:hover img { border: 3px solid #f14225; transition-duration: .5s; }
.indexBox1 .cjxm .cjxmShow a .cjxmShowImg { position: absolute; top: 0px; left: 0px; display: none; transition-duration: .5s; }
.indexBox1 .yw { width: 420px; float: right; margin-top: 26px; margin-right: 30px; overflow: hidden; }
.indexBox1 .yw .up { margin-top: 8px; height: 246px; overflow: hidden; }
.indexBox1 .yw .up li { border-bottom: 1px dashed #4d4d4d; padding-bottom: 10px; margin-top: 22px; }
.indexBox1 .yw .up b { width: 420px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; display: inline-block; font-size: 15px; color: #4d4d4d; }
.indexBox1 .yw .up p { font-size: 13px; color: #4d4d4d; line-height: 24px; }
.indexBox1 .yw .ywButton a { border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; background-color: #f14225; color: #fff; font-size: 14px; display: inline-block; line-height: 26px; padding-left: 16px; padding-right: 16px; transition-duration: .5s; }
.indexBox1 .yw .ywButton { margin-top: 12px; }
.indexBox1 .yw .ywButton a:hover { background-color: #68bd1d; transition-duration: .5s; }
/*承接项目&问答 end*/
/*案例*/
.anli { width: 1241px; margin: auto; margin-top: 85px; }
.anli .title1 { display: block; width: 110px; margin: auto; margin-bottom: 40px; }
.anli ul { overflow: hidden; }
.anli ul li { float: left; background-color: #fff; padding-bottom: 12px; margin-left: 10px; margin-right: 10px; }
.anli ul li .anliImg { position: relative; }
.anli ul li .anliImg img { width: 290px; height: 210px; }
.anli ul li .anliImg .anliImgBg { position: absolute; bottom: 0px; z-index: 1; background: url(../images/img2.png) no-repeat; display: block; height: 10px; width: 290px; }
.anli ul li h1 { font-size: 24px; font-weight: normal; width: 255px; margin: auto; margin-top: 6px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; color: #333333; }
.anli ul li h1:hover { color: #f14225; }
.anli ul li p { display: block; font-size: 15px; width: 255px; margin: auto; margin-top: 6px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; color: #4d4d4d; }
/*案例 end*/
/*公司简介*/
.aboutBox { margin-top: 85px; background-color: #fff; }
.about { width: 1220px; margin: auto; overflow: hidden; padding-bottom: 30px }
.about .aboutImg { float: left; position: relative; width: 400px; height: 280px; margin-top: 60px; margin-right: 40px; border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; background-color: #d9d9d9; }
.about .aboutImg img { position: absolute; top: -12px; left: 8px; width: 400px; height: 280px; border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; }
.about .aboutTxt { margin-top: 60px; }
.about .aboutTxt b { display: block; margin-bottom: 6px; font-size: 18px; color: #f14225; }
.about .aboutTxt p { line-height: 25px; font-size: 14px; color: #4d4d4d; }
.about .aboutTxt a { display: block; line-height: 25px; font-size: 14px; color: #999999; margin-top: 6px; transition-duration: .5s; }
.about .aboutTxt a:hover { color: #f14225; transition-duration: .5s; }
/*公司简介 end*/
/*承诺&news*/
.cnxw { width: 1220px; margin: auto; margin-top: 85px; overflow: hidden; }
.cnxw .cn { float: left; width: 700px; overflow: hidden; }
.cnxw .cn .cnBox { height: 290px; background-color: #fff; }
.cnxw .cn .cnBox img { margin: 30px 26px 0px 30px; float: left; }
.cnxw .cn .cnBox p { display: block; margin: 0px 30px 10px 30px; padding-top: 30px; font-size: 14px; line-height: 24px; color: #4d4d4d; }
.cnxw .cn .cnBox a { display: block; margin-left: 30px; line-height: 25px; font-size: 14px; color: #999999; margin-top: 6px; transition-duration: .5s; }
.cnxw .cn .cnBox a:hover { color: #f14225; transition-duration: .5s; }
.cnxw .news { width: 480px; float: right; }
.cnxw .news .newsBox { height: 290px; border-top: 1px solid #f14225; overflow: hidden; }
.cnxw .news .newsBox li { background-color: #fff; border-bottom: 1px dotted #f14225; }
.cnxw .news .newsBox li a { display: block; overflow: hidden; }
.cnxw .news .newsBox li span { display: inline-block; line-height: 57px; float: left; margin-left: 20px; font-size: 14px; color: #4d4d4d; width: 340px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.cnxw .news .newsBox li p { display: inline-block; float: right; margin-right: 10px; line-height: 57px; font-size: 14px; color: #999; }
/*承诺&news end*/

/*foot*/
.footNav { text-align: center; float: left; padding-top: 8px; }
.footNav ul { display: inline-block; overflow: hidden; }
.footNav li { float: left; margin: 0px 20px 0px 20px; }
.footNav li a { color: #fff; font-size: 15px; line-height: 30px; }
.footNav dd a { color: #ccc; font-size: 12px; line-height: 30px; }
.footNav dd a:hover { color: #fff; }
.footBox { margin-top: 100px; background-color: #4d4d4d; }
.foot { width: 1220px; margin: auto; padding-top: 10px; padding-bottom: 6px; overflow: hidden; }
.foot .foot-txt { float: left; margin-left: 40px; }
.foot .foot-txt p { line-height: 24px; font-size: 12px; color: #fff; }
/*foot end*/
/*banner*/
.bannerImg { width: 100%; height: 300px; background: no-repeat center; }
/*banner  end*/
/*面包屑*/
.locateBox { margin-top: 2px; height: 60px; background-color: #f14225; }
.locate { width: 1220px; margin: auto; overflow: hidden; }
.locate a, .locate p { margin-right: 10px; float: left; line-height: 60px; text-align: center; color: #fff; font-size: 13px; max-width: 300px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
/*面包屑 end*/
/*子页共同css*/
.contact { width: 1220px; margin: auto; margin-top: 50px; overflow: hidden; }
/*左侧导航*/
.contact .contact-l { width: 280px; float: left; }
.contact .contact-l .snav li { background: url(../images/icon9.png) no-repeat right; background-color: #fff; border-bottom: 1px solid #d9d9d9; transition-duration: .5s; }
.contact .contact-l .snav li:hover { background-color: #68bd1d; transition-duration: .5s; }
.contact .contact-l .snav .snav-on { background-color: #68bd1d; }
.contact .contact-l .snav .snav-on a { color: #fff; }
.contact .contact-l .snav li a { height: 60px; width: 230px; text-indent: 20px; font-size: 18px; line-height: 60px; color: #4d4d4d; display: block; transition-duration: .5s; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.contact .contact-l .snav li a:hover { color: #FFF; transition-duration: .5s; }
/*左侧导航 end*/
/*右侧内容*/
.contact .contact-r { width: 900px; min-height: 670px; overflow: hidden; float: right; background-color: #fff; }
.r-title { padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-bottom: 40px; }
.r-title h1 { font-size: 18px; color: #f14225; width: 760px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
/*内容页面*/
.contact .contact-r .Company-Profile { width: 820px; padding: 20px 40px 40px 40px; }
.contact .contact-r .Company-Profile-img { float: left; margin-right: 20px; }
.contact .contact-r .Company-Profile span { line-height: 26px; font-size: 15px; color: #4d4d4d; }
.contact .contact-r .Company-Profile span strong { color: #f14225; }
/*内容页面 end*/
/*产品案例页面*/
.anliBox { width: 820px; padding: 20px 40px 40px 40px; }
.anliBox .anli-ul { overflow: hidden; }
.anliBox .anli-ul li { float: left; margin-left: 20px; margin-right: 20px; width: 370px; background-color: #fff; color: #4d4d4d; margin-bottom: 40px; }
.anliBox .anli-ul li .anliImg { position: relative; }
.anliBox .anli-ul li .anliImg img { width: 100%; background: url(../images/img2.png) no-repeat bottom; }
.anliBox .anli-ul li .anliImg .anliImgBg { position: absolute; bottom: -1px; z-index: 1; background: url(../images/img02.png) no-repeat; display: block; height: 13px; width: 370px; }
.anliBox .anli-ul li h1 { font-size: 18px; line-height: 40px; width: 370px; text-indent: 20px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; background-color: #ebebeb; }
.anliBox .anli-ul li p { font-size: 15px; padding-bottom: 10px; width: 370px; text-indent: 20px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; background-color: #ebebeb; }
.anliBox .anli-ul li h1:hover { color: #f14225; }
.anli2 { width: 820px; padding: 20px 40px 40px 40px; overflow: hidden; font-size: 15px; color: #4d4d4; }
/*图片放大镜样式*/
.jqzoom { float: left; border: none; position: relative; padding: 0px; cursor: pointer; margin: auto; display: block; width: 450px; }
.zoomdiv { z-index: 100; position: absolute; top: 0px; left px;
width: 350px; height: 350px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }
.jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 20px; height: 20px; border: 1px solid #aaa; background: #ffffff /*url(../images/zoom.png) 50% center no-repeat*/; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); }
/*图片小图预览列表*/
.fangdajing { float: left; margin-right: 20px; }
.spec-preview { width: 450px; height: 315px; border: 1px solid #DFDFDF; }/*展示图片框*/
.spec-scroll { clear: both; margin-top: 10px; width: 450px; }
.spec-scroll .prev { float: left; margin-right: 4px; }
.spec-scroll .next { float: right; }
.spec-scroll .prev, .spec-scroll .next { display: block; font-family: "宋体"; text-align: center; width: 37px; height: 70px; cursor: pointer; text-decoration: none; margin: 0 0 0 0; }
.spec-scroll .items { float: left; position: relative; width: 360px; height: 92px; overflow: hidden; margin-left: 8px; }
.spec-scroll .items ul { position: absolute; width: 999999px; height: 72px; }
.spec-scroll .items ul li { float: left; width: 120px; text-align: center; }
.spec-scroll .items ul li img { border: 1px solid #CCC; padding: 2px; width: 90px; height: 70px; }
.spec-scroll .items ul li img:hover { border: 1px solid #FF6600; padding: 1px; }
/*放大镜CSS  end*/
	

/*页码代码	*/
#pageGro { width: 320px; height: 25px; margin: 0px auto; }
#pageGro div, #pageGro div ul li { font-size: 12px; color: #999; line-height: 23px; float: left; margin-left: 5px; }
#pageGro div ul li { width: 22px; text-align: center; border: 1px solid #999; cursor: pointer; }
#pageGro div ul li.on { color: #fff; background: #f14225; border: 1px solid #f14225; }
#pageGro .pageUp, #pageGro .pageDown { width: 63px; border: 1px solid #999; cursor: pointer; }
#pageGro .pageUp { text-indent: 23px; background: url(images/pageUp.png) 5px 7px no-repeat; }
#pageGro .pageDown { text-indent: 5px; background: url(images/pageDown.png) 46px 6px no-repeat; }
/*页码代码 end*/
/*产品案例页面 end*/
/*新闻页面*/

.news1 { width: 820px; padding: 20px 40px 40px 40px; }
.news1 .news1-ul { padding-bottom: 30px; }
.news1 .news1-ul li a { overflow: hidden; border-bottom: 1px dashed #f14225; display: block; }
.news1 .news1-ul li a p { float: left; margin-left: 10px; font-size: 15px; font-weight: bold; color: #4d4d4d; line-height: 55px; width: 680px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.news1 .news1-ul li a span { float: right; font-size: 13px; margin-right: 20px; color: #999; line-height: 55px; }
.news1 .news1-ul li a:hover p, .news1 .news1-ul li a:hover span { color: #68bd1d; }
/*新闻页面 end*/
/*答疑解惑*/
.dyjh { width: 820px; padding: 20px 40px 40px 40px; }
.dyjh li { margin-bottom: 10px; }
.dyjh .dyjh-click { display: inline-block; font-weight: bold; width: 800px; color: #68bd1d; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.dyjh .dyjh-click2 { color: #f14225; }
.dyjh .dyjh-hide { font-size: 15px; color: #4d4d4d; line-height: 22px; display: none; margin-top: 14px; margin-bottom: 14px; }
/*答疑解惑*/
/*联系我们*/
.contactBox { width: 820px; padding: 20px 40px 40px 40px; }
.contactBox .contactBox-top { overflow: hidden; }
.contactBox .img2 { float: left; width: 42%; margin-right: 40px; }
.contactBox span p { font-size: 15px; color: #4d4d4d; line-height: 30px; }
.contactBox h2 { display: block; font-size: 18px; color: #f14225; display: block; margin-bottom: 20px; }
/*map*/
.contactBox .contactBox-map { margin-top: 60px; }
.index-world-list { padding-top: 60px; display: block; }
/*联系我们 end*/
.cpzc ol { height: 30px; }
.cpzc li { overflow: hidden; margin-bottom: 14px; height: auto; width: 820px; }
.cpzc li p, .cpzc li input, .cpzc li select, .cpzc li textarea { float: left; font-size: 15px; line-height: 30px; color: #333; }
.cpzc li b { font-size: 13px; color: #333; }
.cpzc li a { float: left; }
.more-cpzc { background-color: #f08300 }
.cpzc li .cpzc-name { width: 160px; display: block; text-align: right; }
.cpzc input { width: 300px; height: 30px; border: 1px solid #CCC; margin-left: 6px; margin-right: 14px; text-indent: 16px; }
.cpzc select { width: 300px; height: 30px; border: 1px solid #CCC; margin-left: 6px; margin-right: 14px; text-indent: 16px; }
.cpzc textarea { width: 300px; height: 30px; border: 1px solid #CCC; margin-left: 6px; margin-right: 14px; text-indent: 16px; }
.cpzc .button { border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; background-color: #f14225; color: #fff; font-size: 14px; display: inline-block; line-height: 26px; padding-left: 16px; padding-right: 16px; transition-duration: .5s; margin-left: 166px; }
.cpzc .button { margin-top: 12px; }
.cpzc .button:hover { background-color: #68bd1d; transition-duration: .5s; }

/*右侧内容 end*/
/*子页共同css end*/

.new-con{ font-size:12px; font-weight:normal; line-height:24px;}

.pages { clear:left; margin-top:6px; margin: 0 auto; text-align:center; line-height:35px; }
.pages a, .pages font, .pages i { border: 1px solid #DDD; color: #333;  padding: 5px 10px; text-decoration: none; font-size:12px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px; }
.pages b { border: 1px solid #f14225;padding: 5px 10px; text-decoration: none; background: #f14225; color:#FFF; font-size:12px; -webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;}
.pages a:hover { border: 1px solid #f14225;  padding: 5px 10px; text-decoration: none; background: #f14225; color:#FFF; font-size:12px;}
		
