@charset "utf-8";
/*全局*/
* {
  margin: 0;
  padding: 0;
}
.wrap {
  width: 100%;
  float: left;
  clear: both;
}
.en_container{ width: 1000px; margin: 0 auto;}
.container {
  width: 1000px;
  margin: 0 auto;
}
.main {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}
body {
  min-width: 1200px;
  min-height: 100%;
  color: #333;
  font-size: 13px;
  background: #fff;
  font-family: "microsoft yahei", arial;
  -webkit-font-smoothing: antialiased;
  padding-top: 157px;
}
body img {
  border: none;
  max-width: 100%;
}
body a {
  text-decoration: none;
  color: #555;
  line-height: 200%;
}
body ul,
body ol {
  list-style: none;
}
body em {
  font-style: normal;
}
body input,
body textarea,
body select {
  border: none;
  outline: none;
}
/*简易*/
.f12 {
  -webkit-font-smoothing: none;
  font-size: 12px;
}
.overflow-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-arial {
  font-family: arial;
}
.w100 {
  width: 100%;
}
.display100 {
  display: block;
  width: 100%;
  height: 100%;
}
.rel {
  position: relative;
}
.m-h500 {
  height: 500px;
}
.clearfix:after {
  clear: both;
  visibility: hidden;
  display: table;
  content: '';
  height: 0;
}
/*top*/
.header_bk {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-bottom: 1px #eee solid;
  box-sizing: border-box;
}
.header {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}
.header .logo {
  width: auto;
  height: 85px;
  float: left;
  width: 285px;
  background: url(logo.png) no-repeat;
  margin-top: 11.5px;
}

.header .nav {
  width: auto;
  float: right;
  height: 100%;
}
.header .nav li {
  width: auto;
  height: 100%;
  float: left;
  overflow: hidden;
}
.header .nav span{ display: block; color: #c7c7c7; font-size: 12px; line-height: 20px; text-align: center;}
.header .nav li a {
  display: block;
  width: 130px;padding: 30px 0;
  text-align: center;
  font-size: 15px;
  position: relative;
}

.header .nav li a:before {
  content: '';
  width: 100%;
  height: 0%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #d9b765;
  z-index: -1;
}
.header .nav li a:hover span,
.header .nav li a.on span{
  color: #fff;
  font-weight: bold;
}
.header .nav li a:hover,
.header .nav li a.on {
  color: #fff;
  font-weight: bold;
}
.header .nav li a:hover:before,
.header .nav li a.on:before {
  height: 100%;
}
.header .lang {
  width: auto;
  position: absolute;
  right: 0;
  top: 34px;
}
.header .lang.b {
  top: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.header .lang li {
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.header .lang li a {
    color: #d9b765;
  display: block;
  width: 100%;
  height: 22px;
  line-height: 22px;
  border: 1px #d9b765 solid;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
}
.header .lang li a:hover,
.header .lang li a.on {
  background: #d9b765;
  color: #fff;
}
/*flash*/
#banner {
  width: 100%;
  background: url(load.gif) no-repeat center;
}
.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
}
.cn_pro-switch{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 530px;
}
.cn_flexslider {
  margin: 0;
  padding: 0;
}
.cn_flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.cn_flexslider .slides li {
  width: 100%;
  display: block;
  height: 530px;
}
.cn_flexslider .slides .img {
  width: 100%;
  display: block;
  height: 530px;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides li {
  width: 100%;
  display: block;
  height: 300px;
}
.flexslider .slides .img {
  width: 100%;
  display: block;
  height: 300px;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
.slides {
  height: auto;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}
.cn_flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.cn_flexslider .slides {
  zoom: 1;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  margin-top: -45px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  display: block;
  height: 5px;
  overflow: hidden;
  text-indent: -99em;
  width: 30px;
  cursor: pointer;
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #D9B765;
}
/*list*/
.i_list{padding: 45px 0; overflow: hidden;}
.list_tit{ width: 1000px; height:107px; background: url(../images/index_pro.jpg) no-repeat;clear: both;}
.index_list{ width: 1000px; padding: 20px 0; clear: both;}
.list_left{ float: left; width: 520px;}
.list_left_1{ width: 520px; height: 229px; background: url(../images/list_left_1.jpg) no-repeat; margin-bottom: 10px;}
.list_left_2{ width: 520px; height: 229px; background: url(../images/list_left_2.jpg) no-repeat;}
.list_right{ float: right; width: 470px; height: 468px; background: url(../images/list_right.jpg) no-repeat;}
/*d_list*/
.d_list{padding: 45px 0; overflow: hidden; background: #f5f5f5;}
.d_tit{ width: 1000px; height: 100px;background: url(../images/index_dg.jpg) no-repeat;clear: both;}
.designer ul{ margin-left: -155px; padding: 45px 0; overflow: hidden;}
.designer ul li{ width: 230px; float: left; margin-left: 155px;text-align: center;}
.designer .stylist{ width: 230px; height: 230px;}
.designer .man_1{background: url(../images/stylist1.png) no-repeat center;}
.designer .man_2{background: url(../images/stylist2.png) no-repeat center;}
.designer .man_3{background: url(../images/stylist3.png) no-repeat center;}
.designer h4{ font-size: 16px; color: #333; text-align: center; line-height: 40px;padding-top: 10px;}
.designer b{ width: 230px; height: 21px; background: url(../images/job.png) no-repeat center; color: #fff; display: block; line-height: 21px;}
.designer p{ text-align: left; font-size: 14px; line-height: 30px; color: #333; padding-top: 15px;}
.designer i{display: none; width: 230px; height: 230px; background: url(../images/lookmore.png) no-repeat; opacity: 0.8;}
.designer ul li:hover i{display: block;}
/*index_contact*/
.pt50{ padding-top: 50px;}
.c_left{ width:350px; float: left; }
.c_mid{width: 360px; height: 217px; background: url(../images/mid_img.png) no-repeat center; float: left;}
.c_left td{ color: #555; text-align: left; padding-bottom: 20px;}
.c_left .i_bg{ padding-left:30px;}
.c_left .i_tel{ background: url(../images/i_tel.png) no-repeat;}
.c_left .i_fax{ background: url(../images/i_fax.png) no-repeat;}
.c_left .i_mail{ background: url(../images/i_mial.png) no-repeat;}
.c_left .i_add{ background: url(../images/i_add.png) no-repeat;}
.c_right{ float: right; width: 290px; padding-top: 50px;}
.c_right p{ line-height:18px; font-size: 14px; color: #333; font-weight: bold; padding-top:10px; text-align: center;}
.qr1{ width: 120px; float: left;}
.qr2{ width: 120px; float: right;}
/*foot*/
.foot{ width: 100%; overflow: hidden; margin-top: 40px; float: left; background: #000;}
.final_cnp{ width: 1000px; margin: 0 auto; line-height: 45px; color: #d9b765; text-align: left;}
.final_cnp span{ display: inline-block; float: right;}
.final_cnp a{color: #d9b765;}
.web_f {
  width: 100%;
  height: 320px;
  background: url(../images/about_f.jpg) no-repeat center;
  background-size: cover;
}

/*技术*/
.skill_bg {
  width: 1341px;
  height: 863px;
  background: url('../images/skill_c.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 120px;
}
/*产品*/
.web_prolist {
  overflow: hidden;
  margin-left: -25px;
}
.web_prolist li {
  float: left;
  margin-left: 25px;
  width: 231px;
  margin-bottom: 25px;
  box-sizing: border-box;
  border: 1px #eee solid;
}
.web_prolist li a {
  display: block;
  width: 100%;
  line-height: 0;
}
.web_prolist li span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #d9b765;
  text-align: center;
  font-size: 14px;
}
/*vi and join[[*/
.vi_list {
  margin-left: -25px;
  float: left;
  clear: both;
  padding-bottom: 80px;
}
.vi_list li {
  float: left;
  margin-left: 25px;
  width: 220px;
  height: 240px;
}
.vi_list li a {
  display: block;
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.vi_list li span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 35px;
  font-size: 15px;
}
.web_join_title {
  background: url(../images/join_title.png) no-repeat center;
  height: 64px;
  width: 191px;
  left: 50%;
  margin-left: -95px;
  bottom: -10px;
  position: absolute;
}
.join_main {
  width: 1093px;
  margin: 70px 54px;
  float: left;
  clear: both;
  min-height: 432px;
  background: #f7f7f7;
  margin-bottom: 310px;
  box-shadow: 5px 0px 5px #e5e4e3;
}
.join_main:before {
  content: '';
  background: url(../images/join_bg.png) no-repeat bottom left #fff;
  width: 1100px;
  height: 260px;
  position: absolute;
  left: -2px;
  bottom: -240px;
  background-size: cover;
  z-index: 88;
}
.join_c {
  width: 996px;
  margin: 0px 52px;
  font-size: 13px;
  line-height: 30px;
  border-bottom: 1px #ddd solid;
  float: left;
  padding-bottom: 30px;
}
.join_tel {
  width: 996px;
  margin: 30px 52px;
  float: left;
  line-height: 15px;
  height: 22px;
  border-left: 3px #000 solid;
  text-indent: 20px;
  font-size: 18px;
}
.join_tel b {
  font-size: 30px;
}
/*]]vi and join*/
/*news*/
.newslist{ width: 745px; float: right; padding-top: 40px;}
.newslist li {
  float: left;
  width: 100%;
  height: 150px;
  margin-bottom: 40px;
  position: relative;
}
.newslist li:hover {
  box-shadow: 0px 0px 5px 1px #bbb;
  -webkit-box-shadow: 0px 0px 5px 1px #bbb;
  -moz-box-shadow: 0px 0px 5px 1px #bbb;
}
.newslist li .bimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  background: url(logo.png) no-repeat center;
  box-shadow: 0px 0px 2px #666;
  -webkit-box-shadow: 0px 0px 2px #666;
  -moz-box-shadow: 0px 0px 2px #666;
  overflow: hidden;
}
.newslist li .bimg img {
  width: 100%;
}
.newslist li a {
  position: absolute;
  left: 270px;
  height: 35px;
  line-height: 35px;
  top: 3px;
  display: block;
  max-width: 450px;
  font-size: 20px; color: #D9B765;
}
.newslist li span {
  position: absolute;
  left: 270px;
  height: 30px;
  line-height: 30px;
  top: 40px;
  display: block;
  max-width: 450px;
  font-size: 14px;
}
.newslist li item {
  position: absolute;
  left: 270px;
  height: 56px;
  line-height: 28px;
  bottom: 2px;
  display: block;
  width: 450px;
  font-size: 14px;
  border-top: 1px #ddd solid;
  padding-top: 10px;
  overflow: hidden;
}
.news_show_time {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #ddd solid;
  font-size: 14px;
}
.news_show_content {
  line-height: 30px;
  font-size: 13px;
  padding: 10px 0 80px 0;
}
/*service*/
.problemlist {
  padding-bottom: 100px;
}
.problemlist li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px #DADCD9 solid;
  margin: 12px 0;
}
.problemlist li a {
  display: block;
  width: 90%;
  height: 100%;
  font-size: 14px;
  overflow: hidden;
}
.web_service_title {
  background: url(../images/service_title.png) no-repeat center;
  height: 64px;
  width: 241px;
  left: 50%;
  margin-left: -120px;
  bottom: -10px;
  position: absolute;
}
.ser_c {
  line-height: 36px;
  font-size: 16px;
  margin: 60px 0;
}
.ser_c p {
  text-indent: 2em;
}
/*分页*/
.curr {
  border: 1px solid #CCC;
  color: #CCC;
  display: inline;
  padding: 4px 8px;
}
a.page {
  border: 1px solid #eee;
  text-decoration: none;
  color: #fff;
  display: inline;
  padding: 4px 8px;
  background-color: #d9b765;
}
a.page:visited {
  border: 1px solid #fff;
  text-decoration: none;
  padding: 4px 8px;
}
.ra {
  color: #000;
}
.ra a,
.ra a:link {
  color: #000;
  text-decoration: none;
}
.ra a:hover {
  color: #000;
  text-decoration: underline;
}
.red {
  color: #ff0000;
}
.yrr {
  color: #FF9900;
}
.bb {
  font-weight: bold;
}
.expage {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 10px;
  float: left;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-left: 65px;
}
.error {
  border: 1px #f40 solid;
}
.right {
  border: 1px #44b549 solid;
}
/*# sourceMappingURL=style.css.map */
.wrap_pro {
  width: 100%;
  height: auto;
  padding: 75px 0;
  padding-bottom: 60px;
  float: left;
  clear: both;
}
.wrap_pro:nth-child(odd) {
  background: #f8f8f8;
}
.prolist_t i{ display: block; width: 80px; height: 2px; background: #555;}
.main_pro {
  width: 1000px;
  margin: 0 auto;
  height: auto;
}
.cn_main_pro {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}
.prolist_t b{ font-size: 22px;}
.prolist_t {
  width: 300px;
  height: 150px;
  font-size: 18px;
  font-family: arial;
  color: #585858;
  float: left;
  clear: both;
  position: relative;
  line-height: 30px;
}
.prolist_t font {
  font: normal 18px/30px "微软雅黑", Helvetica, sans-serif;
  color: #585858;
}
.cn_main_pro .prolist_c{ width: 870px;
  margin-left: -17px;
  float: right;}
.prolist_c {
  width: 657px;
  margin-left: -17px;
  float: right;
}
.prolist_c li {
  float: left;
  width: 195px;
  height: 165px;
  margin-bottom: 15px;
  margin-left: 17px;
}
.prolist_c li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.prolist_c li .type{ display: none; position: absolute; bottom: 0; left: 0; width: 195px; height: 30px; color: #fff; background: #d9b765; opacity: 0.8; text-align: center; line-height: 30px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.prolist_c li a:hover .type{ display: block;}
.re_tit{ width: 1000px; height:90px; background: url(../images/related.jpg) no-repeat center;}
.cn_re_tit{ width: 1000px; height:154px; background: url(../images/cn.jpg) no-repeat center;}

.re_bg{ width: 1000px; height: 440px; background: url(../images/re_bg.png) no-repeat center; margin-top: 70px;}
.re_bg ul li{ width: 250px; height: 220px;float: left;}
.re_bg ul li:hover{ box-shadow: 0 2px 16px #d5d5d5, 0 0 1px #d5d5d5, 0 0 1px #d5d5d5; transition: 0.8s;}
/*skill*/
.skill{width: 100%; margin: 0 auto;overflow: hidden;}
.s_1{ height:683px ; background: url(../images/skill_1.jpg) no-repeat center;}
.ptb50{ padding: 50px 0; background: #f8f8f8;}
.s_2{ width: 1200px; margin: 0 auto;height: 270px; background: url(../images/skill_2.jpg) no-repeat center;}
.s_3{ height:360px ; background: url(../images/skill_3.jpg) no-repeat center;}
.s_4{ width: 1200px; margin: 0 auto;height: 272px; background: url(../images/skill_4.jpg) no-repeat center;}
.s_5{ height:311px ; background: url(../images/skill_5.jpg) no-repeat center;}
.ab_bk{ width: 1000px; margin: 0 auto; padding-bottom: 40px; background: url(../images/about.png) no-repeat center; height: 99px;}
.text_p{ float: left; line-height: 35px; width: 500px; padding-bottom: 15px;}
.text_img{ background:url(../images/about_img.png) no-repeat; width: 480px; height: 283px; float: right;}
.text_p2{ float: left; width: 1000px; line-height: 35px;}
.text_img2{ width: 1000px;float:left;background: url(../images/ab_us.png) no-repeat center; height: 156px; margin-top: 40px;}
.related{ width: 1000px;  margin: 0 auto;}
.r_top{ width: 100%; margin: 0 auto; position: relative;overflow: hidden; border-bottom: 1px solid #d5d5d5; margin-bottom: 20px;}
.r_topl{ float: left; width:250px;}
.r_topr{ float: left; width: 700px; margin-left: 50px; text-align: left;padding-top: 25px; color: #666;}
.r_topr h3{font-size: 40px; line-height: 70px;}
.r_top p{ font-size: 14px; line-height: 30px;}
.r_list_en{ padding: 20px;}
.r_list_en ul li{ width: 228px;height: 198px; border: 1px solid #d5d5d5; background: #000; float: left; margin-left: 10px;margin-bottom: 10px; position: relative;}
.r_list_en ul{ margin-left: -10px;}
.i_name{ display:none; width: 100%; height: 40px; line-height: 40px; color: #fff; text-align: center; background:#d9b765 ; position: absolute; bottom: 0; font-style: normal;}
.r_list_en ul li:hover .i_name{ display: block;}
/*测试*/

.mask_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  background: #000;
  opacity: 0.5;
  -webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
  -o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
  -ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
  animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}


.exnew_show {
  width: 1000px;
  height: 680px;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: -500px;
  top: 50%;
  margin-top: -340px;
  z-index: 10001;
  display: none;
  /*transform: scale(0.2);
  */
  -webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
  -o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
  -ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
  animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
}
.exnew_show i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-size: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-weight: bold;
}
.exnew_show i:hover {
  transform: rotate(90deg);
}
.exnew_show .content {
  width: 90%;
  margin: 20px 5%;
}
.exnew_show .content h2 {
  line-height: 50px;
  color: #d9b765;
  text-align: center;
}
.exnew_show .content .show_date {
  width: 60%;
  height: 25px;
  margin: 10px 20%;
  background: #F9F9F9;
  line-height: 25px;
  color: #666;
  text-align: center;
}
.exnew_show .content .show_intro {
  width: 100%;
  height: 500px;
  overflow-y: auto;
  padding-top: 20px;
  text-align: left;
  font-size: 14px;
}
/*设计师简介*/
.d_info{overflow: hidden; clear: both; width: 100%; position: relative; height: ;}
.d_left_img{ width: 300px;float: left;}
.d_right_p{ width: 550px; float: right;text-align: left; margin-top: 100px;}
.d_right_p h4{font-size: 21px; color: #444; padding-bottom: 20px;}
.d_right_p span{color: #666; font-size: 14px; padding-bottom: 10px;}
.d_right_p b{font-size: 16px; padding-right: 10px;}
.d_right_p h5{ font-size: 15px; padding-bottom: 10px;}
.d_right_p p{ color: #666; line-height: 30px;font-size: 14px; margin-bottom: 15px;}
/*关于我们*/
/*左菜单*/
.web_nav{ width: 230px; float: left;}
.web_title{ width: 200px; height: 40px; line-height: 40px; background: #d9b765; color: #fff; text-align: left; padding-left: 30px; font-weight: bold; font-size: 15px;}
.web_nav ul li{ width: 198px; height: 40px;font-size: 12px; line-height: 40px; border-bottom: 1px dashed #d5d5d5; text-align: left; padding-left: 30px;border-left:1px solid #fff;border-right:1px solid #fff;border-top:1px solid #fff;}
.web_nav ul li:hover{ border: 1px solid #e6c473;}
.web_nav ul li.on{ border: 1px solid #e6c473;}
/*右内容*/
.web_right{ width: 745px; float: right;}
.right_tit{ width: 745px; line-height: 40px; border-bottom: 1px solid #D5D5D5; text-align: right;}
.right_tit a{ padding: 0 10px;}
.about{ width: 745px; height: 820px; background: url(../images/about.jpg) no-repeat;}
.factory{ padding-top: 40px;}
.factory p{ text-align: left; text-indent: 2em; line-height: 35px; color: #666;}
.contact{ padding-top: 40px; text-align: left;}
.contact h1{ font-size: 24px; color: #666; padding-bottom: 15px;}
.contact h3{ font-size: 18px; color: #666;line-height: 30px;}
.contact b{ color: #D9B765; padding-right: 10px;}
.contact p{ text-align: left; line-height: 35px; color: #666;}