* {
	/*box-sizing:content-box;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.woff2?t=1689672280772') format('woff2'),
       url('../fonts/iconfont.woff?t=1689672280772') format('woff'),
       url('../fonts/iconfont.ttf?t=1689672280772') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w1200{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.w80{
  width: 80%;
  margin: 0 auto;
}

/*滚动条样式*/
body {
  height: 100%;
  overflow-y: auto;
}

body::-webkit-scrollbar {
/*滚动条整体样式*/
  width: 4px;
 /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

body::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: #fff;
}

body::-webkit-scrollbar-track {
/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 1px;
  background: #aaa;
}





/*.flexslider{
  height: 560px;
}
.flexslider .slides li{
  height: 560px;
  background-size: auto 100% !important;
}*/
.flexslider .slides li img{
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

/*head*/
.head{
  position: fixed;
  top: 0px;
  z-index: 9;
  width: 100%;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.head1{
  height: 48px;
  background-color: #333;
  overflow: hidden;
  transition: all 0.3s;
}
.head1 .w80{
  margin: 0 auto;
}
.head1 p{
  font-size: 20px;
  line-height: 48px;
  color: #fff;
}
.head2{
  height: 100px;
  background-color: #fff;
}
.head2 .mob_nav_btn{
  display: none;
}
.menu{
  display: none;
}
.head2 .w80{
  margin: 0 auto; 
}
.head2 .logo{
  float: left;
  
}
.head2 .logo a{
  display: block;
  height: 100px;
  line-height: 100px;
}
.head2 .logo a img{
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
.head2 .search_btn{
  float: right;
}
.head2 .search_btn a{
  display: block;
  width: 78px;
  height: 100px;
  border: 0px;
  font-size: 0px;
  line-height: 120px;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}
.head2 .search_btn img{
  display: inline-block;
  width: 22px;
}
.head_search{
  display: none;
  position: fixed;
  z-index: 19;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #fff;
  padding: 45px;
  width: 768px;
  height: 140px;
}
.head_search form{
  position: relative;
}
.head_search input{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  outline: 0;
  padding: 0 70px 0 20px;
  font-size: 14px;
  color: #666;
}
.head_search button{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  border: 0px;
  cursor: pointer;
  background: url(../images/search_ico.png) no-repeat center;
  background-size: 22px;
}
.head_search .close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.head_search .close:after,.head_search .close:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  line-height: 20px;
  background-color: #999;
  transform: rotate(45deg);
}
.head_search .close:before{
  transform: rotate(-45deg);
}
.search_bg{
  display: none;
  position: fixed;
  z-index: 18;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.head2 .nav{
  float: right;
  width: 55%;
}
.head2 .nav ul{

}
.head2 .nav li{
  float: left;
  width: 16.66%;
  position: relative;
}
.head2 .nav li a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 100px;
  text-align: center;
  transition: all 0.3s;
}
.head2 .nav li>a:hover,.head2 .nav li.on>a{
  color: #c62721;
}
.head2 .nav li>a:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 5px;
  background-color: #c62721;
  transform: translateX(-50%);
  transition: all 0.5s; 
}
.head2 .nav li.on a:after{
  width: 100%;
}
.head2 .nav li dl.xl{
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  /*opacity: 0;
  transition: all 0.3s;*/
}
.head2 .nav li dl dd a{
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 40px;
  padding: 0 5px;
  white-space: nowrap;
  transition: all 0.3s;
  border-bottom: 1px dashed #e4e4e4;
}
/*.head2 .nav li:hover dl.xl{
  opacity: 1;
  transition: all 0.3s;
}*/
.head2 .nav li dl dd a:hover{
  color: #fff;
  background-color: #c62721;
  border-bottom-color: transparent;
}








/*index*/

.inbanner .swiper-slide{
  /*height: 940px;
  background-size: cover !important;*/
}
.inbanner .swiper-slide a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.inbanner .swiper-slide img{
  display: block;
}
.inbanner .swiper-slide .text{
  position: absolute;
  top: 35%;
  left: 10%;
}
.inbanner .swiper-slide .text h5{
  font-size: 56px;
  line-height: 100px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Times New Roman';
  font-weight: bold;
}
.inbanner .swiper-slide .text p{
  font-size: 40px;
  line-height: 100px;
  color: #FFF;
}
.inbanner .swiper-slide .text span{
  font-size: 15px;
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    margin-top: 60px;
    background: linear-gradient(90deg, #0067ff, #2c82ff);
    background: -webkit-linear-gradient(-90deg #0067ff, #2c82ff);
    color: #FFF;
}
.inbanner .swiper-pagination-bullet {
  width: 100px;
  height: 6px;
  border-radius: 0;
  opacity: .6;
  background: #fff;
  position: relative;
  margin: 0 3px;
}
.inbanner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  position: relative;
}



.intl{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.intl h3{
  position: relative;
  margin: 0 auto 10px;
  padding: 0 10px;
  font-size: 34px;
  color: #274082;
  font-weight: bold;
}

.intl h5{
  position: absolute;
  top: -30px;
  font-size: 48px;
  color: #666;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  /*-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));*/
  margin-bottom: 20px;
}
.intl span{
  display: block;
  width: 30px;
  height: 3px;
  background-color: #c62721;
  margin: 0 auto 20px;
}
.intl p{
  font-size: 16px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}





.inabout{
  position: relative;
  padding: 110px 0;
}
.inabout font{
  position: absolute;
  top: 80px;
  left: 0px;
  font-size: 148px;
  line-height: 148px;
  color: transparent;
  font-weight: bold;
    -webkit-text-stroke: 2px #c62721;
    opacity: 0.05;
}
.inabout .img{
  float: right;
  width: 50%;
}
.inabout .img img{
  display: block;
  height: 500px;
    object-fit: cover;
}
.inabout .text{
  float: left;
  width: 46%;
}
.inabout .text h3{
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
}
.inabout .text h4{
  font-size: 28px;
  margin-bottom: 10px;
}
.inabout .text h5{
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
}
.inabout .text p{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.inabout .text a{
  position: relative;
  display: block;
  float: right;
  width: 150px;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  /*background-color: #2881da;*/
  text-align: center;
  transition: all 0.3s;
}
.inabout .text a:before{
  content: "";
  position: absolute;
  z-index: -2;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width:100%;
  background-color: #c85d58;
}
.inabout .text a:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width:0px;
  background-color: #c62721;
  transition: all 0.3s;
}
.inabout .text a i{
  font-size: 14px;
  margin-left: 10px;
  color: #fff;
  transition: all 0.3s;
}
.inabout .text a:hover i{
  margin-left: 15px;
}
.inabout .text a:hover:after{
  width: 100%;
}




.inpro{
  position: relative;
  padding: 80px 0;
  background-color: #f5f5f5;  
  overflow: hidden;
}
.inpro .w80{
  position: relative;
}
.inpro .intl{
  position: absolute;
  width: 90%;
  top: 30px;
  text-align: left;
  margin-bottom: 40px;
}
.inpro .intl h3{
  padding: 0px;
  color: #333;
}
.inpro .intl h5{
  font-size: 128px;
  top: -60px;
  left: -10px;
  color: transparent;
  -webkit-text-stroke: 1px #c62721;
  opacity: 0.1;
}
.inpro .intl span{
  margin: 0px;
  background-color: #c62721;
}
.inpro .content{
  position: relative;
  padding-top: 150px;
}
.inpro .content li a{
  display: block;
  background-color: #fff;
}
.inpro .content li .img{
  position: relative;
  border-bottom: 3px solid #ddd;
}
.inpro .content li .img:after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #c62721;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.inpro .content li .img img{
  display: block;
}
.inpro .content li .text{
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 15px 20px 30px;
}
.inpro .content li .text h3{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.inpro .content li .text h5{
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.inpro .content li .text span{
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 120px;
  line-height: 32px;
  background-color: #c85d58;
  margin: 0 auto;
  transition: all 0.3s;
}
.inpro .content li a:hover .img:after{
  opacity: 1;
  width: 100%;
}
.inpro .content li a:hover .text span{
  background-color: #c62721;
}
.inpro .content .inpro_nav{
  position: absolute;
  top: 35px;
  right: 0px;
}
.inpro .content .inpro_nav div{
  float: left;
  border: 1px solid #666;
  cursor: pointer;
  transition: all 0.3s;
}
.inpro .content .inpro_nav .inpro_prev{
  margin-right: 5px;
}
.inpro .content .inpro_nav i{
  display: block;
  font-size: 16px;
  line-height: 32px;
  width: 40px;
  text-align: center;
  transition: all 0.3s;
}
.inpro .content .inpro_nav .inpro_prev i{
  transform: rotate(180deg);
}
.inpro .content .inpro_nav div:hover{
  border-color: #c62721;
  background-color: #c62721;
}
.inpro .content .inpro_nav div:hover i{
  color: #fff;
}


.incase{
  position: relative;
  height: 700px;
}
.incase .intl{
  position: absolute;
  z-index: 2;
  left: 10%;
  top: 50%;
  width: 30%;
  transform: translateY(-50%);
  text-align: left;
}
.incase .intl h3{
  color: #fff;
  padding-left: 0px;
  margin-bottom: 20px;
}
.incase .intl span{
  margin: 0 0 30px;
  background-color: #fff;
}
.incase .intl p{
  color: #eee;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.incase .intl a{
  position: relative;
  z-index: 1;
  display: block;
  color: #eee;
  width: 120px;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
  border: 1px solid #ddd;
  text-align: center;
  transition: all 0.5s;
  /*border-radius: 5px;*/
  overflow: hidden;
}
.incase .intl a:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  border-radius: 100%;
  background-color: #c62721;
  opacity: 0.3;
  transition: all 0.5s;
}
.incase .intl a:hover{
  border-color: transparent;
}
.incase .intl a:hover:after{
  transform: scale(13);
  opacity: 1;
}

.incase .content{
  height: 100%;
}
.incase .content .incase_img{
  position: relative;
  height: 100%;
  background-color: #000;
}
.incase .content .incase_img li{
  position: absolute;
  top: 0px;
  left: 0px;
}
.incase .content .incase_img .img{
  opacity: 0;
  transition: all 0.5s;
}
.incase .content .incase_img li.cur .img{
  opacity: 0.4;
}
.incase .content .incase_img .img img{
  display: block;
  object-fit: cover;
  height: 700px;
}
.incase .content .incase_nav{
  position: absolute;
  z-index: 2;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}
.incase .content .incase_nav ul{
  height: 100%;
  font-size: 0px;
}
.incase .content .incase_nav li{
  position: relative;
  display: inline-block;
  width: 50%;
  height: 50%;
  border-left: 1px solid rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.4);
  padding: 40px 40px 0 40px;
  transition: all 0.5s;
}
.incase .content .incase_nav li:nth-child(n+3){
  border-bottom: 0px;
}
.incase .content .incase_nav li .text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78%;
  transform: translate(-50%,-50%);
}
.incase .content .incase_nav li .iconfont{
  display: block;
  font-size: 64px;
  color: #ddd;
  margin-bottom: 10px;
}
.incase .content .incase_nav li h3{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.incase .content .incase_nav li p{
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
}
.incase .content .incase_nav li.cur{
  background-color: rgba(198,39,33,0.6);
}


.innews{
  padding: 80px 0;
  background-color: #f5f5f5;
}
.innews .intl{
  margin-bottom: 80px;
}
.innews .intl h3{
  color: #333;
}
.innews .intl h5{
  font-size: 168px;
  top: -80px;
  color: transparent;
  -webkit-text-stroke: 1px #c62721;
  opacity: 0.1;
}
.innews .intl span{
  margin-bottom: 15px;
}

.innews .left{
  float: left;
  width: 48%;
}
.innews .right{
  float: right;
  width: 48%;
}
.innews .left a{
  display: block;
  background-color: #fff;
}
.innews .left .img{
  overflow: hidden;
}
.innews .left img{
  display: block;
  transition: all 0.3s;
  height: 490px;
  object-fit: cover;
}
.innews .left .text{
  position: relative;
  padding: 20px 20px 50px 120px;
}
.innews .left .text .date{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  font-size: 42px;
  line-height: 48px;
  font-weight: bold;
  color: #c62721;
  text-align: center;
}
.innews .left .text .date:after{
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  width: 1px;
  height: 68px;
  background-color: #ccc;

}
.innews .left .text .date span{
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.innews .left .text h3{
  font-size: 24px;
  line-height: 48px;
  color: #333;
  /*font-weight: bold;*/
  margin-bottom: 20px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.innews .left .text p{
  font-size: 14px;
  line-height: 32px;
  height: 96px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.innews .left a:hover .img img{
  transform: scale(1.05);
}
.innews .left a:hover .text h3{
  color: #c62721;
}
.innews .right li{
  margin-bottom: 35px;
}
.innews .right li:last-child{
  margin-bottom: 0px;
}
.innews .right li a{
  position: relative;
  z-index: 1;
  display: block;
  padding: 30px 140px 30px 20px;
  background-color: #fff;
}
.innews .right li a:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0px;
  background-color: #c62721;
  opacity: 0;
  transition: all 0.3s;
}
.innews .right li h3{
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.innews .right li p{
  font-size: 14px;
  line-height: 25px;
  color: #888;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.innews .right li .date{
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
  transition: all 0.3s;
}
.innews .right li .date:after{
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
  width: 1px;
  height: 94px;
  background-color: #ccc;
  transition: all 0.3s;
}
.innews .right li .date span{
  display: block;
  font-size: 16px;
  line-height: 30px;
}

.innews .right li a:hover:after{
  opacity: 1;
  width: 100%;
}
.innews .right li a:hover h3{
  color: #fff;
}
.innews .right li a:hover p{
  color: #fff;
}
.innews .right li a:hover .date{
  color: #fff;
}






















.foot .foot1{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  background: #212529;
}
.foot .foot1 .foot_logo{
  width: 30%;
  float: left;
  color: #999;
}
.foot .foot1 .foot_logo img{
  display: block;
  height: 50px;
  /*margin-left: 40px;*/
  margin-bottom: 10px;
}
.foot .foot1 .foot_logo h3{
  font-size: 21px;
  line-height: 24px;
  margin: 5px 0;
  letter-spacing: 3px;
}
.foot .foot1 .foot_logo h5{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.foot .foot1 .foot_nav{
  float: left;
  width: 58%;
  margin-left: 2%;
}
.foot .foot1 .foot_nav ul{
  float: left;
  width: 40%;
}
.foot .foot1 .foot_nav li{
  width: 50%;
  height: 35px;
  line-height: 35px;
  float: left;
}
.foot .foot1 .foot_nav li a{
  font-size: 16px;
  color: #999;
  transition: all 0.3s;
}
.foot .foot1 .foot_nav li a:hover{
  color: #eee;
}
.foot .foot1 .foot_nav .text{
  float: right;
  width: 55%;
}
.foot .foot1 .foot_nav .text h3{
  color: #999;
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.foot .foot1 .foot_nav .text p{
  color: #999;
  font-size: 14px;
  line-height: 30px;
  display: block;
}
.foot .foot1 .foot_code{
  float: right;
  width: 10%;
}
.foot .foot1 .foot_code img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.foot .foot1 .foot_code p{
  color: #999;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
.foot .foot2{
  width: 100%;
  overflow: hidden;
  background: #14171a;
  /*height: 50px;*/
  padding: 10px 0;
}
.foot .foot2 p{
  line-height: 30px;
  color: #939494;
  text-align: center;
  font-size: 12px;
}
.foot .foot2 p a{
  display: inline-block;
  color: #939494;
}
.foot .foot2 span{
  display: block;
  line-height: 20px;
  color: #939494;
  text-align: center;
  font-size: 12px;
}




/*右侧悬浮*/
.floot_left{
  position: fixed;
  z-index: 999;
  bottom: 30%;
  right: 0px;
}
.floot_left ul{
  width: 73px;
}
.floot_left ul li{
  position: relative;
  width: 100%;
  height: 73px;
  border-radius: 3px;
  background-color: #c62721;
  margin-bottom: 5px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.floot_left ul li:last-child{
  margin-bottom: 0px;
}
.floot_left ul li.gotop{
  background-color: #333;
  overflow: hidden;
  height: 0px;
  transition: all 0.5s;
}
/*.floot_left ul li:hover{
  background-color: #f34f24 !important;
}*/
.floot_left ul li .con i{
  display: block;
  font-size: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  color: #fff;
}
.floot_left ul li .con h5{
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  text-align: center;
}
.floot_left ul li .fl_tc{
  position: absolute;
  top: 50%;
  right: 110px;
  background-color: #c62721; 
  padding: 10px;
  border-radius: 3px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.floot_left ul li .fl_tc h4{
  white-space:nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_left ul li .fl_tc img{
  display: block;
  width: 105px;
  height: 105px;
  max-width: none;
}
.floot_left ul li .fl_tc a{
  display: block;
  white-space:nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_left ul li:hover .fl_tc{
  opacity: 1;
  right: 90px;
  visibility: visible;
}
.floot_left ul li .fl_tc:after{
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #c62721;
  transform: translateY(-50%);
}
.floot_left ul li .fl_tc:before{
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  height: 100%;
  width: 10px;
}




.page_ban{
  height: 400px;
  padding-top: 180px;
  margin-top: 40px;
}
.page_ban .w80 h3{
  font-size: 30px;
  color: #fff;
}
.page_ban .w80 h4{
  font-size: 38px;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
}

.page_nav{
  position: relative;
  top: -35px;
  left: 10%;
  width: 90%;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  margin-bottom: 80px;
}
.page_nav ul{
  float: left;
  width: 50%;
}
.page_nav li{
  float: left;
  width: 33.33%;
  border-right: 1px solid #eee;
}
.page_nav li a{
  position: relative;
  display: block;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 70px;
  transition: all 0.3s;
  overflow: hidden;
}
.page_nav li a:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: #c62721;
  transition: all 0.3s;
}
.page_nav li.on a{
  color: #fff;
  background-color: #c62721;
}
.page_nav li a:hover:after{
  height: 5px;
}

.page_nav .mob_page_nav{
  display: none;
}

.location{
  float: right;
  margin-right: 10%;
}
.location i{
  display: inline-block;
  text-align: center;
  color: #777;
  font-size: 14px;
  line-height: 70px;
  margin-right: 5px;
}
.location a{
  position: relative;
  display: inline-block;
  text-align: center;
  color: #777;
  font-size: 14px;
  line-height: 70px;
  transition: all 0.3s;
}
.location span{
  display: inline-block;
  color: #777;
  font-size: 14px;
  line-height: 70px;
  margin: 0 5px;
}
.location a:hover{
  color: #333;
}
.page_title{
  text-align: center;
  margin-bottom: 55px;
}
.page_title h3{
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient(top,#c62721,#7e0804);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Times New Roman';
  margin-bottom: 5px;
}
.page_title h5{
  font-size: 32px;
  color: #333;
}





/*about*/

.about{
  margin-bottom: 120px;
}
.about p{
  font-size: 16px;
  line-height: 35px;
  color: #666;
  /*text-indent: 2em;*/
}
.about .img{
  float: left;
  width: 45%;
  margin-right: 30px;
}
.about .img img{
  display: block;
}


/*about us*/
.aboutus{
  margin-bottom: 120px;
}
.aboutus .img{
  float: left;
  width: 45%;
  margin-right: 30px;
}
.aboutus .img img{
  display: block;
}
.aboutus .text h3{
  font-size: 35px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 0px;
  color: #015198;
}
.aboutus .text h5{
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.aboutus .text p{
  font-size: 16px;
  line-height: 35px;
  color: #444;
  text-indent: 2em;
}

/*newslist*/
.newsli{
  margin-bottom: 120px;
}
.newsli li{
  max-width: 100%;
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.newsli li a{
  display: block;
  overflow: hidden;
  padding: 2%;
  background: #f5f5f5;
  transition: all 0.3s;
}
.newsli li .img{
  float: left;
}

.newsli li .img{
  width: 15%;
  height: 140px;
  overflow: hidden;
  float: left;
}
.newsli li .img img{
  display: block;
  width: 100%;
  max-height: 120%;
}
.newsli li .text{
  width: 70%;
  float: left;
  margin-left: 2%;
}
.newsli li .text h3{
  font-size: 22px;
  color: #666;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.newsli li .text p{
  font-size: 16px;
  color: #999;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.newsli li .text span.sj2{
  display: none;
}
.newsli li .date{
  width: 11%;
  float: right;
  border-left: 1px solid rgba(0,0,0,.06);
  margin-top: 35px;
  transition: all 0.3s;
}
.newsli li .date .sj{
  float: left;
  text-align: center;
  width: 70%;
  padding-left: 15%;
}
.newsli li .date .sj p{
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #666;
  transition: all 0.3s;
}
.newsli li .date .sj span{
  color: #999;
  font-size: 14px;
  transition: all 0.3s;
}
.newsli li .date .more{
  float: right;
  text-align: right;
  display: block;
  width: 30%;
  color: #ddd;
  font-size: 35px;
  line-height: 64px;
  transition: all 0.3s;
}
.newsli li a:hover{
  background-color: #015198;
}
.newsli li a:hover .text h3{
  color: #fff;
}
.newsli li a:hover .text p{
  color: #fff;
}
.newsli li a:hover .date{
  border-left-color: #fff;
}
.newsli li a:hover .date p{
  color: #fff;
}
.newsli li a:hover .date span{
  color: #fff;
}
.newsli li a:hover .date .more{
  color: #fff;
}

/*news*/

.news .news_tl{
  padding-top: 35px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news .news_tl h3{
  font-size: 24px;
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
}
.news .news_tl span{
  display: block;
  font-size: 14px;
  color: #999;
  margin: 10px 0 20px;
}
.news .news_con{
  margin-bottom: 20px;
}
.news .news_con p{
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 40px;
}
.news .fy{
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p{
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .fy p:last-child{
  float: right;
}
.news .fy a{
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.news .fy a:hover{
  color: #015198;
}


/*photo*/

.photoli{
  margin-bottom: 120px;
}
.photoli h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li{
  float: left;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 30px;
}
.photoli li:nth-child(4n){
  margin-right: 0px;
}
.photoli li a{
  display: block;
  position: relative;
  transition: all 0.3s;
}
.photoli li .img{
  position: relative;
  width: 100%;
  padding-bottom: 120%;
}
.photoli li img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 95%;
  max-height: 95%;
  transform: translate(-50%,-50%);
  transition: all 0.3s;
}
.photoli li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli li h5{
  line-height: 55px;
  font-size: 18px;
  color: #222;
  text-align: center;
  background-color: #f6f6f6;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.photoli li a:hover{
  background-color: #005ba8;
}
.photoli li a:hover img{
  opacity: 0.2;
}
.photoli li a:hover span{
  opacity: 1;
}
.photoli li a:hover h5{
  color: #fff;
  background-color: #5f9df8;
}

.photoli1{
  margin-bottom: 120px;
}
.photoli1 h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli1 li{
  float: left;
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.photoli1 li:nth-child(4n){
  margin-right: 0px;
}
.photoli1 li a{
  display: block;
  position: relative;
  padding: 10px;
  transition: all 0.3s;
  border: 1px solid #dadada;
}
.photoli1 li .photoli1_con{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 28px;
  opacity: 0;
  transition: all 0.3s;
  background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img{
  font-size: 0px;
  transition: all 0.3s;
  text-align: center;
}
.photoli1 li .img img{
  display: inline-block;
  vertical-align: middle;
}
.photoli1 li span{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  font-family: "宋体";
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s;
}
.photoli1 li h5{
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con{
  opacity: 1;
}
/*.photoli1 li a:hover img{
  opacity: 0.2;
}*/
.photoli1 li a:hover span{
  opacity: 1;
}
.photoli1 li a:hover h5{
  opacity: 1;
}
.photoli1 .text{
  margin-bottom: 85px;
  background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777;
  width: 48%;
}



/*productlist*/
.proli{
  position: relative;
  min-height: 100px;
  /*padding-left: 16%;*/
  margin-bottom: 100px;
  min-height: 400px;
}

.proli_nav{
  position: absolute;
  left: 0px;
  top: 0px;
  /*width: 14%;*/
  width: 230px;
}
.proli_nav h3{
  background: #222;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
}
.proli_nav ul{
  border: 1px solid #eee;
}
.proli_nav li{
  position: relative;
  border-bottom: 1px solid #eee;
}
.proli_nav li:last-child{
  border-bottom: 0px;
}
.proli_nav li a{
  display: block;
  width: 100%;
  height: 60px;
  color: #666;
  font-size: 15px;
  line-height: 60px;
  position: relative;
  padding-left: 20px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.proli_nav li.cur>a{
  background: #f5f5f5;
  color: #222 !important;
}
.proli_nav dd.cur>a{
  background: #f5f5f5;
  color: #222 !important;
}
.proli_nav li a:hover{
  background: #f5f5f5;
  color: #c62721;
}
.proli_nav li dl{
  display: none;
  /*border-top: 1px solid #eee;*/
}
.proli_nav li dd a{
  position: relative;
  line-height: 42px;
  height: 42px;
  padding-left: 35px;
  border-top: 1px solid #f2f2f2;
}
.proli_nav li .sjfl{
  display: none;
}
.proli_nav li span a{
  padding-left: 45px;
  border-top: 1px solid #f2f2f2;
}

.proli_nav li font{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 60px;
  cursor: pointer;
}
.proli_nav li font:after,.proli_nav li font:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background-color: #ccc;
  transform: translate(-50%,-50%);
  transition: all 0.3s;
}
.proli_nav li font:before{
  transform: translate(-50%,-50%) rotate(90deg);
}
.proli_nav li font:hover:after,.proli_nav li font:hover:before{
  background-color: #666;
}
.proli_nav li.on font:before{
  transform: translate(-50%,-50%) rotate(360deg);
}
.proli_nav li.on font:after{
  transform: translate(-50%,-50%) rotate(180deg);
}
/*.proli_nav li dd>a:after{
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 8px;
  height: 1px;
  background-color: #ccc;
}*/
/*.proli_nav li dd>a:before{
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  height: 10px;
  width: 1px;
  background-color: #ccc;
}*/
/*.proli_nav li span>a:after{
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  width: 8px;
  height: 1px;
  background-color: #ccc;

}
*/

.proli .proli_con{
  float: right;
  width: calc(100% - 250px);
}

.proli .proli_con li{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #eee;
}
.proli .proli_con li:nth-child(3n){
  margin-right: 0px;
}
.proli .proli_con li a{
  display: block;
}
.proli .proli_con li a .img{
  overflow: hidden;
  background-color: #fff;
  /*padding: 20px;*/
  font-size: 0px;
  text-align: center;
}
.proli .proli_con li a .img img{
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  max-height: 100%;
  transition: all 0.3s;
}
.proli .proli_con li a .text{
  position: relative;
  text-align: center;
  border-top: 1px solid #eee;
  background: #eee;
  position: relative;
  padding: 10px 0;
}
.proli .proli_con li a .text:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: #c62721;
  transition: all 0.3s;
}
.proli .proli_con li a .text p{
  font-size: 16px;
  line-height: 28px;
  color: #111;
  position: relative;
  z-index: 2;
  padding: 0 5px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.proli .proli_con li a:hover .img img{
  transform: scale(1.1);
}
.proli .proli_con li a:hover .text:after{
  height: 49px;
}
.proli .proli_con li a:hover .text p{
  color: #fff;
}


/*product*/
.procon{
  position: relative;
  min-height: 100px;
  /*padding-left: 16%;*/
  margin-bottom: 100px;
  min-height: 400px;
}
.procon .procon_con .pro_tl{
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.procon .procon_con{
  float: right;
  width: calc(100% - 250px);
  text-align: center;
}
.procon .procon_con .pro_tl h3{
  font-size: 24px;
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}

.procon .procon_con p{
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  /*text-align: justify;*/
}
.procon .procon_con table{
  border-collapse: collapse;
}
.procon .procon_con table td{
  border: 1px solid #ccc !important;
  padding: 5px !important;
}

/*contact*/
.contact{
  margin-bottom: 120px;
}
.contact .text{
  float: left;
  width: 38%;
}
.contact .text p{
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-align: justify;
}
.contact .map{
  float: right;
  width: 60%;
  height: 300px;
  border: 1px solid #ccc;
}


/*gbook*/
.gbook{
  margin-bottom: 120px;
  background: url(../images/gbook_img1.png) no-repeat right 20px bottom 20px;
  background-size: 500px auto;
}
.gbook .con{
  float: left;
  width: 60%;
}
.gbook .con li{
  position: relative;
  margin-bottom: 10px;
  float: left;
  width: 49.5%;
  background: #f5f5f5;
  border: 1px solid #eee;
  position: relative;
  padding-left: 10px;
  margin-right: 1%;
}
.gbook .con li:nth-child(2n){
  margin-right: 0px;
}
.gbook .con li:nth-child(5){
  width: 100%;
  margin-right: 0px;
}
.gbook .con li input{
  border: none;
  background: none;
  background-color: transparent;
  width: 100%;
  color: #000;
  font-size: 16px;
  outline: none;
  height: 50px;
}
.gbook .con li input[type='text']:-webkit-autofill {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 50px #f5f5f5 inset !important;
}
.gbook .con li textarea{
  height: 300px;
  border: none;
  background: none;
  background-color: transparent;
  width: 100%;
  color: #000;
  outline: none;
  font-size: 16px;
  padding: 5px 0;
}
.gbook .con li img{
  position: absolute;
  top: 0;
  right: 0px;
  height: 100%;
}
.gbook .con button{
  cursor: pointer;
  border: none;
  width: 25%;
  height: 50px;
  font-size: 14px;
  color: #fff;
  background: #4c4948;
  float: left;
  transition: all 0.3s;
}
.gbook .con button:hover {
    background: #015198;
}

.gbook .text{
  float: right;
  width: 36%;
}
.gbook .text p{
  font-size: 16px;
  line-height: 35px;
  color: #444;
  text-indent: 2em;
}
.gbook .text h5{
  font-weight: bold;
  font-size: 36px;
  color: #015198;
  padding-bottom: 40px;
}
.gbook .text h5 i{
  font-weight: bold;
  font-size: 36px;
  color: #015198;
  margin-right: 10px;
}