/*公共标题*/
.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; background:#d6e9ff; 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: 17px;
    line-height: 2;
    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: 1200px;
    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}
