
.w {
  width: 1200px;
  margin: 0 auto;
}
.w800 {
  width: 800px;
  margin: 0 auto;
}
.opacity {
  opacity: 0;
}

.header {
  background: url(../images/zjjnbg1.png) no-repeat;
  background-position: center;
  height: 600px;
  min-width: 1200px;
  background-size:cover;
}

.header .w {
  position: relative;
}

.header .tabbar {
  height: 90px;
}

.header .tabbar .logo {
  float: left;
  width: 187px;
  height: 70px;
  margin-top: 10px;
}

.header .tabbar .tabs {
  float: left;
  margin-left: 20px;
  padding: 2px 20px;
  width:600px;
}

.header .tabbar .tab {
  line-height: 90px;
  float: left;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
}
.header .nav_box>ul >li{float:left;}
.header .nav_box>ul >li >a{font-size:16px;font-weight:bold;color:#fff;display:block;padding:21px 15px 20px 35px;}
.header .nav_box{margin-left:15px;}
.header .sub_nav{width:100%;position:absolute;top:100%;left:0;color:#fff;width:100%;padding:20px 0px;background-color:#666;min-height:180px;overflow:hidden;display:none;-moz-opacity:.85;-khtml-opacity:.85;opacity:.85;}
.header .sub_nav a :hover{background-color:#db9f5d;color:#db9f5d;}
.header .sub_nav a{font-size: 14px;color: #fff;padding:6px 0px;display:block;}
.header .line{height:4px;background-color:#db9f5d;position:absolute;bottom:0;display:none;z-index:-1;}
.header .sub_nav .ul{float:left;margin-right:2%;}
.header .tabbar .tab:hover {
  text-decoration: underline;
}

.header .tabbar .language {
  float: right;
}

.header .tabbar .language .more {
  display: none;
}

.header .word {
  color: #fff;
}

.header .word .title {
  font-size: 60px;
  margin-top: 130px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.header .word .summary {
  font-size: 24px;
  line-height: 32px;
  width: 1100px;
  font-weight: 300;
  margin-top: 40px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.header .word .btn {
  display: block;
  font-size: 24px;
  line-height: 60px;
  width: 250px;
  height: 60px;
  border: 1px solid #ccc;
  color: #eafafa;
  text-align: center;
  margin-top: 75px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: -webkit-gradient(linear, left top, right top, from(#1c5589), to(#194781)) no-repeat;
  background: linear-gradient(to right, #1c5589, #194781) no-repeat;
  background-size: 0% 100%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.header .word .btn:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #fff;
  padding-left: 10px;
}

.section {
  padding: 80px 0;
}
/* 追求卓越 引领未来 */
.section1 .section-title {
  color: #1b1b1b;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.1em;
}
.section1 .stiltle {
  display: block;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  color: #000;
  padding: 0px 140px;
}

.section1 .boxs {
  margin-top: 30px;
  overflow: hidden;
  padding: 0 0px;
}

.section1 .boxs .box1, .section1 .boxs .box3 {
  width: 350px;
  height: 400px;
  float: left;
  background: url(../images/zjjnbox1.png) no-repeat;
  color: #fff;
  padding: 40px 15px;
  background-size: 100% 100%;
  position: relative;
}

.section1 .boxs .box1 .t1, .section1 .boxs .box3 .t1 {
  font-size: 18px;
}

.section1 .boxs .box1 .t2, .section1 .boxs .box3 .t2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  margin-top: 30px;
  text-align: justify;
}

.section1 .boxs .box1 .t3, .section1 .boxs .box3 .t3 {
  font-size: 16px;
  margin-top: 30px;
  line-height: 26px;
  text-align: justify;
}

.section1 .boxs .box2 {
  width: 50%;
  height: auto;
  float: left;
  margin-left: 25px;
  margin-right: 25px;
}

.section1 .boxs .box2 .one, .section1 .boxs .box2 .two {
  display: block;
  height: 268px;
  background: #1d4bc0;
  color: #fff;
  padding: 40px 15px;
}

.section1 .boxs .box2 .one .t1, .section1 .boxs .box2 .two .t1 {
  font-size: 18px;
}

.section1 .boxs .box2 .one .t2, .section1 .boxs .box2 .two .t2 {
  font-size: 24px;
  line-height: 38px;
  margin-top: 30px;
  text-align: justify;
}

.section1 .boxs .box2 .two {
  margin-top: 12px;
  background: #b18745;
}

.section1 .boxs .box3 {
  float: left;
  background: url(../images/box3.png) no-repeat;
  background-size: 100% 100%;
}

.section1 .boxs .box1 {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.section1 .boxs .box1::before {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section1 .boxs .box1:hover::before {
  width: 100%;
  height: 100%;
}

.section1 .boxs .box3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.section1 .boxs .box3::before {
  content: " ";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section1 .boxs .box3:hover::before {
  width: 100%;
  height: 100%;
}

.section1 .boxs .one {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.section1 .boxs .one::before {
  content: " ";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section1 .boxs .one:hover::before {
  width: 100%;
  height: 100%;
}

.section1 .boxs .two {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.section1 .boxs .two::before {
  content: " ";
  position: absolute;
  bottom: 0%;
  right: 0%;
  width: 0%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.section1 .boxs .two:hover::before {
  width: 100%;
  height: 100%;
}
.section1 .li2 .list_box{left:0; background-color: rgba(0,87,167,0.8);width:50%;top:0;height:100%;position: absolute;}
.section1 .li2 .list_box a{font-size:18px;padding: 22% 14%;display:block;color:#fff;line-height:1.5;}
.section1 .li3 .list_box{right:0; background-color: rgba(199,149,86,0.8);width:50%;top:0;height:100%;position: absolute;}
.section1 .li3 .list_box a{font-size:18px;padding: 22% 14%;display:block;color:#fff}


/* 发展历程 */
/* 常量设置 */
.wrap { width:1181px; margin-right:auto; margin-left:auto;}
.mwrap { max-width:1366px; margin-right:auto; margin-left:auto;}
.index_title{font-size:36px;color:#36383c;line-height:1;margin-bottom:16px;}
.ab_index03{padding:70px 0px;background:url(../images/ab_index03_bj.png) no-repeat center;position:relative;}
.ab_index03 .index_title a{color: #fff;font-size: 48px;text-align: center;letter-spacing: 0.1em;}
.ab_index03 .list_time{font-size:48px;font-weight:bold;color:#c79556;text-align: center;}
.ab_index03 .list_time em{font-size:22px;}
.ab_index03 .list_box{color:#fff;display:block;text-align: center;}
.ab_index03 .list_title01{margin-left: 70px;font-size:20px;display:block;margin-bottom:24px;text-align: left;}
.ab_index03 .list_title02{font-size:14px;display:block;line-height: 24px;text-align: left;display: block;margin-bottom: 10px;padding: 0 5px;}
.ab_index03 .list_border{width:14px;height:14px;background:#c79556;border-radius:50%;display:inline-block;margin:10px 0px 40px;-webkit-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px);}
.ab_index03 .border{width:100%;height:1px;background:#c79556;position:absolute;left:0;top:214px;display:block;}
.ab_index03 .list_border:after,.ab_index03 .list_border:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;background:rgba(199,149,86,.5);border-radius:50%;}
/*.ab_index03 li:hover .list_time,.ab_index03 li:hover .list_title01,.ab_index03 li:hover .list_title02{text-shadow: 6px 6px 10px #000;transform:translate(-2px,-2px);-webkit-transform:translate(-2px,-2px);}*/
.ab_index03 li:hover .list_border{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px);}
.ab_index03 li:hover .list_border:before{-webkit-animation: boderM 3s infinite;-moz-animation: boderM 3s infinite;animation: boderM 3s infinite}
.ab_index03 li:hover .list_border:after{-webkit-animation: boderM 3s .75s infinite;-moz-animation: boderM 3s .75s infinite;animation: boderM 3s .75s infinite;}

.ab_index04{padding:70px 0px 90px;background:#eef2f5;}

.full-row {
  width: 100%;
  transition: 0.2s width ease;
  zoom: 1;
}
.full-row:before,
.full-row:after {
  display: table;
  clear: both;
  content: '';
}
.full-row > .span-8 {
  width: 25%;
  width: 25%;
}
.full-row li{
  float: left;
}
/*全站通用样式*/
.transition03{-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.transition05{-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.transition08{-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.transition1{-webkit-transition: all 1s ease;transition: all 1s ease;}
.transition14{-webkit-transition: all 1.4s ease;transition: all 1.4s ease;}
.transition24{-webkit-transition: all 2.4s ease;transition: all 2.4s ease;}
.transition10{-webkit-transition: all 10s ease;transition: all 10s ease;}
.rect-4138{padding-bottom:0%}
.rect-438{padding-bottom:43.8%}
.rect-66{padding-bottom:66%;}
.rect-68{padding-bottom:68%;}
.rect-74{padding-bottom: 74%;}
.rect-137{padding-bottom:137%}
.rect-86209{padding-bottom:86.209%;}
.rect-90{padding-bottom:90%;}
.rect-110{padding-bottom:110%;}
.rect-122{padding-bottom:122%;}
.rect-130{padding-bottom: 130%;}
.rect-153{padding-bottom: 152.7%;}

/*channel-content*/
.channel_content{min-height:300px;background:#eef2f5;padding:70px 0px 100px;}
.xc_banner{width:100%;height:420px;background-attachment:fixed;background-repeat:no-repeat;position:relative;background-position:center 0;}
.xc_banner .xc_title{width:1180px;font-size:42px;color:#fff;font-weight:bold;position:absolute;left:50%;margin-left:-590px;bottom:80px;}

/*企业荣誉*/
.about_honor .honor_hd{text-align:center;margin-bottom:-5px;}
.about_honor .stiltle {
  display: block;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  color: #000;
  padding: 35px;
}
.about_honor .honor_hd a{display:inline-block;text-align: center;letter-spacing: 0.1em;width:100%;font-size:48px;margin:0 auto;}
.about_honor .honor_hd .honor_ico{width:40px;height:40px;display:block;margin-right:12px;}
.about_honor .honor_hd .honor_ico2{background-position:-40px 0px;}
.about_honor .honor_hd .honor_ico3{background-position:-80px 0px;}
.about_honor .honor_hd a:hover .honor_ico1,.about_honor .honor_hd a.cur .honor_ico1{background-position:0px -40px;}
.about_honor .honor_hd a:hover .honor_ico2,.about_honor .honor_hd a.cur .honor_ico2{background-position:-40px -40px;}
.about_honor .honor_hd a:hover .honor_ico3,.about_honor .honor_hd a.cur .honor_ico3{background-position:-80px -40px;}
.about_honor .honor_hd a:hover,.about_honor .honor_hd a.cur{color:#000;}
.about_honor .honor_bd{background:#e6e6e6 no-repeat center;}
.about_honor .bd_l{width:45%;min-height:624px;}
.about_honor .bd_l .b_img{padding:8% 16.7% 0;display: flex;align-items: center;justify-content: center;}
.about_honor .bd_l .img_title{text-align:center;padding:16px 4%;font-size:16px;color:#fff;font-weight:normal;}
.about_honor .bd_r{width:55%;min-height:624px;}
.about_honor .bd_r_box{padding:10% 8% 0;color:#fff;}
.about_honor .r_title{font-size:30px;margin-bottom:20px;}
.about_honor .r_text{font-size:16px;color:rgba(255,255,255,0.9);line-height:28px;margin-bottom:40px;}
.about_honor .bd_r .img_box{height:106px;background:#e6e6e6;text-align:center;position:relative;overflow:hidden;}
.about_honor .bd_r .img_box img{height:100%;}
.about_honor .bd_r li{margin-bottom:14px;float:left;margin-right:3%;width:30%;cursor:pointer;}
.about_honor .img_list{height:346px;overflow-y:scroll;margin-bottom:14px;padding-right:4%;position:relative;}
.about_honor .img_cover{position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;}
.about_honor .img_cover .list_ico{width:40px;height:40px;left:50%;top:50%;margin-top:-20px;margin-left:-20px;display:block;position:absolute;}
.about_honor .img_list.scrollbar-ui .scroll_slider{background:#dbd6d1}
.about_honor li:hover .img_cover{opacity:1;}
.about_honor .bd_r .img_title{display:none;}
.about_honor .honor_bd{
  background: url(../images/rongyu.jpg) no-repeat;
  background-size: 100% 100%;
  height: 600px;
}
/*工具*/
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}
.oh { overflow: hidden; *zoom: 1;}
.l {float: left;}.r { float: right;}
.dib { display: inline-block; *display: inline; *zoom: 1;}
.pr { position: relative;}.pa { position: absolute;}
.tc { text-align: center;}.tr { text-align: right;}
.el { overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.hide { display: none;}
.hidetext { font: 0/0 a; letter-spacing: -9px;}
.arr { display: inline-block; overflow: hidden; width: 0; height: 0;}
.opc0 { opacity: 0 ;}

.imgZoom img,.imgY180 img {-moz-transition:all 1.4s ease 0s;-ms-transition:all 1.4s ease 0s;-o-transition:all 1.4s ease 0s;-webkit-transition:all 1.4s ease 0s;transition:all 1.4s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img {
  transform: scale(1.3);
}


/*channel-content*/
.channel_content{min-height:300px;background:#eef2f5;padding:70px 0px 100px;}
.xc_banner{width:100%;height:420px;background-attachment:fixed;background-repeat:no-repeat;position:relative;background-position:center 0;}
.xc_banner .xc_title{width:1180px;font-size:42px;color:#fff;font-weight:bold;position:absolute;left:50%;margin-left:-590px;bottom:80px;}
/*select下拉样式*/
.news_flot .serch_inp .select-ui-options{border:none;border-radius:0;background:#f1f1f1;}
.news_flot .serch_inp .select-ui-options li{padding:6px 6%;font-size:16px;}
.news_flot .serch_inp .select-ui-options li:hover{background:#005bab;color:#fff;}
/*下层二级导航*/
.xc_nav ul{overflow:hidden;}
.xc_nav li{float:left;font-size:18px;height:66px;line-height:66px;position:relative;}
.xc_nav li a{padding:0 30px;}
.xc_nav li:hover,.xc_nav li.cur{font-weight:bold;color:#c79556;}
.xc_nav li:first-child a{padding-left:0;}
.xc_nav li:after{content:"";width:1px;height:12px;background:#dddddd;display:block;position:absolute;right:-0.5px;top:50%;margin-top:-6px;}
.xc_nav li:last-child:after{display:none;}
.xc_nav a{
  color: #666;
}
.xc_nav a:hover{
  color: #C79566;
}
/*新闻右侧搜索*/
.wrap { width:1181px; margin-right:auto; margin-left:auto;}
.news_flot{width:28%;}
.news_flot .serch_title{font-size:26px;margin-bottom:18px;line-height:1;color:#333;}
.news_flot .serch_box{background:#fff;padding:12.5% 10%;margin-bottom:20px;}
.news_flot .serch_inp{background:#dedede;margin-bottom:14px;font-size:16px;}
.news_flot .serch_inp ::-webkit-input-placeholder{color:#666;}
.news_flot .serch_inp .select_box01,.news_flot .serch_inp input{width:88%;height:40px;line-height:40px;background:none;border:none;padding:0;margin:0;color:#666666;padding:0 6%;border-radius:0;}
.news_flot .serch_btn{width:100%;height:40px;line-height:40px;text-align:center;color:#fff;font-size:16px;border:none;background:#e44230;}
.news_flot .content_box{background:#fff;padding: 10% 10% 6.4%;}
.news_flot .content_title{font-size:26px;color:#333333;line-height:1;margin-bottom:3px;}
.news_flot dl{padding:20px 0px;border-bottom:1px solid #dddddd;color:#666666;font-size:16px;}
.news_flot dl:last-child{border:none;}
.news_flot dt{color:#c79556;font-weight:bold;margin-bottom:6px;}
.news_flot dd{margin-bottom:4px;}
.news_flot dd .r{width:90%;text-align:left;}
.news_flot dd .phone_number{color:#666;cursor:default;}
.news_flot dd em{color:#c79556;}
.news_flot .serch_inp ._arrow{position: absolute;top:85px;right:33px;width:40px;height:40px;background:url(../images/select_ico.jpg) no-repeat center;}
.news_flot .serch_inp ._arrow2{position: absolute;top:139px;right:33px;width:40px;height:40px;background:url(../images/select_ico.jpg) no-repeat center;}
.news_flot .serch_inp ._arrow .arr{display:none;}
.news_flot .select-ui-choose-default ._txt{padding:0;}

/*新闻综合*/
.news_index .hd_l{width:70.3399%}
.news_index .ipart2{padding:0;margin-bottom:65px;}
.news_index .ipart2 .ipart_hd .li3{width:100%;margin-top:2.5%;}
.news_index .ipart2 .ipart_hd .li3 .list_text{-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform: translate3d(0,0px,0);transform: translate3d(0,0px,0);visibility:visible;}
.news_index .ipart2 .ipart_hd .list_title{margin-bottom:26px;}
.news_index .ipart2 .ipart_hd .li3:after{right:0;opacity:0;-webkit-transition: all 1s ease;
    transition: all 1s ease;}
.news_index .ipart2 .ipart_hd .li3:hover:after{opacity:1;}
.news_index .ipart2 .ipart_hd .li1{margin-right:0;width:37%;}
.news_index .ipart2 .ipart_hd .li2{float:right;width:37%;}
.news_index .ipart_title{text-align:left;margin-bottom:30px;}
.news_index .ipart_title a{display:inline-block;}
.news_index .ipart2 .ipart_hd .cur{width:60.533%;}
.news_index .part2 .list_box{display:block;}
.news_index .part2 .list_text{background:#fff;padding:10%;}
.news_index .part2 .list_time{font-size:16px;color:#666;}
.news_index .part2 .list_title{font-size:20px;color:#333333;margin:20px 0px;min-height:120px;}
.news_index .part2 .more_btn_news{font-size:16px;color:#c79556;}

/*新闻列表*/
.news_list .list_l{width:70.3399%}
.news_list .list_l li{margin-bottom:20px;}
.news_list .list_l .list_box{background:#fff;padding:3%;display:block;position:relative;overflow:hidden;position:relative;}
.news_list .list_l .list_box .img_bj{position:absolute;width:100%;height:auto;top:0;left:0;z-index:1;}
.news_list .list_l .list_box .img_bj img{width:100%;}
.news_list .list_l .list_time{font-size:16px;color:#666;}
.news_list .list_l .list_title{font-size:20px;color:#333;margin:30px 0px 20px;}
.news_list .list_l .list_p{font-size:16px;color:#666;line-height:28px;min-height: 84px;}
.news_list .list_l .list_img{width:38%;margin-left: 4%;overflow: hidden;}
.news_list .list_l .list_img ._full{height:auto}
.news_list .list_l .list_text{position:relative;z-index:3;}

.news_list .list_l .first_list .list_time,.news_list .list_l .first_list .list_title,.news_list .list_l .first_list .list_p{color:#fff;}
.news_list .list_l .first_list .black_bj{width:100%;height:100%;display:block;background:url(../images/black_75.png) repeat;top:0;left:0;position:absolute;z-index:2;}

.news_list .list_l li:hover .list_title{color:#005bab;}
.news_list .list_l .first_list:hover .list_title{color:#fff;}

.news_list .more_btn{border-color:#005bab;color:#fff;margin:50px auto 0px;background-color:#005bab;}
.news_list .more_btn:hover{border-color:#004291;background-color:#004291;}

.channel_content input[name=slide_switch]{
	display:none;
}
.channel_content input[name=slide_switch]~img {
	opacity: 0;
	transform: scale(2.1)
}

/*分页*/
.page_box{width:1181px;padding:20px 0;margin: 0 auto;}
.page_box .page_l{width:55%;text-align:left;}
.page_box .page_r{width:45%;text-align:left;}
.page_box a{display:inline-block;background-color:#e4eef5;padding: 18px 26px;color:#666;vertical-align:middle;}
.page_box a:hover,.page_box a.cur{background-color:#e44230;color:#fff;}
.page_box .now_page{background:none;border:1px solid #e4eef5;box-sizing:border-box;}
.page_box .now_page:hover{background:none;border:1px solid #e4eef5;color:#666;}
.page_box .prev_page{background-image:url(../images/page_box_prev_ico.png);background-repeat:no-repeat;background-position:center;color:transparent;}
.page_box .prev_page:hover{background-image:url(../images/page_box_w.png);color:transparent;}
.page_box .page_r a{padding:18px 14%;}

.section2 {
  width: 100%;
  min-width: 1200px;
  height: 685px;
  /* background: url(../images/section2.png) no-repeat; */
  background-position: center;
  background-attachment: fixed;
}

.section2 .section-title {
  font-size: 48px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}

.section2 .enTitle {
  font-size: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.section2 .items {
  margin-top: 70px;
}

.section2 .items .item {
  float: left;
  width: 33.33%;
}

.section2 .items .item .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.section2 .items .item .name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section2 .items .item .num {
  text-align: center;
  color: #fff;
  font-size: 72px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.section2 .items .item .num span {
  font-size: 18px;
}

.section2 .items .item1 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.section2 .items .item2 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.section2 .items .item3 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.section3 .section-title {
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.1em;
}

.section3 .summary {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.section3 .tabs {
  margin-top: 70px;
  overflow: hidden;
  padding-bottom: 10px;
}

.section3 .tabs .tab {
  width: 33.33%;
  color: #000;
  font-size: 30px;
  float: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.section3 .tabs .tab:hover {
  opacity: 0.8;
}

.section3 .tabs .tab span {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.section3 .tabs .tab .active {
  color: #194781;
}

.section3 .tabs .tab .active::after {
  content: " ";
  position: absolute;
  left: 0;
  background-color: #194781;
  bottom: -5px;
  width: 0;
  height: 4px;
  -webkit-animation: line 0.2s ease-in 1;
          animation: line 0.2s ease-in 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.section3 .tabs .tab1 {
  text-align: right;
}

.section3 .tabs .tab2 {
  text-align: center;
}

.section3 .tabs .tab3 {
  text-align: left;
}

.section3 .swiper-container {
  margin: 50px auto;
  width: 1100px;
}

.section3 .swiper-container .swiper-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}

.section3 .swiper-container .swiper-slide-active, .section3 .swiper-container .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@-webkit-keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes line {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



/*# sourceMappingURL=pc.css.map media="screen and (max-width:1000px)"*/

@media screen and (max-width: 900px) {
	.section1 .t3 {
	  display: block;
	  font-size: 18px;
	  margin: 0 auto;
	  line-height: 55px;
	  text-align: justify;
	  color: #000;
	  padding: 0px 140px;
	}
	.section1 .boxs {
	  margin-top: 30px;
	  overflow: hidden;
	  padding: 0 50px;
	}

	.section1 .boxs .box1, .section1 .boxs .box3 {
	  width: 100%;
	  height: 550px;
	  float: left;
	  background: url(../images/box1.png) no-repeat;
	  color: #fff;
	  padding: 40px 15px;
	  background-size: 100% 100%;
	  position: relative;
	}
	.section1 .boxs .box2 .one, .section1 .boxs .box2 .two {
	  display: block;
	  height: 100px;
	  background: #1d4bc0;
	  color: #fff;
	  padding: 40px 15px;
	}
	.bd_r .bd_r_box .img_list .scroll_cont li{
		width: 50%;
	}
	.header .tabbar .tabs{
		display: block;
		
	}
	
}