/*公共标题*/
.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:#3e68b2; font-weight:bold; line-height:50px}


/*产品展示*/
.in_news{
    padding-top: 60px;
    padding-bottom: 70px;
	}

.in_news .news_top {
	width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: 2px solid #3e68b2;
	text-align:center
	}
.in_news .news_top li{
	display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 60px;
    font-size: 18px;
    margin-right: 30px;
    background: #eee;
	}
/*.in_news .news_top li:nth-child(2){ margin-right:0}*/
.in_news .news_top li a{font-size: 18px; line-height:55px; color:#333}
.in_news .news_top li:hover,.in_news .news_top li.on{background:#3e68b2;}
.in_news .news_top li:hover a,.in_news .news_top li.on a{color: #fff; line-height:55px;}

.in_news .news_box{ width:1200px; height:auto; margin:40px auto 0}
.in_news .news_box ul{display: none;}
.in_news .news_box ul.on{display: block;}

.in_news .news_box li {
	width:380px;
	float: left;
    margin-right:22px;
    margin-bottom:22px;
	border:1px #ededed solid;
	}
.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;
	max-width: 100%;
    max-height: 100%;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.2);
	}

.in_news .news_box li p{
	background:#efefef; border-bottom:3px solid #efefef;
	line-height:52px;
	font-size:16px;
	color:#333333;
    text-align:center
	}	
.in_news .news_box li p a{
	line-height:52px;
	font-size:16px;
	color:#333333;
	}
.in_news .news_box li:hover p{ border-bottom:3px solid #3e68b2}
.in_news .news_box li:hover p a{
	line-height:52px;
	font-size:16px;
	color:#3e68b2;
	}	



/*关于我们*/

.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:30px;
}

.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: #3e68b2;
    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 #3e68b2;
    display: block;
    float: left;
    border-radius: 4px;
    padding: 7px 35px;
    margin-top: 5%;
	}
.aboutleft .more span{
	color: #3e68b2;
    font-size: 16px;
	}
.aboutleft .more span:after {
    content: ">";
    font-family: 宋体;
    margin-left: 5px;
}
.aboutleft .more:hover{ background:#3e68b2}
.aboutleft .more:hover span{ color:#fff}




.aboutright{
  width: 53.5%;
  position: relative;
}
.aboutright .aimg{}
.aboutright .aimg img{
    width: 100%;
    border-radius: 10px;
}





.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: #3e68b2;
    color: #fff;
}


.p3-tab {
	max-width:1200px; margin:0 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:180px;
    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:180px;
    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%;
	height:209px;
    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:#3e68b2;
  border:1px solid #3e68b2;
}
.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: #3e68b2;
}
.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: #3e68b2;
  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: #3e68b2;
}
.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: #3e68b2;
}



.ells {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.index-ad {
    height: 192px;
    background: url(../images/ad_bg.jpg) no-repeat top center;
    color: #fff;
}


.index-ad .container{ width:1200px; margin:0 auto}

.index-ad .pull-left {
    /*margin-left: 160px; */float:left
}
.index-ad .pull-left b{
    display: block;
    font-size: 35px;
    line-height: 45px;
    margin-top: 26px;
}
.index-ad .pull-left p{
	display: block;
    line-height: 40px;
    font-size: 21px;
}
.index-ad .pull-left p:after {
    content: '';
    display: block;
    width: 540px;
    height: 1px;
    background: #93bae8;
    margin-top: 10px;
    margin-bottom: 10px;
}
.index-ad .pull-left ul {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    padding-left: 0;
}
.index-ad .pull-left ul li{
    float: left;
    display: block;
    background: url(../images/ico_ad.png) no-repeat left center;
    padding-left: 34px;
    margin-right: 32px;
    font-size: 18px;
}
.index-ad .pull-right {
    width: 326px;
    margin: 38px 20px 0 0; 
    background: url(../images/tel_white.png) no-repeat left top; 
    color: #fff;
	float:right
}
.index-ad .pull-right span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 2px;
    text-indent: 84px;
}
.index-ad .pull-right b {
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-weight: normal;
    font-family: Impact;
    text-indent: 84px;
}
.index-ad .pull-right a {
    margin-top: 10px;
    display: block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}


/*四大优势*/
.ad-bg{
    background: url(../images/bg_ys.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding: 4.2% 0;
}
.max1200{ max-width:1200px; margin:0 auto}

.ad-index{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.adl{
  width: 45%;
}

.adl .ad1{
    font-size: 3.2vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.0;
    font-family: arial;
    color: #3e68b2;
}

.adl .ad2{
    font-size: 2.8vw;
    line-height: 1.4;
    font-weight: bold;
    color: #3e68b2;
}

.adl .ad3{
    font-size: 21px;
    line-height: 2.1;
    font-weight: 500;
}

.adl .ad-list{
    margin-top: 1.5vw;
    flex-wrap: wrap;
}

.adl .ad-list li{
    background: #fff;
    width: 49%;
    margin-bottom: 2%;
    border-radius: 5px;
    padding: 4.2%;
    box-sizing: border-box;
	transition: all 0.5s ease;
   /* box-shadow: 3px 3px 0px 0px #666;*/
}

.adl .ad-list li:hover{ margin-top:-5px}
.adl .ad-list li .adli1{
  justify-content: flex-start;
  align-items: center;
}

.adl .ad-list li .adli1 img1 img{
  max-width: 100%;
}

.adl .ad-list li .adli1 .w1{
    font-size: 20px;
    margin-left: 10px;
    color: #333;
}

.adl .ad-list li .adli2{
    color: #666666;
    line-height: 25px;
    margin-top: 10px;
	text-align:justify
}
