@charset "utf-8";
body{overflow-x: hidden;}
/*头部开始*/
.pageHeader{
	height:95px;
	background-color: #f9f9f9;
}
.head-logo{
	margin-top:16px;
}
.head-nav{
	margin-left: 40px;
	position: relative;
	overflow: hidden;
}

.head-nav li{
	width:100px;
	height:95px;
	line-height: 95px;
	text-align: center;
	float:left;
	font-size:14px;
	color:#000;
	position: relative;
}
.head-nav li a{
	font-size: inherit;
	color:inherit;
	display: block;
	width:100%;
	height:100%;
	position: relative;
	z-index: 2;
}
.nav-mask{
	width:100px;
	height:95px;
	background: url(../images/cj_02.png);
	position: absolute;
	left:0px;
	top:-95px;
	z-index:1;
	overflow:hidden;
}
.head-nav li.on, .head-nav li.cur{
	color:#fff;
}
.head-call{
	margin-top: 25px;
}
/*头部结束*/
/*轮播开始*/
.banner,
.banner-wrapper{
	width:100%;
	height:660px;
	position:relative;
	overflow: hidden;
}
.banner-item{
	width:100%;
	height:660px;
}
.banner-item.on .banner-item-con-1{
	animation: bannerAnim 8s;
}
.banner-item.on .banner-item-con-2 .img1{
	animation: bannerAnim1 3s 1s;
	animation-fill-mode:forwards;
}
.banner-item.on .banner-item-con-2 .img2{
	animation: bannerAnim1 2.5s 1.8s;
	animation-fill-mode:forwards;
}
@keyframes bannerAnim{
	0%{transform: scale(1.08);}
	60%{transform: scale(0.97);}
	100%{transform: scale(1.00); }
}
@keyframes bannerAnim1{
	from{
		opacity: 0;
		transform: translateX(-70px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes bannerAnim2{
	from{
		opacity: 0;
		transform: translateX(-80px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}
.banner-item .img0{
	width:1920px;
	height:660px;
	position: absolute;
	left:0px;
	top:0px;
	margin-left:-360px;
}
.banner-item:nth-child(1) .img1{
	position: absolute;
	left:90px;
	top:360px;
	opacity: 0;
	transform: translateX(-50px);
}
.banner-item:nth-child(1) .img2{
	position: absolute;
	left:90px;
	top:125px;
	opacity: 0;
	transform: translateX(-50px);
}
/*轮播结束*/
/*栏目开始*/
.category{
	padding:59px 0 46px;
	/* background-color: #e9e9e9; */
}
.cat-tab-item{
	width:19%;
	float:left;
	margin-right: 1%;
}


.cat-tab-item .img-wrp{ height: 154px; overflow: hidden;}
.cat-tab-item .cat-tab-line{
	width:69px;
	height:3px;
	margin:0px auto 10px;
}
.cat-tab-item .cat-tab-line .line-process{
	width:0px;
	height:3px;
	background-color: #000;
	margin:auto;
	transition: width 0.3s;
}
.cat-tab-item .cat-tab-tit{
	font-size:15px;
	color:#333;
	text-align: center;
	height:28px;
	line-height: 28px;
	overflow: hidden;
}
.cat-tab-item.on .cat-tab-tit{
	color:#d30202;
}
.cat-tab-item.on .cat-tab-line .line-process{
	width:100%;
}
.cat-tab-wrp{
	margin-bottom: 16px;
}
.cat-con-wrp{
	margin-bottom: 86px;
	position: relative;
	width:1200px;
	height:461px;
	overflow: hidden;
}
.cat-con-item{
	width:1200px;
	height:461px;
	position: absolute;
	left:0px;
	top:0px;
	opacity: 0;
	transition: all .3s ease-in-out;
	transform: rotateY(-90deg) scale(1.1);
	transform-origin:50% 50%;
}
.cat-con-item.on{
	opacity: 1;
	transition-delay: .3s;
	transform: rotateY(0deg) scale(1);
}
.cat-con-item .cat-mask{
	width:362px;
	height:461px;
	background: url(../images/black.png) no-repeat right top;
	box-sizing: border-box;
	padding-top:25px;
	position: absolute;
	left:0px;
	top:0px;
}
.cat-con-item .cat-mask .tit-wrp{

	height:50px;
	line-height: 50px;
	font-size:20px;
	color:#e2c103;
	padding-left: 10px;
	/* text-align: center; */
	margin-bottom: 15px;
	/* background: url(../images/cj_25.png) no-repeat center center; */
}
.cat-con-item .cat-mask .tit-wrp a{ font-size:18px;}
.cat-con-item .cat-mask .sub-wrp{
	width:291px;
	margin-bottom: 10px;
	min-height:100px;
	margin-left: 15px;
}
.cat-con-item .cat-mask .sub-wrp li{
	height:300px;
	line-height: 30px;
	font-size:14px;
	/* text-indent: 28px */;
	overflow: hidden;
	color:#fff;
	border-bottom:1px dotted #5c544c;
}
.cat-con-item .cat-mask .sub-wrp li a span{ color: #fff !important;}
.cat-con-item .cat-mask .botbg{
	width:201px;
	height:53px;
	margin-left: 24px;
	background: url(../images/cj_29.png);
}
.ad1{
	transform: translateX(-24px);
}
/*栏目结束*/
/*选择开始*/
.choose{
	width:100%;
	padding: 59px 0 50px;
	background:#eff2f8 url(../images/cj_36.jpg) no-repeat center top;
}
.choose-title{
	width:501px;
	height:35px;
	margin:0 auto 111px;
	background: url(../images/choose_title.png);
}
.choose-item{
	width:100%;
	height:274px;
	cursor: default;
	margin-bottom: 74px;
	transition: all .5s;
}
.choose-item:last-child{
	margin-bottom: 0;
}
.choose-item:hover{
	transform: translateY(-5px);
	box-shadow: 0px 4px 12px 0px #babbc0;
}
.choose-item .con-wrp{
	width:627px;
	height:274px;
	box-sizing: border-box;
	padding:28px 75px 20px 36px;
	background-color: #fff;
}
.choose-item .con-wrp.fr{
	padding:28px 36px 20px 75px;
}
.choose-item .con-wrp .tit{
	padding-top:37px;
	font-size:13px;
	color:#666;
	font-family: "宋体";
	font-weight: bold;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 12px;
	border-bottom:1px solid #c4c4c4;
}
.choose-item .con-wrp .con{
	font-size:14px;
	color:#666;
	line-height: 32px;
	padding-top:10px;
}
.choose-item-1 .con-wrp .tit{
	background-image: url(../images/choose_tit1.png);
}
.choose-item-2 .con-wrp .tit{
	background-image: url(../images/choose_tit2.png);
}
.choose-item-3 .con-wrp .tit{
	background-image: url(../images/choose_tit3.png);
}
.choose-item-4 .con-wrp .tit{
	background-image: url(../images/choose_tit4.png);
}
.choose-item-5 .con-wrp .tit{
	background-image: url(../images/choose_tit5.png);
}
.choose-item-6 .con-wrp .tit{
	background-image: url(../images/choose_tit6.png);
}
/*选择结束*/
/*关于开始*/
.about{
	padding:57px 0px 30px;
}
.about-title{
	width:100%;
	height:87px;
	margin-bottom: 44px;
	background: url(../images/about_03-1.png) no-repeat center top;
}
.pic-title{
	width:100%;
	height:87px;
	margin-bottom: 44px;
	background: url(../images/about_03.png) no-repeat center top;
}

.about-company .con-wrp{
	width:675px;
}
.about-company .con-wrp h3{
	width:221px;
	height:119px;
	padding-top: 10px;
	background: url(../images/cj_46.png) no-repeat center 10px;
	margin-bottom: 28px;
}
.about-company .con-wrp .desc{
	height:96px;
	overflow: hidden;
	color:#666;
	line-height: 24px;
	margin-bottom: 35px;
	font-size: 14px;
}
.about-company .con-wrp .more{
	display: block;
	width:180px;
	height:43px;
	line-height: 43px;
	background-color: #ededed;
	color:#666;
	text-indent: 27px;
	margin-bottom: 38px;
	transition: all .3s;
}
.about-company .con-wrp .more span{
	display: inline-block;
	vertical-align: middle;
	width:0px;
	height:0px;
	margin-left:18px;
	margin-top:-3.5px;
	border-left:10px solid #a8a8a8;
	border-right:10px solid transparent;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	transition: all .3s;
}
.about-company .con-wrp .more:hover{
	background-color: #D30202;
	color:#fff;
}
.about-company .con-wrp .more:hover span{
	border-left-color:#fff;
}
.company-info-part{
	height:81px;
	box-sizing: border-box;
	cursor: default;
}
.company-info-part .text{
	color:#666;
}
.company-info-part-1{
	width:123px;
	border-right:1px solid #e0e0e0;
}
.company-info-part-1 .number{
	height:30px;
	margin-top:3px;
	margin-bottom: 23px;
	background-repeat: no-repeat;
	background-image: url(../images/years_03.png);
	
}
.company-info-part-1.anim .number{
	animation: numberAnim 5s;
	animation-timing-function: cubic-bezier(.22,.61,.36,1);
	animation-fill-mode: forwards;
}
@keyframes numberAnim{
	from{background-position: 0px 0px;}
	to{background-position: 0px -270px;}
}
.company-info-part-2{
	width:296px;
	padding-left:58px;
	border-right:1px solid #e0e0e0;
}
.company-info-part-3{
	padding-left:60px;
}
.company-info-part-2 .number,
.company-info-part-3 .number{
	height:29px;
	margin-top:3px;
	margin-bottom: 23px;
	transition: all .4s;
}
.company-info-part-2 .number{
	background: url(../images/num_03.png) no-repeat 0px 0px;
}
.company-info-part-3 .number{
	background: url(../images/num_06.png) no-repeat 0px 0px;
}
.company-info-part-2:hover .number,
.company-info-part-3:hover .number{
	background-position: 0px -29px;
}
.about-banner{
	margin-top: 40px;
	position: relative;
}
.about-wrapper{
	width:923px;
	margin-left:160px;
	overflow: hidden;
}
.about-banner .btn{
	width:78px;
	height:78px;
	border:2px solid #e9e8e9;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top:17px;
	border-radius: 50%;
}
.about-banner .btn:hover{
	background-color: #e60707;
	border-color:#e60707;
}
.about-banner .btn.prev{
	left:0px;
	background-image: url(../images/arrow_left.png);
}
.about-banner .btn.prev:hover{
	background-image: url(../images/arrow_left_hover.png);
}
.about-banner .btn.next{
	right:0px;
	background-image: url(../images/arrow_right.png);
}
.about-banner .btn.next:hover{
	background-image: url(../images/arrow_right_hover.png);
}
.about-slide{
	width:9999px;
	position: relative;
	margin-bottom: 20px;
}
.about-slide li{
	width:923px;
	height:124px;
	float:left;
}
.about-slide li .year{
	width:260px;
	height:124px;
	font-size:91px;
	color:#000;
	text-indent: 3px;
	border-right:1px solid #e2e1e1;
	line-height: 105%;
	background:url(../images/cj_59.png) no-repeat 4px 95px;
}
.about-slide li .desc{
	width:662px;
	height:124px;
	padding-left:45px;
	padding-top:20px;
	box-sizing: border-box;
	font-size:14px;
	color:#666;
	line-height: 29px;
	height:87px;
	overflow: hidden;
}
.about-switch-wrapper{
	width:1019px;
	padding:0px 23px;
	overflow: hidden;
	margin-left: 60px;
}
.about-switch{
	width:9999px;
	position: relative;
}
.about-switch li{
	width:215px;
	height:22px;
	padding-top:36px;
	text-indent: -23px;
	background: url(../images/cj_63.png) no-repeat left top;
	float:left;
	font-size:21px;
	color:#999;
	position: relative;
	cursor: pointer;
}
.about-switch li.on,
.about-switch li:hover{
	color:#000;
}
.about-switch li.on:before{
	content: "";
	display: block;
	width:8px;
	height:8px;
	border-radius: 50%;
	background-color: #ca0505;
	position: absolute;
	left:-4px;
	top:18px;
}
.ad2{
	margin-top: 78px;
}
/*关于结束*/
/*案例开始*/
.case{
	width:100%;
	height:416px;
	background: url(../images/success_bg_02.jpg) no-repeat center top;
	position: relative;
	padding-top:43px;
	box-sizing: border-box;
}
.case:after{
	content:"";
	display: block;
	width:100%;
	height:88px;
	background: url(../images/success_attach_03.png) no-repeat center top;
	position: absolute;
	left:0px;
	bottom:-88px;
}
.case-title{
	width:118px;
	height:28px;
	background: url(../images/success_tit.png);
	margin:0 auto 18px;
}

.case-sb{width:118px;
	height:28px;
	background: url(../images/success_sb.png);
	margin:0 auto 18px;}
.case-desc{
	font-size:16px;
	color:#fff;
	text-align: center;
	margin-bottom: 38px;
}
.case-banner{
	position: relative;
}
.case-wrapper{
	width:100%;
	height:224px;
	overflow: hidden;
}
.case-slide {
	width:9999px;
	position: relative;
}
.case-slide li{
	float:left;
	margin-right:20px;
}
.case-slide li p{ line-height: 35px; color: #fff; text-align: center;}
.case-banner .btn{
	display: block;
	width:52px;
	height:52px;
	position: absolute;
	top:70px;
}
.case-banner .btn.prev{
	left:-75px;
	background: url(../images/case_arrow_left.png);
}
.case-banner .btn.prev:hover{
	background: url(../images/case_arrow_left_hover.png);
}
.case-banner .btn.next{
	right:-75px;
	background: url(../images/case_arrow_right.png);
}
.case-banner .btn.next:hover{
	background: url(../images/case_arrow_right_hover.png);
}
/*案例结束*/
/*新闻开始*/
.news{
	padding:67px 0px 65px;
}
.news-top{
	margin-bottom: 28px;
}
.news-top .tit{
	width:162px;
	height:77px;
	background: url(../images/news_03.png);
}
.news-top .cat a{
	display: block;
	width:95px;
	height:26px;
	line-height: 26px;
	text-align: center;
	color:#fff;
	font-size:14px;
	background-color: #000;
}
.news-top .cat a:first-child{
	margin-top:19px;
	margin-bottom: 4px;
	background-color: #e60707;
}
.news-part1{
	width:384px;
}
.news-part1 .tit{
	font-size:14px;
	color:#ed1b1a;
	height:24px;
	line-height: 24px;
	overflow: hidden;
	margin:12px 0px 4px;
}
.news-part1 .desc{
	color:#666;
	line-height: 24px;
	height:48px;
	overflow: hidden;
}
.news-part2{
	width:364px;
	margin-left:31px;
}
.news-list-1{
	margin-bottom: 10px;
}
.news-part2 .news-list-1:nth-child(1){
	margin-bottom: 32px;
}
.news-list-1 .con-wrp{
	width:222px;
}
.news-list-1 .con-wrp .date{
	height:28px;
	line-height: 31px;
	margin-bottom: 5px;
}
.news-list-1 .con-wrp .tit{
	height:24px;
	line-height: 24px;
	margin-bottom: 4px;
}
.news-list-1 .con-wrp .desc{
	height:24px;
	line-height: 24px;
}
.news-list-2{
	height:39px;
	line-height: 39px;
	border-bottom: 1px solid #e8e2e2;
}
.news-part3{
	width:377px;
	margin-right:10px;
}
.news-ques-item{
	margin-bottom: 12px;
}
.news-ques-item .que{
	padding-left:47px;
	height:25px;
	line-height: 25px;
	margin-bottom: 11px;
	font-size:14px;
	background: url(../images/news_12.jpg) no-repeat left top;
}
.news-ques-item .ans{
	padding-left:47px;
	height:52px;
	line-height: 26px;
	color:#666;
	overflow: hidden;
	background: url(../images/news_15.jpg) no-repeat left top;
}
.toptitl { width: 1200px; margin: 0px auto; margin-bottom: 20px; display: block; height: 40px;}
.toptitl ul{display: flex;justify-content: center;}
.toptitl ul li{ float: left; border: 1px solid #cacaca; width: 20%; line-height: 40px; height: 40px; text-align: center; margin-right: 2%; }
.toptitl ul li a { font-size: 16px; }
.toptitl ul li:hover{ background-color: #d30202; color: #fff;}
.toptitl ul li:hover a{ color: #fff;}

/*新闻结束*/
/*底部开始*/
.links{
	padding-bottom: 20px;
}
.link-tit{
	padding-left:12px;
	color:#666;
	height:17px;
	line-height: 18px;
	font-size:17px;
	margin-top:3px;
	border-left:3px solid #e60707;
}
.link-tit span{
	font-size:12px;
}
.link-con{
	width:1032px;
	line-height: 24px;
	font-size:12px;
	color:#8c8b8b;
	font-family: "宋体";
}
.link-con span.sep{
	margin:0px 20px;
}
.pageFooter{
	color:#fff;
	line-height: 25px;
	height:292px;
	border-top:6px solid #ef7301;
	/*background: #29292d url(../images/footer_bg_03.png) repeat;*/
	background:url(../images/foot_bg002.jpg) no-repeat center;
}

.foot-main .container{
	padding:32px 0 0 361px;
	
	box-sizing: border-box;
	background: url(../images/footer_03.png) no-repeat left 45px;
}
.foot-nav a{
	color:#fff;
	font-size:14px;
}
.foot-nav{
	padding-bottom: 10px;
	border-bottom: 1px solid #004EB0;
}
.foot-nav .sep{
	margin:0px 28px;
}
.foot-info-part1{
	width:400px;
	border-right: 1px solid #004EB0;
}
.foot-info-part2{
	margin-left: 50px;
}
.foot-info-part{
	padding:20px 0px 18px;
}
.foot-info-part p{ font-size: 16px; line-height: 35px;}
.foot-info-part .tit{
	font-size:20px;
	margin-bottom: 10px;
}


.foot-bot{
	height:32px;
	line-height: 32px;
	background-color: #031272;
	text-align: center;
}
.foot-bot .icon-cp{
	width:14px;
	height:17px;
	margin-right:5px;
	background: url(../images/footer_07.jpg);
}

.foot-info-part2 img{ width: 383px;}
 .containzk{border-bottom: 1px solid #e3e3e3;padding:8px 0;}
 .containzk {
    width: 1200px;
    /* padding: 50px 0; */
    margin: 0 auto;
}
.containzk span:first-child {
    float: left;
}
.containzk span:last-child {
    float: right;
}
.containzk span a {
    transition: all 0.5s;
    position: relative;
    border-right: 1px solid #131313;
    padding: 0 10px;
    color: #131313;
    display: inline-block;
}
/*底部结束*/ 
/*内页开始*/

/*内页结束*/
.v9_pages{margin-top:5px;}
.v9_pages a, .v9_pages span{display: inline-block;padding:2px 6px;border:1px solid #ddd;margin-right:5px;}
.v9_pages a:hover, .v9_pages span{background-color: #f1f1f1;}
/*
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 */