* {
	/*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;}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w95{
  width: 95%;
  margin: 0 auto;
}
.w80{
  width: 80%;
  margin: 0 auto;
}
.w1200{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

/*.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*/
.top{
  display: none;
}
.top_h{
  display: none;
}
.menu{
  display: none;
}

.head_h{
  height: 100px;
}

.head{
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  transition: all .3s;
  height: 100px;
  text-align: center;
}
.head .logo{
  position: relative;
  display: block;
  float: left;
  padding: 15px 0;
}
.head .logo img{
  display: block;
}

.head .nav{
  display: inline-block;
}
.head .nav li{
  position: relative;
  display: inline-block;
  margin: 0 30px;
}
.head .nav li>a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #494949;
  line-height: 100px;
  padding: 0 10px;
  transition: all 0.3s;
}
.head .nav li>a:after{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: #005197;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s; 
}
.head .nav li>a:hover{
  color: #005197;
}
.head .nav li.on>a:after,.head .nav li>a:hover:after{
  opacity: 1;
}
.head .nav ul li .xl{
  /*display: none;*/
  position: absolute;
  z-index: 999;
  left: 0;
  top: 120px;
  width: 280px;
  transform: translateX(-20px);
  padding: 10px;
  background-color: rgba(255,255,255,1);
  box-shadow: 0px 2px 5px rgba(0,0,0,0.3);

  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.head .nav ul li:hover .xl{
  opacity: 1;
  top: 100px;
  visibility: visible;
}
.head .nav ul li .xl a{
  display: block;
  font-size: 14px;
  line-height: 48px;
  color: #555;
  text-align: left;
  padding: 0 10px;
  border-bottom: 1px solid #efefef;
  transition: all 0.3s;
}
.head .nav ul li .xl a:hover{
  color: #fff;
  background-color: #005197;
}
.head .search_btn{
  float: right;
  width: 100px;
  height: 100px;
  line-height: 120px;
  background-color: #005197;
  text-align: center;
  vertical-align: middle;
}
.head .search_btn a{
  display: block;
  height: 100%;
}
.head .search_btn img{
  display: inline-block;
  width: 25px;
  height: 25px;
}
.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_b.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);
}


/*index*/

.index_bg{
  background-color: #f8f8f8;
}

.inbanner .swiper-slide{
  height: 650px;
  /*background-size: cover !important;*/
}
.inbanner .swiper-slide a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.inbanner .swiper-slide a img{
  display: none;
}

.inbanner .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 0;
  opacity: .6;
  background: #fff;
  position: relative;
  margin: 0 3px;
}
.inbanner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #005197;
  position: relative;
}


.intl{
  text-align: center;
  margin-bottom: 50px;
}
.intl h3{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #005197;
  margin-bottom: 10px;
}
.intl h5{
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
}
.intl p{
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}
.intl span{
  display: block;
  width: 30px;
  height: 3px;
  background-color: #005197;
  margin: 0 auto;
}

.inmain1{
  margin: 80px auto 100px;
}
.inmain1 .content li{
  position: relative;
  width: 100%;
  background-color: #fff;
}
.inmain1 .content li .img{
  float: left;
  width: 50%;
}
.inmain1 .content li .img img{
  display: block;
}
.inmain1 .content li .text{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 50%;
  padding: 10px 30px 50px 30px;
  max-height: 100%;
  overflow: hidden;
}
.inmain1 .content li .text h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #005197;
  margin-bottom: 20px;
}
.inmain1 .content li .text .box{
  overflow: hidden;
  margin-bottom: 30px;
}
.inmain1 .content li .text p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  /*margin-bottom: 30px;*/
}
.inmain1 .content li .text a{ 
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: #005197;
  text-align: center;
}
.inmain1 .content li:nth-child(2n) .img{
  float: right;
}
.inmain1 .content li:nth-child(2n) .text{
  left: 0px;
}
/*.inmain1 .content li{
  float: left;
  width: 32%;
  margin: 0 0.66%;
}
.inmain1 .content li .img{
  width: 100%;

}
.inmain1 .content li .img img{
  display: block;
}
.inmain1 .content li .text{
  width: 100%;
  background-color: #fff;
  padding: 20px 20px;
}
.inmain1 .content li .text h3{
  font-size: 20px;
  font-weight: bold;
  color: #005197;
  margin-bottom: 10px;
}
.inmain1 .content li .text p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.inmain1 .content li .text a{
  display: block;
  width: 100px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: #005197;
  text-align: center;
}*/



.inmain2{
  position: relative;
  padding: 60px 0 0px;
  height: 500px;
  background-color: #0c6bbc;
}
.inmain2 .text{
  position: relative;
  z-index: 4;
  left: 0px;
  top: 0px;
  width: 46%;
}
.inmain2 .text h3{
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
}
.inmain2 .text h5{
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.inmain2 .text span{
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 20px;
}
.inmain2 .text p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;

}
.inmain2 .text a{
  display: block;
  font-size: 14px;
  line-height: 36px;
  width: 180px;
  height: 36px;
  text-align: center;
  border: 1px solid #eee;
  color: #fff;
  transition: all 0.3s;
  border-radius: 3px;
}
.inmain2 .text a:hover{
  background-color: #005197;
}

.inmain2 .img{
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
}

.inmain3{
  padding: 80px 0 100px;
  background: url(../images/inmain3_bg.jpg) no-repeat center;
  /*background-size: 100% auto;*/
}
.inmain3 .intl{
  margin-bottom: 80px;
}
.inmain3 .intl h3{
  color: #005197;
}
.inmain3 .intl p{
  font-size: 16px;
}
.inmain3 .con{
  position: relative;
}
.inmain3 .con .img{
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  height: 600px;
  max-height: 100%;
  transform: translate(-50%,-50%);
}
.inmain3 .con .img:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.inmain3 .con .img img{
  display: block;
  max-height: 100%;
}
.inmain3 .con ul{
  position: relative;
  z-index: 5;
}
.inmain3 .con li{
  float: left;
  width: 22%;
  margin-bottom: 50px;
}
.inmain3 .con li:nth-child(2n){
  float: right;
}
.inmain3 .con li:nth-child(3){
  clear: both;
}
.inmain3 .con li h3{
  text-align: right;
  font-size: 42px;
  line-height: 48px;
  font-weight: bold;
  color: #005197;
}
.inmain3 .con li:nth-child(2n) h3{
  text-align: left;
}
.inmain3 .con li h5{
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #005197;
  text-align: right;
  margin-bottom: 10px;
}
.inmain3 .con li:nth-child(2n) h5{
  text-align: left;
}
.inmain3 .con li p{
  font-size: 14px;
  line-height: 24px;
  height: 96px;
  color: #666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.inmain3 .con li:nth-child(2n) p{
  text-align: left;
}

.inmain4{
  padding: 80px 0 80px;
}
.inmain4 ul{
  /*padding: 0 0.5%;*/
}
.inmain4 li{
  /*float: left;
  width: 24.5%;
  margin-right: 0.66%;
  margin-bottom: 0.66%;*/
}
.inmain4 li a{
  display: block;
  margin-bottom: 20px;
}
/*.inmain4 li:nth-child(4n){
  margin-right: 0px;
}*/
.inmain4 li .img{
  position: relative;
}
.inmain4 li .img:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  transition: all 0.3s;
}
.inmain4 li img{
  display: block;
}
.inmain4 li h3{
  position: relative;
  font-size: 16px;
  line-height: 42px;
  color: #666;
  text-align: center;
  transition: all 0.3s;
  /*background-color: #ddd;*/
}
.inmain4 li h3:after{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #005197;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.inmain4 li h3:before{
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  transform: translateX(-50%);
}
.inmain4 li a:hover .img:after{
  opacity: 0;
}
.inmain4 li a:hover h3{
  color: #fff;
}
.inmain4 li a:hover h3:after{
  width: 100%;
  opacity: 1;
}


.inmain5{
  padding: 0 0 40px;
}
.inmain5 ul{
  margin-bottom: 40px;
}
.inmain5 li{
  float: left;
  width: 32%;
  margin-right: 2%
}
.inmain5 li:nth-child(3n){
  margin-right: 0px;
}
.inmain5 li a{
  display: block;
}
.inmain5 li .img{
  overflow: hidden;
}
.inmain5 li .img img{
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.inmain5 li .text{
  position: relative;
  padding: 20px 30px 20px 100px;
  background-color: #005197;
}
.inmain5 li .text .date{
  position: absolute;
  top: 20px;
  left: 20px;
  text-align: center;
}
.inmain5 li .text .date h4{
  font-size: 42px;
  color: #fff;
}
.inmain5 li .text .date h5{
  font-size: 14px;
  color: #fff;
}
.inmain5 li .text h3{
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.inmain5 li .text span{
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 10px 0;
}
.inmain5 li .text p{
  font-size: 14px;
  line-height: 20px;
  color: #e3f8eb;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inmain5 li a:hover .img img{
  transform: scale(1.1);
}
.inmain5 h1{
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #555;
  margin-bottom: 30px;
  border-left: 3px solid #005197;
  padding-left: 10px;
}
.inmain5 h1 span{
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  color: #666;
  margin-left: 5px;
}
.inmain5 dd{
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.inmain5 dd:last-child{
  margin-bottom: 0px;
}
.inmain5 dd h3{
  position: relative;
  font-size: 18px;
  color: #005197;
  padding-left: 35px;
  margin-bottom: 10px;
}
.inmain5 dd p{
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-left: 35px;
}
.inmain5 dd h3:after{
  content: "Q";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #005197;
  border-radius: 3px;
}
.inmain5 dd p:after{
  content: "A";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  background-color: #ddd;
  border-radius: 3px;
}











.foot{
  position: relative;
  margin-top: 60px;
  background-color: #333;
}
.foot:after{
  content: "";
  position: absolute;
  bottom: 54px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #666;
}
.foot .foot1{
  padding: 80px 0 60px;
}
.foot .foot1 .foot_nav{
  float: left;
}
.foot .foot1 .foot_nav li{
  float: left;
  margin-right: 70px;
}
.foot .foot1 .foot_nav li:last-child{
  margin-right: 0px;
}
.foot .foot1 .foot_nav li a{
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #eee;
  transition: all 0.3s;
}
.foot .foot1 .foot_nav li>a{
  font-weight: bold;
  margin-bottom: 20px;
}
.foot .foot1 .foot_nav li dd a{
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #ddd;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.foot .foot1 .foot_nav li a:hover{
  color: #fff;
}
.foot .foot1 .foot_nav li p{
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #ddd;
}
.foot .foot1 .foot_code{
  float: right;
}
.foot .foot1 .foot_code img{
  display: block;
  width: 135px;
  margin-bottom: 10px;
}
.foot .foot1 .foot_code p{
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.foot2{
  padding: 15px 0;
}
.foot2 p{
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
}
.foot2 a{
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ddd;
  transition: all 0.3s;
}
.foot2 a:hover{
  color: #005197;
}




























.page_ban{
  height: 400px;
  padding-top: 180px;
}
.page_ban .w80 h3{
  font-size: 30px;
  color: #fff;
}
.page_ban .w80 h4{
  font-size: 50px;
  font-weight: bold;
  font-family: "arial";
  color: #fff;
}
.page_nav{
  /*height: 70px;*/
  background-color: #eee;
}
.page_nav li{
  float: left;
  width: 150px;
}
.page_nav li a{
  display: block;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 70px;
  transition: all 0.3s;
}
/*.page_nav li a:hover,*/.page_nav li.on a{
  color: #fff;
  background-color: #005197;
}
.location{
  padding: 20px 0;
  margin-bottom: 20px;
}
.location p{
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}
.location p a{
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  transition: all 0.3s; 
}
.location p span{
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #999999;
  margin: 0 8px;
  font-weight: bold;
}
.location p a:hover{
  color: #222;
}

.page_nav .pro_nav{
  position: relative;
  float: right;
  width: 140px;
  line-height: 32px;
  margin-top: 20px;
}
.page_nav .pro_nav .pro_nav_btn{
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0 10px;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.page_nav .pro_nav .pro_nav_btn:after,.page_nav .pro_nav .pro_nav_btn:before{
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: #ccc;
  transition: all 0.3s;
}
.page_nav .pro_nav .pro_nav_btn:before{
  transform: rotate(90deg);
}
.page_nav .pro_nav .pro_nav_btn.on:after{
  transform: rotate(180deg);
}
.page_nav .pro_nav .pro_nav_btn.on:before{
  transform: rotate(360deg);
}
.page_nav .pro_nav dl{
  display: none;
  position: absolute;
  z-index: 6;
  right: 0px;
  top: 30px;
  width: 140px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.page_nav .pro_nav dl dd a{
  display: block;
  font-size: 12px;
  color: #666;
  padding: 0 5px;
  transition: all 0.3s;
}
.page_nav .pro_nav dl dd a:hover{
  color: #fff;
  background-color: #005ba8;
}




/*about*/

.about p{
  font-size: 16px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}





/*newslist*/
.newsli_bg{
  background-color: #fafafa;
}
.newsli .newsli_tl h3{
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
.newsli li{
  /*float: left;
  width: 31%;
  margin-right: 3.5%;*/
  margin-bottom: 30px;
}
.newsli li:first-child{
  width: 100%;
  margin-right: 0px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.newsli li:nth-child(3n+1){
  margin-right: 0px;
}
.newsli li:first-child .img{
  float: left;
  width: 25%;
  margin-right: 2%;
  overflow: hidden;
}
.newsli li:first-child .img img{
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.newsli li:first-child .text h3{
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 15px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.newsli li:first-child .text font{
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.newsli li:first-child .text p{
  font-size: 14px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsli li:first-child .text span{
  display: inline-block;
  width: 140px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 12px;
  color: #fff;
  background: #005197;
  margin-top: 27px;
}
.newsli li:first-child a:hover .text h3{
  color: #005197;
}
.newsli li:first-child img:hover{
  transform: scale(1.1);
}
.newsli li .text2{
  border-left: 3px solid #005197;
  background-color: rgba(255,255,255,0.6);
  padding: 15px 30px 15px 20px;
  transition: all 0.3s;
}
.newsli li .text2 h3{
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.newsli li .text2 h5{
  display: block;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.newsli li .text2 p{
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  width: calc(100% - 10px);
  margin-bottom: 15px;
}
.newsli li .text2 span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  transition: all 0.3s;
}
.newsli li .text2 span:after{
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  border: 5px solid transparent;
  border-left: 8px solid #005197;
  transform: translateY(-50%);
}
.newsli li a:hover .text2 h3{
  color: #005197;
}
.newsli li a:hover .text2{
  padding: 15px 20px 15px 30px;
}


/*newsli2*/
.newsli2 .newsli_tl h3{
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
.newsli2 li{
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.newsli2 li:last-child{
  margin-bottom: 0px;
}
.newsli2 li h3{
  position: relative;
  font-size: 18px;
  color: #005197;
  padding-left: 35px;
  margin-bottom: 10px;
}
.newsli2 li p{
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding-left: 35px;
}
.newsli2 li h3:after{
  content: "Q";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #005197;
  border-radius: 3px;
}
.newsli2 li p:after{
  content: "A";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  background-color: #ddd;
  border-radius: 3px;
}


/*news*/

.news .news_tl{
  text-align: center;
  margin-bottom: 60px;
}
.news .news_tl h3{
  font-size: 24px;
  color: #222;
  margin-bottom: 15px;
}
.news .news_tl span{
  display: block;
  font-size: 14px;
  color: #999;
}
.news .news_con{
  margin-bottom: 100px;
}
.news .news_con p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.news .news_con table{
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0px;
  border-collapse:collapse;
}
.news .news_con table tr td{
  border: 1px solid #ccc;
  color: #777;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.news .news_tj{
  margin-bottom: 110px;
}
.news .news_tj li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
  margin-right: 0px;
}

.news .news_tj li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
  margin-right: 0px;
}
.news .news_tj li a{
  display: block;
  border: 3px solid #fff;
  transition: all 0.3s;
}
.news .news_tj li img{
  display: block;
  background-color: #ddd;
  width: 100%;
}
.news .news_tj li .text{
  padding: 20px 15px;
}
.news .news_tj li .text h3{
  font-size: 18px;
  line-height: 30px;
  color: #222;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news .news_tj li .text font{
  display: block;
  width: 12px;
  height: 2px;
  background-color: #666;
  margin: 5px 0;
}
.news .news_tj li .text span{
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  margin-bottom: 5px;
  font-family: "arial";
}
.news .news_tj li .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777;
}
.news .news_tj li a:hover{
  border: 3px solid #2772db;
}
.news .fy{
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 10px;
  margin-bottom: 50px;
}
.news .fy p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.news .fy a{
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.news .fy a:hover{
  color: #005197;
}


/*photo*/

.photoli{
  margin-bottom: 120px;
}
.photoli h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.photoli li:nth-child(3n){
  margin-right: 0px;
}
.photoli li a{
  display: block;
  position: relative;
  transition: all 0.3s;
}
.photoli li img{
  display: block;
  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{
  min-height: 100px;
}
.proli_left{
  position: relative;
  right: -1px;
  float: left;
  width: 320px;
  background-color: #fff;
  border: 1px solid #eee;
  /*border-right: 0px;*/
}
.proli_left .proli_btn{
  display: none;
}
.proli_left li{
  position: relative;
}
.proli_left li>a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 56px;
  color: #333;
  padding: 0 56px 0 10px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.proli_left li:last-child>a{
  border-bottom: 0px;
}
.proli_left li span{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #999;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: all 0.3s;
}
.proli_left li span:before{
  content: "";
  position: absolute;
  top: 28px;
  left: 22px;
  width: 12px;
  height: 2px;
  background-color: #aaa;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.proli_left li span:after{
  content: "";
  position: absolute;
  top: 28px;
  left: 22px;
  width: 12px;
  height: 2px;
  background-color: #aaa;
  transition: all 0.3s;
}
.proli_left li span:hover:before{
  background-color: #005197;
}
.proli_left li span:hover:after{
  background-color: #005197;
}
.proli_left li dl{
  /*background-color: #ddd;*/
}
.proli_left li dl dd a{
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #666;
  padding: 0 5px 0 20px;
  border-bottom: 1px solid #eee;
}
.proli_left li.on>a{
  color: #fff;
  background-color: #005197;
}
.proli_left li.on span:before{
  background-color: #fff;
  transform: rotate(360deg);
}
.proli_left li.on span:after{
  background-color: #fff;
  transform: rotate(180deg);
}
.proli_left li dl{
  display: none;
}

.proli_left li dl dd.cur a{
  color: #005197;
}





.proli .proli_right{
  float: right;
  width: calc(100% -  320px);
}
.proli .proli_right ul{
  /*border-top: 1px solid #eee;*/
  border-left: 1px solid #eee;
}
.proli .proli_right li{
  float: left;
  width: 33.333%;
  border: 1px solid #eee;
  border-left: 0px;
  border-top: 0px;
  /*margin-right: 1.33%;*/
  /*margin-bottom: 1.33%;*/
}
.proli .proli_right li:nth-child(-n+3){
  border-top: 1px solid #eee;
}
/*.proli .proli_right li:nth-child(4n){
  margin-right: 0px;
}*/
.proli .proli_right li a{
  position: relative;
  display: block;
  background-color: #fff;
  padding-bottom: 20px;
  /*border: 1px solid #ddd;*/
  padding: 20px 10px 0 10px;
  transition: all 0.3s;
}

.proli .proli_right li .img{
  overflow: hidden;
}
.proli .proli_right li img{
  display: block;
  transition: all 0.3s;
}
.proli .proli_right li h3{
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.proli .proli_right li h3:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background-color: #005197;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.proli .proli_right li a:hover h3{
  color: #005197;
}
.proli .proli_right li a:hover h3:after{
  width: 50px;
}
.proli .proli_right li a:hover img{
  transform: scale(1.1);
}





/*product*/
/*.pro_bg{background-color: #fafafa;}*/
.procon .procon_right{
  float: right;
  width: calc(100% -  320px);
  border: 1px solid #eee;
  padding: 30px 50px;
}
.procon .pro_tl{
  /*border-bottom: 1px solid #ccc;*/
  margin-bottom: 20px;
}
.procon .pro_tl .img{
  /*float: left;
  width: 45%;
  margin-right: 5%; */
  /*border: 1px solid #f5f5f5;*/
  margin-bottom: 20px;
}
.procon .pro_tl .img img{
  display: block;
  margin: 0 auto;
}
.procon .pro_tl .text{
  position: relative;
}
.procon .pro_tl h3{
  font-size: 28px;
  color: #005197;
  margin-bottom: 20px;
}
.procon .pro_tl a{
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  width: 100px;
  color: #fff;
  background-color: #005197;
  text-align: center;
  margin-right: 10px;
}
.procon .pro_con .pro_con_tl{
  margin-bottom: 20px;
}
.procon .pro_con .pro_con_tl h3{
  font-size: 20px;
  line-height: 48px;
  color: #666;
  border-left: 5px solid #005197;
  background-color: #eee;
  padding-left: 10px;
}
.pro_con p{
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.pro_con table{
  border-collapse: collapse;
}
.pro_con table td{
  color: #777;
  border: 1px solid #ccc !important;
  padding: 5px !important;
}

.pro_con .fy{
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
.pro_con .fy a{
  display: inline-block;
  color: #666;
  transition: all 0.3s;
}
.pro_con .fy a:hover{
  color: #005197;
}
.pro_con .fy a.return{
  position: absolute;
  right: 0px;
  top: 10px;
  width: 100px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #005197;
  text-align: center;
}

/*contact*/
.contact .text{
  margin-bottom: 80px;
}
.contact .text .list li{
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}
.contact .text .list li:after{
  content: "";
  position: absolute;
  right: 0px;
  top: 5%;
  width: 1px;
  height: 90%;
  background-color: #eee;
}
.contact .text .list li:nth-child(4):after{
  display: none;
}
.contact .text .list li i{
  display: block;
  font-size: 32px;
  color: #005197;
  margin-bottom: 20px;
}
.contact .text .list li h5{
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.contact .text .list li p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}
.contact .text p{
  font-size: 14px;
  line-height: 30px;
  color: #777777;
  text-align: justify;
}
.contact .map{
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
}



/*右侧悬浮*/
.floot_right{
  position: fixed;
  z-index: 999;
  bottom: 30%;
  right: 0px;
}
.floot_right ul{
  width: 73px;
}
.floot_right ul li{
  position: relative;
  width: 100%;
  height: 73px;
  border-radius: 3px;
  background-color: #044098;
  margin-bottom: 5px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.floot_right ul li:last-child{
  margin-bottom: 0px;
}
.floot_right ul li.tel{
  
}
.floot_right ul li.code{
  
}
.floot_right ul li.gotop{
  background-color: #333;
  overflow: hidden;
  height: 0px;
  transition: all 0.5s;
}
/*.floot_right ul li:hover{
  background-color: #f34f24 !important;
}*/
.floot_right ul li .con img{
  display: block;
  width: 40px;
  margin: 0 auto;
  padding: 5px 0;
}
.floot_right ul li .con h5{
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  text-align: center;
}
.floot_right ul li .fl_tc{
  position: absolute;
  top: 50%;
  right: 110px;
  background-color: #044098; 
  padding: 10px;
  border-radius: 3px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}
.floot_right ul li .fl_tc h4{
  white-space:nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_right ul li .fl_tc img{
  display: block;
  width: 105px;
  height: 105px;
  max-width: none;
}
.floot_right ul li .fl_tc a{
  display: block;
  white-space:nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.floot_right ul li:hover .fl_tc{
  opacity: 1;
  right: 90px;
  visibility: visible;
}
.floot_right ul li .fl_tc:after{
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #044098;
  transform: translateY(-50%);
}
.floot_right ul li .fl_tc:before{
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  height: 100%;
  width: 10px;
}
