﻿@charset \"utf-8\";

/* 通用属性*/
*{margin:0;padding:0;text-decoration:none;list-style:none;outline:none;font-family:\"微软雅黑\",arial;border:none;color:#333;font-size: 14px;
  line-height: 1.8;}
html,body{height:100%;}
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;}
.boxcenter{max-width:1200px;margin:0 auto;}

/* top*/
.topline{padding: 10px 20px;border-bottom: #ddd 1px solid;}
.blue{color: #049fd8;}
.topline a{color: #049fd8;padding: 0 10px;}

.toplogo{padding:10px 20px;}
.logo .img{margin-right:20px;}
.logo .txt{padding-left:20px;border-left:1px solid #ddd;color:#706f6f;line-height:20px;margin-top:15px;}
.logo .txt strong{font-size:18px;color:#706f6f;}
.hotline01{margin-top:16px;}
.topnav{background:#103d99;z-index:999;}
.topnav ul{max-width:1120px;margin:0 auto;}
.topnav li a{font-size:15px;line-height:50px;color:#fff;padding:0 40px; }
.on_top,.topnav li:hover{background:#3d65b6;}
@media(max-width:1100px){
.topnav li a{padding:0 25px; }
.topnav ul{max-width:880px;margin:0 auto;}
}
@media(max-width:960px){
.topnav li a{padding:0 15px; }
.topnav ul{max-width:720px;margin:0 auto;}
}

/* 二级导航*/
.topnav ul li{position:relative;}
.second_nav{z-index:999;position:absolute;width:210px;background:#3d65b6;top:50px;padding-bottom:5px;display:none}
.topnav ul li:hover .second_nav{display:block;}

.second_nav li a{line-height:30px;padding-left:25px;width:210px;}
.second_nav li a span{display:inline-block;width:5px;height:10px;background:url(../images/topnav_arrow.png);margin:10px;}
.second_nav li:hover a{padding-left:30px;}
/* 三级导航*/
.second_nav li{position:relative;}
.second_nav li:hover .third_nav{display:block;}
.third_nav{z-index:999;position:absolute;width:150px;background:#3d65b6;left:180px;top:0;padding-bottom:5px;display:none}
.third_nav li a{line-height:30px;}
.third_nav li:hover a{color:#103d99;}
/*****手机端导航*******/

.m_topnav{background:#fff;height:100px;display:none;}
.menu_btn{margin:36px 4px 3px 4px;}
.menu_btn span{display:block;width:28px;height:4px;background-color:#103d99;margin:4px 0;}
.m_logo{margin:15px 0 0 40px;}
.m_menu{position:absolute;left:0;top:100px;background:rgba(0,0,0,0.6);width:100%;padding-bottom:30px;z-index:999;display:none;}
.m_menu a{display:block;line-height:30px;font-size:15px;font-weight:bold;color:#fff;padding:10px 20px;margin:0 10px;border-bottom:1px solid #ccc;}
.on_mob a, .m_menu a:hover{color:#049fd8;font-size:16px;}
.m_menu .arrow01{display:block;float:right;width:10px;height:18px;margin:8px 10px;background:url(../images/bk.png) no-repeat -129px 0;}	
.m_menu .arrow02{display:none;float:right;width:18px;height:10px;margin:12px 10px;background:url(../images/bk.png) no-repeat -149px 0;}
.m_menu li:hover .arrow01{display:none;}
.m_menu li:hover .arrow02{display:block;}
/*****手机端二级导航*******/
.m_second_nav{padding-left:30px;display:none;}
.m_menu li:hover .m_second_nav{display:block;}
.m_second_nav .s_arrow01{display:block;float:right;width:10px;height:18px;margin:8px 10px;background:url(../images/bk.png) no-repeat -129px 0;}	
.m_second_nav .s_arrow02{display:none;float:right;width:18px;height:10px;margin:12px 10px;background:url(../images/bk.png) no-repeat -149px 0;}
.m_second_nav  li:hover .s_arrow01{display:none;}
.m_second_nav  li:hover .s_arrow02{display:block;}
.m_third_nav{padding-left:35px;display:none;}

@media(max-width:780px){
	.topline{display:none}
	.toplogo{display:none}
	.topnav{display:none}
	.m_topnav{display:block}
}

/****showbox********/
.show_box{width:100%;}
.move{position:relative;overflow:hidden;}
.move img{/* position:relative;height:550px;left:calc(50% - 950px);top:0; */}
.iterm{position:absolute;left:calc(50% - 60px);bottom:20px;padding:10px 20px;background-color:rgba(0,0,0,0.5);border-radius:20px;}
.iterm li{width:10px;height:10px;border-radius:50%;background-color:rgba(233,238,242,0.8);float:left;margin:0 5px;}
.btns{display:none;}
.btns .left{width:26px;height:26px;padding:10px;background:url(../images/arrowleft01.png) center center no-repeat rgba(0,0,0,0.5);position:absolute;left:20px;top:calc(50% - 30px) }
.btns .right{width:26px;height:26px;padding:10px;background:url(../images/arrowright01.png) center center no-repeat rgba(0,0,0,0.5);position:absolute;right:20px;top:calc(50% - 30px) }
.move:hover .btns{display:block;}
.btns .left:hover{background:url(../images/arrowleft02.png) center center no-repeat rgba(0,0,0,0.5);}
.btns .right:hover{background:url(../images/arrowright02.png) center center no-repeat rgba(0,0,0,0.5);}
@media screen and (max-width:1440px){
.move img{/* height:418px;left:calc(50% - 723px); */}
}
@media screen and (max-width:1280px){
.move img{/* height:370px;left:calc(50% - 640px); */}
}
@media screen and (max-width:1024px){
.move img{/* height:298px;left:calc(50% - 512px); */}
}
@media screen and (max-width:960px){
.move img{width: 100%;}
}

/***pro******/
.homeabout .boxcenter{max-width:580px;padding:60px 600px 60px 20px;background: url(../images/h01.png) no-repeat right center;}
.homeabout .boxcenter img{display:none;}
.homeabout .boxcenter .tit{font-size:22px;font-weight:bold;margin-bottom: 20px;}
.homeabout .boxcenter .con01{font-size:14px;line-height:22px;margin-bottom: 30px;}
.homeabout .more{padding:8px 20px;border:1px solid #049fd8;border-radius:20px;color:#049fd8;box-shadow:2px 0 4px rgba(0,0,0,0.2)}
.homeabout .more:hover{background:#049fd8;color:#fff;}

/******远销国外*************/
.homeevaluate{background:url(../images/h02.png) #049fd8 no-repeat center center;}
.homeevaluate .txt{margin-left:60%;margin-right:10%;width:30%;padding:60px 0;}
.homeevaluate .boxcenter .tit{font-size:22px;font-weight:bold;margin-bottom: 20px;color:#fff;}
.homeevaluate .boxcenter .con02{font-size:14px;line-height:22px;margin-bottom:30px;color:#fff;}
.homeevaluate .more{padding:8px 20px;border:1px solid #fff;border-radius:20px;color:#fff;box-shadow:2px 0 4px rgba(0,0,0,0.2)}
.homeevaluate .more:hover{background:#fff;color:#049fd8;}


/********products**************/
.homepro{background-color:#e8f1f9;padding:60px 20px;}
.homepro a{display:block;position:relative;box-shadow: 2px 0 6px rgba(0,0,0,0.3)}
.homepro a:hover{top:-5px;}
.homepro .hometit {font-size: 14px;line-height:22px;}
.hometit h3{font-size:22px;font-weight:bold;margin-bottom: 20px;text-align:center;}
.hometit .con03{width:550px;margin:0 auto;font-size:14px;line-height:22px;margin-bottom: 30px;}
.homepro .box {margin:15px 10px;width:calc(25% - 20px);}
.homepro .box img{width:100%;height: 200px;}
.homepro .box .txt{width:100%;background:#fff;text-align:center;padding:20px 0;line-height:20px;}


/*********news***********************/
.homenews .boxcenter{max-width:1000px;padding:60px 40px;}
.homenews .boxfl{margin_left:30px;width:calc(50% - 30px);}
.homenews .tit{font-size:22px;font-weight:bold;margin-bottom: 20px;}
.newsbox{margin-bottom:50px;}
.newsbox li{margin-bottom:10px;}
.newsbox li a{line-height:20px;font-size:14px;}
.newsbox li a b{font-weight:normal;margin-right:6px;color:#999}
.newsbox li:hover a{text-decoration: underline;}
.homenews .more{color:#049fd8;font-size:12px;}
.homenews .more:hover{text-decoration:underline;}

/*********namecard**********************/


.namecard{margin_right:30px;width:calc(50% - 30px);position:relative;}
.namecard .tit{display:none;}
.namecard img{width:450px;position:relative;box-shadow:2px 0 6px rgba(0,0,0,0.3);margin-left:calc(100% - 450px);}
.con05{position:absolute;bottom:20px;left:calc(100% - 430px);}
.con05 .company_name{font-size:18px;font-weight:bold;margin-bottom:10px;}
.con05 ul{margin-bottom:10px;}
.con05 li{line-height:20px;}
.con05 p{font-size:14px;color:#14439d;padding-bottom:5px;background:url(../images/h15.png) left bottom no-repeat;}


/************foot****************/
.footlink{background:#3d65b6;padding:14px 0;}
.footlink li a{color:#fff;line-height:12px;padding:0 20px;border-right:1px  solid #fff;}
.footlink .bordernone a{border:none;}
.footcontact{background-color:#103d99;padding:30px 0;}
.footadd{margin-left:20px;}
.footadd li{color:#fff;line-height:20px;}
.footcontact img{margin-right:20px;margin-top:30px;}
.footcopy{background:#0a297b;padding:14px 0;}
.footcopy p{color:#fff;line-height:12px;padding-left:20px;}
.footcopy a{color:#fff;line-height:12px;padding-right:20px;}

@media screen and (max-width:980px){
	
	.homepro .box img{width:100%;height: 150px;}
	
	
.toplogo .txt{display:none;}
.homeabout .boxcenter{padding:60px 20px;background:#fff;}
.homeabout .boxcenter .tit{text-align:center;}
.homeabout .boxcenter img{display:block;padding-top:30px;}

.homeevaluate .txt{margin-left:50%;width:calc(50% - 40px);padding:40px 20px;}
.homeevaluate .boxcenter .tit{padding:0;}

.homepro .box {width:calc(50% - 20px);}
.homepro .box .txt{font-size:16px;line-height:24px;}

.homenews .boxcenter{width:100%;padding:60px 0;}
.homenews .boxfl{float:none;width:100%;margin-bottom:60px;}
.homenews .boxfl .tit{text-align:center;}
.homenews .newsbox{margin-bottom:20px;margin-left:calc(50% - 200px);}
.homenews .boxfl>a{margin-left:calc(50% - 200px);}


.homenews .namecard{width:100%;margin:0;float:none;}
.namecard .tit{display:block;text-align:center;}
.namecard img{width:450px;margin-left:calc(50% - 225px);}
.con05{position:absolute;bottom:20px;left:calc(50% - 205px);}

.footcopy .boxcenter{max-width:600px;margin:0 auto;text-align:center;} 
.footcopy p{padding:0 20px;width:calc(100% - 40px);float:none;line-height:20px;margin-bottom:5px;}
.footcopy .boxcenter .fr{width:100%;text-align:center;line-height:20px;}
.footcopy .fr a{padding:0 10px;}
}
@media screen and (max-width:760px){

.footlink li a{padding:0 10px;}
.footadd{float:none;}
.footcontact img{float:none;margin-left:20px;padding-top:20px;}

}
@media screen and  (max-width:580px){
.homeabout .boxcenter img{left:5%;width:90%}
.homeevaluate{background:url(../images/h02.png) #049fd8 no-repeat right center;}	
.homeevaluate .txt{margin-left:5%;width:90%;padding:60px 0;}
.homeevaluate .tit{text-align:center;}
.hometit .con03{width:90%;margin:0 5%;font-size:14px;line-height:22px;margin-bottom: 30px;}
.homenews .newsbox{margin:0 5%;width:90%}
.homenews .boxfl .more{margin:0 5%;width:90%}
.homenews .namecard{width:calc(100% - 10px);padding:20px 5px;left:0;top:0;}
.homenews .namecard img{width:100%;margin:0;}
.namecard .con05{position:absolute;left:10px;bottom:30px;}

.footlink li {margin:5px 0;}
.footlink li a{padding:0 10px;}
}
/************子页通用页**************/
.sub_banner{width:100%;margin:0 auto;}
.sub_banner .move{position:relative;overflow:hidden;}
.sub_banner .move img{/* position:relative;height:400px;left:calc(50% - 950px);top:0; */}
.sub_banner .iterm{bottom:80px;}
@media screen and (max-width:1440px){
.sub_banner .move img{/* height:350px;left:calc(50% - 831px); */}
}
@media(max-width:1280px){
.sub_banner .move img{/* height:300px;left:calc(50% - 712px); */}
}
@media(max-width:1024px){
.sub_banner .move img{/* height:250px;left:calc(50% - 593px); */}
}
@media(max-width:960px){
.sub_banner .move img{width: 100%;}
}
/************子页边栏一级导航************/
.sub_bg{background:#e8f1f9}
.sub_content{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;top:-60px;}
.side{width:250px;margin-right:20px;}
.contentbox{width:calc(100% - 310px);padding:20px;background:#fff;}
.side_nav .sidenav_bottom{width:100%;height:30px;background-color:#fff;}
.side_nav .sidenav_l01{width:226px;padding-left:20px;background:url(../images/blue_bk.png);}
.side_nav .sidenav_l01 a{font-size:18px;line-height:60px;color:#fff;}
.side_nav .sidenav_l01:hover a{padding-left:30px}
.side .side_nav{border:2px solid #0d338a;}
.side_nav>ul>li{width:246px;background-color:#fff;}
.side_nav>ul>li>a{font-size:16px;line-height:50px;color:#333;padding-left:20px;display:block;border-bottom:1px dashed #ccc}
.side_nav .on_left a,.side_nav>ul>li:hover a{color:#0d338a;}
.side_nav .on_left, .side_nav>ul>li:hover{background:#e5eeff;}
.side_nav .sidenav_a01{float:right;width:10px;height:5px;background:url(../images/sidenav_arrow02.png);margin:23px 10px;}
	/************子页二级导航*************/

.side_second_nav{width:246px;background:#fff;display:none;}
.side_second_nav>li>a{font-size:15px;line-height:50px;padding-left:30px;display:block;border-bottom:1px dashed #ccc;}
.side_second_nav .sidenav_a02{float:right;width:10px;height:5px;background:url(../images/sidenav_arrow02.png);margin:23px 10px;}
.side_second_nav>li:hover a{padding-left:40px}
.side_nav>ul>li:hover .side_second_nav{display:block;}
.side_third_nav{display:none;}
.side_second_nav .side_third_nav li a{font-size:14px;line-height:50px;padding-left:50px;display:block;border-bottom:1px dashed #ccc;}
.side_third_nav li:hover a{padding-left:60px}
	/************子页边栏地址*************/
.side_add>div{width:228px;margin-left:2px;margin-top:40px;padding-left:20px;background:url(../images/blue_bk.png);font-size:18px;line-height:60px;color:#fff; }
.side_add p{width:208px;padding:20px;margin-left:2px;background-color:#fff;font-size:14px;line-height:20px;color:#333;}
.content_tit{text-align:center;}
.content_tit h1{font-size:18px;color:#333;line-height:22px;}
.content_tit p{font-size:12px;line-height:18px;position:relative;}
.leftline{position:absolute;width:calc(20% - 40px);height:1px;background:#333;top:9px;left:30%;}
.rightline{position:absolute;width:calc(20% - 40px);height:1px;background:#333;top:9px;right:30%;}
.content_tit{margin-bottom:30px;}

.content_detail img{
	max-width: 500px;
}
/************新闻*************/
.newslist li{padding:20px 0;border-bottom:1px dashed #ddd;}
.newslist li img{width:160px;} 
.newstxt{margin-left:20px;}
.newstxt .tit{font-size:16px;font-weight:bold;margin-bottom:20px;}
/************产品*************/
.tab{width:100%;}
.tab_list li{width:25%;text-align:center;background:#e8f1f9;font-size:14px;line-height:50px;}
.tab_list .choose{background:#0d338a;color:#fff;}
.tab_content li{padding:20px}
/*分页*/
#pageDiv { clear: both; height: 25px; line-height: 23px; margin: 20px 0px 0px 0; text-align: right; color: #666; }
#pageDiv span { border: 1px solid #ccc; height: 23px; display: inline-block; *vertical-align:middle!important;
margin: 0 3px; }
#pageDiv a { display: inline-block; height: 23px; padding: 0 5px; color: #333; text-decoration: none; }
#pageDiv a:hover { display: inline-block; height: 23px; padding: 0 5px; color: #0d338a; text-decoration: none; }
#pageDiv .current { background: #0d338a; color: #fff; padding: 1px 5px; border: 0; font-weight: bold; }
#pageDiv .current a { display: inline-block; height: 23px; padding: 0 5px; color: #fff; text-decoration: none; }
#pageDiv .current a:hover { display: inline-block; height: 23px; padding: 0 5px; color: #eee; text-decoration: none; }
@media screen and (max-width:980px){
	.side{display:none;}
	.sub_content{width:calc(100% - 40px);margin:0 20px;padding:0;}
	.contentbox{width:calc(100% - 40px);float:none;padding:20px;}
	.sub_content{position:relative;top:-20px;}
	.sub_banner .iterm{bottom:30px;}
}
/************产品详情页************************/
.hot_pro_tit{width:100%;font-size:16px;font-weight:bold;line-height: 30px; border-bottom:1px solid #ddd;margin:30px 0 10px 0;}
.hot_pro li{margin:10px;width:calc(25% - 20px);box-shadow:0 2px 10px 0 rgba(0,0,0,0.3);position:relative;}
.hot_pro li img{width:100%;}
.hot_pro li p{text-align:center;font-size:16px;padding:10px 0;background:#fff;}
.hot_pro li:hover{top:-5px;}

@media screen and (max-width:760px){
.hot_pro li{width:calc(50% - 20px);margin:20px 10px;}
.hot_pro li p{font-size:14px;}
}

.hotpro_box{width:100%;position:relative;}
.hotpro_show{width:100%;overflow:hidden;position:relative;}
.hotpro_move{width:1000%;position:relative;}
.hotpro_list{margin:5px;float:left;box-shadow:0 2px 6px 0 rgba(0,0,0,0.3);cursor:pointer;}
.hotpro_list a{display:block;}
.hotpro_list4{width:calc(10% / 4 - 10px);}
.hotpro_list6{width:calc(10% / 6 - 10px);}
.hotpro_list8{width:calc(10% / 8 - 10px);}
.hotpro_list img{width:100%;}
.hotpro_txt{width:100%;background:#fff;overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.hotpro_txt p{text-align: center;padding:10px 0;}
.hotpro_prev,.hotpro_next{position:absolute;width:16px;height:16px;padding:5px;border-radius:50%;background-color:#fff;top:calc(50% - 13px);
-webkit-box-shadow:0 4px 4px rgba(0,0,0,.3),0 0 4px rgba(0,0,0,.2);
	        box-shadow:0 4px 4px rgba(0,0,0,.3),0 0 4px rgba(0,0,0,.2)
}
.hotpro_prev strong{display:block;width:11px;height:18px;background:url(../images/jiantou.png) -14px 0 no-repeat;margin:0 1px;}
.hotpro_next strong{display:block;width:11px;height:18px;background:url(../images/jiantou.png) 0 0 no-repeat;margin:0 4px;}
.hotpro_prev{left:-5px}
.hotpro_next{right:-5px}
@media screen and (max-width:580px){
	.hotpro_list{width:calc(10% - 10px);}
}

/*应用*/
.modCpQuery { width: 100%; max-width: 1100px; margin: auto; padding: 0px; }
.modCpQuery ul { width: 100%; }
.modCpQuery ul li { width: 30%; margin: 10px 1%; float: left; }
.modCpQuery ul li .cpquery { border: 1px solid #ccc; width: 100%; text-align: center; height: 200px; }
.modCpQuery ul li .cpquery img { width: 100%; max-width: 100%; height: 200px; }
.modCpQuery ul li .cpquerytitle { text-align: center; font-size: 14px; color: #222; height: 40px; line-height: 40px; }
/*新闻*/
.modNewsQuery { width: 100%; max-width: 1100px; margin: auto; padding-bottom: 50px; }
.modNewsQuery dl { width: 100%; height: 128px; overflow: hidden; margin-top: 10px; padding-bottom: 20px; border-bottom: 1px solid #e3e3e3; }
.modNewsQuery dl dt { width: 128px; height: 128px; float: left; margin-right: 2%; overflow: hidden; }
.modNewsQuery dl dt img { width: 128px; height: 128px; float: left; }
.modNewsQuery dl dd { width: 80%;font-size: 14px; color: #222; float: left; line-height: 25px; overflow: hidden; }
.modNewsQuery dl .memo { height: 75px; overflow: hidden; }
.modNewsQuery dl .dtime { color: #888888; font-size: 12px; }
.modNewsQuery dl dd h3 { font-size: 16px; font-weight: 300; line-height: 30px; }
.modNewsQuery dl dd h3 a { color: #444 }

.align_c{text-align:center;}
.hide {display:none;}
.news_more_list {overflow:hidden;}
.news_more_list li{ width:80%;line-height:28px;padding-left:30px; padding-right:30px;}
.news_more_list li span{float:right;color:#757575;}


/*中顺模板新增自适应模板*/
/* footcontact 右边图片隐藏 */

@media screen and  (max-width:580px){
.footcontact .fr{display:none;}
}
/*产品等图文列表页调整比例*/
@media(max-width:1024px){

.modCpQuery ul li .cpquery { border: 1px solid #ccc; width: 100%; text-align: center;height:180px;}
.modCpQuery ul li .cpquery img {width: 100%;max-width:100%;height:100%;  }
}
@media(max-width:960px){

.modCpQuery ul li .cpquery { border: 1px solid #ccc; width: 100%; text-align: center;height:150px;}
.modCpQuery ul li .cpquery img {width: 100%;max-width:100%;height:100%;  }
}
@media screen and (max-width:640px){
.modCpQuery ul li { width: 98%; margin: 10px 1%; float: none;height:auto; }
.modCpQuery ul li .cpquery { border: 1px solid #ccc; width: 100%; text-align: center;height:auto;}
.modCpQuery ul li .cpquery img {width: 100%;max-width:100%;height:100%;  }
}

/*招聘详情调整比例*/

@media screen and (max-width:650px){
.rec_con_left{width:100%}
.rec_con_right{width:100%}
.rec_con_right img{width:300px;}
}

/******子页详情**********/
.col-con{width:100%;overflow:hidden}
.col-con-1-sm img,.col-con-1-md img,.col-con-1 img, .col-con-2 img, .col-con-3 img, .col-con-4 img{
  width:100%;
}
.col-con-1 p, .col-con-1-sm p, .col-con-1-md p, .col-con-1 p, .col-con-2 p, .col-con-3 p, .col-con-4 p{
padding:10px;margin-bottom:10px;
}
.col-con-2, .col-con-3, .col-con-4{
  float:left;text-align:center;
}
.col-con-1 {
  width:80%;margin:10px 35% 10px 0;text-align:center;
}
.col-con-1-md {
  width:50%;margin:10px 45% 10px 0;text-align:center;
}
.col-con-1-sm {
  width:40%;margin:10px 35% 10px 0;text-align:center;
}

.col-con-2 {
  width:40%;margin:10px 10% 10px 0;
}
.col-con-3 {
  width: 30%;margin:10px 3% 10px 0;
}
.col-con-4 {
  width:23%;margin:10px 2% 10px 0;
}



@media screen and (max-width: 768px) {
.col-con-4 {width:40%;margin:10px 10% 10px 0;}
.col-con-1-md {width:60%;margin:10px 35% 10px 0;text-align:center;}
}

@media screen and (max-width: 560px) {
.col-con-3 {float:none;width: 60%;margin:10px 35% 10px 0;}
.col-con-1-sm {width:60%;margin:10px 35% 10px 0;text-align:center;}
.gsba{display:none;}
}

@media screen and (max-width: 400px) {
.col-con-3 {
float:none;width: 80%;margin:10px 15% 10px 0;
}
.col-con-1-md {
  width:80%;margin:10px 15% 10px 0;
}
.col-con-1-sm {
  width:80%;margin:10px 15% 10px 0;
}
.hide{
	display: none;
}
#online_service_bar{display: none;}
.hometit h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
}
.gsba  a img{vertical-align: middle;}

/* CSS Document Created on 2020-07-08 08:57:35 by 2 */

