/*公共标题*/
.maintitle{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 35px; color:#666
	}
.maintitle p{
    font-size: 36px;
    color: #333333;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 10px;
	}
.maintitle p span{ font-size:40px; color:#0044a5; font-weight:bold; line-height:50px}


/*首页产品*/
.in_news{width:100%; margin:0 auto;  padding-top:60px; padding-bottom:70px}

.in_news .news_top {text-align: center; margin-top:30px }
.in_news .news_top li{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 43px;
    margin: 0 10px;
    font-size: 16px;
    background: #1a5dc2;
    color: #ffffff;
	}
.in_news .news_top li a{color:#ffffff;font-size: 20px; line-height:60px}
.in_news .news_top li:hover,.in_news .news_top li.on{background:#efa007;}
.in_news .news_top li:hover a,.in_news .news_top li.on a{color: #fff; line-height:60px;}

.in_news .news_box{ width:1200px;margin:40px auto 0}


.in_news .news_box li {
	float: left;
    margin-right:25px;
    margin-bottom:25px;
	}
.in_news .news_box li:nth-child(3n){
	margin-right: 0;
} 


.in_news .news_box li .topimg{
	width:380px;
    height:285px;
    overflow: hidden; background:#fff;
	display: table-cell;vertical-align: middle;text-align: center;
	}
.in_news .news_box li .topimg img{
	transform: scale(1);
	transition: all 1s ease-out;
	width:100%;
	height:100%;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.2);
	}

.in_news .news_box li p{
	width: 100%;
    margin: 0 auto;
    background: #fff;
    line-height: 52px;
    font-size: 18px;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
	}	
.in_news .news_box li p a{
	line-height:52px;
	font-size:18px;
	color:#444;
	}
.in_news .news_box li:hover p{ background:#1a5dc2}
.in_news .news_box li:hover p a{
	line-height:52px;
	font-size:18px;
	color:#fff;
	}	





/*关于我们*/

.main_about{
	background: url(../images/bg_gsjj.jpg) center bottom no-repeat #f6f6f6;
    padding: 70px 0;
	}


.about-index {
    max-width: 1200px;
	margin:0 auto;
}

.about-con {}
.aboutleft{
  width: 43%;
}

.aboutleft .ab1{
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.aboutleft .ab2{
    font-size: 21px;
    line-height: 45px;
    margin: 1% 0;
}
.aboutleft .ab3{
}

.aboutleft .ab3 p{
    color: #666666;
    font-size: 18px;
    line-height: 38px;
    text-align: justify;
}

.aboutleft .c2-con{
  margin-top:10px;
}

.c2-con ul{text-align:center;}
.c2-con ul li{position: relative;}
.c2-con ul li .count-title{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    color: #0044a5;
    font-weight: bold;
    line-height: 45px;
    display: inline-block;
	}
.c2-con ul li dt{
	line-height: 45px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #333;
	display:inline-block;}
.c2-con ul li p{
	font-size: 16px;
    color: #333333;
    line-height: 35px;
	}







.aboutleft .conta{
	margin-top: 15px;
	}
.aboutleft .conta a{
    padding: 15px 16px 5px;
    border: 1px solid #cfcfcf;
    font-size: 18px;
    color: #888888;
    line-height: 40px;
    margin: 0 26px 0 0;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
	}
.aboutleft .conta a img{
	transition: all linear .5s;}
.aboutleft .conta a:hover img{transform: rotateY(360deg);}

.aboutleft .more{ border:2px solid #0044a5;
    display: block;
    float: left;
    border-radius: 4px;
    padding: 7px 35px;
    margin-top: 5%;
	}
.aboutleft .more span{
	color: #0044a5;
    font-size: 16px;
	}
.aboutleft .more span:after {
    content: ">";
    font-family: 宋体;
    margin-left: 5px;
}
.aboutleft .more:hover{ background:#0044a5}
.aboutleft .more:hover span{ color:#fff}




.aboutright{
  width: 53.5%;
  position: relative;
}
.aboutright .aimg{}
.aboutright .aimg img{
    width: 100%;
    border-radius: 10px;
	margin-top:30px;
}





.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}


.p3-tab-item {
    justify-content: center;
    margin: 0 auto;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
}

.p3-tab-item li {
    width: 208px;
    margin: 0 7px;
    background-color: #ddd;
    font-size: 18px;
    font-weight: normal;
    line-height: 55px;
    color: #333333;
    text-align: center;
    cursor: pointer;
    transition: all ease .3s;
}

.p3-tab-item li.active {
    background-color: #0044a5;
    color: #fff;
}


.p3-tab {
	max-width:1200px; margin:38px auto 0px auto;
    position: relative;
}


.p3-tab-wrap {
    position: relative;
    overflow: hidden;
}

.p2prev {
    width: 22px;
    height: 39px;
    background: url(../images/left.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: -3.8rem;
    top:9vw;
    outline: none;
    z-index: 99;
}

.p2next {
    width: 22px;
    height: 39px;
    background: url(../images/right.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: -3.8rem;
    top:9vw;
    outline: none;
    z-index: 99;
}

.p3-tab-con{
  overflow: hidden;
}

.p3-tab-wrap .p3-tab-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}

.p3-tab-wrap .p3-tab-content.active {
    position: static;
    opacity: 1;
}

.p3-tab-wrap .p3-tab-content li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.p3-tab-wrap .p3-tab-content li a img {
    width: 100%;
    transition: all ease .3s;
}

.p3-tab-wrap .p3-tab-content li a:hover img {
    transform: scale(1.1);
}





/*新闻*/
.indexnews{
  padding: 60px 0 60px;
  background: url(../images/66.jpg)no-repeat center;
}

.container {
    width: 86%;
    margin: 0 auto;
}


.newsbox{
  margin-top: 35px;
}
.newsc{
  width: 812px;
  height: 540px;
  overflow: hidden;
  background: #fff;
}

.tabPanel2 .newul{height:70px;}
.tabPanel2 .newul li{
  float:left;border:1px solid #DDDDDD;font-size:18px;
  height:70px;line-height:70px;width:406px;text-align:left;
  cursor:pointer;color: #000;text-indent: 60px;
  padding-right: 15px;box-sizing: border-box;
  border-right: none;
  border-top: none;
  position: relative;
}
.tabPanel2 .newul li:first-child:before{
  content: '';
  display: block;width: 28px;
  position: absolute;
  height: 28px;
  background: url(../images/1-2.png) no-repeat center;
  left: 20px;
  top: 21px;
}
.tabPanel2 .newul li:first-child:hover:before{
  background: url(../images/1-2.png) no-repeat center;
}
.tabPanel2 .newul li:last-child:before{
  content: '';
  display: block;width: 28px;
  position: absolute;
  height: 28px;
  background: url(../images/2-2.png) no-repeat center;
  left: 20px;
  top: 21px;
}
.tabPanel2 .newul li:last-child:hover:before{
  background: url(../images/2-1.png) no-repeat center;
}
.tabPanel2 .newul li:first-child.hit:before{
  background: url(../images/1-1.png) no-repeat center;
}
.tabPanel2 .newul li:last-child.hit:before{
  background: url(../images/2-1.png) no-repeat center;
}
.tabPanel2 .newul li span{
  font-size: 14px;
}
.tabPanel2 .newul li a{
  color: #000;
}
.tabPanel2 .newul li.hit{
  cursor:pointer;color:#fff;
  background:#0044a5;
  border:1px solid #0044a5;
}
.tabPanel2 .newul li.hit a{
  color:#fff;
}
.pane2{
  padding: 30px 13px 45px 13px;
  height:470px;
  display:none;
  box-sizing: border-box;
}
.pane2 .fnews{
  width: 375px;
}
.pane2 .fnews .cici{
  width: 100%;
  height: 255px;
}
.pane2 .fnews h3{
  font-size: 16px;
  margin: 15px 0 12px 0;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color:#333;
}
.pane2 .fnews p{
    color: #666666;
    line-height: 26px;
    height: 78px;
    display: block;
    overflow: hidden;
}

.pane2 .fnews a:hover img{
  transform: scale(1.1);
}
.pane2 .fnews a:hover h3{
  color: #0044a5;
}
.pane2 .newlist{
  width: 345px;
  margin-left: 45px;
  margin-top:-10px;
}
.pane2  .newlist ul li{
  height: 50px;
  border-bottom: 1px dashed #D5D1D1;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 50px;
  padding-left: 25px;
  box-sizing: border-box;
  position: relative;
}
.pane2  .newlist ul li a{
  color: #666666;
  transition: all 0.5s ease;
}
.pane2  .newlist ul li:before{
  content: '';
  display: block;
  color: #6666;
  position: absolute;
  top: 23px;
  left: 4px;
  background: url(../images/dc.png)no-repeat center;
  width: 10px;
  height: 2px;
}
.pane2  .newlist ul li a:hover{
  color: #0044a5;
  padding-left: 5px;
}


.cici{
  overflow: hidden;
}
.cici img{ max-width:100%;
  transition: all 0.5s ease; 
  object-fit: cover;
  border:none;
}


/*常见问题*/
.newsn{
  width: 375px;
  background: #fff;
  height: 540px;
}
.newsn .ques{
  border-bottom:1px solid #DDDDDD;font-size:18px;
  height:70px;line-height:70px;text-align:left;
  cursor:pointer;color: #000;text-indent: 60px;
  padding-right: 15px;box-sizing: border-box;
  position: relative;
}
.newsn .ques a{
	text-decoration: none;
    color: #000;
	}
.newsn .ques span{
  font-size: 14px;
  color:#000;
}
.newsn .ques:before{
  content: '';
  display: block;width: 28px;
  position: absolute;
  height: 28px;
  background: url(../images/qe.png) no-repeat center;
  left: 20px;
  top: 21px;
}
.newsn .ques:hover:before{
  background: url(../images/3-1.png) no-repeat center;
}
.newsn .ques:hover{
  background: #0044a5;
}
.newsn .ques:hover a{
  color: #fff;
}
.newsn .ques:hover a span{ color:#fff}
.scroll{
  height: 450px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 27px;
}
.scrollDiv li{
  height: 150px;
  border-bottom: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 27px 0;
}
.scrollDiv li .qqe{
  width: 38px;
  height: 85px;
  background: url(../images/q1.jpg) no-repeat center;
}
.scrollDiv li .pen{
  width: 257px;
  height: 85px;
  padding-top: 14px;
}
.scrollDiv li .pen h4{
  font-size: 16px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color:#333;
}
.scrollDiv li .pen span{
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top:6px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color:#666
}
.scrollDiv li:hover .qqe{
  background: url(../images/q2.jpg) no-repeat center;
}
.scrollDiv li:hover h4{
  color: #0044a5;
}



.ells {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





.inmiaoti{ width:1200px;height:172px; margin:0 auto; position: relative;background:url(../images/btbg.png) no-repeat center 122px; overflow:hidden}
.inmiaoti p{line-height:212px; color:#efefef; font-family:impact; font-size:126px; text-align:center; text-transform:uppercase}
.inmiaoti h1{ position:absolute; line-height:60px; font-size:45px; color:#000000; top:40px; font-weight:bold; display:block; width:100%; height:60px;text-align:center;}
.inmiaoti h1 span{line-height:60px; font-size:45px; color:#0c7a44; font-weight:bold}
.inmiaoti h3{position:absolute; line-height:30px; font-size:18px; color:#222222; top:105px;display:block; width:100%; height:25px;text-align:center; font-weight:500}

.inysbox{background:url(../images/yshui.jpg) no-repeat center 0; width:100%; height:663px; background-size:100% 100%;padding-bottom: 80px;}
.inysbox .inmiaoti{background:url(../images/btbg2.png) no-repeat center 122px;}
.inysbox  .inmiaoti h1{color:#fff;}
.inysbox  .inmiaoti h1 span{color:#fff;}
.inysbox  .inmiaoti h3{color:#fff;}

.block1 .contenta{ width:60%; margin:0 auto; max-width:1340px; min-width:1200px; margin-top:5px}
.block1 .contenta ul li{ float:left; margin-right: 2%;width: 23.5%;}

.childa{ width:100%; height: auto; display:block;position:relative}
.childa .topimg{ width:100%; height: auto; display:block; overflow:hidden}
.childa .topimg img{ width:100%;transition: all 0.3s linear 0s;}
.childa:hover .topimg img{transform: scale(1.1);}
.childa .txt{
	padding: 20px 15px 0;
    min-height: 180px;
	background:#fff; text-align:center
	}
.childa .txt p{ font-size:26px; color:#333333; line-height:36px; margin-bottom:10px; text-align:center; font-weight:bold}
.childa .txt .dec{ width:30px; height:2px; background:#0069ad; display:block; margin:10px  auto}
.childa .txt span{ font-size:15px; line-height:25px; color:#666666}
.childa .more{
	position: absolute;
    left: 50%;
    bottom: -18px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
	}

.main_title{ display:block; text-align:center; font-size:18px; color:#333333; line-height:38px}
.main_title p{font-size:40px;color: #1a5dc2;font-weight:bold;line-height: 50px;}
.main_title .dec{width: 45px;height: 4px;margin: 8px auto 0;background:#acceda;border-radius:20px;}

/*maintitle*/
.maintitle{
    font-size: 18px;
    line-height: 35px;
    color: #666;
	}
.maintitle p{
	font-size: 40px;
    color: #333333;
    line-height: 65px; font-weight:bold
	}
.maintitle p span{
	font-size:40px; color:#1a5dc2; font-weight:bold; line-height:55px
	}
.maintitle .dec{
    width: 40px;
    height: 4px;
    margin: 15px auto 0 0;
    background: #1a5dc2;
    border-radius: 20px;
	}	



.inbox2{ margin:0 auto;padding:60px 0 60px}
.inbox2 .center li{ width:24.25%; height:auto; margin-right:1.5%; margin-bottom:1.5%}
.inbox2 .center li.tjying{ width:48.5% !important}
.inbox2 .center li:nth-child(3n){margin:0 !important; float:right !important}
.inbox2 .center li:nth-child(5n){margin:0 !important; float:right !important}
.inbox2 .center li a{ width:100%; height:auto; display:block;overflow:hidden; position:relative}
.inbox2 .center li a img.picyy{ width:100%;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;}
.inbox2 .center li a:hover img.picyy{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.inbox2 .center li a p{ display:none}
.inbox2 .center li a:hover p{ width:140px; height:50px; display:block; line-height:50px; font-size:18px; color:#fff; overflow:hidden;position:absolute; top:50%; left:50%; z-index:9; margin-top:-25px; margin-left:-70px; background:#b1000e; text-align:center}
.titin{height:105px;background:url(../images/cpbtline.jpg) no-repeat 10px 90px; margin-bottom:40px}
.titin h1{font-weight: 500; font-size:45px; line-height:55px; padding:0 20px 0 10px}
.titin p{ width:60%;margin: 3px 0 0;line-height: 25px;color: #666666; font-size:16px}
.titin a{ width:15%; height:54px; display:block; text-align:left; text-indent:25px; font-size:16px; line-height:54px; background:url(../images/morejt.png) no-repeat 77% center #b1000e; margin-top:45px; color:#fff}
.inbox2 .center{ width:86%; margin:0 auto; max-width:1340px; min-width:1200px}



/*四大优势*/
.in_4ys{ width:100%; height:760px; margin:0 auto; background:url(../images/bg_ys1.jpg) center top no-repeat; padding-top:55px}
.in_4ys .content{ width:1200px; height:auto; margin:0 auto; margin-top:55px;}
.in_4ys .content ul li{ float:left; width:345px; height:280px; display:block; text-align:center; margin:0 25px; font-size:15px; line-height:26px;  border:1px solid #d2d2d2; margin-bottom:23px;}
.in_4ys .content ul li img{ height:130px; padding-top:20px; padding-bottom:28px;transition: all 0.3s linear 0s;}
.in_4ys .content ul li:hover img{transform:rotate(360deg);}
.in_4ys .content ul li p{ font-size:28px;  font-weight:bold; line-height:42px}
.in_4ys .content ul li .dec{ width:35px; height:4px; display:block; margin:12px auto; background:#004fab}
.in_4ys .tel{ width:530px; height:54px; margin:55px auto 0; display:block; background:url(../images/ys_tel.png) 38px center no-repeat; text-indent:85px; line-height:54px; font-size:20px; color:#ffffff; border:3px solid #ffffff;border-radius: 25px;}
.in_4ys .tel span{ font-size:28px; color:#fff; font-weight:bold; font-family:Arial, Helvetica, sans-serif; line-height:54px}


.w1200{ width:1200px; height:auto; margin:0 auto}



/*六大产品优势*/
.six{background: url(../images/six_bg.jpg) no-repeat center 0;overflow: hidden;padding: 3.5rem 0 0;background-size: 100% 35.5rem;}
.six .pro_tit{ color:#222;}
.six dl{width: 16.66%;margin-top: 3rem;height: 20.9rem;position: relative;float: left;}
.six dl dt{width: 100%;text-align: center;padding: 2.5rem 0 0;height: 15.5rem;position: relative;}
.six dl dt:before{content: "";width: 0.15rem;height: 100%;position: absolute;top: 0;right: 0;background: url(../images/six_line.png) no-repeat;background-size: 0.15rem 18rem;}
.six dl dt b{display: block;font-size: 1rem;color: #222;font-family: "DINOT";height: 5rem;line-height: 1.5rem;}
.six dl em{display: block;width: 8rem;height: 7rem;margin: 0 auto;line-height: 0;overflow: hidden;}
.six dl em img{width: 8rem;height: 7rem;}
.six dl h5{font-size: 1.3rem;color: #222;height: 5.5rem;line-height: 1.6rem;overflow: hidden;padding-top: 2rem;}
.six dl h5 i{display: block;font-size: 1rem;font-weight: normal; font-style:normal;}
.six dl dt h5{background: url(../images/six_ico07.png) no-repeat center bottom;background-size: 0.6rem 0.3rem;}
.six dl dd{width: 100%;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;z-index: 1;}
.six dl dd h5{color: #fff;padding-top: 1rem;height: 3.5rem;}
.six dl dd p{font-size: 0.9rem;color: rgba(255,255,255,1);line-height: 1.4rem;width: 66%;margin: 0 auto;-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5;  overflow: hidden; text-overflow: ellipsis;}
.six dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.six dl dd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,79,171,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.six dl:hover dd:before,.six dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.six dl:hover dd,.six dl.cur dd{height: 16.9rem;padding-top: 4rem;}
.six dl.nobor dt:before{background: none;}
.six dl:hover dt,.six dl.cur dt{display: none;}
.pro_tit{font-size: 40px;color: #fff;text-align: center;line-height: 40px;height: 85px;overflow: hidden;background: url(../images/cp_tbg.png) no-repeat center 12px;}
.pro_tit a{color: #fff;}
.pro_tit span{display: block;font-size: 20px;font-weight: normal;padding: 5px 0 0;}


/* box5 */
.box5{
    overflow: hidden;
    padding: 15px 0 57px;
}.index_tit{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
	padding-bottom:20px;
}
.index_tit h4{
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #999999;
    margin-bottom: 10px;
}
.index_tit h3{
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.index_tit h3:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 16.5px;
    z-index: 0;
}
.index_tit h3 span.titsp1{
    font-size: 34px;
    font-weight: lighter;
    line-height: 34px;
    color: #333333;
    padding: 0 10px;
    background-color: #fff;
    margin: 0 15px;
    position: relative;
}
.index_tit h3 span.titsp2{
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    color: #004fab;
    padding: 0 10px;
    background-color: #fff;
    margin: 0 15px;
    position: relative;
}
.b5_index{
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
}
.b5_fl{
    width: 665px;
    overflow: hidden;
}
.b5in1{
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}
.b5in1 ul{
    width:100%;
    font-size:0;
    height: 135px;
}
.b5in1 li h3{
    width: 100%;
    overflow: hidden;
    background: url('../images/b5imgbg1.png') no-repeat left center;
    padding-left: 67px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}
.b5in1 li p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding-left: 65px;
    margin-bottom: 30px;
}
.b5in2{
    width: 100%;
    overflow: hidden;
}
.b5in2 .b5ul1{
    width: 318px;
    overflow: hidden;
    position: relative;
}
.b5in2 .b5ul1:before{
    content: "";
    width: 1px;
    height: 262px;
    background-color: #d1d1d1;
    top: 22px;
    left: 3px;
    position: absolute;
}
.b5in2 .b5ul1 li{
    width: 286px;
    margin-left: 32px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    box-sizing:border-box;
}
.b5in2 .b5ul1 li:last-of-type{
    border-bottom: none;
}
.b5in2 .b5ul1 li:before{
    content: "";
    width: 7px;
    height:  51px;
    background: url('../images/b5dot1.png') no-repeat left center;
    position: absolute;
    left: -32px;
    top: 0;
}
.b5in2 .b5ul1 li:hover:before{
    background: url('../images/b5dot1h.png') no-repeat left center;
}
.b5in2 .b5ul1 li a{
    font-size: 14px;
    line-height: 50px;
    color: #666666;
}
.b5_fr{
    width: 466px;
    overflow: hidden;
    height: 443px;
    border: solid 1px #d1d1d1;
}
.b5in3{
    width: 100%;
    height: 60px;
    background: url('../images/b5imgbg2.png') no-repeat center center;
    padding: 0 80px 0 73px;
    box-sizing: border-box;
}
.b5in3 p{
    float: left;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
}
.b5in3 .b5more1{
    display: block;
    font-size: 12px;
    line-height: 60px;
    color: #ffffff;
}
.b5in4{
    width: 100%;
    overflow: hidden;
    padding: 0 11px;
    box-sizing: border-box;
}
.b5in4 li{
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.b5in4 li h3{
    font-size: 16px;
	padding-top:10px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    margin-bottom: 14px;

}
.b5in4 li p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;

}