.fixed-banner {
  overflow: hidden;
  text-align: center;
  height: 350px;
  width: 100%;
  background-repeat:no-repeat; 
  background-position: center;
  background-size: cover;
  text-align: left;
}
.seark{
  margin-bottom: 20px;
}
.seark span{
  color: #bf0001;
}
.fixed-banner h3 {
  margin: 160px 0 5px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.fixed-banner p ,.fixed-banner a{
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.fixed-banner a:hover{
  color: #bf0001;
}

.comside ul{
  padding: 40px 0;
}
.comside ul a li{
  width: 295px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  margin-right: 10px;
  transition: all 0.5 ease;
}
.comside ul a {
  color: #000;
  transition: all 0.5 ease;
}
.comside ul a li:hover,.comside ul a li.active{
  background: #bf0001 url(../images/hw.png) center;
  color: #fff;
}
.common-inner .company-box{
  background: none;
  padding: 0px;
  box-shadow: none;
}
.common-inner .company-box .cici{
  width: 566px;
  height: 369px;
}
.common-inner .company-content{
  width: 600px;
}
.common-inner .hengfu ul{
  padding-top: 40px;
}
.common-inner .hengfu{
  height: 160px;
  margin-top: 30px;
}

/*口碑*/
.koubei{
  margin:40px 0;
  text-align: center;
}
.koubei h1{
  font-size: 34px;
  font-weight: bold;
}
.koubei h1 span{
  color: #bf0001;
}
.koubei p{
  font-size: 18px;
}
.koubei p i{
  display: inline-block;
  width: 30px;
  border:1px solid #bf0001;
  margin:5px 20px;
}
.snop .kbl,.snop .kbr{
  width: 600px;
  background: #fff;
}
.snop .kbl{
  padding: 35px 40px 35px 60px;
  box-sizing: border-box;
  height: 362px;
}
.snop .kbl h2{
  font-size: 26px;
}
.snop .kbl h4{
  font-size: 14px;
  text-transform: uppercase;
}
.snop .kbl span{
  width: 75px;
  display: inline-block;
  height: 0px;
  border:1px solid #bf0001;
  margin: 10px 0;
}
.snop .kbl .kb-content{
  line-height: 24px;
  font-size: 14px;
}
.snop li:nth-child(2).rob{
  display: block;
}
.snop li:nth-child(2) .kbl{
  float: right !important;
}
.snop li img{
  transition: all 0.5s ease;
}
.snop li:hover img{
  transform: scale(1.05);
}

.common-inner {
  position: relative;
  z-index: 1;
  background: #F3F3F3;
  padding: 28px 0 48px;
  min-height: 500px;
}
.common-inner .inner-left {
  float: left;
  width: 260px;
}
.common-inner .inner-left .pro-sider {
  float: none;
}
.common-inner .inner-right {
  float: right;
  width: 870px;
  background: #fff;
  min-height: 800px;
  padding: 0 25px;
}
.common-inner .inner-right .rig-title {
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  height: 54px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .rig-title .crumbs {
  overflow: hidden;
  margin-top: 6px;
  float: right;
  padding-left: 25px;
  height: 48px;
  line-height: 54px;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-inner .inner-right .rig-title .crumbs a {
  color: #b2b2b2;
}
.common-inner .inner-right .rig-title .crumbs a:hover {
  color: #bf0001;
  text-decoration: underline;
}
.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}

/*产品*/
.product-inner .comside li{
  width: 296px;
  margin-right: 4px;
}
.product-inner .comside a:last-child li{
  margin-right: 0px;
}
.de-product-list ul li{
  width: 390px;
  height: 386px;
  background: #fff;
  padding: 7px 9px;
  box-sizing: border-box;
  margin-bottom: 15px;
  margin-right: 15px;
}
.de-product-list ul li:nth-child(3n){
  margin-right: 0px;
}
.de-product-list ul li .cici{
  height: 260px;
}
.de-product-list ul li .title h3{
  font-size: 16px;
  font-weight: bold;
  margin:15px 0 10px;
  text-align: center;
  color: #000;
}
.de-product-list ul li .title .cone{
  padding: 0 20px;
  text-align: center;
  color: #888888;
  line-height: 24px;
}
.de-product-list ul li .cici {
  position: relative;
}
.de-product-list ul li .cici .abs{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  left: 0px;
  top: 0px;
  align-items: center;
  display: flex;
  transition: all 0.5s ease;
  opacity: 0;
}
.de-product-list ul li .cici .abs .abc{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin:0 auto;
  background: #fff url(../images/lj.png)no-repeat center center;
}
.de-product-list ul li:hover .abs{
  opacity: 1;
}
.de-product-list ul li img{
  transition: all 0.5s ease;
}
.de-product-list ul li:hover img{
  transform: scale(1.1);
}
.de-product-list ul li:hover{
  background: #940000;
}
.de-product-list ul li:hover h3,
.de-product-list ul li:hover .cone{
  color: #fff;
}

.common-inner .inner-right .de-product-list {
  margin-top: 26px;
}
.common-inner .inner-right .de-about-content {
  padding: 30px 50px;
}
.common-inner .inner-right .de-about-content img {
  margin: 0 auto;
  max-width: 100%;
}
.common-inner .inner-right .de-about-content p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}

/*新闻*/
.topnew{
  padding: 26px;
  background: #fff;
  margin-bottom: 36px;
}
.topnew h3{
  font-size: 20px;
  line-height: 33px;
}
.topnew h3 span{
  width: 64px;
  height: 33px;
  display: block;
  background: #bf0001;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  color: #fff;
  float: left;
  margin-right: 20px;
}
.topnew label{
  float: right;
  line-height: 33px;
  font-size: 16px;
}
.topnew label img{
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}
.topnew .coon{
  line-height: 24px;
  margin:20px 0;
}
.topnew a{
  color: #000;
}
.topnew .more{
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 21px;
  transition: all 0.5s ease;
}
.topnew .more span{
  display: inline-block;
  width: 35px;
  border:2px solid #666666;
  height: 0px;
  margin-left: 20px;
  transition: all 0.5s ease;
}
.topnew a:hover .more span{
  width: 55px;
  border:2px solid #bf0001;
}
.topnew a:hover .more{
  color: #bf0001;
}
.de-news-list ul li{
  width: 380px;
  height: 395px;
  background: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
}
.de-news-list ul li:nth-child(3n){
  margin-right: 0px;
}
.de-news-list ul li .cici{
  height: 240px;
  position: relative;
}
.de-news-list ul li .cici span{
  position: absolute;
  width: 69px;
  height: 69px;
  display: block;
  color: #fff;
  background: #bf0001;
  left: 20px;
  top: 0px;
}
.de-news-list ul li .cici span p:first-child{
  font-size: 30px;
  line-height: 30px;
  margin-top: 8px;
}
.de-news-list ul li .cici span p:last-child{
  font-size: 14px;
}
.de-news-list ul li .box{
  padding: 22px;
}
.de-news-list ul li a{
  color: #000;
}
.de-news-list ul li h4{
  font-size: 16px;
  margin-bottom: 10px;
}
.de-news-list ul li .cl3{
  line-height: 24px;
}
.de-news-list ul li:hover{
  background: #bf0001;
  color: #fff;
}
.de-news-list ul li:hover h4,
.de-news-list ul li:hover a{
  color: #fff;
}


/* {
  padding: 0 18px;
}*/
 .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
 .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
 .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
 .news-detail {
  padding: 0 12px 30px;
}
 .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
 .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
 .newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.newsPage .cl1{
  width: 50%;
}
.newsPage .cl1:last-child{
  text-align: right;
}
 .newsPage a {
  color: #323232;
}
 .newsPage a:hover {
  color: #bf0001;
}
.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .de-honor-list li{
  width: 386px;
  margin-bottom: 20px;
}
.common-inner .de-honor-list li h4{
  font-size: 16px;
  height: 50px;
  background: #fff;
  line-height: 50px;
}
.common-inner .de-honor-list li a{
  color: #000;
}
.common-inner .de-honor-list li img{
  transition: all 0.5s ease;
}
.common-inner .de-honor-list li:hover img{
  transform: scale(1.1);
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.common-inner .inner-right .de-honor-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #bf0001;
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #bf0001;
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #bf0001;
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #bf0001;
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.common-inner .inner-right .newsPage {
  padding: 0 20px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .newsPage a {
  color: #323232;
}
.common-inner .inner-right .newsPage a:hover {
  color: #bf0001;
}
.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #bf0001;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #bf0001;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}

/*联系我们*/
.contact{
  background: #fff;
  margin-top: 22px;
}
.contact-list{
  width: 500px;
  padding: 45px 0px 45px 33px;
}
.contact-list h2{
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
}
.contact-list h4{
  font-size: 16px;
  margin-bottom: 15px;
}
.contact-list ul li{
  width: 445px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding-left: 55px;
  box-sizing: border-box;
  position: relative;
}
.contact-list ul li a{
  color: #000;
}
.contact-list ul li:hover{
  color: #bf0001;
}
.contact-list ul li:nth-child(2n-1){
  background: #F3F3F3;
}
.contact-list ul li:before{
  content: '';
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  top: 11px;
  left: 16px;
}
.icon-01:before{
  background: url(../images/r1.png)no-repeat center;
}
.icon-02:before{
  background: url(../images/r2.png)no-repeat center;
}
.icon-03:before{
  background: url(../images/r3.png)no-repeat center;
}
.icon-04:before{
  background: url(../images/r4.png)no-repeat center;
}
.icon-05:before{
  background: url(../images/r5.png)no-repeat center;
}
.icon-03 a{
  color: #000;
}
.icon-03 a:hover{
  color: #bf0001;
}

.contact-map{
  width: 630px;
  height: 330px;
  margin:45px 23px 0 0;
}
#dituContent{
  width: 100%;
  height: 330px;
}


#contact_02{margin:0px auto;background: #fff;
  padding: 0 33px 50px 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.contact_02_tit{width: 100%;height: 50px;line-height: 50px;background: #eeeeee;margin:0 auto;color: #666666;font-size: 14px;}
.contact_02_tit span{display: inline-block;margin-right: 10px; background: #003C96;color: #fff;font-size: 22px;padding:0 30px;}
#contact_02_form{width: 100%;margin:30px auto 0;}
#contact_02_form .form01 {  float:left;width:100%;}
#contact_02_form .form02 {  float:right;width:100%}
#contact_02_form .form02 textarea{ width:100%;
  height: 201px;
  margin-bottom: 15px;
  padding:13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
}
#contact_02 p img{
  margin:3px 10px 0 0;
}

#contact_02_form .form01 .line1{width: 504px;height: 48px;line-height: 48px;padding:0 46px 0 13px;margin-bottom:15px;color: #666;font-size: 14px;}
#contact_02_form .form01 input{border:1px solid #d5d5d5;font-size: 14px;font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";}
#contact_02_form .form01 .name{background: #fff;}
#contact_02_form .form01 .phone{background: #fff;}
#contact_02_form .form01 .email{margin-right: 0;background: #fff;margin-right: 0;}
#contact_02_form .form01 .add{margin-right: 0;background: #fff;margin-right: 0;}
#contact_02_form .form01 textarea{width: 1139px;border: 1px solid #d5d5d5;color: #666;font-size: 14px;padding: 10px 46px 10px 13px;height: 149px;font-size: 14px;font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";line-height: 1.5;margin-bottom: 20px;background: #fff url(../Image/i_form_ico4.png) no-repeat right top;}
#contact_02_form .form02{margin:0 auto;}
#contact_02_form .form02 input,#contact_02_form .form02 .submit {width: 265px; height: 50px; float:right;border: 0; transition:all 0.4s; font-size: 16px;font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜"; line-height: 50px; color: #fff; text-align: center; cursor: pointer;}
#contact_02_form .form02 .submit span{line-height: 46px; }
#contact_02_form .form02 .submit{background: #bf0001;color: #fff;}
#contact_02_form .form02 input.resest{background: #030304;margin-right: 30px;}
/*#contact_02_form .form02 input:hover {background: #222;}*/
#contact_02_form .code{border: 1px solid #d5d5d5;width: 350px;float: left;}
#contact_02_form .code input{float:left;line-height: 50px;padding-left:13px;height: 49px;
width:175px;border:none;color: #999999;}
#contact_02_form .code .verify{float:right;
  height: 50px;
}
#contact_02_form .code .verify img{
  height: 100%;
}


.prodect-Info {
  overflow: hidden;
  background: #f6f6f6;
  min-height: 500px;
  padding-bottom: 48px;
}
.prodect-Info .info-crumbs {
  overflow: hidden;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
  padding-left: 28px;
  background: url(../images/home-icon.png) no-repeat 5px center;
}
.prodect-Info .info-crumbs a {
  color: #595959;
}
.prodect-Info .info-crumbs a:hover {
  color: #bf0001;
  text-decoration: underline;
}
.prodect-Info .info-main {
  overflow: hidden;
  padding: 0px 0px 20px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 590px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 570px;
  overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
  font-size: 28px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px 0 10px;
}
.prodect-Info .info-main .info-main-rig .price {
  line-height: 24px;
  color: #000;
  font-size: 16px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  margin-right: 25px;
}
.prodect-Info .info-main .info-main-rig .de-list {
  overflow: hidden;
  padding: 20px 25px 33px;
  background: #E5E5E5;
  overflow-y: auto;
  height: 273px;
  margin:30px 0;
  box-sizing: border-box;
}
.zxx{
  height: 85px;
  background: #B10000;
  color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.zx1{
  width: 300px;
}
.zxx img{
  margin-right: 15px;
}
.zxx p{
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 4px;
}
.zx2{
  display: block;
  width: 122px;
  height: 40px;
  color: #B10000;
  background: #fff;
  text-align: center;
  line-height: 40px;
  margin-top: 5px;
}
.infoback{
  background: #E5E5E5;
  padding: 50px 0;
}



.prodect-Info .info-main .info-main-rig .de-list .list-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
  width: 60px;
  float: left;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  overflow: hidden;
  padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  display: block;
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #bf0001;
  color: #fff;
  font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #0058b1;
}
.prodect-Info .info-center {
  overflow: hidden;
  width: 850px;
}
.prodect-Info .info-center .infoCenter-right {
  background: #fff;
  padding: 32px 23px;
  min-height: 800px;
}
.center-title {
  font-size: 24px;
  color: #000;
  line-height: 27px;
  padding-left: 15px;
  margin-bottom: 23px;
  height: 25px;
  border-left: 3px solid #bf0001;
}
.info-ftitle{
  width: 100%;
  height: 95px;
  background: url(../images/st.jpg)no-repeat center;
  color: #fff;
  font-size: 24px;
  padding: 24px 65px 18px;
  box-sizing: border-box;
}
.flogo{
  border-left:1px solid #fff;
  margin-left: 20px;
  padding-left: 20px;
  text-transform: uppercase;
}
.flogo p:first-child{
  font-size: 24px;
}
.flogo p:last-child{
  font-size: 14px;
}
.f1{
  margin:30px auto 20px;
}
.f2{
  text-align: center;
}
.f2 .roc{
  padding: 2px 40px;
  border:1px solid #000;
  color: #000;
  display: inline-block;
  margin:0 auto;
  border-radius: 20px;
  font-size: 24px;
}
.f2 i{
  display: inline-block;
  margin:0 3px;
}
.f2 a{
  color: #000;
  text-transform: uppercase;
}
.f2 a:hover{
  color: #bf0001;
}
.f2 span:last-child i{
  display: none;
}
.f3content{
  margin:20px 0;
}
.f3content table{
  width: 100% !important;
}
table  {
  font-family: verdana,arial,sans-serif;
  font-size:11px;
  color:#333333;
  border-width: 1px;
  border-color: #ccc;
  border-collapse: collapse;
}
/*.firstRow{
  text-align: center;
}*/
table  th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #ccc;
  background-color: #dedede;
}
table  td {
  border-width: 1px !important;
  padding: 8px;
  border-style: solid !important;
  border-color:  #ccc !important;
  font-size: 16px !important;
  background-color: #ffffff;
}
table  td p{
  text-align: left !important;
}
span img{
  max-width: 100% !important;
}
.f3content p img{
  margin:0 auto !important;
}
.f4 ul li{
  width: 150px;
  height: 150px;
  text-align: center;
  background: #EAEAEA;
}
.f4 ul li img{
  margin:30px auto 10px;
}
.f4 ul li h2{
  font-size: 20px;
}
.f4 ul li p{
  font-size: 13px;
  color: #555555;
}
.f4 ul li:hover{
  background: #bf0001;
  color: #fff;
}
.f4 ul li:hover h2,
.f4 ul li:hover p{
  color: #fff;
}
.f5 {
  margin-top: 22px;
}
.f5 .tit{
  width: 100%;
  height: 115px;
  color: #fff;
  text-align: center;
  background: #bf0001;
  padding-top: 25px;
  box-sizing: border-box;
}
.f5 .tit h1{
  font-size: 36px;
  line-height: 36px;
}
.f5 .tit p{
  font-size: 16px;margin-top: 5px;
}
.sl{
  margin:20px 0;
}
.f7{
  width: 504px;
}
.f7 h2{
  font-size: 24px;
  color: #bf0001;
  font-weight: bold;
}
.f8{
  width: 288px;
  margin-top: 20px;
}
.f8 .td{
  background: #000;
  height: 88px;
  margin-bottom: 10px;
  padding: 18px 29px;
  color: #fff;
  box-sizing: border-box;
}
.f8 .tdd{
  width: 58px;
  height: 58px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  float: left;
  margin-right: 10px;
}
.f8 .tdd img{
  margin:10px auto 0;
}
.f8 .td h2{
  font-size: 18px;
}
.f8 .td p{
  font-size: 14px;
  line-height: 16px;
  color: #858585;
}
.procase{
  padding-top: 15px;
}
.procase li{
  width: 260px;
  margin-bottom: 15px;
}
.procase li .cici{
  height: 213px;
}
.procase li a{
  color: #000;
}
.procase li p{
  padding: 5px 15px;
  line-height: 24px;
}
.procase li:hover img{
  transform: scale(1.1);
}
.procase li:hover p{
  color: #bf0001;
}

.other{
  width: 330px;
  background: #fff;
  padding: 32px 15px;
  height: auto !important;
  box-sizing: border-box;
  max-height: 1950px;
}
.other ul li{
  border:1px solid #EEEEEE;
  text-align: center;
  padding: 6px 5px;
  margin-bottom: 15px;
}
.other ul li a{
  color: #000;
}
.other ul li p{
  display: block;
  height: 45px;
  line-height: 50px;
}
.other ul li img{
  transition: all 0.5 ease;
}
.other ul li .cici{
  max-height: 220px;
}
.other ul li:hover img{
  transform: scale(1.1);
}
.other ul li:hover {
  background: #bf0001;
}
.other ul li:hover p{
  color: #fff;
}
.olx{
  margin-top: 50px;
}
.olx .center-title{
  margin:0 -15px;
  background: #bf0001;
  color: #fff;
  height: 67px;
  padding: 20px 0 20px 30px;
  box-sizing: border-box;
}
.olx .center-title p{
  border-left: 3px solid #fff;
  padding-left: 15px;
}
.olx h1{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.olx .pd{
  padding: 30px 10px;
}
.olx .pd p{
  line-height: 24px;
}
.olx .pd p a{
  color: #000;
}
.olx .pd p a:hover{
  color: #bf0001;
}


/*案例*/
.case-inner-box{
  padding-top: 22px;
}
.case-inner-box ul li{
  width: 390px;
  height: 280px;
  position: relative;
  overflow:hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
.case-inner-box ul li:nth-child(3n){
  margin-right: 0px;
}
.case-inner-box ul li h4{
  position: absolute;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  background: rgba(0,0,0,.8);
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
}
.case-inner-box ul li a{
  color: #fff;
}
.case-inner-box ul li .cici{
  width: 100%;
  height: 100%;
}
.case-inner-box ul li:hover h4{
  bottom:-45px;
}
.case-inner-box ul li .ga{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(137,12,19,.8);
  left: 0px;
  bottom: 0px;
  opacity: 0;
  text-align: center;
  transition: all 0.5s ease;
  padding: 0 25px;
  box-sizing: border-box;
}
.case-inner-box ul li .ga img{
  margin:0px auto 10px;
  transform: translateY(120px);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  opacity: 0;
  transition: all 0.8s ease;
}
.case-inner-box ul li .ga {
  opacity: 0;
  transition: all 0.5s ease;
}
.case-inner-box ul li .ga p{
  transform: translateY(60px);
  opacity: 0;
  transition: all 1s ease;
}
.case-inner-box ul li:hover .ga{
  opacity: 1;
}
.case-inner-box ul li:hover .ga img{
  transform: translateY(80px);
  opacity: 1;
}
.case-inner-box ul li:hover .ga p{
  transform: translateY(90px);
  opacity: 1;
}
.case_right{
  width: 850px;
  padding: 30px 20px;
  background: #fff;
  box-sizing: border-box;
}





.prodect-Info .info-center .infoCenter-right .center-content {
  overflow: hidden;
  padding-bottom: 30px;
}
.prodect-Info .info-center .infoCenter-right .center-content img {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {
  font-family: '微软雅黑';
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {
  width: 50%;
  text-align: center;
  font-size: 15px;
  color: #262626;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  font-weight: bold;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {
  line-height: 45px;
  color: #595959;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.prodect-Info .info-center .infoCenter-right .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.prodect-Info .info-center .infoCenter-right .newsPage a {
  color: #323232;
}
.prodect-Info .info-center .infoCenter-right .newsPage a:hover {
  color: #bf0001;
}
#MagnifierWrap2 {
  position: relative;
  width: 590px;
}
.MagnifierMain {
  position: relative;
  width: 590px;
  height: 410px;
  font-size: 0;
  text-align: center;
  line-height: 590px;
  border: 1px solid #e6e6e6;
}
.MagnifierMain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  /*vertical-align: middle;*/
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}
.spec-items {
  position: relative;
  width: 535px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li.on {
  border: 2px solid #bf0001;
}
.spec-items li img {
  display: inline-block;
  height: 100%;
  width: 100%;
  /*vertical-align: middle;*/
  object-fit: cover;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  /*background-color: #f9f9f9;*/
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #bf0001;
  background: #bf0001;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
/*# sourceMappingURL=./inner.css.map */