@charset "utf-8";
body, html { width: 100%; }  
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;  font-family: "微软雅黑";}  
body, p, h1, h2, h3, h4, h5, table, ul, li, form, input { margin: 0; padding: 0; color: #000;  line-height: 1; }  
body, p { font-size: 14px; border: none; color: #000; }  
a { font-size: 14px; color: #000; text-decoration: none; border: none; padding: 0; margin: 0; }  
table { border-collapse: collapse; }  
img { border: 0; margin: 0; padding: 0; display: block; }  
ul, li { list-style: none; border: 0; margin: 0; padding: 0; } 
dl, dt, dd { margin: 0; padding: 0; -webkit-margin-start: 0; }  
h1, h2, h3, h4, h5 { font-weight: normal; font-size: 12px; display: block; }  
strong, b { font-weight: normal; }  
table, tr, td { border-spacing: 0; }  
em, i, b { font-style: normal; }  
p { line-height: 170%; color: #555; font-size: 14px; }  
input { border: none; background: none; }  
figcaption { display: block; }  
input:focus { outline: none; }  
::-webkit-input-placeholder { /* WebKit browsers */ font-size: 14px; color: #555; }  
::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size: 14px; color: #555; }  

.clearfix { *zoom: 1; }  
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; }  
.clearfix:after { clear: both; } 
.clear { clear: both; }

 input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

.w1240{ max-width: 1240px; margin: 0 auto; width: 100%;}
.pt50{ padding-top: 4vw; padding-bottom: 4vw;}
.header-bar {
    width: 100%;
    height: 32px;
    background: #eff1f5;;
}
.header-bar-center {
    display: flex;
}
.width-center {
    width: 1200px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.header-bar-left {
    flex: none;
    font-size: 12px;
    font-weight: 400;
    color: #A1A2A6;
    line-height: 30px;
}
.header-bar-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    color: #A1A2A6;
    line-height: 30px;
    font-size: .75rem;
    margin-right: -10px;
}

.header-bar-item {
    font-size: .75rem;
    font-weight: 400;
    color: #A1A2A6;
    line-height: 30px;
    padding: 0 10px;
    float: left;
}
.header-bar-item-ck {
    color: #293A4C;
}
.icon-yuyan{line-height:36px;}
.dilogo img{height:70px;}
/* 头部 */
.headerwarp{ transition: all 0.6s;   background: #fff; display: flex; align-items: center; /*padding: 0 55px;*/margin-top:30px;} 
.header-right{ display: flex; justify-content: space-between; align-items: center; flex: 1; padding-left: 17%;}
.navbar{ display: flex; flex: 1;  }
.navbar li{ flex: 1; position: relative;}
.navbar li>a{ display: block; color: #000; font-size: 14px; text-align: center; height: 80px; line-height: 80px; transition: all 0.6s;  position: relative;}
.navbar li>a::before{ position: absolute;  content: ''; display: block; left: 50%; right: 50%;  background: #000; height: 2px; bottom: 0; width: 0;
transform: translateX(-50%); transition: all 0.6s ease-in-out;}
.navbar li:hover>a::before,.navbar li.on>a::before{ width: 30px;}
.subnav{ position: absolute; top: 80px; right: 0; left: 0; background: #fff; padding: 10px 0; z-index: 333; display: none;}
.subnav a{ display: block;
    text-align: left;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    transition: all 0.6s;
    border-bottom: 1px dotted #ddd;
    padding-left: 1vw;
    }
   .navbar li>a i {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 6px; 
}
   .navbar li>a:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
[class*=" fa-"],[class^=fa-]{position:relative;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);text-rendering:auto;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0);src:url(/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg')}
.fa-angle-down:before {
    content: "\f107";
}
.navbar li>a:hover i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar li>a:hover:after{
    content: '';
    width: 100%;
    background-color: #e4c17e;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}
    .subnav a:before{
     content: "\f105";
    font-family: FontAwesome;
    font-size: 10px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    margin-right: 5px;
}
   .subnav a:last-child{border-bottom:0;}
.subnav a:hover{ color: #0159a1;}

.logo img{    height: 70px;
    margin-top: -20px;}
    .biaoyu{background: #ddd;
    box-shadow: 0px 0px 20px 0 rgba(105, 105, 105, 0.3);
        padding: 10px;
}
    .biaoyu img{margin:0px auto;width: 420px;}
/*搜索*/
.header-info .zoom{ cursor: pointer; vertical-align: middle;  cursor: pointer; display: flex; align-items: center;}
.search-close{ position: fixed; top: 30px; right: 30px; cursor: pointer;}
.search-box{ background: #fff; position: fixed; top: 0px; left: 0; right: 0; background: rgba(0,0,0,0.8); z-index: 333;
 bottom: 0; height: 100%; transform-origin: bottom center;  -ms-transform-origin:bottom center ; -moz-transform-origin: bottom center;
 -webkit-transform-origin: bottom center;  transform: scaleY(0); -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); 
 transition: transform .3s .5s; }
.search-box .div{ width: 60%; margin: 0 auto; transition: all .5s .3s; filter:alpha(opacity=0); opacity: 0; transform: translate(0,20px);
top: 300px; position: absolute; left: 50%;  margin-left: -30%;}
.serach-kuang{ display: flex; justify-content: space-between;}
.search-box .in{ background: #fff; height: 50px; width: 90%; padding-left: 20px; font-size: 16px;}
.search-box .sub{ background: #0159a1; height: 50px; width: 10%; font-size: 16px; color: #fff; cursor: pointer;}
.search-box p{ padding: 30px 0 0 0;}
.search-box p a{ display: inline-block; padding: 0 20px; font-size: 14px; color: #fff; opacity: 0.8; filter:alpha(opacity=80); transition: all 0.36s;}
.search-box p strong{ display: inline-block; font-size: 16px; color: #fff;}
.search-box p a:hover{ color: #d7a449;}
.search-box .div.on{ opacity: 1; -webkit-opacity: 1;  transform: translate(0,0); -webkit-transform: translate(0,0);   -ms-transform: translate(0,0); 
-moz-transform: translate(0,0); filter:alpha(opacity=100); }
.search-box.active{transform-origin: top center; transform: scaleY(1); transition: transform .3s;}

 
@keyframes down{		
 	from{transform: translateY(-100%); opacity: 0;}
 	to{transform: none; opacity: 1;}
	
 }


/* 手机导航 */
.mobile-header{ display: none; height: 55px;  position: fixed; top: 0; left: 0; right: 0; background: #fff; z-index: 333; border-bottom: 1px solid #F5F5F5;}
.moible-cont{ display: flex; align-items: center; justify-content: space-between; padding: 0 10px; }
.mobile-header .logo{ display: flex; height: 55px; align-items: center; }
.mobile-header .logo img{ display: block; height: 30px;}
.hamburger-box span{ display: block;  height: 2px; background: #333; width:30px; margin-bottom:6px; padding-bottom: 0; transition: all 0.6s ease-in-out;}
.hamburger-box .span2{ width: 35px;}
.hamburger-box .span3{ margin-bottom: 0;}
.hamburger-box.on{ z-index: 3333;}
.hamburger-box.on .span1{ transform: rotate(45deg) translate(5px,5px);}
.hamburger-box.on .span2{ opacity: 0;}
.hamburger-box.on .span3{ transform: rotate(-45deg) translate(5px,-6px);}

.mobile-bar{ display: none; position: fixed; top: 0; right: 0; bottom: 0; background: #fff; left: 0; width: 100%; z-index: 333;
padding:10px 50px 50px 50px; overflow-y: scroll; }
.mobile-bar ul{ margin-top: 10px;}
.mobile-bar li a{  padding:15px 0px;  border-bottom: 1px solid #F5F5F5; display: block; font-size:16px;}
.mobile-bar .mo-subnav{ display: block;}
.mobile-bar .mo-subnav a{  font-size: 14px; color: #555;}
/* banner */

.banner img{ display: block; width: 100%; margin: 0 auto;}
.banner .swiper-slide img{height: auto;
    width: 100%;max-width:1920px;min-height:100%;transition:1s linear 2s;transform:scale(1.05,1.05);}
.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{transition:6s linear;transform:scale(1,1);}
.banner .swiper-pagination-bullet{ width:8px; height:8px; border-radius: 100%; transition: all 1s; background: #fff; opacity: 0.8; margin: 0 10px;}
.banner .swiper-pagination-white .swiper-pagination-bullet-active{ background: #fff; width: 50px; border-radius: 5px;}



.index-sec1 { margin-top: -6vw; position: relative; z-index: 33;}
.index-sec1 .ul{ display: flex; justify-content: space-between; background: #0159a1;}
.index-sec1 .ul li{ flex: 1; border-right: 1px solid #347ab4; padding:2vw 4vw;}
.index-sec1 .ul li:last-child{ border-right: none;}
.index-sec1 li h3{ color: #fff; font-size: 24px; text-align: center; padding-bottom: 1.1vw; line-height: 1;}
.index-sec1 li p{ color: #fff; font-size: 16px; text-align: center; line-height: 24px;}

.index-sec2{ display: flex; justify-content: space-between; align-items: center;  background: url(../images/map.png) no-repeat center; background-size: 100% auto;}

.index-sec2 h3{     color: #0159a1;
    font-size: 34px;
    margin-bottom: 30px;}
.index-sec2 .p1{ color: #0159a1; font-size:22px; padding-bottom: 3vw; padding-top: 1.5vw;}
.index-sec2 .p2{ color: #111; font-size:14px; line-height: 36px;}
.index-sec2 .more-btn{ width: 150px; height: 50px;background-color: #0159a1;box-shadow: 3px 4px 10px 0px rgba(4, 0, 0, 0.2);border-radius: 4px; display: block;
color: #ffffff; font-size: 14px; text-align: center; line-height: 50px; margin-top: 5vw; transition: all 0.6s;}
.index-sec2 .more-btn:hover{ transform: translateX(10px); box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);}


.title h3{ color: #0159a1;font-size: 36px; text-align: center; padding-bottom: 1vw;font-weight: bold;}
.title p{     color: rgba(153, 153, 153, 0.5);font-size: 16px; text-align: center;}
.title{ padding-bottom: 3vw;}
.w_60{
width: 30px;
    display: block;
    background-color: #e40414;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
}
.index-sec4-pic img{    box-shadow: 0 0 20px #939393;}
.index-sec13{background: #DDD; }
.tab-hd{ background: #fff; margin-bottom: 3vw; display: flex; justify-content: space-between; align-items: center; height: 70px;}
.tab-hd strong{ background: #0159a1; display: block; height: 70px; max-width: 160px; width: 100%; color: #fff;	font-size: 15px;
line-height: 70px; text-align: center;}
.tab-hd strong img{ display: inline-block; vertical-align: middle; margin-right: 5px;}
.tabs{ flex: 1; display: flex; justify-content: space-between; align-items: center; height: 70px; padding: 0 180px 0 60px;}
.tabs a{ color: #333;	font-size: 14px;   height: 70px; line-height: 70px; transition: all 0.6s; border-bottom: 2px solid transparent;}
.tabs a.active,.tabs a:hover{ color: #0159a1; border-bottom: 2px solid #0159a1;}
.tab-hd .more{ display: block; padding-right:20px;}

.index-sec3 .content-slide ul{ display: flex; flex-wrap: wrap; /*justify-content: space-between; */margin-bottom: -3%; align-items: center;}
.index-sec3 .content-slide li{         width: 29.3%;
    background: #fff;
    margin-bottom: 3%;
    padding: 2vw;
    transition: all 0.6s;
    border: 1px solid #eee;
    margin: 2%;}
.index-sec3 .content-slide li p{ text-align: center; color: #333333;	font-size: 15px; padding-top: 2vw; transition: all 0.6s;}
.index-sec3 .content-slide img{ display: block; margin: 0 auto; max-width: 171px; max-height: 296px; overflow: hidden; transition: all 0.6s;
height: auto; width: 100%;}
.index-sec3 .content-slide li:hover img{ transform: scale(1.1);}
.index-sec3 .content-slide li:hover p{ color: #0159A1;}

.index-sec4 { padding-left:6vw; padding-right: 6vw;}
.index-sec4 .swiper-slide { overflow: hidden; padding: 0vw 1vw 1vw 1vw;}
.index-sec4 .swiper-slide img{ display: block; width: 100%;}
.index-sec4 .swiper-slide p{ color: #333333; text-align: center; font-size: 15px; height: 4vw; line-height: 4vw; transition: all 0.6s;}
.index-sec4 .swiper-slide figcaption{ box-shadow: 0 0 10px rgba(0,0,0,0.3); }
.index-sec4 .swiper-slide:hover figcaption p{ background: #0159A1; color: #fff;}

.index-sec5{ padding-top: 0;    /*background: #eaebf5;*/}
.index-sec5 .ul{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: -1.5vw;}
.index-sec5  li{ /*width: 49%; */margin-bottom:1.5vw; border:2px solid transparent; transition: all 0.6s;}
.index-sec5  li a{ display: flex;/* background: #F5F5F5;*/  align-items: center;}
.index-sec5  li figure{ display: block; max-width: 100%; overflow: hidden; }
.index-sec5  li figure img{ display: block; max-width: 240px;}
.index-sec5  li figcaption{ display: block; padding: 0 1vw; flex: 1;}
.index-sec5  li h3{ color: #000000; font-size: 16px; margin-bottom: 0.5vw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index-sec5  li p{ color: #666666; font-size: 12px;	line-height: 24px;}
.index-sec5  li:hover{ /*border:2px solid #0159A1*/}

.index-sec6{ background: url(../images/bg.png) no-repeat top center; padding: 4vw 0;}
.index-sec6 h3{ text-align: center; font-size: 28px; color: #fff; padding-bottom: 1.5vw;}
.index-sec6 p{ text-align: center; font-size:16px; color: #fff;}
.m-news1{box-shadow: 0 3px 10px #ccc;}



.footer{ background: #ddd; padding: 3vw 0 0 0;}
.footer .div1{ border-bottom:  1px solid #888; display: flex; justify-content: space-between; align-items: center; padding-bottom: 2vw;}
.footer .div1 .dilogo{ display: flex; align-items: center; padding-left: 0;}
.footer .div1 .dilogo p{ color: #333;	font-size: 16px; padding-left: 10px;}
.footer .div1 a{ color: #111; font-size: 14px; display: inline-block;     padding-left: 1vw;
    transition: all 0.6s;
    padding-right: 1vw;}
.footer .div1 a:hover{ color: #0159A1;}
.footer .div2{ display: flex; padding-top:3vw; justify-content: space-between;}
.footer .div2-left{ max-width: 330px;}
.footer .div2 h3{ color: #111; 	font-size: 15px;  padding-bottom: 1vw;}
.footer .div2-left a{ color: #555; font-size: 14px;  display: inline-block; padding-right:1vw; padding-bottom: 1vw; transition: all 0.6s;}
.footer .div2-left a:hover{color: #0159A1;}
.footer .div2-center span,.footer .div2-right span{ color: #111; font-size: 14px; display: block; padding-bottom:0.5vw;}
.footer .div2-center p{ color: #555;  font-size: 18px; padding-bottom: 1vw; }
.footer .div2-right{ max-width: 270px;}
.footer .div2-right p{ font-size: 14px; color: #555;}
.footer .code p{ text-align: center; color: #555; padding-top: 1vw;}

.copyright{ border-top: 1px solid #888; padding: 1.2vw 0; display: flex; justify-content: space-between; margin-top: 2vw;}
.copyright p{color: #555; font-size: 14px;}
.p2 a{color: #555;}
.p2{color:#ccc;}
.codelist{display: contents;
}
.codelist .code{}
.codelist .code img{width:100%;}
/* 内页banner */
.p-left-right{ padding-left: 180px; padding-right: 180px;}
.neibanner{ position: relative;    box-shadow: 0 3px 10px #ccc;}
.neibanner img{ display: block; width: 100%; overflow: hidden; height: auto;max-width:1920px;}
.neibanner-tu{ display: flex; justify-content: center; align-content: center;}
.neibanner-text{ position: absolute; left: 0; right: 0;  z-index: 33; top: 50%; transform: translateY(-50%);}
.neibanner-text h3{ color: #fff; font-size: 40px; letter-spacing: 8px;    text-align: center; text-shadow: 0 3px 10px #bbb;}
.neibanner-text p{ color: #fff; font-size: 18px; letter-spacing: 2px; padding-top: 25px;}
.neibanner-text b{ display: block; background: #fff; width: 50px; height: 2px; margin-top: 30px;}

/* 面包屑导航*/
.breadcrumb{ box-shadow: 0 0 5px rgba(0,0,0,0.1); display: flex; justify-content: space-between; align-items: center; background: #fff;}
.breadcrumb a{ display: block; color: #000; font-size:16px; position: relative; transition: all 0.6s; flex: 1;
border-right: 1px solid #F5F5F5; padding: 2vw 0; text-align: center;  border-bottom: 2px solid #ddd; text-align: center;}
.breadcrumb a:last-child{ border-right: none;}
.breadcrumb a.on,.breadcrumb a:hover{ border-bottom: 2px solid #0159A1; color: #0159A1;}

.casepage,.propage{ background: #eff1f5;}
.box{ padding: 3vw 0vw;margin-left:30px;}
.casepage ul{ display: flex; /*justify-content: space-between;*/ flex-wrap: wrap;}
.casepage li{ /*border:1px solid #F5F5F5; width:23%; background: #fff; padding:2vw 0; margin-bottom: 2vw;*/}
.casepage li img{ display: block; max-width: 100%; height: auto; margin: 0 auto; transition: all 0.6s;}
.casepage li p{     text-align: center;
    color: #333333;
    font-size: 16px;
    padding: 1vw;
    transition: all 1s;
    background: #347ab4;
    margin-bottom: 2vw;
    color: #fff;}
.casepage li:hover p{ color: #fff;}
.casepage li:hover img{ transform: scale(1.1); }

.getmore{ display: block; background: #000; border-radius: 5px; color: #fff; font-size: 16px; max-width: 300px; margin: 1vw auto 0 auto; text-align: center;
height: 50px; line-height: 50px; transition: all 1s;}
.getmore:hover{ background: #347AB4;}
	
.meiticenter-page .meiti-ul1{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.meiticenter-page .meiti-ul1 li{width:32%;  padding: 2vw;  background: #fff;  transition: all 0.6s; border:2px solid transparent;
border:2px solid #E0E0E0; margin-bottom: 2vw;}
.meiticenter-page .meiti-ul1 li a{ display: block;  }
.meiticenter-page .meiti-ul1 img{ display: block;  width: 100%; height: auto; max-width: 100%;}
.meiticenter-page .meiti-ul1 strong{ color: #333333; 	font-size: 30px; display: block; padding-bottom: 0.6vw;}
.meiticenter-page .meiti-ul1 b{ color: #333333; 	font-size: 18px; display: block;}
.meiticenter-page .meiti-ul1 h3{ color: #333333;  font-size: 18px; 	line-height: 34px; margin: 1vw 0;  transition: all 0.6s;}
.meiticenter-page .meiti-ul1 p{ color: #888888;  font-size: 14px; line-height: 32px; margin-bottom: 1vw; height: 70px; overflow: hidden; text-overflow: ellipsis;}
.meiticenter-page .meiti-ul1 li:hover{ border:2px solid #347AB4;}
.meiticenter-page .meiti-ul1 li:hover h3{ color:#347AB4;}


.detail-page{ background: #fff; padding:3vw;}
.detail-page .det-tit h3{ font-weight: bold; color: #000; font-size: 24px; text-align: center; line-height: 1.3;}
.detail-page .det-tit .div1{ display: flex; justify-content: center; padding: 20px 0; border-bottom: 1px solid #F5F5F5;
margin-bottom: 20px;}
.detail-page .det-tit span{ color: #666; font-size: 14px; /*display: block;*/ padding: 0 5px;}
.detail-page .de-tu img{ display: block; width: 100%; margin: 10px auto;}
.detail-page .de-text p{ line-height: 46px; font-size: 15px; color: #000;}

.fenpian{ display: flex; display: -webkit-flex; border:1px solid #F5F5F5; padding: 20px 0; border-left: none; border-right: none; margin: 50px 0;
justify-content: space-between;}
.fenpian i{ display: block; color: #000; font-size: 14px; margin-bottom: 10px;}
.fenpian a{ display: block; color: #555; font-size: 14px;}
.newsList {
    overflow: hidden;
    width: calc(100% - 630px);
    box-sizing: border-box;
    padding-right: 20px;
}
.fl {
    float: left;
}
.newsList li {
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    transition: all 0.6s;
    background: #004da1;
}
.newsList li a {
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.newsList .info {
    width: 80%;
    background: #ffffff;
    overflow: hidden;
    padding: 27px 20px;
}
.newsList .info:hover{ background: #f5f5f5;}
.newsList li .info h3 {
    font-size: 20px;
    color: #333;
    margin: 0 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.3s;
}
.newsList li .info p {
    font-size: 12px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    max-height: 50px;
}
.newsList li .date {
    margin-left: 20px;
    background: #004da1;
    padding: 12px 10px;
    box-sizing: border-box;
}
.newsList li .date .day {
    font-size: 28px;
    color: #ffffff;
    padding: 0 10px;
    margin: 0 0 3px;
    line-height: 1;
    text-align: center;
    font-family: arial;
    transition: 0.3s;
}
.newsList li .date .time {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-family: "arial";
    transition: 0.3s;
    margin-top: 5px;
}
@media (max-width: 780px) {
.newsList{width:100%;}
.index-sec4-pic{width:100%;}
.index-sec4-pic img{width:100%;}
.newsList li{   background: none; 
    border: 1px solid #ddd;}
    .newsList li .date{margin-left:0;width: 100%;}
    .col-l{width:100%;}
}
@media (min-width: 1200px){
.col-lg-4 {
    width: 20%;
    float: left;
}
}
@media (min-width: 992px){
.col-md-8,.col-lg-8 {
    width: 80%;
    float:right;
}
}
.wp {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.tabList_t{padding: 15px 40px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    background-color:#347ab4;
    position: relative;}
    .tabList_t p{color:#fff;    line-height: 40px;}
.tabList {
    width: 86%;
    height: auto;
   /* border: 1px solid #e7e7e7;*/
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 60px;
    color: #262626;
}
.tabList h3 {
    
    font-size: 26px;
    color: #fff;
}
.tabList li {
   
    width: 100%;
    background: #fff;
    }
  .tabList li a  { border-bottom: 1px solid #e7e7e7;
    padding: 20px 20px;
    width: 100%;
    display: inline-block;}
 .tabList li a:hover{background-color:#347ab4;color:#fff;}
 .prolist li{ width: 28%;
   margin: 0px 2%;
  }
 .prolist li a{}
 .g-cur {
 
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.g-cur .cur {
    font-size: 14px;
    float: right;
    line-height: 55px;
    
    color: #888;
    padding-left: 17px;
   
}
.clear{clear:both;}
.page_list{margin-top: 20px;
    margin-bottom: 50px;}
.pagination {
    margin-bottom: 1.5rem !important;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        /* text-align: center; */
    margin: 0 auto;
    justify-content: center!important;
        display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.pagination li {
       border: 1px solid #ededed;
    padding: 12px 15px;
    margin: 3px !important;
    border-radius: 2px;
    width: auto !important;
    background: #f8f8f8;
}
.pagination .active {
    background: #e40414;
    color:#fff;
}
.pagination .active a{ color:#fff;}
.row>* {
    padding: 10px;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
input {
    outline: medium none !important;
    color: #14357b;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.contact-form {
    border-top-right-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
}
.align-items-center {
    align-items: center!important;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.mb-3 {
    margin-bottom: 1rem!important;
}
@media (min-width: 768px){
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
}
.form-control {
    padding: 14px 20px;
    height: 50px;
    font-size: 14px;
    border-color: #ededed;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #858585;
    border-radius: 30px;
    display: block;
    width: 100%;
}
.form-control, .form-select {
    border: 1px solid #c0b6bd;
    border-radius: 4px;
    height: 60px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    color: #091c3a;
    background-clip: inherit !important;
}
.submit-button{    margin: 0 auto;
    width: 100%;
    display: flex;}
.btn.btn-primary {
   border: 1px solid #0098d9;
    background-color: #0079ad;
    font-weight: bold;
    color: #fff;
    /* height: 38px; */
    position: relative;
    margin: 0 auto;
    padding: 15px 100px;
    border-radius: 5px;
}
.btn.btn-primary:hover {
    /* border: 2px solid #f9d448; */
    color: #fff;
    transition: all 0.5s ease 0s;
    border: 1px solid #0098d9;
    background-color: #0079ad;
}
.gongsi{    color: #004da1;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;}
    .contacts p{margin: 15px;}
    .codes{float: left;
    text-align: center;
    line-height: 22px;
   margin: 10px 50px;}
   .contacts svg{}
.col-l {
    width: 33.33%;
    padding: 0 19px;
    float:left;
}
.m-news1 .con {
    display: block;
    height: 460px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
    margin-bottom: 30px;}
@media only screen and (max-width: 1600px){
.m-news1 .con, .m-news2 .con {
    height: 500px;
}
}
.m-news1 .pic {
    padding-top: 73%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.m-news1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-news1 .txt {
    padding: 32px 35px 0;
    height: 186px;
}
.m-news1 .txt:hover,.m-news1 .pic:hover .m-news1 .txt{    background: #0159a1;}
@media only screen and (max-width: 1600px){
.m-news1 .txt {
    padding: 25px 30px;
}
}
.m-news1 .top {
    overflow: hidden;
    margin-bottom: 20px;
}
.m-news1 .con{display:block;height:460px;background-color:#fff; box-shadow:0 2px 20px 0 rgba(0,0,0,.08); margin-bottom: 30px;}
.m-news1 .pic{padding-top:73%;height:0;position:relative;overflow:hidden}
.m-news1 .pic img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;-o-transition:.5s}
.m-news1 .play{position:absolute;top:50%;left:50%;z-index:2;width:68px;height:68px;background:url(../images/i-06.png) center no-repeat;-o-background-size:100% auto;-ms-background-size:100% auto;-moz-background-size:100% auto;-webkit-background-size:100% auto;background-size:100% auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.m-news1 .txt{padding:32px 35px 0;height:186px}
.m-news1 .top{overflow:hidden;margin-bottom:20px}
.m-news1 .lab{float:left;font-size:16px;color:#d7262b}
.m-news1 .date{float:right;font-size:16px;font-family:arial;color:#cbcbcb;padding-left:21px;background:url(../images/i-07.png) left center no-repeat}
.m-news1 h3{font-size:18px;color:#111;font-weight:600;margin-bottom:18px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.m-news1 .desc{font-size:14px;line-height:25px;color:rgba(136,136,136,.8);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.m-news1 .con:hover .pic img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.m-news1 .con:hover .txt{    background: #0159a1;}
.m-news1 .con:hover h3{color:#fff}
.m-news1 .con:hover .desc{color:#eee}
.m-news2 .con{display:block;padding:55px 35px 0;height:575px;position:relative;background:url(../images/p-bg2.png) right bottom no-repeat;-o-background-size:cover;-ms-background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover}
.m-news2 .top{overflow:hidden;margin-bottom:24px}
.m-news2 .lab{float:left;font-size:16px;color:#c8ad6b}
.m-news2 .date{float:right;font-size:16px;font-family:arial;color:#cbcbcb;padding-left:21px;background:url(../images/i-07.png) left center no-repeat}
.m-news2 h3{font-size:20px;color:#111;font-weight:400;margin-bottom:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.m-news2 .desc{font-size:16px;line-height:31px;color:rgba(136,136,136,.6);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.m-news2 .btn{width:147px;height:46px;display:block;line-height:46px;
	text-align:center;border-radius:23px;position:absolute;
	left:35px;bottom:54px;overflow: hidden;
	background-color: #c8ad6b;
	-o-background-size:35px auto;
	-ms-background-size:35px auto;
	-moz-background-size:35px auto;
	-webkit-background-size:35px auto;
	background-size:35px auto;
}
.m-news2 .btn:before{content: '';position: absolute;top: 0;bottom: 0;left: 0;
	width: 0;background-color: #1b3768;
	transition:.8s;
	-ms-transition:.8s;
	-moz-transition:.8s;
	-webkit-transition:.8s;
	-o-transition:.8s
}
.m-news2 .btn:after{content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;
	background:url(../images/i-08.png) center no-repeat;
}
.m-news2 .con:hover .btn:before{width: 100%;}
.m-list1 li{margin-bottom:1vw;border-bottom:1px solid rgba(218,218,218,.8)}
.m-list1 .con{display:block;overflow:hidden;padding-bottom:1vw}
.m-list1 .pic{width:185px;height:130px;float:left;overflow:hidden;margin-right:20px;    box-shadow: 0 3px 10px #ccc;}
.m-list1 .pic img{width:100%;height:100%;display:block;transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;-o-transition:.5s}
.m-list1 .txt{overflow:hidden;padding-top:6px}
.m-list1 h3{font-size:18px;line-height:31px;font-weight:400;color:#333;margin-bottom:9px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.m-list1 .desc{font-size:14px;line-height:28px;color:#888;margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.m-list1 li:last-child{border-bottom:0;margin-bottom:0}
.m-list1 li:last-child .con{padding-bottom:0}
.m-list1 .btn{width:24px;height:10px;display:block;margin-left: 0;
	background:url(../images/i-09.png) center no-repeat;
	-o-background-size:100% auto;-ms-background-size:100% auto;
	-moz-background-size:100% auto;-webkit-background-size:100% auto;
	background-size:100% auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list1 .con:hover .pic img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.m-list1 .con:hover h3{color:#e40414}
.m-list1 .con:hover .desc{color:#0159a1}
.m-list1 .con:hover .btn{margin-left: 10px;background-image: url(../images/i-09-on.png);}
.tabList_t_i{    padding: 15px 16px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    background-color: #347ab4;
    position: relative;}
.tabList_t_i h3 {
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    font-weight: 500;
}
.tabList_t_i img{float: left;
    margin-right: 7px;
    width: 20px;
    vertical-align: middle;
    margin-top: 4px;
    font-weight: bold;}
    .col-l6{width:66%}
    .honor .box{}
    .honor li{    width: 21%;
    float: left;
    margin: 2%;
   }
   .honor li img{
       display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.6s;
   }
    .honor li p{
    text-align: center;
    line-height: 68px;
    font-weight: bold;
    }
  .honor li:hover img{ transform: scale(1.1); }
    @media (max-width: 780px) {
    .col-l {
    width: 100%;
    
}

    }
     @media (max-width: 780px) {.honor li{    width: 46%;}
.honor li p{    line-height: 30px;    height: 60px;}
.de-text img{max-width:100%;}
.codelist {
    display: contents;
}

}
.col-lg-5{width:45%;    float: left;}
.col-lg-5 img{width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 10px;}
.col-lg-7{width:50%;    float: right;padding: 0px 30px;}
.pro-tit{border-bottom: 1px solid #ddd;
    padding-bottom: 20px;}
    .shux{    padding: 20px 0;
    line-height: 220%;    text-align: left;}
    .cpjj{
    text-align: left;
    margin-bottom: 20px;
    }
    .cpzl{background: #347ab4;
    /* width: 50%; */
    padding: 15px 20px;
    border-radius: 5px;
    display: inline-block;
   
    color: #fff;
    margin-top: 20px;}
      /*  .de-text{    background: url(../images/A.png) right bottom no-repeat;}*/
      .mt-tabpage {
margin-top:50px;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	background-color: #fff;
	width: 94%;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 105px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #666;
	font-size: 14px;

}
.mt-tabpage-title .mt-tabpage-item:hover{
	color: #347ab4;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #347ab4;
	font-size: 16px;
	font-weight:bold;
	border-bottom: 1px solid #e40416;
}
.mt-tabpage-count {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 800px;
	height: 200px;
	line-height: 200px;
	margin:0 !important;
/*	text-align: center;*/
}
.tabClick{overflow: hidden;    margin-top: 50px;}
.tabClick li{ height:3rem;    font-size: 16px; line-height: 3rem; width: auto; float: left; text-align: center;color: #999;    cursor: pointer;}
.tabClick li.active{ color: #347ab4; transition: 0.1s; font-weight: bold;border-bottom: 1px solid #e40416;}
.tabCon{ overflow: hidden}
.tabBox{ position: relative;width:auto !important;}
.tabList{
    word-break: break-all; 
    width:100% !important;float:left; 
    /* line-height:100px;  */
}
.lineBorder{ height: 2px; overflow: hidden; border-bottom:1px solid #eee; background: #f3f3f3}
.lineDiv{ /*background: #4781fe;*/ height: 2px; width: 33.33%;}
.statistics{
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:flex-end;
    color: #666;
    margin-top: 2rem;
}
.statistics li{
    width: 50%;
    text-align:center;
}
.statistics .statmoney{
    width: 33.333%;
}
.statistics .model{
    height: 1.2rem;
    line-height: 1.2rem;
    color: #000;
    font-size:0.8rem;
}
#chart2{
    margin-top: 0.8rem;
}
.timeyear{
    width: 3rem;
    text-align: center;
    border-radius: 1rem;
    padding: 0.1rem 0.8rem;
    font-size: 0.88rem;
    color: #4781fe;
    border: 1px solid #4781fe;
    float: right;
}
.tabList .shijian{
    padding: 0.6rem 1rem 0 1rem;
    height: 2rem;
}
.tabList .shijian .biaoti{
    display: block;
    height: 2rem;
    line-height: 2rem;
    color: #000;
    float: left;
}
.hide{display:none;}
