 @charset "utf-8";
 /* CSS Document */
 /* 清除内外边距 */
 
 body,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 hr,
 p,
 blockquote,
 /* structural elements 结构元素 */
 
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 /* list elements 列表元素 */
 
 pre,
 /* text formatting elements 文本格式元素 */
 
 fieldset,
 lengend,
 button,
 input,
 textarea,
 /* form elements 表单元素 */
 
 th,
 td {
     /* table elements 表格元素 */
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }
 /* 设置默认字体 */
 
 body,
 button,
 input,
 select,
 textarea {
     /* for ie */
     /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
     font-family: "微软雅黑", sans-serif, inherit;
     /* 用 ascii 字符表示，使得在任何编码下都无问题 */
     font-size: 0.12rem;
 }
 
 h1 {
     font-size: 18px;
     /* 18px / 12px = 1.5 */
 }
 
 h2 {
     font-size: 16px;
 }
 
 h3 {
     font-size: 14px;
 }
 
 h4,
 h5,
 h6 {
     font-size: 100%;
 }
 
 address,
 cite,
 dfn,
 em,
 var {
     font-style: normal;
 }
 /* 将斜体扶正 */
 
 code,
 kbd,
 pre,
 samp,
 tt {
     font-family: "Courier New", Courier, monospace;
 }
 /* 统一等宽字体 */
 
 small {
     font-size: 12px;
 }
 /* 小于 12px 的中文很难阅读，让 small 正常化 */
 /* 重置列表元素 */
 
 ul,
 ol {
     list-style: none;
 }
 /* 重置文本格式元素 */
 
 a {
     text-decoration: none;
 }
 
 a:hover {
     text-decoration: underline;
 }
 
 abbr[title],
 acronym[title] {
     /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
     border-bottom: 1px dotted;
     cursor: help;
 }
 
 q:before,
 q:after {
     content: '';
 }
 /* 重置表单元素 */
 
 legend {
     color: #000;
 }
 /* for ie6 */
 
 fieldset,
 img {
     border: none;
 }
 /* img 搭车：让链接里的 img 无边框 */
 /* 注：optgroup 无法扶正 */
 
 button,
 input,
 select,
 textarea {
     font-size: 100%;
     /* 使得表单元素在 ie 下能继承字体大小 */
 }
 /* 重置表格元素 */
 
 table {
     border-collapse: collapse;
     border-spacing: 0;
 }
 /* 重置 hr */
 
 hr {
     border: none;
     height: 1px;
 }
 /* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
 
 html {
     overflow-y: scroll;
 }
 /*超出内容显示省略号*/
 
 .ellipsis {
     max-width: 100%;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
 }
 /*清除浮动*/
 
 .clearfix {
     *zoom: 1;
 }
 
 .clearfix:before,
 .clearfix:after {
     display: table;
     line-height: 0;
     content: "";
 }
 
 .clearfix:after {
     clear: both;
 }
 
 .clear {
     clear: both;
 }
 
 .inbox {
     width: 1200px;
     margin: 0 auto;
 }
 
 .user {
     display: none;
 }
 
 .dis {
     display: none;
 }
 /*************************************/
 
 body {
     margin: 0;
     background: #fff;
     font: 1em/150% "微软雅黑", Arial, Helvetica, sans-serif;
 }
 
 A:link {
     TEXT-DECORATION: none;
 }
 
 a:visited {
     text-decoration: none;
 }
 
 a:hover {
     text-decoration: none;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
 }
 
 .zuo {
     float: left;
 }
 
 .you {
     float: right;
 }
 
 h1,
 h2 {
     font-weight: normal;
 }
 
 .more {
     display: block;
     font-size: 14px;
     width: 182px;
     height: 43px;
     text-align: center;
     background: #ff5647;
     border-radius: 50px;
     line-height: 43px;
     color: #fff;
 }
 
 .more:hover {
     background: #f1c42b;
 }
 /********************/
 
 body {
     padding-top: 180px
 }
 
 header {
     position: fixed;
     height: 180px;
     width: 100%;
     z-index: 9999;
     top: 0;
 }
 
 header .top {
     height: 38px;
     background: #ff5647;
 }
 
 header .top span {
     display: inline-block;
     color: #fff;
     font-size: 14px;
     line-height: 38px;
     padding-left: 33px;
     margin-left: 45px;
 }
 
 header .top .phone {
     background: url(../images/phone.png) no-repeat center left;
 }
 
 header .top .email {
     background: url(../images/email.png) no-repeat center left;
 }
 
 header .lang {
     width: 20%;
     height: 38px;
     line-height: 38px;
 }
 
 header .lang a {
     color: #Fff;
     display: inline-block;
     height: 38px;
     width: 38px;
     text-align: center;
 }
 
 header .lang a.cn {
     background: #5bc980;
 }
 
 header .lang a.tc {
     background: #f1c42b;
 }
 
 header .lang a.en {
     background: #1bc2ae;
 }
 
 header .lang a:hover {
     opacity: 0.8;
 }
 
 #dingbu {
     background: #fff;
 }
 
 .nav_fix_pos {
     position: fixed;
     top: 0;
     z-index: 9999;
     background: #fff;
     width: 100%;
     height: 80px;
     box-shadow: 0px 0px 5px #888888;
     border-top: 2px solid #ff5647;
 }
 
 .nav_fix_pos img {
     width: auto;
     height: 70px;
 }
 
 .nav_fix_pos .nav {
     padding-top: 20px;
 }
 
 .nav {
     list-style: none;
     width: 55%;
     font-size: 14px;
     padding-top: 50px;
 }
 
 .nav li {
     display: inline-block;
     padding: 0;
     position: relative;
 }
 
 .nav li a {
     display: block;
     font-size: 14px;
     line-height: 37px;
     padding: 0 15px;
     color: #5d5d5d;
     border-radius: 50px;
     font-weight: 800;
 }
 
 .nav li a:hover {
     background: #ff5647;
     border-radius: 50px;
     color: #fff;
 }
 
 .nav .hover a {
     color: #fff;
     background: #ff5647;
 }
 
 .nav li .subnav {
     position: absolute;
     background: #fff;
     padding: 0;
     border: 1px solid #f3f3f3;
     border-top: 2px solid #ff5647;
     border-bottom: 0;
     /*border-radius:10px 10px 0 0;*/
     left: -60px;
     z-index: 9999;
     opacity: 0;
     transition: all .3s ease 0s;
     visibility: hidden;
     transform: translate3d(0, 10px, 0);
     top: 50px;
 }
 
 .nav li .subnav:after {
     content: '';
     display: block;
     width: 0;
     height: 0;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 10px solid #ff5647;
     position: absolute;
     top: -12px;
     right: 45%;
 }
 
 .nav li .subnav li {
     position: relative;
     display: block;
     text-align: center;
     margin: 0;
     min-width: 200px;
 }
 
 .nav li .subnav li a {
     color: #fff;
     white-space: nowrap;
     border-radius: 0;
     padding: 10px 30px;
     border-bottom: 1px solid #f3f3f3;
     font-size: 14px;
 }
 
 .nav li .subnav li a:hover {
     color: #fff;
 }
 
 .nav li:hover a {
     background: #ff5647;
     color: #fff;
 }
 
 .nav li:hover .subnav {
     opacity: 1;
     transform: translate3d(0, 0, 0);
     visibility: visible;
 }
 
 .nav li:hover .subnav a {
     background: #fff;
     color: #333;
     font-size: 14px;
 }
 
 .nav li:hover .subnav a:hover {
     background: #ff5647;
     color: #fff;
 }
 
 .nav li .subnav li .subnav2 {
     position: absolute;
     background: #fff;
     border: 1px solid #f3f3f3;
     border-bottom: 0;
     right: -202px;
     top: 0px;
     z-index: 9999;
     opacity: 0;
     transition: all .3s ease 0s;
     visibility: hidden;
 }
 
 .nav li .subnav li:hover .subnav2 {
     opacity: 1;
     visibility: visible;
 }
 
 #main {
     background: #fff;
 }
 
 #h_about .toubu,
 #h_about .toubu_en {
     height: 194px;
     position: relative;
 }
 
 #h_about .toubu div,
 #h_about .toubu_en div {
     position: absolute;
     top: -28px;
     height: 134px;
     width: 400px;
     overflow: hidden;
     margin: 0;
     padding-top: 60px;
     text-align: center;
 }
 
 #h_about .toubu .one,
 #h_about .toubu_en .one {
     background: url(../images/H_a_1.png) no-repeat top;
 }
 
 #h_about .toubu .two,
 #h_about .toubu_en .two {
     background: url(../images/H_a_2.png) no-repeat top;
     left: 400px;
 }
 
 #h_about .toubu .three,
 #h_about .toubu_en .three {
     background: url(../images/H_a_3.png) no-repeat top;
     left: 800px;
 }
 
 #h_about .toubu div:hover,
 #h_about .toubu_en div:hover {
     background-position: bottom;
 }
 
 #h_about .toubu div h1,
 #h_about .toubu_en div h1 {
     width: 90%;
     margin: 0 auto;
     font-size: 18px;
 }
 
 #h_about .toubu_en div h1 {
     font-size: 14px;
 }
 
 #h_about .toubu div p,
 #h_about .toubu_en div p {
     display: block;
     width: 80%;
     margin: 10px auto 0 auto;
     font-size: 14px;
 }
 
 #h_about .toubu_en div p {
     margin: 0px auto 0 auto;
     width: 90%;
     font-size: 12px;
 }
 
 #h_about .about {
     padding-top: 30px;
 }
 
 #h_about .about img {
     max-width: 100%;
     float: left;
 }
 
 #h_about .about h1,
 #h_about .about p,
 #h_about .about .more {
     display: block;
     float: left;
     margin-left: 4%;
     margin-top: 25px;
 }
 
 #h_about .about h1 {
     background: url(../images/welcome.png) no-repeat;
     height: 42px;
     width: 52%;
 }
 
 #h_about .about p {
     width: 52%;
     font-size: 14px;
     text-indent: 28px;
     line-height: 200%;
 }
 
 #h_pr {
     clear: both;
     padding: 50px 0 50px 0;
     min-height: 100px;
     background: url(../images/h_pr_bg.png) no-repeat center 50px;
 }
 
 #h_pr .more {
     margin: 10px auto;
     clear: both;
 }
 
 .home_nav {
     text-align: center;
 }
 
 .home_nav ul {
     margin: 25px auto;
 }
 
 .home_nav ul li {
     display: inline-block;
     width: auto;
     position: relative;
     margin-bottom: 10px;
 }
 
 .home_nav ul li a {
     display: block;
     padding: 6px 10px;
     color: #fff;
     font-size: 14px;
     background: #1bc2ae;
     margin: 0 2px;
     border-radius: 5px;
 }
 
 .home_nav ul .hover a,
 .home_nav ul li a:hover {
     display: block;
     color: #fff;
     font-size: 14px;
     background: #ff5647;
     margin: 0 2px;
 }
 
 .home_nav ul li dl {
     display: none;
     background: #ff5647;
     padding: 2px 0;
     margin: 16px 0 0 0;
     z-index: 999;
 }
 
 .home_nav ul .hover dl {
     display: none;
     text-align: left;
     position: absolute;
     top: 20px;
     left: 3px;
 }
 
 .home_nav ul .hover dl dt a {
     display: block;
     font-weight: normal;
     color: #fff;
     background: #ff5647;
     min-width: 200px;
     border: 0;
 }
 
 .home_nav ul .hover dl dt a:hover {
     background: #fff;
     color: #333;
     border: 0;
 }
 
 .home_pro {
     margin: 30px 0 0px 0;
     width: 1206px;
     clear: both;
 }
 
 .home_pro ul li {
     width: 24%;
     margin: 0 1% 1% 0;
     float: left;
 }
 
 .home_pro ul li a {
     border: 1px solid #ededed;
     padding: 4px;
     display: block;
     background: #fff;
 }
 
 .home_pro ul li a div {
     overflow: hidden;
     width: 100%;
     height: 100%;
     min-height: 279px;
     text-align: center;
 }
 
 .home_pro ul li a div img {
     max-width: 279px;
     max-height: 279px;
     border: 0;
     transition: all 1s;
     -webkit-transition: all 1s;
     -moz-transition: all 1s;
     -o-transition: all 1s;
 }
 
 .home_pro ul li:hover {
     box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
 }
 
 .home_pro ul li a:hover div img {
     transform: scale(1.3);
     -webkit-transform: scale(1.3);
     -moz-transform: scale(1.3);
     -o-transform: scale(1.3);
 }
 
 .home_pro ul li a p {
     text-align: left;
     font-size: 14px;
     color: #333;
     margin: 0;
     padding: 10px;
 }
 
 .home_pro ul li a:hover p {
     color: #f30;
 }
 
 .home_pro ul li a .title {
     min-height: 50px;
     text-align: center;
 }
 
 .home_pro ul li a .price {
     display: none;
     min-height: 40px;
     color: #f60;
     font-family: Lucida Grande, Arial, 微软雅黑, 宋体;
     font-weight: 400;
     padding: 0 10px 10px 10px;
 }
 
 .home_pro ul li a .price span {
     float: right;
     font-weight: normal;
     color: #999;
 }
 
 #h_news {
     padding-top: 215px;
     background: url(../images/h_n_t.png) no-repeat center 70px;
     padding-bottom: 70px;
 }
 
 #h_news .more {
     margin: 0 auto;
 }
 
 #h_news ul li {
     width: 33.33333%;
     float: left;
     padding-bottom: 40px;
 }
 
 #h_news ul li a {
     display: block;
     height: 480px;
     position: relative;
     overflow: hidden;
     width: 334px;
     margin: 0 auto;
     border-radius: 25px;
     background: #fafafa;
 }
 
 #h_news ul li a:hover {
     background: #e0e0e0;
 }
 
 #h_news ul li a img {
     height: 212px;
     width: 100%;
     margin: 0 auto;
     text-align: center;
 }
 
 #h_news ul li a h1 {
     color: #ff5647;
     font-size: 18px;
     padding: 15px 20px 10px 30px;
     background: url(../images/h_n_h.png) no-repeat 280px;
 }
 
 #h_news ul li a h2 {
     font-size: 14px;
     color: #5d5d5d;
     padding: 5px 25px 10px 30px;
 }
 
 #h_news ul li a h2 span,
 #h_news ul li a p {
     font-size: 14px;
     color: #a5a5a5;
 }
 
 #h_news ul li a p {
     padding: 5px 25px 10px 30px;
     max-height: 280px;
 }
 
 #h_news ul li a .more1 {
     display: block;
     position: absolute;
     bottom: 0px;
     height: 43px;
     line-height: 43px;
     color: #fff;
     width: 100%;
     text-align: center;
     background: #5bc980;
     margin: 0;
 }
 
 #h_news ul li a .more1:hover {
     background: #ff5647;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
 }
 
 #h_contact {
     background: #ededed;
 }
 
 #h_contact .inbox {
     padding: 30px 0;
     min-height: 308px;
     background: url(../images/h_c_bg.png) no-repeat right bottom;
 }
 
 #h_contact .inbox h1 {
     display: block;
     height: 102px;
     padding: 52px 0 0 250px;
     background: url(../images/h_c_t.png) no-repeat;
 }
 
 #h_contact .inbox h1 a {
     display: inline-block;
     width: 45px;
     height: 45px;
     border-radius: 50px;
 }
 
 #h_contact .inbox p,
 #h_contact .inbox p a {
     margin: 30px 0 0 30px;
     width: 50%;
     font-size: 14px;
     color: #ff5647;
 }
 
 #h_contact .inbox p img {
     float: left;
     margin-right: 30px;
 }
 
 #h_contact .inbox h1 a.qq {
     background: url(../images/qq.png) no-repeat center bottom #fff;
     background-size: 90%;
 }
 
 #h_contact .inbox h1 a.qq:hover {
     background: url(../images/qq.png) no-repeat center bottom #5bc980;
     background-size: 90%;
 }
 
 #h_contact .inbox h1 a.wx {
     background: url(../images/wx.png) no-repeat center #5bc980;
     background-size: 80%;
 }
 
 #h_contact .inbox h1 a.wx:hover {
     background: url(../images/wx.png) no-repeat center #ff5647;
     background-size: 80%;
 }
 
 #copyright {
     background: #ff5647;
     color: #fff;
     font-size: 14px;
 }
 
 #copyright a {
     color: #fff;
     font-size: 14px;
 }
 
 #copyright a:hover {
     color: #f6e200;
     font-size: 14px;
 }
 
 #copyright .inbox {
     padding: 50px 0 30px 0;
     height: 80px;
     background: url(../images/d_copy.png) no-repeat center right;
 }
 /*搜索框2*/
 
 #copyright .search {
     padding: 0 0 10px 0;
     width: 300px;
 }
 
 #copyright form {
     position: relative;
     width: 100%;
     margin: 0 auto;
 }
 
 #copyright input,
 #copyright button {
     border: none;
     outline: none;
 }
 
 #copyright input {
     width: 100%;
     height: 42px;
     padding-left: 13px;
 }
 
 #copyright button {
     height: 32px;
     width: 32px;
     cursor: pointer;
     position: absolute;
     top: 5px;
 }
 
 .bar2 input,
 .bar2 button {
     border-radius: 3px;
 }
 
 .bar2 input {
     background: #F9F0DA;
 }
 
 .bar2 button {
     height: 26px;
     width: 26px;
     top: 8px;
     right: 8px;
     background: url(../images/search.png) no-repeat center #F15B42;
     background-size: 70%;
     border-radius: 5px;
 }
 
 .bar2 button:hover {
     background: url(../images/search.png) no-repeat center #5bc980;
     background-size: 70%;
 }
 /***********搜索框结束*********************/