/**
江苏巨能集团样式 2018-10-12 19:43
**/


/** 通用 **/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-appearance: none;
}

html,
body,
ul,
li,
h2,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
ul,li{ list-style-type:none}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}

a:link{
	text-decoration: none;
	color: #666666 
}
a:visited{
	text-decoration: none;
	color: #666666 
}
a:hover{
	text-decoration: none;
	color: #137643 
}
a:active{
	text-decoration: none;
	color: #666666 
}
body {
	font-family: Microsoft Yahei, sans-serif;
	background-color: #f3f2f2;
	height: auto;
}

.btn {
	border: 0;
	border-radius: 3px;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	outline: none;
	font-family: inherit;
	cursor: pointer;
}


/* 设置滚动条的样式 */

/*::-webkit-scrollbar {
	width: 10px;
}

::-webkit-input-placeholder {
	color: #666;
}*/

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"]
{
	-webkit-appearance: none;
	outline: none;
}

textarea {
	-webkit-appearance: none;
}

button {
	border-radius: 0;
}

input[placeholder],
[placeholder],
*[placeholder] {
	color: #666666 !important;
}
/* 首页的样式 */
.header{
	width: 100%;
	height: 80px;
  background: #f4f4f4;
}
.header_content{
	width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.header_left{
	position: relative;
	float: left;
	width: auto;
	height: 100%;
/* 	background: #ffffff; */
}
.header_right{
	float: right;
	width: auto;
	height: 100%;
  background: #afa9a9;
}
.header_left_logo{
	float: left;
	width: 197px;
	height: 100%;
	padding-top: 10px;
}
.header_left_logo img{
	max-width: 100%;
}
.header_left_title{
	float: left;
	width: auto;
	height: 100%;
	padding-left: 25px;
	padding-top: 15px;
	font-size: 24px;
	color: #dd2726;
	line-height: 85px;
	font-weight: bold;
}
.header_right .menu{
	float: left;
}
.header_right .language{
	float: left;
}
.header_right .menu li{
	float: left;
}
.header_right .language li{
	float: left;
}
.header_right .menu li a{
	float: left;
	display: block;
	height: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	padding: 0 20px;
}
.header_right .menu .active a{
    background: #137643;
    color: #FFFFFF;
}
.header_right .menu li a:link{
}
.header_right .menu li a:visited{ 
}
.header_right .menu li a:hover{
    background: #137643;
    color: #FFFFFF;
}
.header_right .menu li a:link{
}
.header_right .language li a{
	float: left;
	display: block;
	line-height: 80px;
	height: 100%;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	background: #137643;
	padding: 0 7px;
}
.mbl_menu{
	display: none;
	width: 50px;
	height: 50px;
	padding: 10px;
	cursor: pointer;
	margin-top: 5px;
}
.mbl_menu img{
    max-width: 100%;
}
.no_url{
	display: none;
}
.banner_index, #sl4 li {
    position: relative;
    overflow: hidden;
    height: 600px;
    background: #F0F0F0;
}
.srearch_box{
	width: 100%;
	height: 100px;
}
.srearch_box ul{
	max-width: 1400px;
	height: 100px;
	padding: 22px 0px;
	background: #f3f3f3;
	margin: 0 auto;
}
.srearch_box ul li{
    width: auto;
    float: left;
    margin-right: 10px;
}
.input_box{
	position: relative;
	width: 278px;
	height: 38px;
	border: 1px solid #c5c5c5;
	background: #FFFFFF;
}
.srearch_box ul li .input_box select{
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
	color: #666666;
	line-height: 38px;
	border: 0px solid #c5c5c5;
	outline: none;
}
.limit_sel_width{
	width: 170px !important;
}
#sub{
    width: 82px;
    height: 38px;
    text-align: right;
    font-size: 14px;
    line-height: 38px;
    color: #FFFFFF;
    outline: none;
    background: #137643;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    padding-right: 18px;
}
.search_title{
	line-height: 40px;
	font-size: 16px;
	color: #137643;
}
.car_select{
	width: 100%;
	height: 180px;
	background: #137643;
	padding: 20px 0;
	overflow-x: auto;
	overflow-y:hidden;
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;	
}
.car_select_box{
	position: relative;
	width: 1400px;
	margin: 0 auto;
	height: 130px
}
.car_select_box ul{
	width: 1600px;
}
.car_select_box li{
	float: left;
	width: 220px;
	height: 130px;
	margin-right: 16px;
	background: #ededed;
    padding: 25px 18px;
}
.car_pic{
	float: left;
	width: 80px;
	height: auto;
}
.car_pic img{
    max-width: 100%;
}
.car_title{
    float: right;
    width: 94px;
    height: auto;
    padding-top: 13px;
}
.car_title p{
     text-align: left;
     font-size: 16px;
     margin-bottom: 5px;
}
.car_name{
	color: #333333;
	font-weight: bold;
}
.car_title{
	color: #545353;
}
.tires_send{
	width: 100%;
	overflow-x: auto;
	overflow-y:hidden
    white-space: nowrap;
    font-size: 0;
    -webkit-overflow-scrolling: touch;		
}
.prt_box
{
	width: 1400px;
	margin: 0 auto;
	padding: 58px 0;
	height: auto;
    overflow: hidden;
}
.prt_box ul{
	width: 1431px;
	margin: 0 auto;
}
.prt_box ul li{
    position: relative;
    float: left;
    width: 446px;
    height: auto;
    margin-right: 31px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.prt_box ul li img{
	max-width: 100%;
}
.prt_title{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 65px;
    background-color: rgba(21, 20, 20, 0.8);
    text-align: center;
    font-size: 16px;
    line-height: 65px;
    color: #ffffff;
}
.show_info{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
	height: 100%;
  padding: 20px 50px;
	background-color:rgba(19,118,67,0.7);
}
.show_info h{
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	padding: 30px 0 10px 0;
}
.show_info p{
	display: block;
	width: 100%;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
.prt_btn_more{
	clear: both;
	width: 140px;
	height: 38px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 20px auto;
	cursor: pointer;
}
.hidden{
	display: none;
}
.company{
	width: 100%;
	margin-bottom: 348px;
	background: #137643;
}
.company_box{
	position: relative;
	width: 1400px;
	margin: 0 auto;
	height: 555px;
	padding: 50px 130px;
}
.company_box h{
	display: block;
	width: 100%;
	line-height: 36px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.company_box font{
	display: block;
	width: 100%;
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}
.company_box p{
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}
.company_video{
	position: absolute;
	width: 1082px;
	height: auto;
	left: 50%;
	margin-left: -541px;
	top: 248px;
	z-index: 5;	
	cursor: pointer;
}
.company_video img{
	max-width: 100%;
}
.more_company{
    position: absolute;
    width: 140px;
    height: 45px;
    left: 50%;
    margin-left: -70px;
    top: 805px;
    z-index: 5;
    line-height: 45px;
    font-size: 18px;
    text-align: right;
    color: #FFFFFF;
    cursor: pointer;
    background: #137643;
    border-radius: 5px;
    padding-right: 40px;
    overflow: hidden;
}
.bottom{
	width: 100%;
	background: #333333;
}
.bottom_box{
	position: relative;
	max-width: 1400px;
	height: 110px;
	margin: 0 auto
}
.bottom_box li{
    float:left;
    line-height: 110px;
    font-size: 16px;
    margin-right: 10px;
    color: #FFFFFF;
}
.logo_bottom{
    position: absolute;
    top: 22px;
    right: 10px;
    width: 185px;
    z-index: 5;
}
.logo_bottom img{
    max-width: 100%;
}

/** 关于我们 **/
.banner_next{
	width: 100%;
	background: #090e14;
}
.banner_next img{
	max-width: 100%;
	margin: 0 auto;
}
.about_info{
	width: 1400px;
	margin: 0 auto;
	clear: both;
}
.menu_list{
	position: relative;
	width: 100%;
	/*height: auto;
	overflow: hidden;*/
}
.menu_list li{
	float: left;
	line-height: 70px;
	font-size: 14px;
	color: #666666;
}
.menu_list li h{
    padding: 0 10px;
}
.about_content{
	position: relative;
	width: 100%;
	margin-top: 5px;
	padding-right: 500px;
}
.about_pic{
	position: absolute;
	width: auto;
	top: 50px;
	right: 10px;
	z-index: 5;
	background: #e2e2e2;
}
.about_pic img{
	margin-top: -22px;
	margin-left: 22px;
	max-width: 100%;
}
.profile{
	width: 100%;
	height: auto;
}
.profile .line{
	clear: both;
	width: 46px;
	height: 9px;
	background: #525252;
	margin-bottom: 20px;
	
}
.profile .profile_eng{
	width: 100%;
	line-height: 15px;
	font-size: 14px;
	text-align: left;
	color: #333333;	
}
.profile .profile_chn{
	width: 100%;
	line-height: 34px;
	font-size: 22px;
	text-align: left;
	color: #525252;	
}
.profile p{
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	text-align: left;
	color: #666666;	
/*	padding: 20px 0 50px 0;*/
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
}
/** 产品列表 **/
#sub_search{
    width: 82px;
    height: 38px;
    text-align: right;
    font-size: 14px;
    line-height: 38px;
    color: #FFFFFF;
    outline: none;
    background: #137643;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    padding-right: 18px;
}
.search_prt{
	position: absolute;
	width: 390px;
	top: 15px;
	right: 0;
	z-index: 5;
}
.search_prt select{
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
	color: #666666;
	line-height: 38px;
	border: 0px solid #c5c5c5;
	outline: none;
}
.search_prt .input_box{
    float: left;
    margin-right: 7px;
}
.prt_type_list{
	width: 100%;
	margin-bottom: 20px;
}
.type_name{
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid #333333;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.type_name h{
	display: block;
	float: left;
   font-size: 21px;
   color: #333333;
   line-height: 20px;
}
.type_name font{
	display: block;
	float: right;
   font-size: 14px;
   color: #666666;
   line-height: 24px;
}
.content_box{
	width: 100%;
}
.prt_list{
    width: 1420px;
    height: auto;
    overflow: hidden;
}
.prt_list  li{
    position: relative;
    float: left;
    width: 335px;
    height: auto;
    margin-right: 20px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.prt_list  li img{
	max-width: 100%;
}
/*产品详情*/
.prt_header{
	float: left;
	width: 100%;
	height: auto;
}
.prt_pic{
	float: left;
	width: 450px;
	height: auto;
}
.prt_pic img{
    max-width: 100%;
}
.prt_lt_info{
	float: right;
	width: 715px;
	height: auto;
}
.prt_lt_info_top{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #BDBDBD;
}
.prt_lt_info_top h{
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 26px;
	text-align: left;
	color: #333333;
	padding-bottom: 20px;
}
.prt_lt_info_top ul{
	width: 100%;;
}
.prt_lt_info_top ul li{
	position: relative;
    width: 100%;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    padding-left: 40px;
}
.prt_lt_info_bottom{
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: left;
	line-height: 22px;
	font-size: 14px;
	color: #666666;	
}
.prt_info{
	float: left;
	width: 100%;
	height: auto;
}
.font_title{
	width: 100%;
	padding: 20px 0;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	border-bottom: 2px solid #333333;
}
.prt_info p{
	width: 100%;
	padding: 20px 0;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.prt_data{
	float: left;
	width: 100%;
	height: auto;
}
.prt_data ul{
	width: 100%;
	height: 50px;
    border-bottom: 1px solid #d8d7d7;
}
.prt_data ul:first-child{
	border-top: 1px solid #c7c7c7;
    background: #137643;
	height: 60px;
}
.prt_data ul:last-child{
	border-top: 0px solid #c7c7c7;
}
.prt_data ul li{
	float: left;
	width: 14.2%;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
}
.prt_data ul:first-child li{
    line-height: 60px;
    font-weight: bold;
    color: #ffffff;
   
}
.about_prt{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 20px;
}
/*新闻*/
.news_list{
	width: 100%;
	height: auto;
}
.news_list li{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 150px;
}
.news_left{
	float: left;
	width: 200px;
	height: 210px;
}
.news_left img{
    max-width: 100%;
}
.news_right{
	float: right;
	width: 775px;
	height: auto;
	padding: 10px 0;
}
.news_right h{
	width: 100%;
	height: 30px;
	font-size: 20px;
	text-align: left;
	color: #333333;
}
.news_right p{
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #666666;
	padding-top: 20px;
}
.news_list {
    float: left;
}
.news_btn{
	width: 100%;
}
.news_btn .prt_btn_more{
	float: right;
    clear: both;
    width: 140px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
    margin: 20px auto;
    cursor: pointer;
    background: #137643;
}
.news_time{
	position: absolute;
	width: 70px;
	height: 80px;
	top: 10px;
	left: 10px;
	z-index: 5;
	background: #137643;
	border-radius: 5px;
}
.time_day{
	float: left;
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	line-height: 49px;
	font-size: 24px;
	color: #FFFFFF;
}
.time_year{
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
}
.limit_bd_width{
	width: 1200px !important;
}
.news_info_title{
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 2px solid #c5c5c5;
	margin-bottom: 20px;
}
.news_more_title{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	text-align: left;
	color: #333333;
	padding-bottom: 5px;
}
.news_more_time{
	float: left;
	width: 100%;
	line-height: 14px;
	font-size: 14px;
	text-align: left;
	color: #999999;
	padding-bottom: 17px;
}
.news_info_detail{
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	color: #686868;
	margin-bottom: 20px;
}
.news_info_detail img{
    max-width: 100%;
}
/*产品参数*/
.data_left{
	float: left;
	width: 250px;
	height: auto;
}
.data_right{
	float: right;
	width: 986px;
	height: auto;
}
.limit_flt{
	float: left;
}
.data_left .input_box{
	margin-bottom: 5px;
}
.data_left .input_box select{
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: left;
	padding-left: 5px;
	color: #666666;
	line-height: 38px;
	border: 0px solid #c5c5c5;
	outline: none;
}
#sub_data{
	clear: both;
	width: 100%;
	height: 38px;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 5px;
	cursor: pointer;
	background: #137643;
}
.data_left .input_box:last-child{
	border: 0;
}
/*联系我们*/
.ct_top{
	float: left;
	width: 100%;
	height: auto;
}
.ct_top .ct_title{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
	font-size: 24px;
	color: #333333;
}
.ct_top .ct_font{
	float: left;
	width: 100%;
	height: auto;
    padding-left: 20px;
    border-left: 2px solid #db241c;
    margin-top: 10px;
}
.ct_top .ct_font font{
	display: block;
	float: left;
	width: 100%;
	line-height: 14px;
	text-align: left;
	font-size: 14px;
	color: #333333;
}
.ct_top .ct_font h{
	display: block;
	float: left;
	width: 100%;
	line-height: 24px;
	text-align: left;
	font-size: 18px;
	color: #333333;
}
.ct_map{
	float: left;
	width: 100%;
	height: 450px;
	margin-bottom: 20px;
}
.ct_map img{
	max-width: 100%;
}
.ct_info{
	float: left;
	width: 100%;
	height: auto;
    padding-left: 20px;
    border-left: 2px solid #137643;	
	margin-bottom: 30px;
}
.ct_info li{
	float: left;
	width: 420px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d6d6d6;
	margin-right: 45px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 25px;
	color: #666666;
}
.menu_list font{
	color: #DA251D;
	padding-left: 10px;
}
.video{
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.95);
}
#video{
	position: absolute;
	width: 800px;
	height: 440px;
    top: 50%;
    margin-top: -220px;
    left: 50%;
    margin-left: -400px;
    z-index: 1001;
}
#close{
	position: absolute;
	width: 50px;
    top: -10px;
    right: -10px;
    z-index: 1002;
    cursor: pointer;
}
#close img{
	max-width: 100%;
}
.news_info_detail img {
   max-width: 100%;
   margin: 0 auto;
}
.prt_info img {
   max-width: 100%;
   margin: 0 auto;
}
.tap_lag{
	display: none;
}
.prt_data_box .data_list:nth-of-type(odd){
	
}
.prt_data_box .data_list:nth-of-type(even){
	 background: #D9D9D9;
}
.profile_info{
	width: 100%;
	padding: 10px  0;
}
.profile_info img{
	max-width: 100%;
}
.cpy_name{
	float:left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	color: #137643;
	font-weight: bold;
	margin-bottom: 20px;
}
.ct_allinfo{
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.load_more{
	    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.limit_ht{
	height: 95px !important;
}
.limit_ht li{
	line-height: 95px;
}
.sp_data{
	float: left;
	height: auto !important;
}
.sp_data li{
   padding: 10px 0;
	 line-height: 27px !important;
}
/*优化样式*/
.icon_search{
    position: absolute;
    width: 31px;
    height: 25px;
    top: 5px;
    left: 2px;
    z-index: 5;
}
.icon_search img{
    max-width: 100%;
}
.hot_icon{
    position: absolute;
    width: 70px;
    height: auto;
    top: 5px;
    right: 5px;
    z-index: 1000;
}
.hot_icon img{
    max-width: 100%;
}
.icon_more{
    position: absolute;
    z-index: 7;
    width: 72px;
    height: auto;
    top: 5px;
    left: -27px;
}
.icon_more img{
    max-width: 100%;
}
.search_next{
	float: left;
	position: relative;
}
.icon_801{
    position: absolute;
    z-index: 7;
    width: 30px;
    height: auto;
    top: 11px;
    left: 0px;
}
.icon_801 img{
    max-width: 100%;
}