/*公共标题*/
.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{
    padding-top:50px;
    padding-bottom: 60px; background:#f5f5f5
	}

.in_news .news_top {
	max-width: 1440px;
	min-width:1210px;
    margin: 0 auto;
    margin-top: 25px;
	text-align:center
	}
.in_news .news_top li{
    display: inline-block;
    padding: 5px 5px;
    box-sizing: border-box;
    width:19.92%;
	}
/*.in_news .news_top li:nth-child(2){ margin-right:0}*/
.in_news .news_top li a{font-size: 18px;
    line-height: 45px;
    color: #333;
    display: block;
    margin: 0 auto;
    background: #f5f5f5;
    border: 1px solid #d1d1d1;}
.in_news .news_top li a:hover{ background:#0044a5; color:#fff;border: 1px solid #0044a5;}

.in_news .news_box{ max-width: 1440px;
	min-width:1210px; height:auto; margin:25px auto 0}


.in_news .news_box li {
	width:23.8%;
	float: left;
    margin-right:1.6%;
    margin-bottom:22px; background:#fff; height:325px; position:relative;transition: all .6s ease
	}
.in_news .news_box li:nth-child(4n){
	margin-right: 0;
} 


.in_news .news_box li .topimg{
	width:100%;
    /*height:212px;*/
    overflow: hidden; background:#fff;
	display: block;text-align: center;border-bottom: 1px solid #e2e2e2; margin-bottom:10px
	}
.in_news .news_box li .topimg img{
	transform: scale(1);
	transition: all .5s ease-out;
	width: 100%;
    height: 100%;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.1);
	}
.in_news .news_box li p{
	line-height:26px;
	font-size:16px;
	color:#333333; width:86%; margin-left:7%
	}
.in_news .news_box li em{height: 3px;
    width: 30px;
    background: #de0800;
    transition: all .6s ease;display:block; position:absolute; left:7%;bottom:20px}
.in_news .news_box li:hover em{ width:86%}
.in_news .news_box li:hover{box-shadow: 0 0 8px 4px rgba(0,0,0,0.08);}


/*关于我们*/

.main_about{
	background: url(../images/bg_gsjj.jpg) center bottom no-repeat #f6f6f6;
    padding: 70px 0;
	}


.about-index {
    max-width: 1440px;
	min-width:1210px;
	margin:0 auto;
}

.about-con {}
.aboutleft{
  width: 43%;
}

.aboutleft .ab1{
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;margin-bottom: 30px;
}

.aboutleft .ab2{
    font-size: 21px;
    line-height: 45px;
    margin: 1% 0;
}
.aboutleft .ab3{
	 width:100%; height:265px; overflow:hidden
}

.aboutleft .ab3 p{
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    text-align: justify; text-indent:32px
}

.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: #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:35px;
	}
.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: 51.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: 3.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: 1440px;
	min-width:1210px; 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:60%;
    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:60%;
    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;
	/*height:200px*/
}

.p3-tab-wrap .p3-tab-content li a img {
    width: 100%;
    transition: all ease .3s;
	/*height:200px*/
}

.p3-tab-wrap .p3-tab-content li a:hover img {
    transform: scale(1.1);
}



.subban{ width:100%; height:300px; margin:0 auto; background:url(../images/subban.jpg) center top no-repeat;}
.subban .main{ width:1200px; height:300px; margin:0 auto; position:relative; border-top:none !important}
.subban .main .txta{ position:absolute; left:610px; top:55px}
.subban .main .txta p{ font-size:36px; color:#fff; font-weight:bold; line-height:58px;}
.subban .main .txta span{ font-size:21px; color:#fff; line-height:36px}
.subban .main .txtb{ position:absolute; left:693px; top:178px}
.subban .main .txtb ul li.li1{ width:325px; height:60px; line-height:60px;font-size:22px; color:#0158b8;}
.subban .main .txtb ul li.li1 font{line-height:60px;font-size:28px; color:#0158b8; font-weight:bold; font-family:Arial, Helvetica, sans-serif}


/*新闻*/

.in_xwzx{ width:100%; height:auto; margin:0 auto; background:#f5f5f5; padding-top:50px; padding-bottom:80px}
.in_xwzx .contb{height:auto; margin:0 auto;margin-top: 35px;  width:88%; max-width: 1440px;
	min-width:1210px;}
.in_xwzx .contb ul li{ float:left; margin-right:1%; width:386px; height:480px; display:block; background:#ffffff; width:32.5%;box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);}

.in_xwzx .contb ul li .topimg{

    /*height: 290px;*/
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	}
.in_xwzx .contb ul li .topimg img{max-width:100%;max-height: 100%;transform: scale(1);transition: all 1s ease-out;letter-spacing:0}
.in_xwzx .contb ul li:hover .topimg img{transform: scale(1.2);}
.in_xwzx .contb ul li .txt{
	padding: 15px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    letter-spacing: -0.11px;
	}
.in_xwzx .contb ul li .txt p{
	}
.in_xwzx .contb ul li .txt p a{
	font-size: 18px;
    color: #666666;
    line-height: 48px;
	} 
.in_xwzx .contb ul li .date{
    border-top: 1px solid #e5e5e5;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
	}
.in_xwzx .contb ul li .date dl dt{ float:left;font-size: 14px;color: #b7b7b7; line-height:60px}
.in_xwzx .contb ul li .date dl dt a{font-size: 14px;color: #b7b7b7; line-height:60px}


.in_xwzx .contb ul li:hover .date{ background:#0044a5}
.in_xwzx .contb ul li:hover .date dl dt{ float:left;font-size: 14px;color: #ffffff; line-height:60px}
.in_xwzx .contb ul li:hover .date dl dt a{font-size: 14px;color: #ffffff; line-height:60px}


.in_ys1{background:url(../images/bg1.jpg) center top no-repeat; height:385px; padding-top:40px; text-align: center;}
.in_ys1 .title{ font-size:40px; color:#fff; font-weight:bold; line-height:60px;}
.in_ys1 .cont{ max-width: 1440px;
	min-width:1210px; margin:35px auto}
.in_ys1 .cont ul li{
    float: left;
    width: 10%;
    display: block;
    font-size: 18px;
    color: #fff;
    background: url(../images/dec1.png) center top no-repeat;
    margin: 0 25px;
	}
.in_ys1 .cont ul li img{
	padding-top: 40px;
    padding-bottom: 50px;
	transition: all 0.5s;
    transform: scale(1,1);
	}
	
.in_ys1 .cont ul li:hover img{transform: scale(-1,1);}
.in_ys1 a{
	padding: 10px 40px;
    border: 2px solid #fff;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    border-radius: 50px;
	}
.in_ys1 a span{ font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:24px; line-height:45px;}



/*四大优势*/
.ad-bg{
    background: url(../images/bg_ys.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding: 4.2% 0;
}
.max1200{ max-width: 1440px;
	min-width:1210px; 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: #0044a5;
}

.adl .ad2{
    font-size: 2.8vw;
    line-height: 1.4;
    font-weight: bold;
    color: #0044a5;
}

.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
}
