.product .top.no_img .font{
  width: 100%;
  padding-bottom: 40px;
}
.header .logo{
  margin: 17px 0;
  float: left;
  width: 29.6%;
}
.header .search{
  float: left;
  margin-top: 35px;
  position: relative;
  width: 39.375%;
  margin-left: 6.25%;
}
.header .search .main{
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 50px;
  width: 100%;
  height: 50px;
}
.header .search input{
  font-size: 16px;
  line-height: 48px;
  text-indent: 15px;
  height: 48px;
  width: calc( 100% - 70px );
  float: left;
  font-family: "m_light";
}
.header .search .btn{
  width: 26px;
  float: left;
  margin: 11px 22px 0;
  height: 26px;
  background: url(../images/search.png) no-repeat center;
  background-size: cover;
}


.header .search input:-ms-input-placeholder{
  color: #333;
}
.header .search input::-moz-placeholder{
  color: #333;
}
.header .search input:-moz-placeholder{
  color: #333;
}
.header .search input::-webkit-input-placeholder {
  color: #333;
}

.header .right{
  width: 35.5%;
}
.header .right .to_car{
  line-height: 120px;
}
.header .right .to_car span:hover{
  color: #9a0000;
}
.header .right .to_car span,
.header .right .to_car p{
  display: inline-block;
}
.header .right .to_car p i{
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  background: url(../images/header_car.png) no-repeat center;
  position: relative;
}
.header .right .to_car p em{
  position: absolute;
  width: 20px;
  line-height: 14px;
  height: 14px;
  right: -15px;
  top: -6px;
  background: #9a0000;
  color: #fff;
  border-radius: 14px;
  text-align: center;
  font-size: 12px;
}
.header .to_lang{
  margin: 5px 6% 5px;
  float: left;
  padding: 0 30px;
  line-height: 110px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.header .to_lang span{
  /*padding-left: 65px;*/
  display: inline-block;
  /*background: url(../images/header_lang.png) no-repeat left;*/
}
.header .to_lang span em{
  padding-right: 20px;
  background: url(../images/dot.png) no-repeat right;
}
.header .to_gp{
  font-size: 16px;
  text-align: center;
  float: left;
  width: 18%;
  padding-top: 18px;
}
.header .to_gp span{
  margin-bottom: 5px;
  display: block;
  border-bottom: 1px solid #666666;
}
.header .to_gp i{
  width: 35px;
  height: 35px;
  background: url(../images/header_gp.png) no-repeat center;
  background-size: cover;
  display: block;
  margin: 5px auto 0;
}

.header .search .show{
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 40px;
  color: #333;
  background: #fff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-top: 0;
  font-size: 20px;
  text-indent: 15px;
  display: none;
}
.header .search .show b{
  font-weight: normal;

}
.nav{
  background:#4a6bb0;
}
.in_nav{
  position: absolute;
  left: 0;
  background: rgba(0,0,0,0.7);
  width: 100%;
  z-index: 2;
}
.nav .contain{
  display: flex;
  justify-content:space-between;
}
.nav li{

}
.nav li .btn{
  padding: 0 30px;
  line-height: 70px;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.nav li.active .btn,
.nav li:hover .btn{
  color: #a9a9a9;
}
.nav li .btn:after{
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  top: 100%;
  background: #a9a9a9;
  height: 4px;
  z-index: 3;
  opacity: 0;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.nav li:hover .btn:after{
  opacity: 1;
}
.nav .show{
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0 35px;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(0,20px);
  -webkit-transform: translate(0,20px);
  transform: translate(0,20px);
  -ms-transition: 0.1s all;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  box-sizing: border-box;
}
.nav li:nth-of-type(1) .show{
  padding-bottom: 30px;
}
.nav li:hover .show{
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.nav .show .line{
  width: 32px;
  height: 3px;
  margin: 15px 0;
  background: #fff;
}
.nav .contain{
  position: relative;
}
.nav .show .p1{
  color: #fff;
  margin-top: 30px;
  font-size: 22px;
}
.nav .show .p2{
  color: #fff;
  width: 65%;
}
.nav .show .p2 span{
  float: left;
  width: 50%;
  color: #fff;
  margin-bottom: 10px;
}
.nav .show .btn2{
  width: 65%;
  margin-top: 40px;
  font-size: 0;
}
.nav .show .btn2 a{
  color: #fff;
  padding-left: 16px;
  margin-bottom: 25px;
  font-size: 16px;
  box-sizing: border-box;
  width: 33.3333%;
  display: inline-block;
  line-height: 30px;
  position: relative;
}
.nav .show .btn1{
  width: 65%;
  margin-top: 20px;
}
.nav .show .btn1 a{
  position: relative;
  width: 50%;
  float: left;
  padding-left: 16px;
  margin-bottom: 25px;
  line-height: 30px;
  color: #fff;
  box-sizing: border-box;
}
.nav .show .btn2 a:before,
.nav .show .btn1 a:before{
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.nav .show .btn2 a:hover,
.nav .show .btn1 a:hover{
  color: #9a0000;
}
.nav .show .btn2 a:hover:before,
.nav .show .btn1 a:hover:before{
  background: #9a0000;
}



.nav .show .btn3{
  width: 140px;
  line-height: 43px;
  background: #9a0000;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 20px 0 50px;
}


.banner video{
  width: 100%;
  object-fit: fill;
}
.m_show{
  display: none;
}
.banner .slide{
  position: relative;
}
.banner .slide span{
  width: 753.6px;
  height: 136px;
  position: absolute;
  left: 50%;
  margin-left: -376.8px;
  top: 50%;
  margin-top: -90px;
  opacity: 0;
  -ms-transition: 1s all;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.banner .slide.active span{
  margin-top: -85px;
  opacity: 1;
}


.in_title .p1{
  font-size: 30px;
  text-align: center;
}
.in_title .p2{
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 32px;
}
.in_title{
  padding: 75px 0;
}


.in_top .main li .img{
  overflow: hidden;
}
.in_top .main li .img img{
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.in_top .main li:hover img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.in_top .main .owl-item li{
  width: 100% !important;
}
.in_top .main li .a1{
  color: #e8390e;
  font-size: 18px;
  margin-bottom: 10px;
}
.in_top .main li .p1{
  line-height: 30px;
  margin-bottom: 20px;
}
.in_top .main li .a2{
  color: #9a0000;
}
.in_top .main li .a2:hover{
  text-decoration: underline;
}
.in_top{
  padding-bottom: 80px;
}
.in_top .main li{
  float:left;
  width: 23.5%;
  margin-right: 2%;
}
.in_top .main li:nth-of-type(4n){
  margin-right: 0;
}
.in_top .owl-nav{
  display: none;
}
.in_top .owl-dots{
  text-align: center;
  margin-top: 40px;
}
.in_top .owl-dot{
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin: 0 8px;
  display: inline-block;
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
}
.in_top .owl-dot.active{
  background: #fff;
}
.in_mid{
  background: url(../images/in_mid.png) no-repeat center;
  background-size: cover;
}
.in_mid .main{
  display: flex;
  padding:0 100px 90px;
  justify-content: space-between;
}
.in_mid .main li{
  text-align: center;
}
.in_mid .main li .p1{
  font-size: 24px;
  margin-top: 10px;
}
.in_mid .main li .p2{
  font-size: 18px;
  color: #808080;
}
.in_mid .main li .img{
  overflow: hidden;
}
.in_mid .main li .img img{
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 200px;
}
.in_mid .main li:hover .img img{
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.in_adv{
  padding-bottom: 60px;
}
.in_adv .main li{
  float: left;
  width: 32.66666%;
  margin-bottom: 15px;
  margin-right: 1%;
  position: relative;
}
.in_adv .main li:nth-of-type(3n){
  margin-right: 0;
}
.in_adv .main li .show{
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  background: rgba(154,0,0,0.3);
}
.in_adv .main li:hover .show{
  opacity: 1;
}
.in_adv .main li .show p{
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.in_env{
  background: url(../images/in_env.png) no-repeat center;
  background-size: cover;
  height: 850px;
  position: relative;
}
.in_env .main{
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  left: 0;
  text-align: center;
}
.in_env .main .p1{
  font-size: 50px;
  color: #fff;
  line-height: 100px;
}

.in_env .main .p2{
  font-size: 50px;
  color: #fff;
  line-height: 130px;
}
.in_env .main .p2 span{
  font-size: 60px;
}

.in_end .main li{
  padding: 10px;
  box-sizing: border-box;
}
.in_end .main li a{
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.in_end .main li:hover a{
  box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.in_end .main li .img{
  position: relative;
}
.in_end .main li .img .date{
  position: absolute;
  text-align: center;
  color: #fff;
  left: 15px;
  width: 70px;
  height: 70px;
  top: 15px;
  background: #e8390e;
}
.in_end .main li .img .date span{
  font-size: 18px;
  display: block;
  margin-top: 15px;
  line-height: 20px;
}
.in_end .main li .img .date em{
  font-size: 16px;
  line-height: 20px;
  font-family: "m_light";
  display: block;
}
.in_end .main li p{
  padding: 0 20px;
}
.in_end .main li .p1{
  font-size: 16px;
  line-height: 30px;
  margin: 15px 0;
}
.in_end .main li .p2{
  padding-bottom: 30px;
}
.in_end .main li .p2 span{
  font-size: 16px;
  color: #9a0000;
}
.in_end .main li .p2 span:hover{
  text-decoration: underline;
}
.in_end{
  padding-bottom: 90px;
}
.in_end .owl-nav{
  display: none;
}
.in_end .owl-dots{
  text-align: center;
  margin-top: 40px;
}
.in_end .owl-dot{
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin: 0 8px;
  display: inline-block;
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
}
.in_end .owl-dot.active{
  background: #fff;
}

.backtop{
  width: 44px;
  height: 44px;
  background: url(../images/back.png) no-repeat center #fff;
  background-size: cover;
  position: fixed;
  right: 30px;
  border-radius: 50%;
  bottom: 100px;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.15);
}

.in_adv{
  position: relative;
}
.in_adv:before{
  content: '';
  position: absolute;
  left: 10px;
  z-index: -1;
  top: 40px;
  width: 410px;
  height: 410px;
  /*background: url(../images/in_adv_bg.png) no-repeat center;*/
  background-size: cover;
}
/* .footer{
  background: #042576;
  position: relative;
}
.footer:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 41.875%;
  height: 100%;
  background: url(../images/footer.png) no-repeat center;
  background-size: cover;
} */
.logo{
  width: 240px;
}
/* .footer .left{
  position: relative;
  z-index: 1;
  float: left;
  width: 41.875%;
  padding-top: 40px;
}
.footer .left dl{
  margin-top: 60px;
}
.footer .left dd{
  margin-top: 20px;
}
.footer .left dd span{
  float: left;
  font-size: 18px;
  line-height: 40px;
  width: 120px;
}
.footer .left dd a{
  float: left;
  width: 40px;
  margin-left: 12px;
}
.footer .right{
  width: 58.125%;
  color: #fff;
  float: right;
}
.footer .f_nav{
  display: flex;
  justify-content: space-between;
}
.footer .f_nav li .p1{
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.footer .f_nav li .main a{
  line-height: 26px;
  font-size: 16px;
}
.footer .f_nav li .main a:hover{
  color: #9a0000;
}


.footer .right .img{
  margin: 30px 0 20px;
}
.footer .right .img a{
  float: left;
  margin-left: 25px;
}
.footer .right .img a:first-child{
  margin-left: 0;
} */

.dc_mask{
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.dc_show1,.dc_show3{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 3;
  background: #fff;
  margin-left: -525px;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 940px;
  padding: 0 80px;
  height: 660px;
  max-height: 95vh;
  overflow: auto;
  display: none;
}
.dc_show3{
  height: 520px;
}
.dc_show .p1{
  padding: 80px 0 30px;
  font-size: 30px;
  text-align: center;
}
.dc_show .btn{
  padding-bottom: 60px;
  padding-top: 20px;
}
.dc_show .input input{
  width: 48.5% ;
  float: left;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  line-height: 48px;
  height: 48px;
  text-indent: 10px;
  margin-bottom: 21px;
  font-size: 16px;
}
.dc_show .input .yzm{
  border: 1px solid #d2d2d2;
  margin-left: 3%;
}
.dc_show .input input:nth-of-type(2n){
  float: right;
}
.dc_show textarea{
  width: 100%;
  box-sizing: border-box;
  text-indent: 10px;
  font-size: 16px;
  padding-top: 10px;
  height: 110px;
  margin-bottom: 21px;
  border: 1px solid #d2d2d2;
}
.dc_show .btn a,
.dc_show button,
.dc_show button{
  width: 48.5%;
  float: left;
  line-height: 48px;
  height: 48px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #e8390e;
}
.dc_show button:last-child,
.dc_show .btn a:nth-of-type(2n),
.dc_show button:nth-of-type(2n){
  float: right;
}
.dc_show>.close{
  width: 37px;
  height: 37px;
  position: absolute;
  right: 34px;
  cursor: pointer;
  top: 34px;
  background: url(../images/close.png) no-repeat center;
}


.dc_show2,.dc_show4{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 3;
  background: #fff;
  margin-left: -525px;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  width: 940px;
  padding: 0 80px;
  padding: 120px 0;
  display: none;
}
.dc_show4 p,
.dc_show2 p{
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}
/* .footer .end{
  padding: 15px 0;
  line-height: 30px;
} */
.f_end{
  display: inline-block;
}
.f_end:hover{
  color: #9a0000
}

.about .top .title{
  padding: 90px 0 60px;
}
.about .top .title .p1{
  font-size: 30px;
}
.about .top .title .p2{
  font-size: 16px;
  color: #9a0000;
}

.about .top .part1{
  display: table;
}
.about .top .part1>div{
  display: table-cell;
  vertical-align: middle;
}
.about .top .part1 .font{
  width: 51.5%;
  color: #777;
  font-size: 16px;
    vertical-align: top;
  line-height: 30px;
}
.about .top .part1 .img{
  width: 48.5%;
}
.about .top .part1 .img div{
  float: right;
  width: 88.8888%;
  position: relative;
}
.about .top .part2{
  margin-top: 70px;
}
.about .top .part2 .img{

}
.about .top .part2 .img div{
  position: relative;
  width: 88.8888%;
}
.about .top .part2 .font{
  font-size: 16px;
  width: 51.5%;
  line-height: 30px;
    vertical-align: top;
}
.about .top .part3 .font i,
.about .top .part1 .font i,
.about .top .part2 .font i{
  font-size: 20px;
}
.about .top .part2 .img{
  width: 48.5%;
}


.about .top .part3,
.about .top .part2{
  display: table;
}
.about .top .part3>div,
.about .top .part2>div{
  display: table-cell;
  vertical-align: middle;
}
.about .top .part3{
  margin-top: 70px;
  width: 100%;
}
.about .top .part3 .font{
  width: 51.5%;
  line-height: 30px;
  font-size: 16px;
    vertical-align: top;
}
.about .top .part3 .img{
  width: 48.5%;
}
.about .top .part3 .img div{
  float: right;
  width: 88.88888%;
  position: relative;
}
.about .top .part4 .img{
  margin-top: 50px;
}
.about .top .part4 .img img{
  width: 48.5%;
  float: left;
}
.about .top .part4 .img img:nth-of-type(2n){
  float: right;
}
.about .top .part4{
  margin-top: 70px;
}
.about .top .part4 .font{
  font-size: 16px;
  line-height: 30px;
    vertical-align: top;
}
.about .top{
  padding-bottom: 90px;
}

.about .end{
  padding: 80px 0 150px;
  background: #f5f5f5;
}
.about .end .title .p1{
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
}
.about .end .main p{
  padding-left: 35px;
  font-size: 16px;
  line-height: 36px;
  color: #777;
  width: 42%;
  float: left;
  background: url(../images/about_end.png) no-repeat 0 7px;
}
.about .end .main p:nth-of-type(2n){
  float: right;
}
.about .end .book{
  padding: 0 9.5%;
  margin-top: 70px;
}
.about .end .book1 .owl-prev{
  width: 60px;
  height: 60px;
  position: absolute;
  left: -11%;
  top: 50%;
  text-indent: 10000px;
  overflow: hidden;
  margin-top: -30px;
  opacity: 0.5;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: url(../images/about_end1.png) no-repeat center;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
  border-radius: 50%;
}
.about .end .book1 .owl-prev:hover,
.about .end .book1 .owl-next:hover{
  opacity: 1;
}
.about .end .book1 .owl-next{
  width: 60px;
  height: 60px;
  position: absolute;
  right: -11%;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.5;
  top: 50%;
  text-indent: 10000px;
  overflow: hidden;
  margin-top: -30px;
  background: url(../images/about_end2.png) no-repeat center;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
  border-radius: 50%;
}
.about .end .owl-dots{
  text-align: center;
  margin-top: 70px;
  width: 100%;
  position: absolute;
}
.about .end .owl-dot{
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin: 0 8px;
  display: inline-block;
  background: #d1d1d1;
  border: 1px solid #d1d1d1;
}
.about .end .owl-dot.active{
  background: #fff;
}

.contact .title .p1{
  color: #333;
  font-size: 24px;
  margin-top: 90px;
}
.contact .title .p2{
  font-size: 16px;
  margin-top: 10px;
}
.contact .title .p2 i{
  color: red;
}

.contact .main{
  margin-top: 50px;
}
.contact .main .input{
  float: left;
  width: 46%;
  margin-right: 8%;
  margin-bottom: 35px;
}
.contact .main .input:nth-of-type(2n){
  margin-right: 0;
}
.contact .main .input p{
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.contact .main .input input{
  width: 100%;
  line-height: 45px;
  -ms-transition: 0.3s all;
  font-size: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  height: 45px;
  text-indent: 10px;
  border: 1px solid #a0a0a0;
}
.contact .main .input input:focus{
  box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}
.contact .main .input select{
  font-size: 16px;
  border: 1px solid #a0a0a0;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  text-indent: 8px;
}
.contact .main .input textarea{
  width: 100%;
  text-indent: 10px;
  padding-top: 10px;
  font-size: 16px;
  height: 240px;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
}
.contact .main .input.text{
  margin-right: 0;
  width: 100%;
}
.contact .main .input.text input{
  width: 380px;
}
.contact .main .input.text img{
  height: 47px;
  margin-left: 20px;
}
.contact .main .btn{
  width: 150px;
  line-height: 50px;
  background: #e8390e;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  float: left;
}
.contact .main .btn:hover{
  background: #9a0000;
}
.contact .main{
  padding-bottom: 100px;
}

.news_detail .title{
  padding: 100px 0 10px;
  margin-bottom: 45px;
  border-bottom: 1px solid #cccccc;
}
.news_detail .title .p1{
  color: #555;
  font-size: 30px;
  margin-bottom: 20px;
}
.news_detail .title .p2{
  font-size: 16px;
  color: #999;
}
.news_detail .simple-article{
  margin-bottom: 150px;
}
.news_detail .end .p1{
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}
.news_detail .end li{
  padding: 20px 0;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.news_detail .end li .img{
  float: left;
  width: 23.333333%;
}
.news_detail .end li .font{
  width: 70.83333%;
  float: right;
  margin-top: 30px;
}
.news_detail .end li .a1{
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
.news_detail .end li .p2{
  color: #999;
  font-size: 18px;
}
.more{
  text-align: center;
  margin: 50px 0 100px;
}
.more a{
  display: inline-block;
  padding-right: 25px;
  font-size: 18px;
  background: url(../images/more.png) no-repeat right;
}
.news{
  padding-top: 100px;
}
.news .main{

}
.news .main li{
  margin-bottom: 50px;
  -ms-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.news_detail .end li:before,
.news .main li:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -34px;
  width: 100%;
  transition: 0.3s all;
  height: 34px;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
  opacity: 0;
}
.news_detail .end li:hover:before,
.news .main li:hover:before{
  opacity: 1;
}
.news .main li:hover .font .p2,
.news .main li:hover .font .a1{
  color: #9a0000;
}
.news .main li .img{
  width: 25.33333%;
  float: left;
}
.news .main li .font{
  width: 70%;
  float: right;
}
.news .main li .font .a1{
  font-size: 18px;
  font-weight: bold;
}
.news .main li .font .p1{
  margin: 20px 0 30px;
  font-size: 14px;
  color: #999;
}
.news .main li .font .p2{
  font-size: 16px;
  color: #555;
  line-height: 30px;
}
.news .more{
  margin-top: 100px;
}
.more a:hover{
  color: #9a0000;
  background: url(../images/more1.png) no-repeat right;
}

.product .top{
  padding-top: 100px;
}
.product .top .font{
  float: left;
  width: 42%;
}
.product .top .img{
  width: 54%;
  float: right;
}
.product .top .font .p1{
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 15px;
}
.product .top .font .p2{
  font-size: 16px;
  line-height: 30px;
}
.product .top .img{
  position: relative;
}
.product .content{
  background: #fff;
  padding: 100px 0 0;
}
.product .left{
  width: 18.2%;
  float: left;
}
.product .left .sroll_slide{
  height: 480px;
  overflow: auto;
}
.product .left .title{
  font-size: 24px;
  margin-bottom: 20px;
}
.product .left li .btn{
  line-height: 64px;
  border-bottom: 1px solid #cccccc;
  /*background: url(../images/pro_left1.png) no-repeat 90%;*/
}
.product .left li.active .btn{
  /*background: url(../images/pro_left2.png) no-repeat 90%;*/
}
.product .left li .show{
  margin: 10px 0;
  display: none;
}
.product .left li .show .showx{
  display: none;
  width: 100%;
  font-size: 0;
}
.product .left li .show .showx a{
  font-size: 14px;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}
.product .left li .show a input{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top:0;
  opacity: 0;
  cursor: pointer;
}
.product .left li .show a{
  padding-left: 28px;
  font-size: 14px;
  color: #999;
  position: relative;
  line-height: 35px;
  background: url(../images/pro_left3.png) no-repeat left;
}
.product .left li .show a.active{
  color: #333;
  background: url(../images/pro_left4.png) no-repeat left;
}
.product .left li .show a:hover{
  color: #333;
}

.product .left li .diam_show dl{
  width: 50%;
  float: left;
}
.product .left li .diam_show .a1{
  background: url(../images/icon1.png) no-repeat left;
}
.product .left li .diam_show .a1.active{
  background: url(../images/icon2.png) no-repeat left;
}
.sroll_slide::-webkit-scrollbar-track-piece {
  background-color:#fff;
}
.sroll_slide::-webkit-scrollbar {
  width:4px;
  height:4px;
}
.sroll_slide::-webkit-scrollbar-thumb {
  background-color:#e8390e;
  background-clip:padding-box;
  min-height:28px;
}
.sroll_slide::-webkit-scrollbar-thumb:hover {
  background-color:#e8390e;
}
.sroll_slide{
  padding-right: 10px;
}
.product .left .btn1{
  width: 118px;
  line-height: 38px;
  border: 1px solid #9a0000;
  color: #9a0000;
  text-align: center;
  margin-top: 50px;
}
.product .left .btn1:hover{
  background: #9a0000;
  color: #fff;
}


.product .right{
  width: 77%;
  float: right;
}
.product .right .main li{
  float: left;
  width: 29.222222%;
  margin-bottom: 50px;
  margin-right: 3.7%;
  text-align: center;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.product .right .main li:hover .img img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product .right .main li:hover .a1{
  color: #e8390e;
}
.product .right .main li:nth-of-type(4n){
  margin-right: 0;
}
.product .right .main li .img{
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.product .right .main li .img img{
  width: 100%;
  -webkit-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}
.product .right .main li .a1{
  font-size: 18px;
  white-space: nowrap;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 20px 0 10px;
}
.product .right .main li .p1 span{
  line-height: 30px;
}

.product .right .main li .btn{
  width: 128px;
  line-height: 34px;
  margin: 10px auto 0;
  border: 1px solid #e8390e;
  color: #e8390e;

}
.product .right .main li:hover .btn{
  background: #e8390e;
  color: #fff;
}






.pro_d{
  padding-top: 100px;
}
.pro_d .top .left{
  width: 45.5%;
  float: left;
}
.pro_d .top .owl-nav{
  display: none;
}

.pro_d .top .owl-dots{
  text-align: center;
  margin-top: 40px;
}
.pro_d .top .owl-dot{
  width: 16px;
  border-radius: 50%;
  height: 16px;
  margin: 0 8px;
  display: inline-block;
  border: 1px solid #e8390e;
}
.pro_d .top .owl-dot.active{
  background: #e8390e;
}
.pro_d .right{
  float: right;
  width: 48%;
}
.pro_d .right .title{
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.pro_d .right .title span{
  font-size: 50px;
}
.pro_d .right .title em{
  font-size: 42px;
  margin-left: 20px;
}
.pro_d .right .p1{
  margin-top: 35px;
  line-height: 32px;
  margin-bottom: 100px;
}
.pro_d .right .btn{
  width: 71%;
}
.pro_d .right .btn a{
  width: 46%;
  float: left;
  line-height: 40px;
  color: #e8390e;
  font-size: 18px;
  text-align: center;
  margin-top: 25px;
  border: 1px solid #e8390e;
}
.pro_d .right .btn a:hover{
  background: #e8390e;
  color: #fff;
}
.pro_d .right .btn a:nth-of-type(2n){
  float: right;
}


.pro_d .title1{
  font-size: 36px;
  text-align: center;
  padding: 80px 0 40px;
  overflow: hidden;
}
.pro_d .title1 span{
  position: relative;
}
.pro_d .title1 span:before{
  content: "";
  position: absolute;
  left: -585px;
  width: 545px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: url(../images/line1.png) no-repeat center;
}
.pro_d .title1 span:after{
  content: "";
  position: absolute;
  right: -585px;
  width: 545px;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background: url(../images/line2.png) no-repeat center;
}
.pro_d .mid .p1{
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 32px;
}
.pro_d .mid table{
  text-align: center;
  color: #333;
  font-size: 18px;
  border: 1px solid #eeeeee;
}
.pro_d .mid table td{
  height: 66px;
  border: 1px solid #eee;
  line-height: 24px;
  padding: 5px;
}
.pro_d .mid .p2{
  margin-top: 60px;
}
.pro_d .end li{
  width: 24.1%;
  float: left;
  margin-right: 1.2%;
}
.pro_d .end li .img{
  overflow: hidden;
}
.pro_d .end li .img img{
  transition: 0.3s all;
}
.pro_d .end li:hover .img img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.pro_d .end li:last-child{
  margin-right: 0;
}
.pro_d .end li:nth-of-type(4n){
  margin-right: 0;
}
.pro_d .end .a1{
  font-size: 30px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
  margin-top: 45px;
}
.pro_d .end{
  background: #f5f5f5;
  margin-top: 90px;
}
.pro_d .end li:hover .a1{
  color: #e8390e;
}
.pro_d .end li .p1{
  line-height: 30px;
  margin-bottom: 40px;
}
.pro_d .end li .a2{
  line-height: 26px;
  margin-top: 0;
}
.pro_d .end li:hover .a2{
  color: #e8390e;
}
.pro_d .end{
  padding-bottom: 90px;
}
.sample .title{
  font-size: 20px;
  font-weight: bold;
  color: #9a0000;
  margin-top: 50px;
  line-height: 50px;
}
.sample .title span{
  display: inline-block;
  border-bottom: 2px solid #9a0000;
}

.sample .top li{
  background: #f5f5f5;
  line-height: 54px;
  font-size: 16px;
}
.sample .top li .all_choose{
  padding-left: 22px;
  cursor: inherit;
  background: url(../images/choose1.png) no-repeat left;
}
.sample .top li .all_choose.active{
  background: url(../images/choose2.png) no-repeat left;
}
.sample .width1{
  width: 15%;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
}
.sample .width2{
  width: 22%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.sample .width3{
  width: 30%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.sample .width4{
  width: 21%;
  box-sizing: border-box;
  padding: 0 20px;
  float: left;
}
.sample .width5{
  width: 12%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
}


.sample .part .part_top{
  padding: 30px 0 20px;
}
.sample .part .part_top span{
  padding-left: 22px;
  line-height: 24px;
  height: 24px;
  margin-left: 10px;
  background: url(../images/choose1.png) no-repeat left;
}
.sample .part .part_top span.active{
  background: url(../images/choose2.png) no-repeat left;
}
.sample .part .part_top span em{
  background: #9a0000;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.sample .part .part_content{
  border-bottom: 2px solid #aaaaaa;
  border-top: 2px solid #aaaaaa;
}
.sample .part .part_main{
  background: #f5f5f5;
  display: table;
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
}
.sample .part .part_main.active{
  background: #fff7f7;
}
.sample .part .part_main:last-child{
  border-bottom: 0;
}
.sample .part .part_main dd{
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.sample .part .part_main li{
  padding: 20px 0;
  height: 150px;
}
.sample .part .part_main dl{
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
  font-size: 0;
}
.sample .part .part_main dl dd{
  font-size: 16px;
}
.sample .part .part_main dl i{
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(../images/choose1.png) no-repeat center;
}
.sample .part .part_main dl i.active{
  background: url(../images/choose2.png) no-repeat center;
}
.sample .part .part_main .width1 img{
  margin-left: 6px;
}
.sample .part .part_main dl .close{
  padding-right: 18px;
  cursor: pointer;
  background: url(../images/xxx.png) no-repeat right;
}

.sample .part .part_main .width1 a{
  display: inline-block;
  vertical-align: middle;
}
.sample .part .part_main .width2 a:hover{
  color: #9a0000;
}
.sample .end{
  line-height: 58px;
  border: 1px solid #eeeeee;
  margin-top: 35px;
  margin-bottom: 100px;
  font-size: 16px;
}
.sample .end .all_choose{
  padding-left: 22px;
  cursor: context-menu;
  float: left;
  margin: 0 30px 0 11px;
  background: url(../images/choose1.png) no-repeat left;
}
.sample .end .all_choose.active{
  background: url(../images/choose2.png) no-repeat left;
}
.sample .end .all_close{
  color: #9a0000;
  float: left;
}
.sample .end .a1{
  padding-right: 20px;
  color: #999;
  background: url(../images/sample_end.png) no-repeat right;
}
.sample .end .a1 i{
  color: #9a0000;
}
.sample .end .right .to_show{
  width: 136px;
  color: #fff;
  margin-left: 30px;
  background: #9a0000;
  float: right;
  text-align: center;
  font-size: 16px;
}
.ui-helper-hidden-accessible{
  display: none;
}
.ui-autocomplete{
  width: 567px !important;

    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eeeeee;
}
.ui-menu-item{
    color: #333;
  line-height: 35px;
    font-size: 20px;
    cursor: pointer;
    text-indent: 15px;
}
.ui-menu-item:hover{
  background: #e5e5e5;
}








/*10.13补充*/

.about .top .part1 .img{
  width: 55.5555%
}
.about .top .part1 .img img{
  width: 100%;
}
.about .top .part1 .font{
  width: 40.277777%;
}
.about .top .part1 .img div{
  width: 100%;
  float: none;
}
.about .top .part1{
  display: block;
}
.about .top .font .div1{
  margin-bottom: 34px;
}
.about .top .part2{
  display: block;
  margin: 80px 0;
}
.about .top .part2 .line{
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  margin-top: 108px;
}
.line1111{
  width: 200px;
  height: 2px;
  margin-top: 160px;
  background: #e5e5e5;
}
.sbp_line{
  width: 100%;
  height: 2px;
  margin-top: 78px;
  background: #e5e5e5;
}
.about .top .part2  .font{
  width: 42.33333%;
  margin-top: 35px;
}
.about .top .part2 .img{
  width: 40.277777%;
}
.about .top .part3 .img div,
.about .top .part2 .img div{
  width: 100%;
  float: none;
}
.about .top .part3{
  margin-top: 80px;
  background: #f5f5f5;
}
.about .top .part3 .font .simple-article{
  width: 720px;
  float: left;
  padding: 45px 65px 0;
  box-sizing: border-box;
}
.about .top .part3 .img{
  width: 48%;
}
.about .top .part3 .img img{
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.about .top .part3 .font{
  width: 52%;
}
.about .top .part4 .font{
  padding: 0 160px;
  text-align: center;
}
.about .top .part4 .img img{
  width: 45.8%;
}

.about_cn .top .part1 .font{
  width: 41.6666666%;
}
.about_cn .top .part1 .img{
  width: 52.777777%;
}
.about_cn .top .part1 .font img{
  width: 100%;
}
.about_cn .top .font .div1{
  margin-bottom: 50px;
}
.about_cn .top .part3 .font .simple-article{
  float: right;
  width: 760px;
  padding-left: 0;
  padding-right: 110px;
}
.about_cn .top .part2 .img{
  width: 50%;
}
.about_cn .top .part2 .font .p1{
  color: #333;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 25px;
}
.about_cn .top .part2 .div1{
}
.about_cn .top .part2 .font{
  width: 50%;
  color: #333;
  padding: 45px 0 0 115px;
}
.about_cn .top .part2 .div1 span{
  width: 340px;
  float: left;
}
.about_cn .top .part2 .div1 em{
  float: left;
}

.about_cn .part_cn_2{
  padding: 90px 0;
}
.about_cn .part_cn_1{
  background: #f5f5f5;
  padding: 95px 0;
}
.digitization .part4 .p1,
.about_cn .part_cn_3 .p1,
.about_cn .part_cn_2 .p1,
.about_cn .part_cn_1 .p1{
  font-size: 30px;
  margin-bottom: 40px;
}
.about_cn .part_cn_1 .left{
  float: left;
  width: 44.4444%;
}
.about_cn .part_cn_1 .img{
  width: 45.833333%;
}
.about_cn .part_cn_1 .left p{
  color: #333;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.about_cn .part_cn_1 .img{
  float: right;
}
.about_cn .part_cn_1 .video{
  width: 47.22222%;
  float: left;
}
.about_cn .part_cn_1 .video:nth-of-type(2n){
  float: right;
}
.about_cn .part_cn_1 iframe{
  width: 100%;
  height: 370px;
}
.about_cn .part4 .p1{
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.contact .pq{
  color: #666;
  font-size: 30px;
  padding-top: 90px;
}
.contact .pw{
  color: #666;
  font-size: 16px;
  padding-bottom: 60px;
}

.contact .part .p1{
  color: #333;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.contact .part .line{
  width: 250px;
  height: 2px;
  background: #e5e5e5;
  margin-top: 60px;
}
.contact .part .p2{
  line-height: 32px;
  color: #333;
  font-size: 16px;
  margin-bottom: 30px;
}
.contact .part .p2:last-child{
  margin-bottom: 0;
}
.contact .part1 .font{
  float: left;
  width: 45.2%;
}
.contact .part1 .img{
  width: 47.22222%;
  float: right;
}
.contact .part1{
  margin-bottom: 80px;
}

.contact .part2 .img{
  width: 50%;
  float: left;
}
.contact .part2{
  background: #f5f5f5;
}
.contact .part2 .font{
  width: 50%;
  float: right;
}
.contact .part2 .font .div1{
  padding: 45px 0 0 70px;
  width: 720px;
  box-sizing: border-box;
}

.contact .part3{
  margin-top: 80px;
  margin-bottom: 100px;
}
.contact .part3 .font{
  width: 44.4444%;
  float: left;
  margin-top: 185px;
}
.contact .part3 .img{
  float: right;
  width: 50%;
}
.digitization .part1 .img{
  margin-top: 90px;
}
.digitization .part4 .main1 li{
  width: 47.2222%;
  float: left;
}
.digitization .part4 .main1 li:nth-of-type(2n){
  float: right;
}
.digitization .part4 .main1 li img{
  width: 100%;
}
.digitization .part4 .main1 li p{
  line-height: 32px;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 25px 50px 0;
}
.digitization .part4{
  background: #f5f5f5;
  padding: 95px 0;
}





.header .search{
  width: 36%;
  margin-left: 3%;
}
.header .right{
  width: 30%;
}
#ytWidget{
  float: right;
  margin-top: 41px;
}
.header .to_lang{
  margin: 5px 3% 5px;
  padding: 0 15px;
}
.header .to_car{
  padding-left: 15px;
  margin-left: 15px;
}
.header .to_gp{
  width: 15%;
}
.header .to_gp,
.header .right .to_car,
.header .to_lang{
  float: right;
}



