﻿
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.qwera1 {
    height: 150px!important;
    width: 235px!important;
    object-fit: cover;
}
.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: right;
  margin-top: 28px;
}
.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);

}
.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: 11.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: 14px;
  color: #fff;
  overflow: hidden;
}
.nav .buoy {
  width: 120px;
  height: 100%;
  background: #00d3f1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.nav .sub {
  min-width: 100%;
  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: 660px;
}
.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 {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-indent: 36px;
  cursor: pointer;
  padding: 0 14px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.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: 16px;
  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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  background-color: rgba(48,105,202,0.8);
  width:945px;
  padding-top:20px;
  padding-bottom:20px;
  padding-left:10px;
  padding-right:10px;
}
.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 {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .industry .box .list1 li img {
  width: 190px;
  max-height: 100%;

  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;}
}
.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;}



@media only screen and (min-width: 1400px){
.contain {
    width: 1700px;
    margin: 0 auto;
}

}

@media screen and (max-width: 1410px){
.contain {
    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: 295px;top: 1050px;}
.xfys .xfysImg img {display: block;}
.xfys .xfdl {width: 250px;position: absolute;height: 120px;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 {left: 0;top: 110px;}
.xfys .dl2 {left: 0;top: 375px;}
.xfys .dl3 {right: 0;top: 110px;}
.xfys .dl4 {right: 0;top: 350px;}
