h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}
@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.clearfix {
    zoom: 1;
}

.container {
    padding: 0;
    width: 1170px;
    margin: 0 auto;
    overflow: hidden
}
.container {
    padding: 30px 0;
}
.container02 {
    padding: 0;
    width: 1600px;
    margin: 0 auto;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
	color: #333333;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #0095db;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
}

ol {
    padding: 0
}

.left {
    float: left;
}
.fl{float:left;}
.fr{float:right;}
.right {
    float: right;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify_content_around {
    -webkit-box-pack: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: center;
    justify-content: space-around;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.justify_content_space_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@font-face {
    font-family: SourceHanSansCN;
    src: url(../fonts/SourceHanSansCN-Regular.otf);
}
/* 常量设置 */
.wrap { width:1170px; margin-right:auto; margin-left:auto;}
.mwrap { max-width:1200px; margin-right:auto; margin-left:auto;}
.clearBoth {
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body{min-width:1240px\9; overflow-x:auto;}
/*for ie9+*/
@media all and (min-width:0){
	body{min-width:0; overflow-x:hidden;}
}

a{color:inherit;}
a:hover { color:#0074ba;}
::-moz-selection {color:#fff; background:#0074ba; }
::selection {color:#fff; background:#0074ba; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
/* 网站样式 */
/* banner */
.banner .swiper-button-next, .banner .swiper-button-prev{width: 64px;height: 64px;}
.banner .swiper-button-prev{background: url(../images/bg-left.png);left: 60px;}
.banner .swiper-button-next{background: url(../images/bg-right.png);right: 60px;}
.banner .swiper-pagination-bullet{width: 16px;height: 16px;background: #FFFFFF;opacity: 1;}
.banner .swiper-pagination{ bottom: 30px !important;}
.banner .swiper-pagination-bullet-active {opacity: 1;background: #004ea1;}
.banner .swiper-slide{height: 930px;}
/* 头部 */
#header{width: 100%;position: fixed;left: 0;z-index: 99;background: #fff;height: 130px; top: 0;}
.in_header{width: 1200px;margin: 0 auto;}
.in_header .top{ padding: 20px 0 0 0;overflow: hidden;}
.in_header .right{float: right;font-size: 14px;}
.in_header .language{font-size: 14px;margin-right: 20px;line-height: 30px;float: left;}
.in_header select {height: 30px;border: 1px #dedede solid;padding: 0 0 0 10px; width: 140px;-moz-appearance: none;-webkit-appearance: none; background: url('../images/bg_03.jpg') repeat-x 100%;
background-size: 100% 100%; border-radius: 20px;color: #FFFFFF;}
.in_header .select{float: left;position: relative;}
.in_header .arrow{	width:0;height:0;border-right:5px solid transparent;border-left:5px solid transparent;border-top:5px solid #FFFFFF;position: absolute;right: 10px;top: 12px;}
.in_header .search{height: 30px;line-height: 30px;border: 1px #cccccc solid; border-radius: 20px; padding: 0 10px;}
.in_header .input{position: relative;float: left;margin: 0 20px;}
.in_header .submit{position: absolute; right: 14px; background: url(../images/search.png) center no-repeat; width: 30px;height: 30px;cursor: pointer;}
.logo{float: left;}
.in_header .center{font-size: 14px;position: relative;}


/* 导航 */
.nav{float:right; margin-left:9%;position: absolute;right: 0;bottom: 2px;}
.nav ul li{float:left;color:#1f1f1f; text-align:center; padding:0 32px; line-height:70px;position: relative;}
.nav ul li a{color:#1f1f1f;display:block; height:40px;;line-height: 40px;font-size: 16px;}
.nav .on, .nav ul li:hover{background: #004a89;}
.nav .on a, .nav ul li:hover a{color: #FFFFFF;}
.nav .second{display: none;position: absolute; top: 40px; left: 0;z-index: 999; background: #004A89;}
.nav ul li:hover .second{display: block;}
.nav .second li{float: none;}
.nav .second li:hover{background: #FFFFFF;}
.nav .second li:hover a{color: #004A89;}

/* 关于我们 */

.index-title{font-size: 34px;background: url(../images/title_03.jpg) left bottom no-repeat;font-weight: bold;padding-bottom: 4px; margin-bottom: 60px;}
.aboutus .item{float: left; width: 25%; text-align: center;}
.aboutus .left{float: left;width: 50%;}
.aboutus .item .timer{font-size: 30px; font-weight: bold;}
.aboutus .item p{font-size: 20px;color: #004ea1;}
.aboutus .number{padding-bottom: 30px;border-bottom: 1px #666 solid; overflow: hidden;}
.aboutus .txt{margin: 30px 0;line-height: 34px;font-size: 16px;}
.aboutus .left .more{float: right;font-size: 18px;color: #004ea1;}
.aboutus .right{float: right; width: 45%;}
.aboutus .right .video{height: 400px;}



/* 业务中心 */
#page3{margin-top: 80px;}
.yewu{width: 1200px;margin: 0 auto;}
.solu-tit{float: left; font-size: 22px; text-align: center; margin-right: 7%; }
.solu-tit .img{width: 130px;height: 110px;display: block; background-size: 100% 100% !important;}
.solu-tit .img1{background: url(../images/icon_07.png);}
.solu-tit .img2{background: url(../images/icon_08.png);}
.solu-tit .img3{background: url(../images/icon_09.png);}
.solu-tit .img4{background: url(../images/icon_10.png);}
.solu-tit .img5{background: url(../images/icon_11.png);}
.solu-tit .img6{background: url(../images/icon_12.png);}
.solu-tit .img1:hover, .solucur .img1{background: url(../images/icon1_07.png);}
.solu-tit .img2:hover, .solucur .img2{background: url(../images/icon1_08.png);}
.solu-tit .img3:hover, .solucur .img3{background: url(../images/icon1_09.png);}
.solu-tit .img4:hover, .solucur .img4{background: url(../images/icon1_10.png);}
.solu-tit .img5:hover, .solucur .img5{background: url(../images/icon1_11.png);}
.solu-tit .img6:hover, .solucur .img6{background: url(../images/icon1_12.png);}
.solution-wrap .margin{margin-right: 0;}
.solution-wrap {margin-bottom: 30px;overflow: hidden;}
.box-hidden{display: none;}
.solu-titwrap{height: 380px;margin-top: 50px;background: #116ac8;}
.solu-wrap{box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);
-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);}
.solu-titwrap .left{float: left; position: relative; height: 100%;overflow: hidden;width: 36%; background: #116ac8;-moz-box-sizing: border-box;   -webkit-box-sizing: border-box;   -o-box-sizing: border-box;  -ms-box-sizing: border-box;  box-sizing: border-box; padding: 40px 40px 20px 40px;}
.solu-titwrap .left a{color: #FFFFFF;display: block;}
.solu-titwrap .title{ font-size: 26px; margin-bottom: 20px;}
.solu-titwrap  .detail{line-height: 28px;font-size: 15px;}
.solu-titwrap .more{font-size: 18px;float: right;}
.solu-titwrap .left::before{ content: '';  position: absolute; right: -20px; width:0;height:0;  border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:20px solid #116ac8;}
.solu-titwrap .right{width: 64%;float: right;height: 100%;}
.solu-titwrap .right img{width: 100%;height: 100%;}

/* 新闻中心 */
.bt .bt{width: 100%;}
/*.news{margin-top: -180px;}*/
.news .more{float: right;font-size: 18px;line-height: 40px;}
.news .index-title{float: left; margin-bottom: 20px;}
.news .news-left{float: left;width: 46%;height: 100%;position: relative;}
.news .main{height: 320px;}
.news .swiper-container{height: 100%;}
.news .news-left img{width: 100%;height: 100%;}
.news .news-left p{position: absolute;width: 100%;height: 42px;line-height: 42px;text-align: center;left: 0;bottom: 0;background: url(../images/black.png) 100% 100%;color: #fff;font-size: 16px;overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;}
.news .swiper-button-next, .news .swiper-button-prev{width: 64px;height: 64px;}
.news .swiper-button-prev{background: url(../images/newsleft.png) center no-repeat;}
.news .swiper-button-next{background: url(../images/newsright.png) center no-repeat;}
.news .right{width: 50%;float: right;}
.news .right .item{width: 100%;float: left;padding: 10px 0;border-bottom: 1px #666 dashed ;}
.news .right .date{width: 14%;float: left;text-align: center;}
.news .right .day{font-size: 40px;font-weight: bold;}
.news .right .month{font-size: 20px;}
.news .right .txt{width: 80%;float: right;}
.news .right a{display: block;}
.news .right .title{font-size: 20px;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;margin-bottom: 5px;}
.news .right .detail{font-size: 14px;line-height: 24px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: #999;}
.news-wrap{width: 50%;text-align: center; float: left;margin-left: 20%;}
.news-wrap ul{display: inline-block;}
.news-wrap li{float: left;}
.news-wrap .news-tit {
    float: left;
    background: #fff;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    border-radius: 10px;
    margin: 0 16px;
}

.news-wrap .newcur {
    background: #004a89;
}

.news-wrap .newcur a {
    color: #fff;
}



/* 
foot
 */


/* 侧边导航 */
.nybanner{height: 250px; width: 100%; }
.left-nav{width: 270px;  }
.left-nav .top{ font-size: 24px;font-weight: bold; color: #1d579e; margin-bottom: 20px; margin-left: 27px; overflow: hidden;}
.left-nav .top span{float: left;}
.left-nav .top img{margin-top: 6px;}
/*.left-nav li a{padding-left: 24px;}
.left-nav li{font-size: 16px;line-height: 46px; background: url(../images/arrow_09.png) 154px no-repeat; border-bottom: 1px #d2d2d2 dashed; margin-left: 6px; position: relative;}
.left-nav li:hover, .left-nav .on{color: #004ea2; font-weight: bold;background: url(../images/arrow_10.png) 154px no-repeat; }
.left-nav li:hover::before, .left-nav .on::before{content: ''; left: -10px;position: absolute;width: 4px;height: 100%;background: #004ea2;}*/
.right-wrap{width: 850px; float: right;}
.right-wrap .biaoti{border-bottom: 1px #bfbfbf solid;line-height: 56px;font-size: 26px;font-weight: bold;}

/* 董事长致辞 */
.right-wrap .dszzc{padding: 40px 0;}
.right-wrap .dszzc p{font-size: 16px;line-height: 30px;}
.right-wrap img{max-width: 100%;}


/* 企业战略 */
.right-wrap .qyzl{padding: 20px 0;}
.right-wrap .qyzl p{line-height: 46px; font-size: 16px;}
.right-wrap .qyzl h2{font-size: 18px;line-height: 46px;}
.ztzl{width: 80%;margin: 0 auto; text-align: center;}
.ztzl-tit{float: left;width: 120px;height: 40px;text-align: center;line-height: 40px;background: #e5e5e5;font-size: 16px;font-weight: bold;margin: 0 25px;cursor: pointer;}
.ztzl-wrap{display: inline-block;z-index: 1;position: relative;}
.ztzl-wrap .cur{background: #004ea2;color: #FFFFFF;}
.ztzl-item{text-align: left; border: 1px #dad9d9 solid; padding: 45px 40px 10px 40px;margin-top: -24px; position: relative; }
.ztzl-item .title{overflow: hidden; margin-bottom: 16px;}
.ztzl-item .title span{line-height: 46px;font-size: 18px;font-weight: bold;float: left;}
.ztzl-item .title img{float: left; margin-right: 20px;}
.ztzl-titwrap .txt{font-size: 16px;line-height: 30px;}


/* 发展历程 */
.history {margin-top: 30px;}
.history .item .left{font-size: 25px;color: #004ea2;font-weight: bold;float: left;width: 18%; position: relative;margin-top: 20px;}
.history .item .left::before{ content: ''; position: absolute; width: 8px;height: 8px;border-radius: 50%; border: 6px #b7b7b7 solid; right: -13px;
 background: #fff;top: 5px;}
.history .item .right{float: right;width: 81.8%; border-left: 1px #b7b7b7 solid;padding-left: 40px;-moz-box-sizing: border-box;  
 -webkit-box-sizing: border-box;  -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.history .item .right li{padding: 15px 20px;width: 100%;display: inline-flex;align-items: center;-moz-box-sizing: border-box;  
 -webkit-box-sizing: border-box;  -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;justify-content: space-between; }
.history .altrow{background: #f5f5f5;}
.history .item .date{float: left; font-size:16px;width: 10%;}
.history .item .txt{float: right;width: 84%;font-size: 16px;line-height: 30px;}
.history .item{overflow: hidden;}
.history .item .right li:hover{background: #004ea2;color: #FFFFFF;}

/* 荣誉资质 */
.ryzz{text-align: center;}
.ryzz-wrap{display: inline-block; margin: 40px 0 60px 0;}
.ryzz-tit{float: left; font-size: 26px;color: #666666;margin: 0 20px;font-weight: bold;cursor: pointer;}
.ryzz-tit i{width: 38px;height: 38px;display: block;background-size: 100% !important;float: left;margin-right: 10px;}
.ryzz-tit .zz{background: url(../images/zz.png) }
.ryzz-tit .ry{background: url(../images/ry.png) }
.ryzz-wrap .on{color: #004EA2;}
.ryzz-wrap .on .zz{background: url(../images/zz1.png)}
.ryzz-wrap .on .ry{background: url(../images/ry1.png)}
.ryzz-titwrap{margin-bottom: 30px;overflow: hidden;}
.ryzz-titwrap img{float: left; width: 48%;}
.ryzz-titwrap .right{width: 48%;float: right;}
.ryzz-titwrap .right h2{margin: 35px 0;font-weight: bold; font-size: 30px;color: #004EA2;}
.ryzz-titwrap .right p{font-size: 16px;line-height: 30px;}
.ryzz-titwrap .box1{overflow: hidden;}
.ryzz-titwrap .box-list{margin-top: 40px;}
.ryzz-titwrap .box-list img{width: 100%;}
.ryzz-titwrap .box-list li{float: left;width: 30%;margin-right: 5%; text-align: center; font-size: 18px;}
.ryzz-titwrap .box-list li img{width: 100%;}
.ryzz-titwrap .box-list li:last-child{margin-right: 0;}


/* 业务中心 */
.ywzx .title{ font-size: 18px; font-weight: bold; color: #004ea1; padding-left: 22px; background: url(../images/ywzx_03.jpg) no-repeat; line-height: 28px; margin: 28px 0;}
.ywzx .box1{ overflow: hidden;}
.ywzx .three li{width: 33.2%; }
.ywzx .box1 li{margin-bottom: 60px;border-right: 1px #d2d2d2 solid;float: left; text-align: center;}
.ywzx .box1 img{margin-bottom: 10px; height: 65px;}
.ywzx .box1 .number{font-size: 16px; margin-bottom: 10px;}
.ywzx .box1 .number span{font-family: impact;color: #004ea1; font-size: 48px;font-weight: bold; margin-right: 10px; }
.ywzx .box1  p{font-size: 16px;}
.ywzx .box2 li{float: left; width: 30%; margin-right: 3.3%; text-align: center;}
.ywzx .box2 li:last-child{margin-right: 0;}
.ywzx .box2 li p{overflow: hidden;text-overflow:ellipsis; white-space: nowrap; font-size: 16px;line-height: 64px;}

.ywzx .box2 li img{width: 100%; height: 184px;}
.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #004ea1
}
.ywzx{overflow: hidden;}
.ywzx .four li {
    width: 24.8%;
}
.shzr .box1{text-align: center; margin-top: 30px; overflow: hidden;}
.shzr .box1 h1{font-size: 26px;font-weight: bold; margin-bottom: 30px;}
.shzr .box1 .left{width: 50%;float: left; position: relative;height: 274px;}
.shzr .box1 .left .swiper-container{width: 100%;height: 100%;}
.shzr .box1 .left .swiper-container img{height: 100%;width: 100%;}
.shzr .box1 .swiper-slide {position: relative;}
.shzr .box1 .swiper-slide .title{position: absolute;width: 100%;height: 48px;line-height: 48px;color: #fff; z-index: 99;left: 0; bottom: 0; background: url(../images/black.png) repeat-x;}
.shzr .box1 .swiper-slide a{display: block;}
.shzr .box1 .swiper-slide p{width: 80%;float: left; text-align: left;text-indent: 2em;overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;}
.shzr .dian{width: 20%;height: 48px; position: absolute; bottom: 0;right: 0;}
.shzr .swiper-pagination{top: 13px;}
.shzr .swiper-pagination-bullet{background: #FFFFFF; width: 12px;height: 12px;opacity: 1; margin-left: 10px;}
.shzr .swiper-pagination-bullet-active{ background: #004ea1;opacity: 1;}
.shzr .box1 .right{padding: 26px;-moz-box-sizing: border-box;float: right;width: 50%;background: #f0f0f0;height: 274px; line-height: 36px;text-align: left;
 -webkit-box-sizing: border-box;  -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.shzr .box2{padding: 50px 0;overflow: hidden;}
.shzr .box2 li{float: left;width: 33.33%;text-align: center;}
.shzr .box2 span{font-size: 48px;font-family: impact;font-weight: bold;color: #004EA2;}
.shzr .box2 p{font-size: 18px;margin-top: 10px;}
.shzr .box3 .item{width: 48%;text-align: center; font-size: 18px;}
.shzr .box3 .item img{ width: 100%;margin-bottom: 10px;}
.shzr .box3{margin-bottom: 30px;overflow: hidden;}
.shzr .box2 span {font-size: 36px;}



/* 企业文化 */
.qywh .box1{overflow: hidden;margin: 30px 0;}
.qywh .box1 img{float: left;}
.qywh .box1 .right{float: right;width: 50%;}
.qywh .box1 .right p{font-size: 18px;line-height: 50px;}
.qywh .box1 .right span{font-weight: bold; font-size: 22px;color: #004EA2;}
/*.qywh .box2{padding: 32px 36px;background: #edf3f9;font-size: 16px;line-height: 30px;margin-bottom: 30px;}*/
.qywh .box3 .img{width: 48%; overflow: hidden;margin-bottom: 30px;}
.qywh .box3 .img img{width: 100%;}







.foot {
    width: 100%;
    height: 167px;
    background: #e1e1e1 url(../images/footbg.jpg) repeat-x left top;
}

.footer_conl p {
    height: 35px;
    line-height: 30px;
    color: #6e6e6e;
    font-size: 12px;
}

.footc {
    height: 186px;
}

.wxbox ul li p {
    height: 40px;
    width: 80px;
    line-height: 40px;
    color: #6e6e6e;
    text-align: center;
    font-size: 12px;
}

.wzlj .link {
    height: 40px;
    line-height: 40px;
    color: #6e6e6e;
    font-size: 12px;
}

.wzlj .link img {
    margin-right: 10px;
}

.wxbox {
    margin-right: 40px;
}





.subnavTit{height:150px;line-height:150px;text-align:center;background:url(../images/gywm1.jpg) no-repeat;font-size:26px;color:#fff;}
.subnavList ul li{font-size:14px;line-height:34px; background:url(../images/yw_jt.png) no-repeat 0 12px;text-indent:15px;cursor:pointer;}

.subnavList ul li.act,.subnavList ul li a:hover{color:#014fa2; font-weight: bold;}
.subnavList{padding:10px 0 10px 50px;width:130px;}
.subnavList ul li ul li{background:none;}
.sublist{padding-left:24px;}
.subnav{background:#f7f7f7;}

/*联系方式*/

.lxfs  .bt{font-size: 24px;color: #0081cc;font-weight: bold; margin: 10px 0 5px 0;}
.lxfs  .en{font-size: 14px;color: #999; text-transform:uppercase }



/* 欢迎咨询 */
.messagebox {
  padding-bottom: 1.4rem;
}
.messagebox .message{
  padding: 0;
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
}
.messagebox .fz_title {
  margin-bottom: 0.5rem;
  text-align: center;
}
.messagebox .jut {
  border-radius: 5px;
  padding: 0.48rem 0.4rem;
  background-image: url(../images/zixunbag1.jpg);
  background-position: center;
  background-size: cover;
}
.messagebox .jut .fz_name {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 0.6rem;
}
.messagebox .jut .fz_name .img {
  overflow: hidden;
  width: 0.56rem;
}
@media (max-width: 567px) {
  .messagebox .jut .fz_name .img {
    width: 0.76rem;
  }
  .messagebox .message{width:100%;}
}
.messagebox .jut .fz_name .img img {
  width: 100%;
  float: left;
}
.messagebox .jut .fz_name .font {
  padding-left: 10px;
  width: calc(100% - 0.56rem);
}
@media (max-width: 567px) {
  .messagebox .jut .fz_name .font {
    width: calc(100% - 0.76rem);
  }
}
.messagebox .jut .fz_name .font .tit {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .messagebox .jut .fz_name .font .tit {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .messagebox .jut .fz_name .font .tit {
    font-size: 16px;
  }
}
.messagebox .jut .nei {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem;
}
@media (max-width: 767px) {
  .messagebox .jut .nei {
    margin: 0;
  }
  .messagebox .message{width:100%;}
}
.messagebox .jut .nei .li {
  width: 50%;
  padding: 0 0.13rem;
}
@media (max-width: 767px) {
  .messagebox .jut .nei .li {
    padding: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .messagebox .jut .nei .li:last-child {
    margin-bottom: 0;
  }
  .messagebox .message{width:100%;}
}
.messagebox .jut .nei .li .font {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  border: 2px solid #fff;
  padding: 0.44rem 0.3rem 0.4rem;
  width: 100%;
}
.messagebox .jut .nei .li .font .name {
  color: #666666;
  font-size: 16px;
  margin-bottom: 0.18rem;
}
@media (max-width: 1580px) {
  .messagebox .jut .nei .li .font .name {
    font-size: 14px;
  }
}
.messagebox .jut .nei .li .font .tit {
  color: #000000;
  line-height: 0.8;
}
.messagebox .cont {
  margin-top: 1.1rem;
}
.messagebox .cont .fz_tit {
  color: #000000;
  margin-bottom: 0.44rem;
}
.messagebox .cont .form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .messagebox .cont .form {
    margin: 0;
  }
}
.messagebox .cont .form .item {
  width: 48%;
  padding-left:2%;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .messagebox .cont .form .item {
    padding: 0;
    width: 100%;
  }
}
.messagebox .cont .form .item input,
.messagebox .cont .form .item select{
  background-color: #f7f8fa;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  width: 90%;
  transition: all 0.4s;
  border: 1px solid transparent;
  padding: 24px 20px;
}

.messagebox .cont .form .item textarea {
  background-color: #f7f8fa;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  width: 91%;
  transition: all 0.4s;
  border: 1px solid transparent;
  padding: 24px 20px;
}
@media (max-width: 1580px) {
  .messagebox .cont .form .item input,
  .messagebox .cont .form .item select,
  .messagebox .cont .form .item textarea {
    font-size: 14px;
    padding: 18px 16px;
  }
}
@media (max-width: 767px) {
  .messagebox .cont .form .item input,
  .messagebox .cont .form .item select,
  .messagebox .cont .form .item textarea {
    padding: 14px 16px;
  }
}
.messagebox .cont .form .item input:focus,
.messagebox .cont .form .item textarea:focus {
  border-color: #015ee7;
}
.messagebox .cont .form .item select {
  color: #666;
  background-image: url(../images/selecticonimg1.svg);
  background-position: 97% center ;
  background-size: 12px;
  background-repeat: no-repeat;
}
.messagebox .cont .form .item textarea {
  height: 1.84rem;
}
.messagebox .cont .form .f_textarea,
.messagebox .cont .form .f_chioc,
.messagebox .cont .form .but {
  width: 100%;
}
.messagebox .cont .form .f_chioc {
  display: flex;
  align-items: center;
  position: relative;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .messagebox .cont .form .f_chioc {
    font-size: 14px;
  }
}
.messagebox .cont .form .f_chioc a {
  color: #003686;
}
.messagebox .cont .form .f_chioc a:hover {
  text-decoration: underline;
}
.messagebox .cont .form .f_chioc input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.messagebox .cont .form .f_chioc input:checked ~ i {
  opacity: 1;
  border-color: #015ee7;
  background: #015ee7 url(../images/zehngqueicoim1.svg) center / 100% no-repeat;
}
.messagebox .cont .form .f_chioc i {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 1px #000000;
  opacity: 0.3;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .messagebox .cont .form .f_chioc i {
    width: 14px;
    height: 14px;
  }
}
.messagebox .cont .form .but {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.messagebox .cont .form .but .f_sub {
  width: 305px;
  height: 70px;
  margin: 0 5px;
  color: #fff;
  transition: all 0.4s;
  background-image: linear-gradient(-90deg, #01c7de 0%, #015de7 100%), linear-gradient(#e7ecee, #e7ecee);
  background-blend-mode: normal, 
            normal;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 0.26rem;
}
@media (max-width: 1580px) {
  .messagebox .cont .form .but .f_sub {
    height: 55px;
    width: 160px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .messagebox .cont .form .but .f_sub {
    height: 47px;
    width: 200px;
  }
}
.messagebox .cont .form .but .f_sub:hover {
  opacity: 0.9;
}
.messagebox .cont .form .but .f_reset {
  background: none;
  background-color: #eff1f4;
  color: #666666;
}
.messagebox .cont .form .but .f_reset:hover {
  background-image: linear-gradient(-90deg, #01c7de 0%, #015de7 100%), linear-gradient(#e7ecee, #e7ecee);
  background-blend-mode: normal, 
              normal;
  color: #fff;
}
.font36 {
    font-size: 0.36rem;
}

.jtld {
        position: relative;
        padding: 30px;
        width: 790px;
        padding-bottom: 60px;
        background: url(../images/ldbg_10.jpg) #e1edff bottom no-repeat;
    }
    
    .jtld .box1 {
        background: url(../images/ldbg_03.jpg) no-repeat center;
    }
    
    .jtld .item {
        margin-bottom: 30px;
    }
    
    .jtld .item p {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
    }
    
    .jtld .item span {
        font-size: 14px;
    }
    
    .jtld .box1 .item {
        margin: 30px;
    }
    
    .jtld .box2 {
        flex-wrap: wrap;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 1200px) {
        .jtld {
            width: 100%;
            padding: .3rem;
        }
        .jtld .box1 .item {
            margin: .3rem;
        }
        .jtld .item {
            margin-bottom: .3rem;
            width: 41%;
            margin: .3rem;
        }
    }

.gsjj {
        width: 850px;
        padding: 30px 0;
    }
    
    .gsjj .box1 .left {
        float: left;
        font-size: 16px;
        line-height: 30px;
        text-indent: 32px;
        width: 52%;
        text-align: justify;
    }
    
    .gsjj .box1 .right {
        float: right;
    }
    
    .gsjj .box2 {
        margin: 60px 0;
    }
    
    .gsjj .box2 .item .num {
        font-size: 48px;
        font-family: Impact;
        color: #004098;
    }
    
    .gsjj .box2 .item .t1 {
        margin-bottom: 10px;
    }
    
    .gsjj .box2 .item .t2 {
        color: #999999;
        font-size: 16px;
    }
    
    .gsjj .box2 .item .txt {
        margin-top: 30px;
        margin-left: 10px;
    }
    
    .gsjj .box3 p {
        font-size: 16px;
        line-height: 30px;
        text-indent: 32px;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 1200px) {
        .gsjj {
            width: 100%;
            padding: .3rem;
        }
        .gsjj .box1 .left {
            font-size: .24rem;
            line-height: .4rem;
            text-indent: .32rem;
            width: 100%;
            margin-bottom: .3rem;
        }
        .gsjj .box2 {
            margin: .6rem 0;
        }
        .gsjj .box2 .item .num {
            font-size: .5rem;
        }
        .gsjj .box2 .item .txt {
            margin-top: .3rem;
            margin-left: .1rem;
        }
        .gsjj .box2 .item .t2 {
            font-size: .24rem;
        }
        .gsjj .box3 p {
            font-size: .24rem;
            line-height: .4rem;
            text-indent: .32rem;
        }
    }
/* 新闻中心 */
.bt .bt{width: 100%;}
/* .news{margin-top: -180px;} */
.news .more{float: right;font-size: 18px;line-height: 40px;}
.news .index-title{float: left; margin-bottom: 20px;}
.news .news-left{float: left;width: 46%;height: 100%;position: relative;}
.news .main{height: 320px;}
.news .swiper-container{height: 100%;}
.news .news-left img{width: 100%;height: 100%;}
.news .news-left p{position: absolute;width: 100%;height: 42px;line-height: 42px;text-align: center;left: 0;bottom: 0;background: url(../images/black.png) 100% 100%;color: #fff;font-size: 16px;overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;}
.news .swiper-button-next, .news .swiper-button-prev{width: 64px;height: 64px;}
.news .swiper-button-prev{background: url(../images/newsleft.png) center no-repeat;}
.news .swiper-button-next{background: url(../images/newsright.png) center no-repeat;}
.news .right{width: 50%;float: right;}
.news .right .item{width: 100%;float: left;padding: 10px 0;border-bottom: 1px #666 dashed ;}
.news .right .date{width: 16%;float: left;text-align: center;}
.news .right .day{font-size: 40px;font-weight: bold;}
.news .right .month{font-size: 20px;}
.news .right .txt{width: 78%;float: right;}
.news .right a{display: block;}
.news .right .title{font-size: 20px;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;margin-bottom: 5px;}
.news .right .detail{font-size: 14px;line-height: 24px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: #999;}
.news-wrap{width: 83%;text-align: center; float: left;margin-left: 1%;}
.news-wrap ul{display: inline-block;}
.news-wrap li{float: left;}
.news-wrap .news-tit {
    float: left;
    background: #fff;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    border-radius: 10px;
    margin: 0 10px;
	border:1px solid #595656;
	font-weight: bold;
}

.news-wrap .newcur {
    background: #004a89;
}

.news-wrap .newcur a {
    color: #fff;
}
/*集团要闻*/
.jtyw{padding-bottom:0px;}
.jtyw .hd{margin-top:20px;overflow:hidden;}
.jtyw .gallery-top{width:704px;height:300px;float:left;overflow:initial;}
.jtyw .gallery-top .swiper-slide{position:relative;}
.jtyw .gallery-top img{width:100%;}
.jtyw .gallery-top p{display:block;width:100%;height:75px;background:rgba(0,0,0,.8);text-align:center;font-size:18px;line-height:75px;position:absolute;left:0;bottom:0;z-index:2;color:#fff;}
.jtyw .gallery-thumbs{width:250px;height:300px;float:left;overflow:initial;}
.jtyw .gallery-thumbs .swiper-slide{height:75px;position:relative;cursor:pointer;color:#434343;}
.jtyw .gallery-thumbs .swiper-slide img{width:100%;}
.jtyw .gallery-thumbs .swiper-slide:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background:rgba(255,255,255,.5);}
.jtyw .gallery-thumbs .swiper-slide p{display:block;width:100%;height:75px;line-height:75px;position:absolute;left:0;top:0;text-align:center;font-size:18px;z-index:3;}
.jtyw .gallery-thumbs .swiper-slide:hover,.jtyw .gallery-thumbs .swiper-slide-active{color:#fff;}
.jtyw .gallery-thumbs .swiper-slide:hover:after,.jtyw .gallery-thumbs .swiper-slide-active:after{background:rgba(255,255,255,0);}
.jtyw .gallery-thumbs .swiper-slide:hover:before,.jtyw .gallery-thumbs .swiper-slide-active:before{content:"";display:block;width:0;height:0;border-left:8px dashed transparent;border-top:8px dashed transparent;border-bottom:8px dashed transparent;border-right:8px solid #0d5786;position:absolute;left:-16px;top:50%;margin-top:-8px;z-index:6;}

.jtyw .bd{border-top:1px solid #b5b5b5;border-bottom:1px solid #b5b5b5;margin-top:40px;}
.jtyw .bd dl{border-top:1px dashed #b5b5b5;padding-bottom:15px;padding-top:5px; margin:0px;}
.jtyw .bd dl:first-child{border:0;}
.jtyw .bd dl dt{line-height:52px;height:52px;}
.jtyw .bd dl dt a{font-size:18px;color:#434343;background:url(../images/li_style.png) no-repeat left center;padding-left:20px;}
.jtyw .bd dl dt span{font-size:14px;color:#535353;float:right;}
.jtyw .bd dl dd{color:#535353;font-size:13px;line-height:22px;padding-top:5px;padding-right:150px;}
.jtyw .bd dl dd a{color:#c80b4d;}
.jtyw .bd .detail{
	color: #999;
	line-height: 26px;padding-left: 20px;
}


.page{text-align:center;margin-top:50px;}
.page a{display:inline-block;line-height:38px;padding:0 15px;margin:0 5px;border:1px solid #c8c8c8;border-radius:6px;color:#333333;font-size:16px;background-color:#fff; transition:all .3s;-webkit-transition:all .3s;}
.page a.active,.page a:hover{border-color:transparent;background-color:transparent;color:#ff5f4d;}





/*公司新闻*/
.gsxw{padding-bottom:0px;}
.gsxw h1{background-color:#00a0e9;line-height:34px;font-size:26px;font-weight:normal;color:#fff;padding:12px 120px;text-align:center;margin-top:25px;}
.gsxw h2{font-size:14px;font-weight:normal;text-align:center;line-height:34px;margin-top:20px;}
.gsxw .bd{border-top:1px solid #b5b5b5;padding-top:40px;border-bottom:1px solid #c9c8bd;position:relative;padding-bottom:20px;}
.gsxw .bd:after{content:"";width:100%;height:3px;background-color:#c9c8bd;position:absolute;left:0;bottom:-5px;}
.gsxw .bd .p{line-height:24px;padding:5px 0;}
.gsxw .bd .img{padding:5px 0;text-align:center;}
.gsxw .bd .img .h{line-height:50px;padding-bottom:25px;}
.gsxw .pagenumber{margin-top:30px;width:100%;}
.gsxw .pagenumber a{line-height:30px;color:#333333;}
.gsxw .pagenumber .l{float:left;}
.gsxw .pagenumber .r{float:right;}


.zt-list{
						margin-top: 20px; overflow: hidden;
					}
					.zt-list ul{
						margin-right: -3.3%;
					}
					.zt-list li{
						width: 30%;
						float: left;
						margin-right: 3.3%;
						margin-bottom: 30px;
					}
					.zt-list a{
						display: block;
					}
					.zt-list .img{
						width: 100%;
						  padding-bottom: 50%;
						  height: 0;
						  position: relative;
						  display: block;
					}
					.zt-list .img img{
						width: 100%;
						  height: 100%;
						  position: absolute;
						  top: 0;
						  left: 0;
						  display: block;
					}
					.zt-list .txt{
						background: #f9f9f9;
						padding: 15px;
						text-align: center;
					}
					.zt-list .txt .title{
						font-size: 18px;
						font-weight: bold;
						color: #626463;
						margin-bottom: 15px;
						overflow: hidden;
						text-overflow:ellipsis; 
						white-space: nowrap;
					}
					.zt-list .txt .more{
						width: 100px;
						height: 30px;
						line-height: 30px;
						text-align: center;
						margin: 0 auto;
						border: 1px #e6e6e6 solid;
						border-radius: 10px;
						color: #999999;
					}
.jubao {
    width: 100%;
    overflow: hidden;
}
.jubao .left {
    width: 7%;
    height: 250px;
    font-weight: bold;
    border-right: 3px #fff solid;
    border-bottom: 3px #fff solid;
    float: left;
    background: #e60012;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.jubao .right {
    width: 87%;
    height: 160px;
    float: right;
    border-bottom: 3px #fff solid;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.jubao .right .r_01 {
    float: left;
    width: 41.482%;
    border-bottom: 3px solid #fff;
    height: 49%;
    border-right: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: Center;
    padding: 0 30px;
    line-height: 30px;
    font-weight: bold;
}
.jubao .right i {
    font-size: 50px;
    color: #fff;
    margin-right: 20px;
}

.jubao .right .r_01 img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.containernews {
    padding: 0;
    width: 1200px;
    margin: 30px auto 10px;
    overflow: hidden
}
 #page4 .zhuanti .bt {
            position: relative;
            border-bottom: 1px #cccccc solid;
            padding-bottom: 15px;
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px;
        }
        
        #page4 .zhuanti .bt::before {
            content: '';
            position: absolute;
            width: 100px;
            height: 4px;
            background: #004a89;
            left: 0;
            bottom: -1px;
            z-index: 9;
        }
        
        #page4 .zhuanti .bt span {
            font-size: 20px;
            font-weight: bold;
            border-left: 6px #004a89 solid;
            padding-left: 14px;
            float: left;
        }
        
        #page4 .zhuanti .bt .more {
            font-size: 14px;
            color: #999;
            float: right;
            height: 26px;
            line-height: 26px;
        }
        
        #page4 .zhuanti .bt .more img {
            margin-left: 10px;
            margin-top: 3px;
            float: right;
        }
        
        .zhuanti {
            margin-top: 20px;
        }
        
        #page4 .zhuanti .box {
            display: flex;
            justify-content: space-between;
        }
  .zt-list{
						margin-top: 20px; overflow: hidden;
					}
					.zt-list ul{
						margin-right: -3.3%;
					}
					.zt-list li{
						width: 46%;
						float: left;
						margin-right: 3.3%;
						margin-bottom: 30px;
					}
					.zt-list a{
						display: block;
					}
					.zt-list .img{
						width: 100%;
						  padding-bottom: 30%;
						  height: 0;
						  position: relative;
						  display: block;
					}
					.zt-list .img img{
						width: 100%;
						  height: 100%;
						  position: absolute;
						  top: 0;
						  left: 0;
						  display: block;
					}
					.zt-list .txt{
						background: #f9f9f9;
						padding: 15px;
						text-align: center;
					}
					.zt-list .txt .title{
						font-size: 18px;
						font-weight: bold;
						color: #626463;
						margin-bottom: 15px;
						overflow: hidden;
						text-overflow:ellipsis; 
						white-space: nowrap;
					}
					.zt-list .txt .more{
						width: 100px;
						height: 30px;
						line-height: 30px;
						text-align: center;
						margin: 0 auto;
						border: 1px #e6e6e6 solid;
						border-radius: 10px;
						color: #999999;
					}

.qywh {
        width: 850px;
        padding: 30px 0;
    }
    
    .qywh .box1 .item,
    .qywh .box2 .item {
        width: 417px;
        position: relative;
    }
    
    .qywh .box1 .item .img1 {
        padding-bottom: 94%;
        height: 0;
        position: relative;
        width: 100%;
        display: block;
    }
    
    .qywh .box1 .item .img2,
    .qywh .box2 .item .img1 {
        padding-bottom: 44.5%;
        height: 0;
        position: relative;
        width: 100%;
        display: block;
    }
    
    .qywh .box1 .item .img1 img,
    .qywh .box1 .item .img2 img,
    .qywh .box2 .item .img1 img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
    
    .qywh .item .txt {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 12% 10%;
        display: block;
    }
    
    .qywh .item .txt h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .qywh .item .txt .list_p {
        font-size: 16px;
        color: #666666;
    }
    
    .qywh .mr20 {
        margin-bottom: 20px;
    }
    
    .qywh .group2 {
        position: relative;
    }
    
    .qywh .box1 {
        margin-bottom: 20px;
    }
    
    .qywh .qyfont {
        background: url(../images/qubg_03.jpg) no-repeat left;
        padding: 32px 36px;
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
        color: #ffffff;
    }
    
    @media only screen and (min-width: 320px) and (max-width: 1200px) {
        .qywh {
            width: 100%;
            padding: .3rem 0;
        }
        .qywh .qyfont {
            padding: .3rem;
            font-size: .24rem;
            line-height: .4rem;
            margin-bottom: .4rem;
            color: #ffffff;
        }
        .qywh .box1,
        .qywh .box2 {
            margin-bottom: .2rem;
            flex-wrap: wrap;
        }
        .qywh .box1 .item,
        .qywh .box2 .item {
            width: 100%;
        }
        .qywh .box1 .item .img1 {
            padding-bottom: 44.5%;
            margin-bottom: .2rem;
        }
        .qywh .mr20,
        .qywh .box2 .item {
            margin-bottom: .2rem;
        }
    }
.newsshow{width:1170px; margin:0 auto;float:none;}
.wei{
	height:24px;
	width:1170px;
	overflow:hidden;
	color:#999;
}
.lan_name{
	height:26px;
	margin:-10px 0 0 0;
	line-height:26px;
	color:#e60012;
}
.boxx{
	width:870px;
}
.wei .shiliu img{vertical-align: middle;}
.wei a{    color: #6e6e6e;
    font-weight: normal;
    padding: 0 15px;}
.wei a:hover{color:#e8343d;}
.dj_atc{width:925px;margin:0 auto;border: 1px solid #c1c5c4;font-size:12px;font-family:微软雅黑;color:#656565;line-height:28px;font-size:12px;font-family:微软雅黑;color:#656565;line-height:28px;}

.dj_atc .title{font-size: 20px;font-family: '微软雅黑 '; color: #e8343d; font-weight: bold;margin-top: 24px;
    padding-bottom: 15px;
    border-bottom: solid #efefef 1px;text-align:center;line-height: 180%;}  
    .zwys{font-family:微软雅黑;color:#656565;line-height:28px; text-align:center;font-size: 12px;margin-top: 15px; margin-bottom:15px;}
   
    .dj_at  a{font-size:12px;font-family:微软雅黑;color:#656565;line-height:28px;}
   .bt_content{ font-family: 微软雅黑;color: #656565;line-height: 28px;font-size: 14px; float:left;margin-bottom:15px;}
    .bt_content p{font-family:微软雅黑;color:#656565;line-height:28px;}
    .bt_content p span{font-family:微软雅黑;color:#656565;line-height:28px; float:left;}
    .bt_content div{font-family:微软雅黑;color:#656565;}
    .bt_content div span{font-family:微软雅黑;color:#656565;line-height:28px;float:left;}
    .bt_content div p{font-family:微软雅黑;color:#656565;line-height:28px;}
    .bt_content span{font-family:微软雅黑;color:#656565;line-height:28px;float:left;}
    .bt_content img{margin-top:15px;}
  .dj_atc  .newnei{width:95%; margin:0 auto;}
 .bt_content img:first-child { margin-left: -2em;}
 
 .newsshow .biaoti{border:none;line-height: 56px;font-size: 26px;font-weight: bold;}
    



