@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#de411a"},
{"vicolor":"#ac0000"},
{"vicolor":"#1545a0"},
{"vicolor":"#064d63"}
]
AVAIBLE_VI*/
html {
  color: #000;
  background: #FFF;
}
body {
  color: #666;
  font: 12px/1.231 "Microsoft Yahei", arial, helvetica, clean, sans-serif;
}
/*网站字体颜色*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  color: transparent;
  font-size: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del, ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: baseline;
}
sub {
  vertical-align: baseline;
}
input,button,textarea,select,optgroup,option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,button,textarea,select {
  *font-size: 100%;
}
input,select {
  vertical-align: middle;
}
select,input,button,textarea,button {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
  border-collapse: collapse;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
/*title*/
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
.mt10 {
  margin-top: 10px;
}
a {
  color: #666;
  text-decoration: none;
}
/*for ie f6n.net*/
a:focus {
  outline: 0;
}
/*for ff f6n.net*/
a:hover {
  text-decoration: underline;
}
.vam {
  vertical-align: middle;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
p {
  word-spacing: -1.5px;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.center {
  text-align: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
/* -- 页面整体布局 -- */
body {
  word-break: break-all;
  min-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.header,
.content,
.footer {
  width: 1000px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
}
.h_nav li a:-webkit-any-link {
  display: block;
}
/*CSS_DELETE_START*//*头部开始*/
.t_top {
  height: 201px;
  background: url(../images/h_top.jpg) no-repeat center top;
  background-size: 1920px 201px;
}
.header {
  position: relative;
}
.h_top {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
}
.h_con {
  height: 171px;
  overflow: hidden;
}
.h_con h1 {
  float: left;
  padding: 10px 35px 10px 0;
  height: 151px;
  display: table;
  font-size: 0;
  line-height: 0;
}
.h_con h1 a {
  display: table-cell;
  vertical-align: middle;
}
.h_con h1 img {
  max-width: 212px;
  max-height: 150px;
}
.h_con h3 {
  display: inline-block;
  float: left;
  padding-top: 37px;
  color: #070707;
  font-size: 18px;
  width: 455px;
}
.h_con h3 span {
  display: block;
  height: 25px;
  overflow: hidden;
}
.h_con h3 strong {
  color: #cc9d1d;
  font-size: 24px;
  font-weight: bold;
  display: block;
  line-height: 52px;
  height: 52px;
  overflow: hidden;
}
.h_con h3 i {
  display: block;
  color: #3f3f3f;
  font-size: 19px;
  display: block;
  height: 24px;
  overflow: hidden;
}
.h_con h3 b {
  font-weight: normal;
  padding: 0 12px;
}
.h_con p {
  width: 206px;
  float: right;
  padding: 0 0 0 62px;
  background: url(../images/h_tel.png) no-repeat left top;
  background-size: 45px 46px;
  margin-top: 62px;
  color: #cc9d1d;
  font-size: 16px;
}
.h_con p i {
  display: inline-block;
  height: 21px;
  overflow: hidden;
}
.h_con p span {
  display: block;
  color: #cc9d1d;
  font-size: 28px;
  font-weight: bold;
}
.h_nav {
  height: 60px;
  line-height: 60px;
  background: #cc9d1d;
  border-bottom: 1px solid #e46747;
}
.h_nav ul li {
  float: left;
  height: 38px;
  line-height: 38px;
  padding: 10px 9px 0;
}
.h_nav ul li a {
  display: inline-block;
  width: 106px;
  height: 38px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.h_nav ul li a:hover,
.h_nav ul li.cur a {
  text-decoration: none;
  background: #333;
  border-radius: 10px;
}
/*头部结束*

/*底部开始*/
.f_bg {
  background: url(../images/f_bg.jpg) no-repeat center 0;
  background-size: 1600px 329px;
  height: 255px;
  overflow: hidden;
}
.f_bg a {
  color: rgba(255, 255, 255, 0.8);
}
.footer {
  position: relative;
  height: 329px;
}
.footer h3 {
  padding: 0 49px 0 0;
  float: left;
  height: 255px;
  display: table;
}
.footer h3 span {
  display: table-cell;
  vertical-align: middle;
}
.footer h3 img {
  max-width: 170px;
  max-height: 255px;
}
.footer p {
  width: 303px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  float: left;
  line-height: 30px;
  padding: 64px 0 0 34px;
}
.footer p span {
  display: block;
  max-height: 60px;
  overflow: hidden;
}
.footer p i {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.footer p.shot {
  width: 290px;
}
.footer h4 {
  float: right;
  padding: 82px 11px 0 0;
  width: 102px;
  display: block;
  text-align: center;
  font-weight: normal;
  color: #9a9b9b;
  font-size: 14px;
}
.footer h4 i {
  display: block;
  height: 25px;
}
.footer h4 img {
  width: 102px;
  height: 102px;
}
.footer h5 {
  font-weight: normal;
  text-align: center;
  clear: both;
  line-height: 73px;
  height: 73px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.footer h5 a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  padding: 0 27px;
}
/*底部结束*/
.banner {
  overflow: hidden;
  height: 548px;
  background: url(../images/banner.jpg) no-repeat center 0;
  background-size: 1920px 548px;
  overflow: hidden;
}
/*CSS_DELETE_END*/
/*common*/
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.bg {
  background: #FFF;
}
em,
i {
  font-style: normal;
}
/**/
.pro {
  height: 683px;
  overflow: hidden;
  background: #f3f3f3;
  padding-top: 67px;
}
.pro h3 {
  height: 40px;
  text-align: center;
  font-size: 36px;
  color: #222;
  margin-bottom: 32px;
  line-height: 110%;
  overflow: hidden;
}
.pro h3 i {
  color: #cc9d1d;
}
.pro dl {
  float: left;
  width: 299px;
  overflow: hidden;
}
.pro dl.long {
  width: 382px;
  margin: 0 10px;
}
.pro dl dt img {
  width: 299px;
  height: 262px;
}
.pro dl.long dt img {
  width: 382px;
  height: 262px;
}
.pro dl dd {
  background: #fff;
  padding: 24px 23px;
  border: 1px solid #d1d1d1;
  height: 206px;
}
.pro dl dd h4 {
  height: 26px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 26px;
  overflow: hidden;
}
.pro dl dd p {
  height: 126px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 5px;
}
.pro dl dd p span {
  display: block;
}
.pro dl dd em {
  display: block;
  border-radius: 14px;
  border: 1px solid #ccc;
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
}
.pro dl dd em a {
  display: block;
  color: #303030;
  height: 28px;
  overflow: hidden;
}
/**/
.tt1 {
  background: url(../images/tt1.jpg) no-repeat center 0;
  background-size: 1600px 323px;
  height: 323px;
  margin-bottom: 97px;
}
.tt1 p {
  float: right;
  width: 212px;
  text-align: center;
  float: right;
  padding-top: 60px;
  padding-bottom: 65px;
  font-size: 24px;
  color: #000;
  background: url(../images/bg_phone.png) no-repeat top center;
  background-size: 212px 262px;
}
.tt1 p span {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px 23px;
  overflow: hidden;
}
.tt1 p strong {
  display: block;
  height: 37px;
  color: #cc9d1d;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
  overflow: hidden;
}
.tt1 p a {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 34px;
  line-height: 34px;
  background-color: #cc9d1d;
  border-radius: 8px;
  color: #fff;
  font-size: 19px;
  overflow: hidden;
}
/**/
.case {
  position: relative;
  height: 772px;
}
.case h3 {
  text-align: center;
  height: 120px;
  color: #333;
  font-size: 42px;
  font-weight: normal;
}
.case h3 b {
  display: block;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}
.case h3 span {
  color: #cc9d1d;
}
.case h3 p {
  height: 32px;
  font-size: 26px;
  padding-top: 9px;
  overflow: hidden;
}
.case h3 p span,
.case h3 p em {
  display: inline-block;
  height: 32px;
  overflow: hidden;
}
.case h3 i {
  font-weight: bold;
  color: #cc9d1d;
}
.ca1 {
  background: #f1f1f1;
  height: 370px;
  margin-bottom: 20px;
  overflow: hidden;
}
.ca1 dl dt {
  float: left;
  width: 600px;
}
.ca1 dl dt img {
  width: 600px;
  height: 370px;
}
.ca1 dl dd {
  float: right;
  width: 320px;
  padding: 58px 38px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 23px;
}
.ca1 dl dd h4 {
  height: 32px;
  font-size: 28px;
  line-height: 32px;
  color: #333;
  font-weight: normal;
  margin-bottom: 46px;
  overflow: hidden;
}
.case_desc {
  max-height: 207px;
  overflow: hidden;
}
.ca2 ul {
  overflow: hidden;
}
.ca2 ul li {
  float: left;
  width: 235px;
  text-align: center;
  margin-right: 20px;
  font-size: 0;
}
.ca2 ul li.nom {
  margin-right: 0;
}
.ca2 ul li img {
  width: 235px;
  height: 145px;
}
.ca2 ul li span {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #555;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.ca2 ul li.cur span {
  border: 1px solid #cc9d1d;
  background: #cc9d1d;
  color: #fff;
}
.ca_uu {
  position: absolute;
  left: -89px;
  top: 297px;
}
.ca_dd {
  position: absolute;
  right: -89px;
  top: 297px;
}
/**/
.yit {
  height: 1210px;
  border-top: 1px solid #eee;
  padding-top: 80px;
}
.yit .yi1 dl {
  position: relative;
}
.yit .yi1 dl .icon_dl {
  width: 54px;
  height: 54px;
  display: block;
  background: #cc9d1d;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -28px;
  margin-left: -28px;
}
.icon_dl img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
}
.yit h3 {
  color: #444;
  font-size: 31px;
  font-weight: normal;
  text-align: center;
  height: 90px;
  margin-bottom: 80px;
  overflow: hidden;
}
.yit h3 strong {
  display: block;
  height: 48px;
  font-size: 38px;
  line-height: 48px;
  color: #333;
  padding-bottom: 2px;
  overflow: hidden;
}
.yit h3 i {
  color: #cc9d1d;
  font-weight: bold;
}
.yi1 {
  overflow: hidden;
  padding-bottom: 41px;
}
.yi1 dl {
  overflow: hidden;
}
.yi1 dl dt {
  float: left;
  padding-top: 12px;
}
.yi1 dl dd {
  float: right;
  padding-left: 85px;
  width: 440px;
}
.yi1 dl dd h4 {
  padding-top: 10px;
  font-weight: normal;
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}
.yi1 dl dd h4 span {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.yi1 dl dd h4 i {
  display: block;
  color: #cc9d1d;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.yi1 dl dd p {
  max-height: 120px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  overflow: hidden;
}
.yi1 dl dd p i {
  display: block;
  padding-left: 22px;
}
.yi1 dl dd p span {
  color: #cc9d1d;
}
.yi2 dl dt {
  float: right;
  padding-top: 0;
}
.yiimg1 img {
  width: 440px;
  height: 200px;
}
.yiimg2 img {
  width: 440px;
  height: 186px;
}
.yiimg3 img {
  width: 440px;
  height: 200px;
}
.yiimg4 img {
  width: 440px;
  height: 248px;
}
.yi4 dl dt {
  width: 440px;
  height: 248px;
}
.yi2 dl dd {
  float: left;
  padding-left: 0;
  padding-right: 85px;
  margin-top: 22px;
  text-align: right;
}
.yi2 dl dd p i {
  padding-left: 0;
}
.yi3 dl dt {
  padding-top: 0;
}
.yi3 dl dd h4 {
  font-size: 22px;
  padding-top: 0;
}
.yi3 dl dd p {
  line-height: 28px;
}
.yi4 {
  margin-top: -53px;
}
.yi4 dl dd {
  margin-top: 45px;
}
.yi4 dl dd h4 {
  padding-top: 0;
}
.yi4 dl dd p {
  font-size: 16px;
  line-height: 25px;
}
.yi4 dl dd p i {
  padding-right: 6px;
}
/**/
.fc {
  background: url(../images/fc.jpg) no-repeat center 0;
  background-size: 1920px 705px;
  height: 565px;
}
.fc .content {
  position: relative;
  text-align: center;
}
.fc .fc_uu {
  position: absolute;
  left: -73px;
  top: 403px;
  z-index: 9;
}
.fc .fc_dd {
  position: absolute;
  right: -73px;
  top: 403px;
  z-index: 9;
}
.fc h3 {
  text-align: center;
  color: #333;
  font-size: 42px;
  font-weight: normal;
  padding-top: 63px;
}
.fc h3 span {
  color: #cc9d1d;
}
.fc h3 em {
  display: block;
  height: 42px;
  font-size: 26px;
  line-height: 42px;
  padding-top: 5px;
  overflow: hidden;
}
.fc h3 strong {
  display: block;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}
.fc h3 i {
  font-weight: bold;
  color: #cc9d1d;
}
.fc h4 {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  background: #cc9d1d;
  margin: 0 auto;
  display: inline-block;
  padding: 0 20px;
}
.fc h4 span {
  display: inline-block;
  height: 48px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  width: 245px;
  overflow: hidden;
}
.fc h4 a {
  float: right;
  display: inline-block;
  width: 130px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.fc_con ul {
  padding-top: 50px;
}
.fc_con ul li {
  float: left;
  width: 300px;
  margin-right: 47px;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.fc_con ul li img {
  width: 300px;
  height: 205px;
}
.fc_con ul li.last {
  margin-right: 0;
}
.fc_con ul li span {
  display: block;
  width: 100%;
  background: #444;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
}
/**/
.abo {
  height: 546px;
  background: url(../images/abo.jpg) no-repeat center 0;
  background-size: 1920px 546px ;
  color: #fff;
}
.abo h3 {
  height: 36px;
  font-size: 30px;
  line-height: 36px;
  padding-top: 161px;
  width: 515px;
  overflow: hidden;
}
.abo p {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  width: 515px;
  margin-top: 22px;
}
.abo ul {
  overflow: hidden;
}
.abo ul li {
  float: left;
  padding-top: 12px;
  font-size: 0;
  padding-right: 7px;
}
.abo ul li img {
  width: 159px;
  height: 92px;
  border: 3px solid #adcbdf;
}
.about_desc {
  max-height: 308px;
  overflow: hidden;
}
/**/
.message .message_button input,
.message .mess_su_sub {
  background-color: #cc9d1d;
}
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  width: 55px;
}
.sidebar-itme {
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  position: relative;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 55px;
  height: 54px;
  cursor: pointer;
  background-color: #cc9d1d;
  overflow: hidden;
}
.sidebar .fh {
  display: none;
}
input[required]:invalid,
input:focus:invalid,
textarea[required]:invalid,
textarea:focus:invalid {
  box-shadow: none;
}
.message .mess_text em {
  top: 120px;
}
.message {
  background-size: 1920px 800px;
}
.message .content {
  width: 1200px;
  margin: 0 auto;
}
.message .message_con {
  padding: 50px;
  background-size: 1200px 800px;
}
.message_title {
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 0;
}
.message_title p {
  height: 32px;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 10px;
  overflow: hidden;
}
.message_title span {
  display: inline-block;
  max-height: 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
}
.message ul {
  font-size: 0;
}
.message input,
.message textarea {
  outline: none;
  background: none;
  border: 0;
  resize: none;
}
.message li {
  width: 500px;
  font-size: 24px;
  display: inline-block;
  border: 1px solid #eee;
  margin-right: 48px;
  margin-bottom: 25px;
  position: relative;
}
.message li .iconfont {
  left: 0;
  top: 0;
  width: 50px;
  line-height: 40px;
  font-size: inherit;
  text-align: center;
  text-rendering: auto;
  color: #999;
  position: absolute;
}
.message li span {
  right: 0;
  top: 0;
  line-height: 40px;
  color: #E03636;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
}
.message .mess_text {
  width: 100%;
}
.message li input,
.message li textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message li input {
  padding: 0 10px 0 50px;
  height: 40px;
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #666;
  display: block;
  float: left;
}
.message textarea {
  font-size: 20px;
  line-height: 30px;
  color: #666;
  height: 120px;
  float: left;
  overflow: auto;
}
.message .textarea {
  padding: 5px 15px 5px 50px;
}
.message_button {
  height: 40px;
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.message_button input {
  width: 200px;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  margin: 0 20px;
  -webkit-appearance: none;
}
.message .mess_dis {
  width: 500px;
  color: #555;
  line-height: 40px;
}
#area {
  float: left;
  width: 420px;
}
#area > div {
  width: 138px;
  height: 40px;
  line-height: 0;
  float: left;
}
#area select {
  width: 138px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border: 0;
}
.mess_success {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.mess_success_con {
  width: 500px;
  height: 240px;
  text-align: center;
  padding-top: 35px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -300px;
  border-radius: 5px;
}
.mess_su_img {
  width: 82px;
  margin-left: 50px;
  margin: 0 auto;
}
.mess_su_img img {
  width: 100%;
}
.mess_su_txt {
  height: 80px;
  font-size: 32px;
  line-height: 80px;
  display: inline-block;
  vertical-align: top;
}
.mess_su_sub {
  margin: 0 auto;
  width: 200px;
  height: 40px;
  border-radius: 5px;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.mess_su_sub span {
  font-size: 12px;
}
.htmlbody {
  height: 100%;
  overflow: auto;
}
.message_title span {
  color: #666
}