/*banner*/
.banner {
    width: 100%;
    position: relative;
    /* height: 500px; */
}
.tp-simpleresponsive >ul >li{
	list-style: none;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive .tp-caption{
	position: absolute;
    visibility: hidden;
    font-size: 1.4em -webkit-font-smoothing: antialiased !important;
}
.tp-caption{
	z-index: 1;
}
.tp-caption img{
	display: block;
}
img {
    border: none;
    outline: none;
}
.tp-bullets{
	z-index: 1000;
    position: absolute;
    bottom: 40px!important;
}
.tp-bullets.simplebullets.round .bullet{
	cursor: pointer;
    position: relative;
    background: url(../img/bullet2.png) no-Repeat top left;
    width: 80px;
    height: 10px;
    margin-right: 10px;
    float: left;
    margin-top: 0px;
    margin-left: 10px;
}
.tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet.selected{
	background-position: bottom right;
}
.tpclear{
	clear: both;
}


/*news*/
.dinxin_news{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 90px;
	min-width: 1100px;
}
.news_btn{
	display: inline-block;
	transform: skewX(-25deg);
	width: 300px;
    height: 90px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
}
.news_body{
	background: white;
	/* width: calc(100% - 510px);
    left: 255px; */
	width: 100%;
	height: 90px;
	position: relative;
}
.news_img{
	width: 250px;
	transform: skewX(0deg) translateY(-50%);
	overflow: hidden;
    height: 75px;
}
.news_img img{
	transform: skewX(25deg) translate(-50%,-50%);
	/* transform: translate(-50%,-50%); */
  	height: 100%;
    width: 130%;
}
.news_text{
	transform: skewX(0deg);
	width: calc(100% - 250px);
	left: 250px;
}
.news_title{
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px;
}
.news_content{
	font-size: 12px;
	line-height: 23px;	
	color: #333;
}
.news_main{
	transform: skewX(25deg);
	width: 90%;
	margin-left: 40px;
	padding: 5px 0;
}
.news_info{
	float: left;
	width: calc(100% - 150px);
}
.news_time{
	float: right;
	width: 90px;
	line-height: 90px;
	color: #333;
	font-size: 15px;
}
.news_up{
	background: #be2421;
	left: -45px;
	width: 0;
}
.news_next{
	background: #f6f6f6;
	right: -45px;
	width: 0;
}
.btn_left{
	right: 20px;
	transform: skewX(25deg) translateY(-50%);
	width: 25px;
}
.btn_right{
	left: 30px;
	transform: skewX(25deg) translateY(-50%);
	width: 25px;
}
.news_banner {
    width: calc(100% - 510px);
    height: 90px;
    overflow: hidden;
    position: relative;
    left: 255px;
    float: left;
}
.news_banner > ul {
    display: none;
    height: 90px;
    position: absolute;
    top:0;
    left: 0;
	width: 100%;
}
.news_banner > ul > li  {
    float: left;
    height: 90px;
}


/*about us*/
.model_rows{
	width: 1100px;
	margin: 0 auto;
	padding: 30px 50px;
	overflow: hidden;
}
.model_rows_left{
	width: 50%;
	padding-right: 20px;
	float: left;
}
.model_rows_right{
	width: 50%;
	padding-left: 20px;
	float: left;
}
.info_top{
	border-bottom: solid 0px ;
	padding: 5px;
	padding-left: 30px;
	position: relative;
	overflow: hidden;
    height: 52px;
    padding-top: 50px;
}
.info_top_name{
	float: left;
	text-align: center;
}
.top_name_cn{
	color: #BE2421;
	font-weight: bold;
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 1px;
}
.top_name_en{
	text-transform: uppercase;
	color: #BE2421;
	font-size: 12px;
	letter-spacing: 2px;
}
.more_btn{
	float: right;
	padding: 2px 15px;
	border: solid 1px #8b8b8b;
	border-radius: 20px;
	color: #8B8B8B;
	font-size: 12px;
	right: 0;
	top: -20px;
}
.info_bottom{
	padding: 25px 5px 0 25px;
	opacity: 0;
}
.info_content{
	text-indent: 2em;
	color: #666;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 2px;
}
.aboutus{
	margin-top: 15px;
}
.abouts_icon{
	float: left;
	width: 25px;
	margin-right: 10px;
	padding-top: 3px;
}
.abouts_icon img{
	width: 100%;
}
.abouts_text{
	float: left;
	width: calc(100% - 35px);
	color: #666;
	line-height: 30px;
	font-size: 15px;
}
.abouts_text:hover{
	color:#BE2421;
}
.text_title{
	color: #BE2421;
}
.honor_body{
	padding: 25px 15px 0 20px;
	opacity: 0;
}
.honor{
	background: #f7f7f7;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.honor_banner{
	width: 500%;
	height: 100%;
}
.honor_li{
	float: left;
	width: 250px;
	text-align: center;
	height: 100%;
	padding-top: 20px;
	margin-left: 20px;
}
.honor_li img{
	height: 100%;
	margin-bottom: 20px;
  	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.honor_li p{
	color: black;
  	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.honor_ul2,.honor_ul1{
	float: left;
}
.honor_li_cover{
	height:195px;
  	overflow:hidden;
  	position:relative;
  	margin-bottom: 5px;
}

/*news center*/
.newsCenter{
	padding-top: 10px;
}
.newsCenter_info_top{
	float: left;
	width: 250px;
}
.tab_btns{
	float: right;
	/* right: 0; */
	right: -320px;
}
.tab_btn{
	float: left;
	padding: 4px 15px;
	font-size: 12px;
	color: #333;
	cursor: pointer;
	margin-left: 10px;
}
.tab_btn_active{
	color: white;
	background: #BE2421;
}
.row_top{
	position: relative;
}
.row_bottom{
	padding: 25px 0 0;
	width: 100%;
    overflow: hidden;
}
.dinxin_model.bgF7 .row_bottom{
	height: 355px;
}
.dinxin_model.ecbg .row_bottom{
	height: 514px;
}
.newsCenter_banner,.newsCenter_banner2,.newsCenter_banner3{
	width: 450px;
	height: 330px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: -450px;
}
.newsCenter_banner > ul,.newsCenter_banner2 > ul,.newsCenter_banner3 > ul{
	display: none;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
}
.newsCenter_li{
	cursor: pointer;
  	margin-bottom:30px;
}
.newsCenter_li:hover .newsCenter_time{
	border: solid 5px #BE2421;
    background: #cb4441;
    color: white;
}
.newsCenter_li:hover .newsCenter_info{
    color: #BE2421;
}
.newsCenter_li:last-child{
	margin-bottom:0px;
}
.newsCenter_list{
	width: 550px;
	padding-left: 30px;
	float: right;
	/* margin-right: -550px; */
	margin-top:340px
}
.newsCenter_time{
	width: 90px;
	height: 90px;
	float: left;
	border: solid 5px white;
	background: #F7F7F7;
	color: #333;
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
}
.newsCenter_time span{
	font-size: 25px;
}
.newsCenter_info{
	float: left;
	width: 420px;
	padding-left: 30px;
	color: #333;
}
.newsCenter_info_title{
	font-size: 14px;
	line-height: 35px;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow:ellipsis;
}
.newsCenter_info_content{
	font-size: 12px;
	line-height: 25px;
}
.newsCenter_li_active .newsCenter_time{
	border: solid 5px #BE2421;
	background: #cb4441;
	color: white;
}
.newsCenter_li_active .newsCenter_info{
	color: #BE2421;
}
.newsCB_li{
	position: relative;
	float: left;
	height: 330px;
}
.news_cover{
	height:150px;
  	overflow:hidden;
}
.newsCB_li_img{
	width: 100%;
}
.newsCB_li_time{
	background: #BE2421;
	color: white;
	font-size: 13px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	padding-top: 13px;
}
.newsCB_li_time span{
	font-size: 22px;
}
.newsCB_btn_list,.newsCB_btn_list2,.newsCB_btn_list3 {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
}

.newsCB_btn_list > span,.newsCB_btn_list2 > span,.newsCB_btn_list3 > span  {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 12px;
    margin: 0 5px;
    background: #999;
    cursor: pointer;
}

.newsCB_btn_list > span.current,.newsCB_btn_list2 > span.current,.newsCB_btn_list3 > span.current {
    background: #BE2421;
}
.newsCB_info{
	color: #999;
	text-indent: 2em;
}
.newsCB_info_title{
	font-size: 15px;
	line-height: 35px;
	margin-top:10px;
  	overflow: hidden;
  	white-space: nowrap;
  	text-overflow:ellipsis;
}
.newsCB_info_content{
	font-size: 12px;
	line-height: 25px;
   	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*engineering case*/
.ecbg{
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: left bottom;
	background-image: url(../img/ecbg.png);
}
.ecbg .model_rows{
	padding-top: 40px;
	padding-bottom: 0;
}
#carousel,#carousel2 {
	width:100%;
	height:400px;
	position:relative;
	clear:both;
	overflow:hidden;
	margin-top: -500px;
}
#carousel img,#carousel2 img {
	visibility:hidden; /* hide images until carousel can handle them */
	cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}
.carousel_btn{
	text-align: center;
	padding: 30px;
	margin-top: 470px;
}
.carousel_btn img{
	width: 25px;
	margin: 0 10px;
	cursor: pointer;
}
.carousel_name{
	display: none;
	color: white;
}
.carousel_pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.5;
}
.carousel_name_text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 50px;
}
.dinxin_top{
	overflow: hidden;
}
.dinxin_menu{
	margin-right: -650px;
}
.footer_info{
	margin-left: -700px;
}
.footer_aboutus{
	margin-right: -400px;
}


@media screen and (max-width:1100px) {
	.dinxin_news{
		width: 1100px;
	}
	.news_up{
		left: -120px;
	}
	.news_next{
		right: -120px;
	}
	.news_banner{
		width: calc(100% - 360px);
		left: 180px;
	}
}