﻿
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col12,
.col {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
  padding-left:10px;
}
.r {
  float: right;
    padding-right:10px;

}
.hide {
  display: none;
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #316cd0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 26px;
  font-size: 15px;
  color: #555555;
  text-align: justify;
}
.article video,
.article iframe,
.article img {
  max-width: 100%;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../img/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.head-top {
  height: 40px;
  line-height: 40px;
  width:1700px;
  margin:0 auto;
  background: #e5e5e5;
}
.search {
  float: right;

  border-radius: 4px;
  background: #fff;
  margin-top: 5px;
  overflow: hidden;
}
.search:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.search .btn input {
  width: 28px;
  height: 28px;
  background: url(../img/search.png) no-repeat center;
  cursor: pointer;
}
.search .inpu {
  padding-right: 28px;
}
.search .inpu input {
  width: 100%;
  line-height: 28px;
  padding: 0 8px;
  color: #999;
}
.header {
  width: 100%;
  height: 100px;
  background: #fff;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 58px;
  margin-top: 20px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: solid 1px #ebebeb;
  font-size:15px;
}
.header .logo:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.header .logo img {
  height: 100%;
}
.header .menu-btn {
  display: none;
}
.head-contact {
  float: left;
  margin-top: 28px;
	margin-left: 30px;
}
.head-contact > div {
  min-height: 40px;
  padding-left: 44px;
  float: left;
  background: no-repeat 0 2px;
  position: relative;
}
.head-contact .photo {
  background-image: url(../img/head_contact1.png);
}
.head-contact .mail {
  background-image: url(../img/head_contact2.png);
  margin-left: 690px;
}
.head-contact .mail::after {
  content: " ";
  width: 1px;
  height: 32px;
  background: #ebebeb;
  position: absolute;
  left: -26px;
  top: 50%;
  margin-top: -16px;
  z-index: 4;
}
.head-contact .p2 a,
.head-contact .p2 {
  font-size: 32px;
  color: #316cd0;
  font-family:Impact;
}
.ind_abbox .contain {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50px;
    z-index: 2;
    color: #fff;
}
.clear{ padding-top:30px; padding-bottom:20px;}
.nav {
  width: 1700px;
  margin:0 auto;
  background: #316cd0;
}
.nav.fixed {

  top: 0;
  z-index: 99;
}
.nav .wrap {
  position: relative;
}
.nav .wrap > ul > li {
  float: left;
  position: relative;
  background: url(../img/nav_line.png) no-repeat 0 center;
  width: 16.1%;
  text-align: center;
  z-index: 10;
}
.nav .wrap > ul > li:first-child {
  background: none;
}
.nav .wrap > ul > li > a {
  height: 56px;
  line-height: 56px;
  display: block;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
	text-transform: capitalize;
}
.nav .buoy {
  width: 120px;
  height: 100%;
  background: #00d3f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.nav .sub {
  min-width: 130%;
  position: absolute;
  top: 100%;
    z-index:99999;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 90;
  display: none;
}
.nav .sub li {
  margin-top: 1px;
    z-index:99999;
}
.nav .sub li a {
  display: block;
  z-index:99999;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
background: url(../img/industry_tab.png);
}
.nav .sub li a:hover {
  background: #175bce;
}
.nav .search,
.nav .head-contact {
  display: none;
}
.nav-brace {
  height: 56px;
  display: none;
  clear: both;
}

.max_wrap {
    max-width: 580px;
}


.wrap {
  max-width: 1700px;
  margin: 0 auto;
}

.main .industry .content {
 max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.main .industry .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .industry .content .bg {
  position: absolute;
  top: 0;

  width: 100%;

  height: 100%;
  z-index: -1;
}
.main .industry .content .bg > div {
  height: 100%;

  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  display: none;
}
.main .industry .wrap {
  position: relative;
	height: 750px;
}
.main .industry .tab {
  width: 250px;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/industry_tab.png);
}
.main .industry .tab::-webkit-scrollbar {
  width: 4px;
  background: #333333;
}
.main .industry .tab::-webkit-scrollbar-button {
  display: none;
}
.main .industry .tab::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #3069ca;
}
.main .industry .tab li {

  font-size: 14px;
  color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 14px;

  cursor: pointer;

  box-sizing: border-box;
  position: relative;

}
.main .industry .tab li::after {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  width: 220px;
  height: 1px;
  z-index: 2;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.main .industry .tab li.on {
  background: #3069ca;
}
.main .industry .tab li.on::after {
  display: none;
}
.main .industry .tab li img {
  width: auto;
  display: inline-block;
  margin: 0 16px 0 0;
}
.main .industry .tabBox {
  padding-left: 340px;
  box-sizing: border-box;
}
.main .industry .box {
  min-height: 545px;
  padding: 30px 0;
  display: none;
}

.main .industry .box.now .title,
.main .industry .box.now .line,
.main .industry .box.now .text,
.main .industry .box.now .more,
.main .industry .box.now .list1,
.main .industry .box.now .list2 {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;

}
.main .industry .box .title,
.main .industry .box .line,
.main .industry .box .text,
.main .industry .box .more,
.main .industry .box .list1,
.main .industry .box .list2 {
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -moz-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  opacity: 0;
}
.main .industry .box .title {
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  color: #fff;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .industry .box .line {
  width: 24px;
  height: 2px;
  background: #3069ca;
  margin: 18px auto 24px auto;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.main .industry .box .text {
   border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  overflow: hidden;

  background-color: rgba(48,105,202,0.8);
  width:945px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
	height: 100px;
}
.main .industry .box .more {
  width: 142px;
  height: 38px;
  line-height: 38px;
  border-radius: 38px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #3069ca;
  margin-top: 36px;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .industry .box .more:hover {
  background: #e98400;
}
.main .industry .box .list1 .tit,
.main .industry .box .list2 .tit {
  font-size: 20px;
  color: #fff;
}
.main .industry .box .list1:after,
.main .industry .box .list2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .industry .box .list1 {
  margin: 46px 0 40px 0;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
}
.main .industry .box .list1 ul {
  margin-top: 30px;
}
.main .industry .box .list1 li {
  float: left;
  padding-left:30px;
  text-align:center;

  overflow: hidden;
}
.main .industry .box .list1 li:nth-child(1)  {

  padding-left:0px;

}
img.framed { 
padding: 7px; 
border: 2px solid #3069ca;
margin-left:5px;

background-color: #FFF; } 
.main .industry .box .list1 li a:hover img {

}
.main .industry .box .list1 li img {

height: 151px;

  display: inline-block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .industry .box .list2 {
  transition-duration: 1.2s;
  -webkit-transition-duration: 1.2s;
  -moz-transition-duration: 1.2s;
  -ms-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
}

.main .industry .box .list2 li {
  float: left;
  margin: 0 10px 10px 0;
    background: #3069ca;
  border: solid 1px #3069ca;
}
.main .industry .box .list2 li a {
  height: 44px;
  line-height: 42px;
  display: block;
  border: solid 1px #fff;
  font-size: 14px;
  color: #fff;
  padding: 0 14px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .industry .box .list2 li a:hover {
  background: #3069ca;
  border: solid 1px #3069ca;
}


/* 首页新闻 */
#Inews{margin-top:55px;position:relative;}
#Inews .swiper-container{padding-bottom:50px;}

#Inews .swiper-button-prev,#Inews .swiper-button-next{background:none;color:#d6d6d6;font-weight:bold;font-size:36px;font-family:"宋体";}
#Inews .swiper-button-prev:hover,#Inews .swiper-button-next:hover{color:#0090ff;}
#Inews .swiper-button-prev{left:-60px;}
#Inews .swiper-button-next{right:-60px;text-align:right;}
#Inews .swiper-pagination{position:static;}
.ind_news_fl{width:47%;float:left;background:#e5e9ed;padding:80px 60px;margin-top:30px;height:401px;}
.ind_news_fl span{color:#888;}
.ind_news_fl a span{color:#888;position:relative;width:19px;height:11px;display:inline-block;top:1px;background:url(../images/icon_mjt.png) no-repeat center;}
.ind_news_fl a:hover span{background:url(../images/icon_mjt2.png) no-repeat center;animation:myani 1s ease-in-out;-webkit-animation:myani 1s ease-in-out;}
@keyframes myani{
    0%   {left:0px;}
    25%  {left:4px;}
    50%  {left:8px;}
    100% {left:0px;}
}
.qwera1{height: 150px!important; width: 235px!important;object-fit: cover; padding: 7px;
    border: 2px solid #3069ca;
    margin-left: 5px;
    background-color: #FFF;}
.ind_news_fl h4{font-size:24px;color:#333;font-weight:bold;margin:20px auto;}
.ind_news_fl h4:hover{color:#0090ff;}
.ind_news_fl p{font-size:16px;line-height:30px;color:#666;margin-bottom:20px;}
.ind_news_fl a:hover{color:#0090ff;}
.ind_news_fr{width:53%;float:right;overflow:hidden;}
.ind_news_fr img{width:694px;height:462px;object-fit:cover;}

.ind_news_cate{margin-top:60px;}
.ind_news_cate h2{font-size:28px;font-weight:bold;color:#333;position:relative;margin-bottom:20px;}
.ind_news_cate h2 a{font-size:16px;font-weight:normal;position:absolute;right:0px;top:10px;}
.ind_news_cate h2 a:hover{color:#0090ff;}
.ind_news_cate ul li{padding:20px 0px 30px;border-top:1px solid #e5e5e5;}
.ind_news_cate ul li:last-child{border-bottom:1px solid #e5e5e5;}
.ind_news_cate ul li h4{font-size:16px;color:#333;margin-top:10px;}
.ind_news_cate ul li h4:hover{color:#0090ff;}
.ind_news_cate ul li span{color:#888;}
.ind_mt_news{width:46%;float:left;}
.ind_hy_news{width:46%;float:right;}
.contain {
    width: 1700px;
    margin: 0 auto;
}

.contain1 {
    width: 1260px;
    margin: 0 auto;
}









/**/
.xfys {height: 570px;position: relative;background: url(../Img/xfbg02.jpg) no-repeat center bottom; width:1700px; margin:0 auto;}
.xfproblem {height: 269px;background: url(Img/Index/xfbg01.jpg) no-repeat center;position: absolute;top: 0px;left: 0;width: 100%;}
.xfproblem .container {padding-top: 30px;overflow: initial !important;}
.xfproblem dl {width: 158px;height: 158px;padding-right: 71px;background: url(Img/Index/problembg.png) no-repeat left center;position: relative;}
.xfproblem dl.fl {margin-left: -64px;}
.xfproblem dl.fr {margin-right: -64px;}
.xfproblem dl:first-child {margin-left: 0;}
.xfproblem dl dt {padding-top: 50px;}
.xfproblem dl dt span {display: block;font-size: 18px;text-align: center;margin-bottom: 5px;color: #000;}
.xfproblem dl dt i {display: block;font-size: 18px;text-align: center;color: #000;}
.xfproblem dl dd {position: absolute;left: 0;bottom: 23px; width: 156px;text-align: center;font-size: 12px;color: #fff;}
.xfproblem img {float: left;margin-left: -64px;position: relative;left: 24px;top: 20px;}

.xfys h2.h2_title {background: url(Img/Index/art02.png) no-repeat center bottom;}
.xfys .container {height: 570px;position: relative;overflow: hidden;}
.xfys .xfysImg {width: 627px;height: 520px;position: absolute;left: 395px;top: 1050px;}
.xfys .xfysImg img {display: block;}
.xfys .xfdl {width: 400px;position: absolute;overflow: hidden;}
.xfys .xfdl dt {font-size: 22px;color: #222222;margin-bottom: 10px;position: relative;top: 150px;}
.xfys .xfdl dt b {color: #d01817;}
.xfys .xfdl dd {font-size: 12px;color: #000;line-height: 20px;position: relative;top: 150px;}

.xfys .dl1 {top: 110px; padding-right: 100px;;}
.xfys .dl2 {left: 0;top: 375px;}
.xfys .dl3 {right: 0;top: 110px;}
.xfys .dl4 {right: 0;top: 350px;}








.pz_main{ float:left; width:100%; background: #fff; }
.pz_down{ float:left; width:100%; background: url("images/foot1.jpg") repeat;  }


/*down*/
.footLinkBack{border-bottom: #454442 solid 1px;}
.footLink{ padding: 2.71% 0 1.5% 0; }
.footLink .footLogo{ float: right; width: 174px; line-height: 0; margin-right: 13px;}
.footLink .footLeftLink{ padding: 4px 190px 6px 0; color: #999999; font-size: 15px; line-height: 23px;}
.footLink .footLeftLink a{color: #999999; margin: 0 28px;}
.footLink .footLeftLink a:hover{ color: #fff;}
@media screen and (max-width:1429px){
    .footLink .footLeftLink a{ margin: 0 15px;}
}
@media screen and (max-width:1229px){
    .footLink{ text-align: center;}
    .footLink .footLogo{ float: none; width: 174px;margin-right: 0; margin: 0 auto; }
    .footLink .footLeftLink{ padding: 14px 0 6px 0; font-size: 14px; }
}
@media screen and (max-width:991px){
    .footLink .footLeftLink{ display: none; }
}
@media screen and (max-width:767px){
    .footLink{ padding: 4%  0 4% 0;}
    .footLink .footLeftLink{ text-align: center;}
    .footLink .footLeftLink a{ white-space: nowrap;}
    .footLink .footLeftLink span{ display: none;}
}

.footAddBox{border-bottom: #454442 solid 1px;}
.footAdd{ padding: 4% 0;}
.footAdd .addLi{ float: left;}
.footAdd .addLi.add_1{  padding-right: 100px;}
.footAdd .addLi.add_2{ width: 320px; padding-right: 10px;}
.footAdd .addLi.add_3{ width: 330px; padding-right: 10px;}
.footAdd .addLi .b{ float: left; width: 44px; line-height: 0;}
.footAdd .addLi .bPad{ padding-left: 64px; color: #fff; font-size: 14px; line-height: 20px;}
.footAdd .addLi .bPad .bptop{ padding: 3px 0;}
.footAdd .addLi .bPad .bpd{}
@media screen and (max-width:1229px){
    .footAdd .addLi.add_1{ width: 50%; padding-right: 10px;}
    .footAdd .addLi.add_2{ width: 50%; padding-right: 10px;}
    .footAdd .addLi.add_3{ width: 50%; padding-right: 10px; margin-top: 20px;}
}
@media screen and (max-width:767px){
    .footAdd{ padding: 4% 0 5% 0;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .footAdd .addLi.add_1{ width: 100%; padding-right: 10px;}
    .footAdd .addLi.add_2{ width: 100%; padding-right: 10px;  margin-top: 20px;}
    .footAdd .addLi.add_3{ width: 100%; padding-right: 10px; margin-top: 20px;}
    .footAdd .addLi .b{ display: none; width: 38px; }
    .footAdd .addLi .bPad{ padding-left: 0; }
}

.footAdd .addRi{ float: right;}
.footAdd .addRi .b{ float: left; width: 44px; line-height: 0;}
.footAdd .addRi .bPad{ padding-left: 64px; color: #fff; font-size: 14px; line-height: 20px;}
.footAdd .addRi .bPad .bptop{ padding: 3px 0;}
.footAdd .addRi .bPad .bpd{}
@media screen and (max-width:1229px){
    .footAdd .addRi{ float: right; width: 50%; margin-top: 20px;}
}
@media screen and (max-width:767px){
    .footAdd .addRi{ float: left; width: 100%; margin-top: 20px;}
    .footAdd .addRi .b{ display: none;}
    .footAdd .addRi .bPad{ padding-left: 0; }
}

.footFrendBox{border-bottom: #454442 solid 1px;}
.footFrend{ padding: 2.14% 0; color: #999999; font-size: 14px; line-height: 23px; }
.footFrend a{color: #999999; margin: 0 10px;}
.footFrend a:hover{ color: #fff;}
.footFrend span{ float: left; padding-left: 41px; color: #fff; background: url("images/foot10.png") 12px center no-repeat;}
@media screen and (max-width:1429px){
    .footFrend a{ margin: 0 5px;}
}
@media screen and (max-width:767px){
    .footFrendBox{ display: none;}
}

.footCopy{ padding: 2.35% 0 2.64% 0; }
.footCopy .copyright{ float: left;color: #999999; font-size: 13px; line-height: 23px;}
.footCopy .copyright a{color: #999999;}
.footCopy .copyright a:hover{ color: #fff;}
.footCopy .copyLaw{ float: right;color: #999999; font-size: 13px; line-height: 23px;}
.footCopy .copyLaw a{color: #999999;}
.footCopy .copyLaw a:hover{ color: #fff;}
@media screen and (max-width:767px){
    .footCopy .copyright{ width: 100%; text-align: center;}
    .footCopy .copyLaw{ float: left; width: 100%; text-align: center;}
}



.weizhi272{margin-top: -30px!important;}

.weizhi302{margin-top: 60px!important;}
.weizhi273{margin-left: -70px!important;margin-top: -5px!important;}
.weizhi274{margin-top: 70px!important;margin-left: -30px!important;}
.weizhi288{margin-left: 50px!important;margin-top: 60px!important;}
.weizhi289{margin-top: 60px!important;}
.weizhi286{margin-top: 70px!important;margin-left: -70px!important;}
.weizhi292{margin-top: 70px!important;    margin-left: -15px!important;}
.weizhi293{margin-top: 80px!important; margin-left: -35px!important;}
.weizhi294{margin-top: 100px!important;    margin-left: -65px!important;}
.weizhi304{margin-top: 100px!important;    margin-left: -85px!important;}
.weizhi300{margin-top: 40px!important; }
.weizhi305{margin-top: 40px!important; }
.weizhi301{margin-top: 20px!important;}
.weizhi303{margin-top: 20px!important;}
.weizhi280{margin-top: -20px!important;}
.weizhi282{margin-top: 30px!important;}
.weizhi283{margin-top: 40px!important;}
.weizhi276{margin-top: 20px!important;}
.weizhi278{margin-top: 50px!important;}
.weizhi300{margin-top: 100px!important;}
.weizhi295{margin-top: -30px!important;}
.weizhi296{margin-top: 30px!important;}
.weizhi297{margin-top: 50px!important;}
.weizhi299{margin-top: -30px!important;}
.weizhi306{margin-top: 60px!important;
    margin-left: 20px;}
.weizhi307{margin-top: 60px!important;
    margin-left: 20px;}
.liclass276{display: none}
.liclass278{display: none}

.liclass300{display: none}
.liclass305{display: none}