* {
	/*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;}
table{
  border-collapse:collapse;
}
table,th, td{
  border: 1px solid black;
}

.clear:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.slide{
  height: 590px;
}
.slide .slides li{
  height: 590px;
}
.slide2{
  display: none;
}
.slide li a.link{
  display: block;
  width: 100%;
  height: 100%;
}

.wap_top,.wap_top_bg,.wap_nav_menu,.wap_nav_menu_bg{
  display: none;
}
.top{
  position: fixed;
  z-index: 99999;
  top: 0px;
  width: 100%;
  height: 42px;
  background-color: #393939;
}
.top .left p{
  float: left;
  line-height: 42px;
  color: #fff;
  font-size: 13px;
  font-family: "arial";
  padding-left: 30px;
  margin-right: 30px;
}
.top .left p.tel{
  background: url(../images/top_tel.png) no-repeat center left;
}
.top .left p.email{
  background: url(../images/top_email.png) no-repeat center left;
}
.top .right p.ali{
  float: left;
  line-height: 42px;
  color: #9f9f9f;
  font-size: 12px;
  font-family: "arial";
  background: url(../images/top_ali.png) no-repeat center left;
  padding-left: 75px;
}
.top .right span{
  display: block;
  float: left;
  width: 1px;
  height: 12px;
  background-color: #8a8a8a;
  margin: 0 19px;
  margin-top: 15px;
}
.top .right .search{
  position: relative;
  float: left;
  margin-top: 10px;
}
.top .right .search img{
  display: block;
}
.top .right .search .search_btn{
  cursor: pointer;
}
.top .right .search .search_box{
  display: none;
  position: absolute;
  z-index: 99999;
  top: 32px;
  right: -9px;
  width: 200px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.top .right .search .search_box input{
  display: block;
  float: left;
  width: 170px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ddd;
  padding: 0 10px;
  outline: none;
}
.top .right .search .search_box button{
  float: left;
  width: 30px;
  height: 30px;
  background: url(../images/top_search_ico.png) no-repeat center;
  border: 0px;
  background-color: #ddd;
}
.top_h{
  height: 167px;
  width: 100%;
}

.head{
  position: fixed;
  z-index: 9999;
  top: 42px;
  height: 125px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.head .logo{
  float: left;
  width: 460px;
  margin-top: 35px;
}
.head .logo a{
  position: relative;
  display: block;
  float: left;
  margin-right: 45px;
}
.head .logo a:after{
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-10px);
  height: 30px;
  width: 1px;
  background-color: #a3a7a8;
}
.head .logo img{
  display: block;
}
.head .logo h3{
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #960000;
}
.head .logo h4{
  font-size: 12px;
  color: #363636;
}
.head .logo p{
  font-size: 17px;
  color: #717171;
  margin-top: 10px;
}
.head .logo p span{
  display: inline-block;
  font-size: 17px;
  color: #d83509;
}
.head .nav{
  float: right;
  margin-top: 35px;
}
.head .nav ul{
  padding-right: 10px;
  border-right: 1px solid #b5b5b5;
}
.head .nav ul li{
  float: left;
  margin: 0 15px;
}
.head .nav ul li a{
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #393939;
  padding: 10px 10px 37px 10px;
  transition: all 0.3s;
  /*padding-bottom: 50px;*/
  border-bottom: 3px solid transparent;
}
.head .nav ul li a:hover{
  border-bottom: 3px solid #d8350a;
}
.head .nav ul li .xl{
  display: none;
  position: absolute;
  z-index: 999;
  left: 0px;
  top: 125px;
  width: 100%;
  /*background-color: rgba(155,34,2,0.6);*/
  background-color: #393939;
}
.head .nav ul li .xl .w1200{
  /*background-color: #f5f5f5;*/
  /*padding: 60px 0px 60px 0px;*/
}
.head .nav ul li .xl .w1200 .left{
  position: relative;
  width: 35%;
  height: 100%;
  padding: 60px 40px 60px 0;
}
.head .nav ul li .xl .w1200 .left:after{
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 1px;
  height: 100%;
  background-color: #444;
}
.head .nav ul li .xl .w1200 .left img{
  display: block;
  width: 100%;
}
.head .nav ul li .xl .w1200 .right{
  width: 64%;
  padding: 60px 0px 60px 40px;
}
.head .nav ul li .xl .w1200 .right dl.tl{
  position: relative;
}
.head .nav ul li .xl .w1200 .right dl.tl:before{
  content: "";
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #444;
}
.head .nav ul li .xl .w1200 .right dl.tl dd{
  position: relative;
  z-index: 2;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.head .nav ul li .xl .w1200 .right dl.tl dd a{
  display: block;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0 5px 10px 5px;
}
.head .nav ul li .xl .w1200 .right dl.tl dd a:hover,.head .nav ul li .xl .w1200 .right dl.tl dd.on a{
  color: #d8350a;
  border-bottom: 3px solid #d8350a;
}
.head .nav ul li .xl .w1200 .right dl.list dd{
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.head .nav ul li .xl .w1200 .right dl.list dd a{
  display: block;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  padding: 0 5px 0px 5px;
  border: 0px;
}
.head .nav ul li .xl .w1200 .right dl.list dd a:hover,.head .nav ul li .xl .w1200 .right dl.list dd.on a{
  color: #d8350a;
  border: 0px;
}

/*top*/
.wap_top{
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding-right: 60px;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.wap_top_bg{
  width: 100%;
  height: 60px;
}
.wap_top .wap_box{
  float: right;
  height: 100%;
  padding: 15px 10px 15px 20px;
  background-color: #d8350a;
}
.wap_top .wap_box a.tel{
  position: relative;
  float: left;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 26px;
  width: 30px;
  height: 30px;
  background: url(../images/wap_top_tel.png) no-repeat center;
  background-size: 20px;
}
.wap_top .wap_box a.tel:after{
  content: "";
  position: absolute;
  top: 7px;
  right: -13px;
  width: 1px;
  height: 16px;
  background-color: #fff;
}
.wap_top .wap_box .search{
  float: left;
}
.wap_top .wap_box .search a{
  display: block;
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 30px;
  background: url(../images/wap_top_search.png) no-repeat center;
}


.wap_top .nav_btn{
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 20px 15px;
  height: 60px;
  background-color: #d8350a;
  transition: all 0.3s;
}
.wap_top .nav_btn p{
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 7px;
  transition: all 0.3s;
}
.wap_top .nav_btn p:nth-child(1){
  margin-top: 0;
  /*width: 30px;*/
}
.wap_top .nav_btn p:nth-child(2){
  /*width: 26px;*/
}
.wap_top .nav_btn p:nth-child(3){
  /*width: 22px;*/
}
/*.wap_top .nav_btn.on{
  background-color: #d8350a;
}
.wap_top .nav_btn.on p{
  background-color: #fff;
}*/
.wap_top .nav_btn.on p:nth-child(1){
  margin-top: 10px;
  transform: rotate(45deg);
}
.wap_top .nav_btn.on p:nth-child(2){
  display: none;
}
.wap_top .nav_btn.on p:nth-child(3){
  margin-top: -2px;
  transform: rotate(-45deg);
}

.wap_top .logo{
  text-align: left;
  padding-left: 30px;
  font-size: 0px;
}
.wap_top .logo a{
  font-size: 0px;
  display: inline-block;
  margin-top: 10px;
}
.wap_top .logo img{
  display: block;
  height: 50px;
}


/*搜素*/
.wap_search_box{
  display: none;
  position: fixed;
  z-index: 9998;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 55px;
  padding-top: 10px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.wap_search_box form{
  position: relative;
}
.wap_search_box button{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  border: 0px;
  background: transparent;
}
.wap_search_box button img{
  width: 20px;
  margin: 5px;
}
.wap_search_box input{
  width: 100%;
  line-height: 32px;
  padding: 0 40px 0 40px;
  border: 0px;
  font-size: 14px;
  color: #666;
  outline: none;
  border-bottom: 1px solid #ccc;
}
.wap_search_box a.close{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
}
.wap_search_box a.close p{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin-left: -20px;
  margin-top: -1px;
  background-color: #888;
  transform: rotate(45deg);
}
.wap_search_box a.close p:last-child{
  transform: rotate(-45deg);
}
.wap_search_box a.close:hover{
  transform: rotate(90deg);
}

.wap_nav_menu{
  position: fixed;
  z-index: 99;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-right: 1px solid #eee;
  /*box-shadow: 0 0 5px rgba(0,0,0,.2);*/
  overflow: auto;
  padding-top: 60px;
  transition: all 0.3s;
}
.wap_nav_menu li{
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.wap_nav_menu li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 36px;
  padding-left: 20px;
  color: #333;
}
.wap_nav_menu li>a{
  /*margin-bottom: 10px;*/
}
.wap_nav_menu li.cur>a:after{
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 18px;
  line-height: 20px;
  margin-top: -10px;
  color: #000;
  font-weight: bold;
  font-family: "宋体";
  transition: all 0.3s;
}
.wap_nav_menu li.on>a:after{
  transform: rotate(90deg);
}
.wap_nav_menu li.cur .xl_btn{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 57px;
  /*background-color: #ccc;*/
}
.wap_nav_menu li dl{
  display: none;
  padding-left: 20px;
}
.wap_nav_menu li dd{
  float: left;
  width: 33.33%;
}
.wap_nav_menu li dd a{
  display: block;
  font-size: 14px;
  line-height: 36px;
  padding: 0px;
  color: #666;
}
.wap_nav_menu_bg{
  display: none;
  position: fixed;
  z-index: 98;
  top: 0px;
  /*left: -100%;*/
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  transition: all 0.3s;
}
/*top end*/

.main1{
  margin-top: 35px;
  margin-bottom: 45px;
}
.main1 .main1_about{
  margin-bottom: 40px;
}
.main1 .main1_about .text{
  float: left;
  width: 505px;
}
.main1 .main1_about .text h3{
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #403f44;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main1 .main1_about .text h3 span{
  font-size: 14px;
  margin-left: 10px;
  font-family: "arial";
}
.main1 .main1_about .text h3 font{
  font-size: 14px;
  color: #d73308;
}
.main1 .main1_about .text h3:before{
  position: absolute;
  content: "";
  left: 0px;
  bottom: -10px;
  width: 175px;
  height: 3px;
  border-radius: 2px;
  background-color: #d73308;
}
.main1 .main1_about .text h3:after{
  position: absolute;
  content: "";
  left: 183px;
  bottom: -10px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #d73308;
}
.main1 .main1_about .text h4{
  font-size: 24px;
  color: #343434;
  margin-bottom: 3px;
}
.main1 .main1_about .text h5{
  font-size: 12px;
  color: #343434;
  margin-bottom: 5px;
  font-family: "微软雅黑";
}
.main1 .main1_about .text p{
  font-size: 14px;
  line-height: 24px;
  color: #717171;
  margin-bottom: 15px;
}
.main1 .main1_about .text ul{
  text-align: justify;
  /*text-align: end;*/
  text-align-last: justify;
  text-justify: distribute;
}
.main1 .main1_about .text ul li{
  display: inline-block;
  text-align-last: center;
  text-align: center;
}
.main1 .main1_about .text ul li h1{
  font-size: 36px;
  font-weight: bold;
  color: #383838;
}
.main1 .main1_about .text ul li p{
  margin-bottom: 0px;
}
.main1 .main1_about .text img{
  display: block;
  margin-left: 8px;
}
.main1 .main1_nav{
  float: right;
  width: 650px;
}
.main1 .main1_nav li{
  float: left;
  width: 48%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.main1 .main1_nav li:first-child{
  margin-right: 4%;
}
.main1 .main1_nav li img{
  display: block;
}
.main1 .main1_nav li .box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  overflow: hidden;
  border-radius: 10px;
  padding: 4px;
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0.8);
}
/*.main1 .main1_nav li:hover .box{
  opacity: 1;
  transform: scale(1);
}*/
.main1 .main1_nav li.on .box{
  opacity: 1;
  transform: scale(1);
}
.main1 .main1_nav li .box .box1{
  width: 100%;
  height: 100%;
  background-color: rgba(0,161,233,0.5);
  overflow: hidden;
  border-radius: 10px;
  padding: 3px;
}
.main1 .main1_nav li .box .box1 .box2{
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.8);
  overflow: hidden;
  border-radius: 10px;
  padding-top: 100px;
  text-align: center;
}
.main1 .main1_nav li .box h3{
  font-size: 23px;
  color: #fff;
  margin-bottom: 5px;
}
.main1 .main1_nav li .box p{
  font-size: 12px;
  color: #fff;
  margin-bottom: 25px;
}
.main1 .main1_nav li .box a{
  display: block;
  width: 93px;
  line-height: 25px;
  background-color: #fff;
  margin:0 auto;
  border-radius: 20px;
}
.main1 .main1_nav li .box a span{
  display: block;
  font-size: 12px;
  color: #D8350A;
  background-image:-webkit-linear-gradient(bottom,#D8350A,#006d9d,#D8350A); 
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent;
}
.main1 .main1_li ul{
  padding-bottom: 30px;
}
/*.main1 .main1_li li{
  float: left;
  width: 16%;
  margin-right: 0.8%;
}*/
.main1 .main1_li li img{
  display: block;
  width: 100%;
}
.main1 .main1_li .swiper-pagination{
  display: none;
}
.main1 .main1_li .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #d8350a;
}

.main2{
  /*height: 790px;*/
  height: 780px;
  background: url(../images/main2_bg.jpg) no-repeat center;
  padding-top: 55px;
}
.main2 .main2_tl{
  text-align: center;
  margin-bottom: 30px;
}
.main2 .main2_tl h3{
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.main2 .main2_tl h3 span{
  font-size: 26px;
  color: #d8350a;
}
.main2 .main2_tl p{
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.main2 .main2_tl span{
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #d8350a;
}
.main2 .main2_con{
  position: relative;
  padding-left: 290px;
}
.main2 .main2_con .list1{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 285px;
}
.main2 .main2_con .list1 li{
  background-color: #403f44;
  height: 54px;
  line-height: 54px;
  margin-top: 1px;
}
.main2 .main2_con .list1 li a{
  position: relative;
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 0 45px 0 20px;
}
.main2 .main2_con .list1 li a span{
  display: block;
  position: absolute;
  top: 0px;
  right: 30px;
  font-size: 15px;
  color: #fff;
}
.main2 .main2_con .list1 li:first-child{
  height: 64px;
  line-height: 64px;
  background-color: #d73308;
  border-top-left-radius: 5px;
  margin-top: 0px;
  text-align: center;
}
.main2 .main2_con .list1 li:first-child a{
  padding: 0px;
}
.main2 .main2_con .list1 li:first-child img{
  vertical-align: middle;
}
.main2 .main2_con .list2{
  background-color: #403f44;
  padding: 25px 25px 1px 25px;
}
.main2 .main2_con .list2 li{
  float: left;
  width: 32%;
  margin-right: 2%;
}
.main2 .main2_con .list2 li:nth-child(3n){
  margin-right: 0px;
}
.main2 .main2_con .list2 li a{
  display: block;
}
.main2 .main2_con .list2 li img{
  display: block;
  width: 100%;
}
.main2 .main2_con .list2 li h3{
  position: relative;
  line-height: 50px;
  padding-left: 10px;
  font-size: 15px;
  color: #fff;
  padding-right: 80px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;

}
.main2 .main2_con .list2 li h3 span{
  position: absolute;
  right: 0px;
  top: 15px;
  display: block;
  width: 70px;
  height: 20px;
  line-height: 20px;
  background-color: #d73308;
  border-radius: 20px;
  text-align: center;
}


.main3{
  margin-top: 35px;
  margin-bottom: 25px;
}
.main3 .main3_tl{
  text-align: center;
  margin-bottom: 22px;
}
.main3 .main3_tl h3{
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #454545;
  margin-bottom: 5px;
}
.main3 .main3_tl p{
  font-size: 14px;
  color: #717171;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.main3 .main3_tl p font{
  display: inline-block;
  color: #d73308;
}
.main3 .main3_tl span{
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #d8350a;
}

.main3 .main3_con ul{
  padding-bottom: 20px;
}
.main3 .main3_con .swiper-pagination {
  display: none;
}
.main3 .main3_con li{
  /*float: left;
  width: 31%;
  margin-right: 3.5%;*/
}
/*.main3 .main3_con li:nth-child(3n){
  margin: 0px;
}*/
.main3 .main3_con li img{
  width: 100%;
}
.main3 .main3_con li .text{
  padding: 20px 0;
}
.main3 .main3_con li .text h3{
  font-size: 16px;
  line-height: 24px;
  color: #5d5d5d;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.main3 .main3_con li .text p{
  font-size: 14px;
  line-height: 22px;
  color: #767676;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main3 .main3_con li .text span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #595959;
  padding-top: 15px;
  border-top: 1px solid #c6c6c6;
  transition: all 0.3s;
}
.main3 .main3_con li .text span:before{
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 22px;
  background: url(../images/main3_ico1.png) no-repeat center right;
  transition: all 0.6s;
}
.main3 .main3_con li .text span:after{
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: #d73308;
  transition: all 0.6s;
}
.main3 .main3_con li a:hover .text span{
  color: #d73308;
}
.main3 .main3_con li a:hover .text span:before{
  background-position: left;
}
.main3 .main3_con li a:hover .text span:after{
  width: 100%;
}
.main3 .main3_con dl dd{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 10px;
}
.main3 .main3_con dl dd:nth-child(3n){
  margin-right: 0px;
}
.main3 .main3_con dl dd a{
  display: block;
}
.main3 .main3_con dl dd h3{
  position: relative;
  color: #555;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-right: 100px;
  transition: all 0.3s;
}
.main3 .main3_con dl dd h3 span{
  position: absolute;
  right: 0px;
  top: 0px;
  float: right;
  display: inline-block;
}
.main3 .main3_con dl dd a:hover h3{
  color: #d73308;
}

.foot{
  background-color: #2b2b2b;
}
.foot1{
  padding: 60px 0;
}
.foot1 .foot_logo{
  float: left;
  margin-top: 40px;
  margin-right: 95px;
}
.foot1 .foot_logo img{
  display: block;
}
.foot1 .foot_nav{
  float: left;
}
.foot1 .foot_nav li{
  float: left;
  margin-right: 90px;
}
.foot1 .foot_nav li:last-child{
  margin-right: 0px;
}
.foot1 .foot_nav li h3{
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.foot1 .foot_nav li h3:after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: -14px;
  width: 20px;
  height: 2px;
  background-color: #d73308;
}
.foot1 .foot_nav li dd{
  margin-bottom: 4px;
}
.foot1 .foot_nav li dd a{
  display: block;
  font-size: 14px;
  color: #a2a2a2;
  line-height: 25px;
  transition: all 0.3s;
}
.foot1 .foot_nav li dd a:hover{
  color: #fff;
}
.foot1 .foot_nav li p{
  padding-left: 35px;
  font-size: 13px;
  color: #cfcfcf;
  line-height: 24px;
  margin-bottom: 8px;
}
.foot1 .foot_nav li p.tel{
  background: url(../images/foot_tel.png) no-repeat left center;
}
.foot1 .foot_nav li p.email{
  background: url(../images/foot_email.png) no-repeat left center;
}
.foot1 .foot_contact{
  float: right;
  padding-top: 20px;
}
.foot1 .foot_contact .tel h3{
  font-size: 16px;
  color: #ff3500;
  font-weight: bold;
  margin-bottom: 2px;
}
.foot1 .foot_contact .tel h5{
  font-size: 28px;
  color: #ff3500;
  font-weight: bold;
  margin-bottom: 5px;
}
.foot1 .foot_contact .code li{
  float: left;
}
.foot1 .foot_contact .code li:after{
  display:block;
  clear:both;
  content:"";
  visibility:hidden;
  height:0;
}
.foot1 .foot_contact .code li img{
  display: block;
  float: left;
}
.foot1 .foot_contact .code li p{
  float: left;
  font-size: 12px;
  line-height: 16px;
  color: #a1a1a1;
  width: 20px;
  text-align: center;
  margin: 0 5px;
}
.foot2{
  border-top: 1px solid #4a4a4a;
  padding: 10px 20px;
}
.foot2 p{
  font-size: 13px;
  color: #e8e8e8;
  line-height: 24px;
}
.foot2 p a{
  display: inline-block;
  color: #e8e8e8;
}


.floot_left{
  position: fixed;
  z-index: 999;
  top: 48%;
  right: 0px;
}
.floot_left ul{
  width: 60px;
}
.floot_left ul li{
  /*position: relative;*/
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background-color: #d8350a !important;
  background-size: 50% auto !important;
  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.tel{
  background: url(../images/floot_left_ico1.png) no-repeat center;
}
.floot_left ul li.code{
  background: url(../images/floot_left_ico2.png) no-repeat center;
}
.floot_left ul li.gotop{
  background: url(../images/floot_left_ico3.png) no-repeat top 10px center;
  padding: 50px 0 10px;
  height: auto;
}
.floot_left ul li:hover{
  background-color: #f34f24 !important;
}
.floot_left ul li .fl_tc{
  position: absolute;
  top: 0px;
  right: 70px;
  background-color: #f34f24; 
  padding: 10px;
  border-radius: 3px;
  display: none;
}
.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{
  display: block;
}
.floot_left ul li .fl_tc:after{
  content: "";
  position: absolute;
  top: 25px;
  right: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #f34f24;
}
.floot_left ul li .fl_tc:before{
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  height: 100%;
  width: 10px;
}
.floot_left ul li.code .fl_tc:after{
  
  position: absolute;
  top: 90px;
}
.floot_left ul li.gotop a{
  display: block;
  width: 100%;
  height: 100%;
}


.page_ban{
  position: relative;
  height: 280px;
}
.page_ban .w1200{
  position: relative;
  height: 100%;
}
.page_ban .text{
  position: absolute;
  top: 46%;
  left: 0px;
  padding: 0 10px;
  width: 560px;
  max-width: 100%;
  margin-top: -28px;
}
.page_ban .text h3{
  font-size: 28px;
  line-height: 32px;
  color: #fff;
}
.page_ban .text h3 span{
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.page_ban .text p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  word-wrap: break-word;
  word-break: normal;
}
.page_nav{
  /*height: 70px;*/
  background-color: #eee;
}
.page_nav li{
  float: left;
  min-width: 150px;
}
.page_nav li a{
  display: block;
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 70px;
  transition: all 0.3s;
  padding: 0 10px;
}
.page_nav li a:hover,.page_nav li.on a{
  color: #fff;
  background-color: #D8350A;
}

.page_nav .right{
  display: none;
  float: right;
}
.page_nav .pro_xl{
  position: relative;
}
.page_nav .pro_btn{
  position: relative;
  width: 200px;
  max-width: 100%;
  /*height: 32px;*/
  line-height: 30px;
  border: 1px solid #ccc;
  /*padding: 14px 0;*/
  display: block;
  text-align: center;
  margin-top: 9px;
  margin-right: 10px;
}
.page_nav .pro_btn:after{
  position: absolute;
  right: 10px;
  top: 6px;
  line-height: 20px;
  content: ">";
  font-family: "宋体";
  transition: all 0.3s;
}
.page_nav .pro_btn.on:after{
  transform: rotate(90deg);
}
.page_nav .pro_btn a{
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #333;
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
.page_nav dl{
  display: none;
  position: absolute;
  z-index: 99;
  top: 32px;
  width: 200px;
  max-width: 100%;
  background-color: #eee;
  /*display: block;*/
  border: 1px solid #ccc;
  border-top: 0px;
}
.page_nav dl dd{
  height: 32px;
  float: none;
  width: 100% !important;
  /*margin: 0 15px;*/
}
.page_nav dl dd a{
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 32px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.page_nav dl dd a:hover{
  background-color: #D8350A;
  color: #fff;
}

.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;
}

.about{
  margin-bottom: 40px;
}
.about .about_tl h3 {
    font-size: 30px;
    margin-bottom: 40px;
    color: #222;
}
.about p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.newsli_bg{
  background-color: #f5f5f5;
}
.newsli{
  margin-bottom: 20px;
}
.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;
  padding-top: 15px;
  margin-bottom: 10px;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.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: #D8350A;
  margin-top: 27px;
}
.newsli li:first-child a:hover .text h3{
  color: #D8350A;
}
.newsli li:first-child img:hover{
  transform: scale(1.1);
}
.newsli li .text2{
  background-color: #fff;
  padding: 25px 30px;
}
.newsli li .text2 h5{
  display: block;
  line-height: 24px;
  font-size: 18px;
  color: #666;
}
.newsli li .text2 h3{
  margin-top: 11px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.newsli li .text2 p{
  margin-top: 15px;
  height: 66px;
  overflow: hidden;
  line-height: 22px;
  font-size: 12px;
  color: #999;
}
.newsli li .text2 span{
  display: block;
  margin-top: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  transition: all 0.3s;
}
.newsli li a:hover .text2 h3{
  color: #D8350A;
}
/*.newsli li a:hover .text2 span{
  color: #D8350A;
}*/

.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: 50px;
}
.news .news_con p{
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.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 #D8350A;
}
.news .fy{
  border-top: 1px dashed #ccc;
  margin-bottom: 30px;
  padding-top: 10px;
}
.news .fy p{
  line-height: 24px;
  color: #555;
}
.news .fy p a{
  display: inline-block;
  color: #555;
  transition: all 0.3s; 
}
.news .fy p a:hover{
  color: #d83509;
}

/*product*/

.pro_tl{
  padding-bottom: 40px;
  border-bottom: 1px solid #777;
  margin-bottom: 20px;
}
.pro_tl h3{
  font-size: 30px;
  color: #222;
}
.pro_li{
  position: relative;
  margin-bottom: 60px;
  min-height: 300px;
}
.pro_li li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 25px;
}
.pro_li li:nth-child(3n){
  margin-right: 0px;
}
/*.pro_li1 li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 25px;
}
.pro_li1 li:nth-child(3n){
  margin-right: 2.66%;
}
.pro_li1 li:nth-child(4n){
  margin-right: 0px;
}*/
.pro_li li a{
  display: block;
}
.pro_li li img{
  display: block;
}
.pro_li1 li img{
  border: 1px solid #eee;
}
.pro_li li h3{
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  color: #fff;
  background-color: #686868;
  text-align: center;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro_li li a:hover h3{
  background-color: #D8350A;
}

/*产品侧边栏*/
.pro_left{
  position: absolute;
  left: 0px;
  top: 0px;
  /*float: left;*/
  width: 280px;
}
/*.pro_left dt{
  margin-bottom: 2px;
}*/
.pro_left dt a{
  position: relative;
  display: block;
  background-color: #d73308;
  padding: 15px 0;
  border-top-left-radius: 5px;
}
.pro_left dt img{
  display: block;
  margin: 0 auto;
}
.pro_left dd{
  margin-top: 1px;
  background-color: #403f44;
  transition: all 0.3s;
}
.pro_left dd.on{
  background-color: #d73308;
}
.pro_left dd>a{
  position: relative;
  display: block;
  color: #fff;
  line-height: 42px;
  padding: 10px 20px;
}
.pro_left dd>a:before{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  content: ">>";
  color: #fff;
}

.pro_left dd li a{
  position: relative;
  display: block;
  color: #fff;
  line-height: 32px;
  padding:0 20px 0 30px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.pro_right{
  /*float: right;*/
  width: 100%;
  padding-left: 330px;
}



.pro_con{
  position: relative;
  margin-bottom: 120px;
}
.pro_con_tl{
  text-align: left;
}
.pro_con_tl h3{
  font-size: 24px;
  color: #444;
}
.pro_con .content{
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
  max-width: 790px;
}
.pro_con .content p{
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
/*photolist*/

.photoli{
  margin-bottom: 60px;
}
.photoli h3{
  font-size: 30px;
  margin-bottom: 40px;
  color: #222;
}
.photoli li{
  float: left;
  width: 23%;
  margin-right: 2.66%;
  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{
  display: block;
  width: 100%;
  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: 36px;
  font-size: 14px;
  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: #D8350A;
}
.photoli li a:hover img{
  opacity: 0.2;
}
.photoli li a:hover span{
  opacity: 1;
}
.photoli li a:hover h5{
  color: #fff;
  background-color: #D8350A;
}


.downli{
  position: relative;
  margin-bottom: 20px;
}
/*.downli .downli_tl h3{
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}*/
.downli li{
  float: none;
  width: 100% !important;
  border-bottom: 1px dashed #ccc;
  margin: 5px 0;
}
.downli li a{
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 35px 5px 5px;
  background: url(../images/down_ico.png) no-repeat right center;
  background-size: auto 60%;
}
.downli li h3{
  text-align: left;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  transition: all 0.3s;
}
.downli li span{
  display: inline-block;
  font-size: 14px;
  color: #555;
  float: right;
}
.downli li a:hover h3{
  color: #D8350A;
  background-color: #fff;
}

.jobli li{
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.jobli li h3{
  position: relative;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.jobli li h3 a.btn{
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #D70D23;
}
.jobli li h3 a.btn:after{
  content: "+";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  transition: all 0.3s;
}
.jobli li.on h3 a.btn:after{
  content: "-";
}
.jobli li .jobli_box{
  display: none;
  background-color: #fff;
  padding: 0px 20px;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.jobli li:nth-child(1) .jobli_box{
  display: block;
}
.jobli li .jobli_box p{
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.jobli li .jobli_box span{
  display: inline-block;
  width: 25%;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  /*margin-right: 45px;*/
}
.jobli li .jobli_box .jobli_text{
  padding-top: 10px;
}
.jobli li .jobli_box .jobli_text2{
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #ccc;
  padding-bottom: 10px;
}

@media only screen and (max-width: 800px){

.jobli li .jobli_box span{
  width: 33.33%;
}

}

@media only screen and (max-width: 640px){

.jobli li .jobli_box span{
  width: 50%;
}

}

@media only screen and (max-width: 480px){

.jobli li .jobli_box span{
  width: 100%;
}

}


/*联系我们*/
.contact .left{
  width: 42%;
}
.contact .right{
  width: 55%;
  height: 300px;
  border: 1px solid #ccc;
}
.gbook{
  margin-top: 80px;
  padding-top: 60px;
  border-top: 1px dashed #eee;
  padding-left: 300px;
  margin-bottom: 60px;
  background: url(../images/gbook_bg.jpg) no-repeat left top 0px;
  background-size: auto 400px;
}
.gbook li{
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
  padding-left: 80px;
  margin-bottom: 30px;
}
.gbook li:nth-child(2n){
  margin-right: 0px;
}
.gbook li:nth-child(5){
  width: 100%;
}
.gbook li:last-child{
  margin-bottom: 0px;
}
.gbook li h3{
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 80px;
  text-align: left;
  font-size: 14px;
  line-height: 38px;
  color: #333;
  /*font-weight: bold;*/
}
.gbook li h3 span{
  display: inline-block;
  color: #ff2200;
  vertical-align: middle;
}
.gbook li input{
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #555;
    line-height: 36px;
    border: 0px;
    /*border-bottom: 1px dashed #ccc;*/
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
}
.gbook li textarea{
  display: block;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
}
.gbook li.code{
  width: 100%;
}
.gbook li.code h5{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  font-weight: normal;
}
.gbook li.code input{
  float: left;
  width: 100px;
  margin-right: 10px;
}
.gbook li.code img{
  float: left;
  display: block;
  height: 38px;
}
.gbook li.submit{
  width: 100%;
}
.gbook li.submit button{
  float: left;
  font-size: 14px;
  line-height: 32px;
  width: 200px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #ccc;
  border: none;
  transition: all 0.3s;
  border-radius: 3px;
}
.gbook li.submit button:hover{
  background-color: #D8350A;
}

@media only screen and (max-width: 800px){

.contact .left{
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.contact .right{
  float: none;
  width: 100%;
  height: 240px;
}
.gbook{
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 0px;
  background: transparent;
}

}

@media only screen and (max-width: 480px){

.gbook li{
  width: 100%;
  margin-bottom: 15px;
}
.gbook li h3{
  line-height: 32px;
}
.gbook li input{
  width: 200px;
  line-height: 30px;
}


}