/** reset **/
.box_1180{
	width:1180px;
	margin:0 auto;
}
/*调用字体*/
@font-face {
font-family: HelveticaNeueLTStd-UltLtEx; /*这里是说明调用来的字体名字*/
src: url("HelveticaNeueLTStd-UltLtEx.otf"); /*这里是字体文件路径*/
}

/*************首页*************/

/*头部信息*/
.i_hd{}
.i_hd .top_link{
	height:35px;
	background: #3f3f3f;
}
.i_hd .top_link .box_1180{
	text-align: right;
}
.i_hd .top_link .box_1180 .content{
	float:right;
	padding-top:0px;
	height:35px;
	line-height: 35px;
}
.i_hd .top_link .box_1180 .content .zhengquandaima{
	color:#db0011;
	margin-right:20px;
	font-weight:bold;
	text-shadow:1px 1px 0px rgba(0,0,0,1);
}
.i_hd .top_link .box_1180 .content .website{
	color:#fff;
}
.i_hd .top_link .box_1180 .content .website a{
	color:#fff;
}
.i_hd .top_link .box_1180 .content .website b{
	margin:0 15px;
}
.i_hd .top_link .box_1180 .content .language{
	background:url(/images/img_03.jpg) 0px center no-repeat;
	padding-left:25px;
	height:35px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.i_hd .top_link .box_1180 .content .language > div{
	background: url(/images/img_04.jpg) 29px center no-repeat;
	padding-right:22px;
}
.i_hd .top_link .box_1180 .content .language .drop-down{
	position: absolute;
	text-align: center;
	left:-17px;
	top:35px;
	width:100px;
	background: #3f3f3f;
	display: none;
}
.i_hd .top_link .box_1180 .content .language:hover .drop-down{
	display: block;
	z-index: 10;
	box-shadow:0px 8px 6px rgba(0,0,0,0.3);
}
.i_hd .top_link .box_1180 .content .language .drop-down li{
    height: 27px;
    line-height: 27px;
    border-bottom: 1px solid #5d5d5d;
    padding-top: 2px;
}
.i_hd .top_link .box_1180 .content .language .drop-down li:last-child{
	border:none;
}
.i_hd .top_link .box_1180 .content .language .drop-down li:hover{
	background: #222;
}
.i_hd .top_link .box_1180 .content .language .drop-down li a{
	color: #c5c5c5;
}
.i_hd .top_link .box_1180 .content .search{
	position: relative;
	padding-top:6px;
}
       .i_hd .top_link .box_1180 .content .search  input::-webkit-input-placeholder{
            color:#333;
        }
       .i_hd .top_link .box_1180 .content .search  input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#333;
        }
       .i_hd .top_link .box_1180 .content .search  input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#333;
        }
       .i_hd .top_link .box_1180 .content .search  input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#333;
        }
.i_hd .top_link .box_1180 .content .search input.s_1{
	border:1px solid #aaaaaa;
	height:20px;
	line-height: 20px;
	border-radius: 10px;
	background: none;
	padding-left:7px;
	background: url(/images/img_06.png) 155px 4px no-repeat #fff;
	color:#000;
}
.i_hd .top_link .box_1180 .content .search input.s_2{
	height:22px;
	width:30px;
	position: absolute;
	right:0px;
	top:6px;
	background:none;
	border:none;
	cursor: pointer;
}
.i_hd .top_link .box_1180 .content .search:hover input.s_1{
	border:1px solid #ddd;
}

.i_hd .header{
	height:95px;
}
.i_hd .header .logo{
	left:0px;
	top:26px;
}
.i_hd .header .menu{
	left:310px;
	top:0px;
}
.i_hd .header .menu>ul{
	
}
.i_hd .header .menu>ul>li{
	height:95px;
	line-height: 95px;
	width:130px;
	float:left;
	text-align: center;
	font-size:15px;
	cursor: pointer;
	background:url(/images/menu_line.jpg) no-repeat right center;
	margin-left:-1px;
	transition:0.3s;
}
.i_hd .header .menu>ul>li:last-child{
	background:none;
}
.i_hd .header .menu>ul>li:hover{
	background: #f9f9f9  no-repeat right center;
	transition:0s;
}
.i_hd .header .menu>ul>li.curr{
	background: #f9f9f9  no-repeat right center;
	transition:0.3s;
}

.i_hd .menu_dropDown{
	display: none;
	position: absolute;
	width: 100%;
	top:130px;
	z-index: 11;
}
.i_hd .menu_dropDown>div{
	height:440px;
	width:100%;
	right:0px;
	text-align: center;
	background: #f9f9f9;
}
.i_hd .menu_dropDown>div ul{
	width: auto;
	margin:0 auto;
	padding-top:150px;
}
.i_hd .menu_dropDown>div ul li{
    text-align: center;
    width: 160px;
    font-size: 14px;
    display: inline-flex;
    cursor: pointer;
}
.i_hd .menu_dropDown>div ul li a{
	display: block;
	width: 100%;
	height:100%;
	color: #333;
}
.i_hd .menu_dropDown>div ul li:hover a{
	color: #333;
}
.i_hd .menu_dropDown>div ul li img{
    width:94px;
    height:77px;
	margin:0 0 60px 0;
}
.i_hd .menu_dropDown>div ul li img{
    position: relative;
    top:0px;
}
.i_hd .menu_dropDown>div ul li:hover img{
    position: relative;
    top:-10px;
}
.i_hd .menu_dropDown>div .clost_bt{
	top:20px;
	right:0px;
	display: none;
}
.i_hd .header .tel{
	width: 253px;
	right:0px;
	top:29px;
	background: #db0011;
}
.i_hd .header .tel .l{
	float:left;
}
.i_hd .header .tel .r{
	float:right;
	cursor: pointer;
}

/*banner*/
@font-face {
font-family: FZXBSJW_1; /*这里是说明调用来的字体名字*/
src: url("http://sv.m9v.net/FZXBSJW_1.TTF"); /*这里是字体文件路径*/
}
.i_banner{
	height:766px;
	background: #000;
}
.i_banner .video_bg{
	height:766px;
	overflow: hidden;
	Filter:alpha(opacity=50);  Opacity:0.5; 
}
.i_banner .type_tab{
    height: 766px;
    margin-top: -766px;
    width: 1180px;
    margin: -766px auto 0 auto;
    position: relative;
}
.i_banner .type_tab>ul{
	padding-top:150px;
	position: relative;
}
.i_banner .type_tab>ul>li{
	float:left;
	margin:0 3px;
	width: 190px;
	height: 164px;
	position: relative;
}
.i_banner .type_tab>ul>li>a{
	width: 190px;
	height: 164px;
	background:url(/images/pro_type_a_2.png) no-repeat;
	color: #b7fffe;
	display: flex;
	font-size: 24px;
	justify-content:center;
	align-items:center;
}
.i_banner .type_tab>ul>li>a>span{
	font-family:"FZXBSJW_1";
	text-shadow:3px 3px 15px rgba(0,0,0,0.8);
	width: 96px;
	text-align: center;
}

.i_banner .type_tab>ul>li>a:hover{
	background:url(/images/pro_type_a_1.png) no-repeat;
}
.i_banner .type_tab>ul>li.active>a{
	color: #00eb16;
	background:url(/images/pro_type_a_1.png) no-repeat;
}

.i_banner .type_tab>ul>li>ul{
	position:absolute;
	width: 1180px;
    left: 17px;
    top: 216px;
	display: none;
}

.i_banner .type_tab>ul>li>ul> .banner_line{
	width: 31px;
	height: 116px;
	background:url(/images/banner_line.png) no-repeat;
	position: absolute;
}
.i_banner .type_tab>ul>li:nth-child(1)>ul{
    left: 11px;
    display: block;
}
.i_banner .type_tab>ul>li:nth-child(1)>ul> .banner_line{
    top: -90px;
    left: -9px;
}
.i_banner .type_tab>ul>li:nth-child(2)>ul{
    left: -183px;
}
.i_banner .type_tab>ul>li:nth-child(2)>ul> .banner_line{
    width: 56px;
	background:url(/images/banner_line_2.png) no-repeat;
    top: -85px;
    left: 186px;
}
.i_banner .type_tab>ul>li:nth-child(3)>ul{
    left: -82px;
}
.i_banner .type_tab>ul>li:nth-child(3)>ul> .banner_line{
    width: 56px;
	background:url(/images/banner_line_3.png) no-repeat;
    top: -52px;
    left: 126px;
}
.i_banner .type_tab>ul>li:nth-child(4)>ul{
    left: -82px;
}
.i_banner .type_tab>ul>li:nth-child(4)>ul> .banner_line{
    width: 56px;
	background:url(/images/banner_line_3.png) no-repeat;
    top: -52px;
    left: 126px;
}
.i_banner .type_tab>ul>li:nth-child(5)>ul{
    left: -82px;
}
.i_banner .type_tab>ul>li:nth-child(5)>ul> .banner_line{
    width: 56px;
	background:url(/images/banner_line_3.png) no-repeat;
    top: -52px;
    left: 126px;
}
.i_banner .type_tab>ul>li:nth-child(6)>ul{
    left: -82px;
}
.i_banner .type_tab>ul>li:nth-child(6)>ul> .banner_line{
    width: 56px;
	background:url(/images/banner_line_3.png) no-repeat;
    top: -52px;
    left: 126px;
}

/*二级菜单小六角形的定位*/
.i_banner .type_tab>ul>li>ul>li{
	margin:0 3px;
	position: absolute;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(1){
	top:0px;
	left:0px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(2){
	top:125px;
	left:0px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(3){
	top: 63px;
    left: 109px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(4){
	top:0px;
	left:217px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(5){
	top:125px;
	left:217px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(6){
	top: 63px;
    left: 325px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(7){
	top:0px;
	left:433px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(8){
	top:125px;
	left:433px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(9){
	top: 63px;
    left: 541px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(10){
	top:0px;
	left:649px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(11){
	top:125px;
	left:649px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(12){
	top: 63px;
    left: 757px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(13){
	top:0px;
	left:865px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(14){
	top:125px;
	left:865px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(15){
	top: 63px;
    left: 973px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(16){
	top:0px;
	left:1080px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(17){
	top:125px;
	left:1188px;
}
.i_banner .type_tab>ul>li>ul>li:nth-child(18){
	top: 63px;
    left: 1079px;
}
.i_banner .type_tab>ul>li>ul>li>a{
	width: 139px;
	height: 120px;
	display: block;
	background:url(/images/pro_type_b_2.png) no-repeat;
}
.i_banner .type_tab>ul>li>ul>li>a:hover{
	background:url(/images/pro_type_b_1.png) no-repeat;
}
.i_banner .type_tab>ul>li>ul>li>a{
	display: flex;
	font-size: 24px;
	justify-content:center;
	align-items:center;
}

.i_banner .type_tab>ul>li>ul>li>a>span{
	font-family:"FZXBSJW_1";
	text-shadow:3px 3px 15px rgba(0,0,0,0.8);
	text-align: center;
	font-size: 18px;
	color: #b7fffe;
	width: 72px;
}

.i_banner .type_tab>ul>li>ul>li>a:hover span{
	color: #00eb16;
}

/*主体部分*/
.i_bd{}

/*产品分类*/
.i_bd .pro_nav{
	/*background: url(/images/pro_nav_bg.jpg) repeat-x;*/
	height:367px;
}
.i_bd .pro_nav .box_1180{
    
}
.i_bd .pro_nav ul{
	padding-top:50px;
}
.i_bd .pro_nav ul li{
	float:left;
	width:253px;
	text-align: center;
}	
.i_bd .pro_nav ul li
{
	position: relative;
	top:0px;
}
.i_bd .pro_nav ul li:Hover
{
	position: relative;
	top:-5px;
}
.i_bd .pro_nav ul li .title{
	font-size: 16px;
	margin-top:14px;
}
.i_bd .pro_nav ul li .title2{
	font-size: 13px;
	color: #a8a8a8;
	margin-bottom:19px;
}
.i_bd .pro_nav ul li .info{
	text-align: justify;
	text-justify: distribute;
	line-height: 18px;
}
.i_bd .pro_nav ul li:last-child{
	padding-right:0px;
}
.i_bd .pro_nav_content{
    height: 360px;
    overflow: hidden;
}
.i_bd .pro_nav_content .swiper-pagination{
    display:flex;
    justify-content: center;
	position: absolute;
	bottom:30px;
	padding-left: 10px;
}
.i_bd .pro_nav_content .swiper-pagination span{
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #9b9b9b;
	opacity: 1;
}
.i_bd .pro_nav_content .swiper-pagination span.swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	background: #e70000;
	border: 1px solid #e70000;
}

/*产品中心*/
.i_bd .productCenter{
	
}
.i_bd .productCenter .title{
	height: 28px;
	line-height: 28px;
	margin:80px 0 60px 0; 
}

.i_bd .productCenter .title .t_l span{
	font-size: 20px;
	color: #555555;
}

.i_bd .productCenter .title .t_l b{
	font-size: 13px;
	color: #bbbbbb;
	font-family: arial;
}

.i_bd .productCenter .title .t_r{
	
}

.i_bd .productCenter .title .t_r ul li{
	float:left;
	height: 28px;
	line-height: 28px ;
	margin-left:10px;
	background: #fff;
	border-radius: 14px;
	padding:0 15px;
	font-size: 13px;
}
.i_bd .productCenter .title .t_r ul li a{
	font-size: 13px;
}
.i_bd .productCenter .title .t_r ul li:hover,
.i_bd .productCenter .title .t_r ul li.curr{
	background: #209338;
	border-radius: 14px;
	padding:0 15px;
	transition:0.3s;
}
.i_bd .productCenter .title .t_r ul li:hover a,
.i_bd .productCenter .title .t_r ul li.curr a{
	color: #fff;
	transition:0.3s;
}
.i_bd .productCenter .list ul li{
	float:left;
	margin-right:26px;
	text-align: center;
	height: 450px;
}
.i_bd .productCenter .list ul li a.photo{
	margin-bottom:30px;
	display: block;
}
.i_bd .productCenter .list ul li a.photo img{
    border-radius: 5px;
    position: relative;
    top: -5px;
    width: 374px;
    height: 300px;
    border: 1px solid #eee;
}
.i_bd .productCenter .list ul li:hover a.photo img{
	position: relative;
	top:-10px;
	box-shadow:0 0px 22px rgba(0,0,0,0.5);
}
.i_bd .productCenter .list ul li .title1{
	margin-bottom:10px;
	font-size: 16px;
}
.i_bd .productCenter .list ul li .title1 a{
	width: 376px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.i_bd .productCenter .list ul li .title2{
	margin-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	color: #929292;
}
.i_bd .productCenter .list ul li .title2 a{
	color: #929292;
}

.i_bd .productCenter .list ul li:nth-child(3n){
	margin-right:0px;
}

/*解决方案*/

.i_bd .solution{
}
.i_bd .solution .title{
	height: 28px;
	line-height: 28px;
	margin:80px 0 20px 0; 
}

.i_bd .solution .title .t_l span{
	font-size: 20px;
	color: #555555;
}

.i_bd .solution .title .t_l b{
	font-size: 13px;
	color: #bbbbbb;
	font-family: arial;
}

.i_bd .solution .title .t_r{
	
}
.i_bd .solution .title .t_r ul li{
	float:left;
	height: 28px;
	line-height: 28px ;
	margin-left:10px;
	background: #fff;
	border-radius: 14px;
	padding:0 15px;
	font-size: 13px;
}
.i_bd .solution .title .t_r ul li a{
	font-size: 13px;
}
.i_bd .solution .title .t_r ul li:hover,
.i_bd .solution .title .t_r ul li.curr{
	background: #209338;
	border-radius: 14px;
	padding:0 15px;
	transition:0.3s;
}
.i_bd .solution .title .t_r ul li:hover a,
.i_bd .solution .title .t_r ul li.curr a{
	color: #fff;
	transition:0.3s;
}
.i_bd .solution .list{
	height: 300px;
	width: 1170px;
	overflow: hidden;
}
.i_bd .solution .list ul li{
	float:left;
	background:url(/images/img_48.jpg) no-repeat 320px 170px;
	transition:0.3s;
	padding-right: 1.2px;

}
.i_bd .solution .list ul li>a{
	display: block;
	padding-bottom: 40px;
}
.i_bd .solution .list ul li:hover{
	background:url(/images/img_49.jpg) no-repeat 335px 170px;
	transition:0.3s;
}
.i_bd .solution .list ul li:nth-child(3n){
	margin-right: 0px;
}
.i_bd .solution .list ul li .photo{
	
}
.i_bd .solution .list ul li .photo img{
	border-radius: 5px;
	width:320px;
	height:170px;
}
.i_bd .solution .list ul li .title1{
	display: block;
	color:#7b7b7b;
	font-size: 15px;
	height: 15px;
	margin: 34px 0 16px 30px;
}
.i_bd .solution .list ul li .title2{
	font-size: 13px;
	height: 13px;
	margin: 0 0 0 30px;
	color:#949494;
}
.i_bd .solution .swiper-pagination{
	position: relative;
	bottom:50px;
}
.i_bd .solution .swiper-pagination span{
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #9b9b9b;
	opacity: 1;
}
.i_bd .solution .swiper-pagination span.swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	background: #e70000;
	border: 1px solid #e70000;
}


/*发展历程*/
.i_bd .history{
	height: 195px;
	background:url(/images/img_56.jpg) no-repeat center top;
}
.i_bd .history a{
    display: block;
	height: 195px;
	width: 100%;
}

/*关于我们*/
.i_bd .aboutUs{
	height: 550px;
	background: #f8f8f8;
	margin-bottom: 80px;
}
.i_bd .aboutUs .content{
	height: 550px;
	
}
.i_bd .aboutUs .content .title{
	top:120px;
	left:0px;
}
.i_bd .aboutUs .content .title span{
	font-size: 24px;
	color: #555555;
}
.i_bd .aboutUs .content .title b{
	font-size: 14px;
	color: #aaaaaa;
	font-family: arial;
}
.i_bd .aboutUs .content .text{
	top:255px;
	left:0px;
	width: 600px ;
}
.i_bd .aboutUs .content .text span{
	font-size: 18px;
	display: block;
	margin-bottom: 30px;
}
.i_bd .aboutUs .content .text p{
	font-size: 13px;
	color: #999999;
}
.i_bd .aboutUs .content .text .more_bt{
	font-size: 14px;
	color: #a1a1a1;
	width: 148px;
	height: 38px;
	border:1px solid #d7d7d7;
	display: block;
	line-height: 38px;
	text-align:center;
	margin-top: 50px;
}
.i_bd .aboutUs .content .text .more_bt:hover{
	background: #209338;
	border:1px solid #209338;
	color: #fff;
}
.i_bd .aboutUs .content .video{
	top:220px;
	right:0px;
	border:6px solid #fff;
}
.i_bd .aboutUs .content .about2{
	width: 1180px;
	height: 190px;
	background: #fff;
	bottom:-95px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.1);
}
.i_bd .aboutUs .content .about2 ul{
	margin-top: 65px;
}
.i_bd .aboutUs .content .about2 ul li{
	float: left;
	height: 55px;
	width: 290px;
	text-align: center;
}
.i_bd .aboutUs .content .about2 ul li.line{
	height:40px;
	width:1px;
	background: #ebebeb;
	margin-top: 10px;
}
.i_bd .aboutUs .content .about2 ul li .num{
	font-size: 46px;
	position: relative;
	
	margin: 0 auto;
	font-family:HelveticaNeueLTStd-UltLtEx;
}
.i_bd .aboutUs .content .about2 ul li .num b{
	font-family:HelveticaNeueLTStd-UltLtEx;
	
}
.i_bd .aboutUs .content .about2 ul li .num span{
	font-size: 16px;
	position: absolute;
	top:0px;
	color: #999999;
}
.i_bd .aboutUs .content .about2 ul li .name{
	color: #999;
}

/*新闻中心*/

.i_bd .newsCenter {
	height: 520px;
}
.i_bd .newsCenter .title{
	height: 28px;
	line-height: 28px;
	margin:80px 0 30px 0; 
}

.i_bd .newsCenter .title .t_l span{
	font-size: 20px;
	color: #555555;
}

.i_bd .newsCenter .title .t_l b{
	font-size: 13px;
	color: #bbbbbb;
	font-family: arial;
}

.i_bd .newsCenter .title .t_r{
	
}
.i_bd .newsCenter .title .t_r ul li{
	float:left;
	height: 28px;
	line-height: 28px ;
	margin-left:10px;
	background: #fff;
	border-radius: 14px;
	padding:0 15px;
	font-size: 13px;
}
.i_bd .newsCenter .title .t_r ul li a{
	font-size: 13px;
}
.i_bd .newsCenter .title .t_r ul li:hover,
.i_bd .newsCenter .title .t_r ul li.curr{
	background: #209338;
	border-radius: 14px;
	padding:0 15px;
	transition:0.3s;
}
.i_bd .newsCenter .title .t_r ul li:hover a,
.i_bd .newsCenter .title .t_r ul li.curr a{
	color: #fff;
	transition:0.3s;
}
.i_bd .newsCenter .list{
	width: 1170px;
	height: 350px;
	overflow: hidden;
	padding-top: 30px;
	padding-right:50px;
	position:relative;
	left:-27px;
}
/*.i_bd .newsCenter .list ul{
	overflow: hidden;
	width: 1180px;
}*/
.i_bd .newsCenter .list ul li{
	float:left;
	width: 367px;
	height: 240px;
	border: 1px solid #eeeeee;
	margin-right: 0px;
	position: relative;
	margin-left:-1px;
	top:0px;
} 
.i_bd .newsCenter .list ul li:hover{
	position: relative;
	top:-5px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow:0 0px 22px rgba(0,0,0,0.2);
}
.i_bd .newsCenter .list ul li:nth-child(2n){
	margin-right: 0px;
}
.i_bd .newsCenter .list ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.i_bd .newsCenter .list ul li .l{
	float: left;
	width: 270px;
	margin: 38px 0 0 46px;
} 
.i_bd .newsCenter .list ul li .l .l_title{
	color: #181818;
	font-size: 16px;
	height: 21px;
	margin-bottom: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
} 
.i_bd .newsCenter .list ul li .l .update{
	color: #868585;
	font-size: 13px;
	height: 13px;
	margin-bottom: 20px;
} 
.i_bd .newsCenter .list ul li .l_info{
	color: #a8a8a8;
	font-size: 13px ;
	line-height: 20px;
	margin-bottom: 20px;
} 
.i_bd .newsCenter .list ul li .more_bt{
	display: block;
	color: #fff;
	background: #209338;
	width: 90px ;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
} 
.i_bd .newsCenter .list ul li .r{
	float:right;
	
} 
.i_bd .newsCenter .swiper-pagination{
	position: relative;
	bottom:40px;
	left:30px
}
.i_bd .newsCenter .swiper-pagination span{
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #9b9b9b;
	opacity: 1;
}
.i_bd .newsCenter .swiper-pagination span.swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	background: #e70000;
	border: 1px solid #e70000;
}

/*底部信息*/
.i_ft{}
.i_ft .box_1{
	height: 330px;
	background: #404040;
	padding-top:10px;
}
.i_ft .box_1 .content{
	
}
.i_ft .box_1 .content .menu{
	color: #fff;
	float: left;
}
.i_ft .box_1 .content .menu dl{
	float: left;
	width: 160px;
	margin-top: 30px;
}
.i_ft .box_1 .content .menu dl dt{
	font-size: 18px;
	font-weight: bold;
	height: 18px;
	margin-bottom: 25px;
}
.i_ft .box_1 .content .menu dl dd{
	font-size: 14px;
	display: block;
	color: #fff;
}
.i_ft .box_1 .content .menu dl dd a{
	color: #fff;
	display: block;
	height: 13px;
	margin-bottom: 16px;
}
.i_ft .box_1 .content .contact{
	color: #fff;
	float: right;
	background: #626262;
	width: 265px;
	height: 330px;
	
}
.i_ft .box_1 .content .contact .content{
	padding: 30px 0 0 13px;
}
.i_ft .box_1 .content .contact .zhengquandaima{
	background: url(/images/img_67.jpg) no-repeat left center;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 26px;
}
.i_ft .box_1 .content .contact .kongkugongsi{
	margin-bottom: 26px;
	
}
.i_ft .box_1 .content .contact .kongkugongsi dt{
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/images/img_70.jpg)  no-repeat left center;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
}
.i_ft .box_1 .content .contact .kongkugongsi dd{
	font-size: 13px;
	padding-left: 32px ;
}
.i_ft .box_1 .content .contact .kongkugongsi dd a{
	display: block;
	color: #fff;
	text-decoration: underline;
	line-height: 18px;
}
.i_ft .box_1 .content .contact .tel{
	margin-bottom: 26px;
	
}
.i_ft .box_1 .content .contact .tel dt{
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/images/img_72.jpg)  no-repeat left center;
	padding-left: 30px;
	height: 22px;
	line-height: 22px;
}
.i_ft .box_1 .content .contact .tel dd{
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	padding-left: 32px ;
}
.i_ft .box_1 .content .contact .link_bt{
	
}
.i_ft .box_1 .content .contact .link_bt ul {
	padding-left: 30px;
}
.i_ft .box_1 .content .contact .link_bt ul li{
	float: left;
	margin-right: 13px;
}
.i_ft .box_2 {
	background: #000000;
	min-height: 45px;
	padding-bottom: 15px;
}
.i_ft .box_2 a{
	color: #7b7b7b;
	margin-right: 3px;
}
.i_ft .box_2 .content{
	padding-top: 20px;
}
.i_ft .box_2 .content .link_1{
	height: 13px;
	margin-bottom: 14px;
}
.i_ft .box_2 .content .link_1{
	height: 13px;
	margin-bottom: 14px;
}
.i_ft .box_3{
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #7b7b7b;
}
.i_ft .box_3 a{
	color: #7b7b7b;
}

.i_ft .box_1 .content{
    position: relative;
}
.i_ft .box_1 .content .footer_ewm{
    position: absolute;
    top:30px;
    right:140px;
}



/*****网站内页*******/

.pathway{
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.pathway a,
.pathway{
	color: #6b6b6b;
}
.pathway span{
	margin:0 5px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/*****关于我们*****/

.c_banner_about{
	height: 316px;
	width: 100%;
	background: url(/images/c_banner_about.jpg) no-repeat center top;
}
.c_contain_about{
	margin-top:-120px;
	height: auto!important;
	height: 700px;
	min-height: 700px;
	background: #fff;
}
.c_contain_about .content{
	padding:70px 130px 70px 130px;
}
.c_contain_about .content .title{
	text-align: center;
	margin-bottom: 40px;
}
.c_contain_about .content .title span{
	font-size: 26px;
	height: 26px;
	margin-bottom: 7px;
}
.c_contain_about .content .title b{
	font-size: 16px;
	font-family: garamond;
	font-weight: bold;
	color: #cdcecb;
}
.c_contain_about .content .text{
	color: #6a6a6a;
	line-height: 28px;
	font-size: 14px;
	text-indent: 2em;
}
.c_contain_about .content .text p{
	margin-bottom: 10px;
}
.c_contain_about .content .text hr{
	border:none;
	height:0px;
	border-bottom:1px dotted #ccc;
	margin: 30px 0;
}

/*关于我们-发展历程*/

.c_contain_history .content .history_list{
	width: 730px;
	margin: 0 auto;
	padding-top: 40px;
}
.c_contain_history .content .history_list dl{
	margin-bottom: 20px;
}
.c_contain_history .content .history_list dl dt {
	font-size: 23px;
	color: #424242;
	font-weight: bold;
	margin-bottom: 15px;
}
.c_contain_history .content .history_list dl dd{
	color: #878787;
}
.c_contain_history .content .history_list dl dd ul li {
	overflow: auto;
	height:auto!important;
	height:60px;
	min-height:60px;
	padding-bottom: 10px;
	background: url(/images/history_bg_line.jpg) repeat-y 58px 4px;
	
}
.c_contain_history .content .history_list dl dd ul li .month{
	color: #878787;
	float: left;
	width: 105px;
	text-indent: 20px;
	font-size: 14px;
}
.c_contain_history .content .history_list dl dd ul li .info{
	color: #878787;
	float: left;
	width: 600px;
	line-height: 27px;
	position:relative;
	font-size: 14px;
	top:-3px;
}

/*人才招聘*/

.c_contain_job .content .job_list{
	width: 100%;
}
.c_contain_job .content .job_list .list-content table{
	width: 100%;
}
.c_contain_job .content .job_list .list-content thead tr th{
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	border-bottom: 2px solid #dddddd;
}
.c_contain_job .content .job_list .list-content .list-tr{
	border-bottom:2px solid #f4f4f4;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	cursor: pointer;
	transition:0.3s;
}
.c_contain_job .content .job_list .list-content .list-tr td{
	padding:20px 0;
}
.c_contain_job .content .job_list .list-content .list-tr td i{
	font-size:18px;
}
.c_contain_job .content .job_list .list-content .list-tr .career-title{
	float: left;
	margin-right: 10px;
	text-indent: 15px;
}
.c_contain_job .content .job_list .list-content .list-tr .label-type{
	float: left;
	display: block;
	border:1px solid #cccccc;
	height: 16px;
	padding: 1px 4px;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	color: #ccc;
	position: relative;
	top:-1px;
}
.c_contain_job .content .job_list .list-content .detail-tr{
}
.c_contain_job .content .job_list .list-content .detail-tr td .detail-div{
	display:none;
}
.c_contain_job .content .job_list .list-content .curr{
	background: #f7f7f7;
	transition:0.3s;
}
.c_contain_job .content .job_list .list-content .detail-tr .detail-div{
	padding:30px;
	width: 90%;
	font-size: 14px;
	color:#777;
	border-bottom:2px solid #f4f4f4;
}
.c_contain_job .content .job_list .list-content .detail-tr .detail-div dl{
	margin-bottom: 20px;
}
.c_contain_job .content .job_list .list-content .detail-tr .detail-div dl dt{
	margin-bottom: 20px;
}

/*常见问题*/

.c_contain_help{
	height: auto!important;
	height: 700px;
	min-height: 700px;
	background: #f5f5f5;
}
.c_contain_help .content{
	
}
.c_contain_help .content .pathway{
	height: 40px;
	line-height: 40px;
}
.c_contain_help .content .c_banner_help{
	margin-bottom: 50px;
}

.c_contain_help .content .shortcut{
	width: 100%;
}
.c_contain_help .content .shortcut .title{
	font-size: 24px;
	color: #525252;
	margin-bottom: 30px;
}
.c_contain_help .content .shortcut ul {
	background: #fff;
	height: 190px;
}
.c_contain_help .content .shortcut ul li{
	width: 24.9%;
	height: 190px;
	border-right:1px solid #ededed;
	float:left;
}
.c_contain_help .content .shortcut ul li:hover{
    background: #f9f9f9;
    box-shadow:0px 0px 15px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1000;
}
.c_contain_help .content .shortcut ul li:last-child{
	border:none;
}
.c_contain_help .content .shortcut ul li a{
	display: block;
	width:100%;
	height: 100%;
	position:relative;
	text-align: center;
}
.c_contain_help .content .shortcut ul li a img{
	margin-top: 60px;	
}
.c_contain_help .content .shortcut ul li a span{
	display: block;
	position:absolute;
	top:120px;
	text-align: center;
	width: 100%;
	font-size: 14px;
}
.c_contain_help .content .FAQ{
    width:1180px;
	margin-top: 60px;
	margin-bottom: 70px;
	overflow: auto;
	position: relative;
	z-index: 10000;
	left:-30px;
	padding: 10px 30px 30px 30px;
}
.c_contain_help .content .FAQ .title{
	font-size: 24px;
	color: #525252;
	margin-bottom: 30px;
}
.c_contain_help .content .FAQ div.list_box{
	width: 294px;
	height: 353px;
	float:left;
	background: #fff;
	border:1px solid #f5f5f5;
	border-width: 0 1px 1px 0;
}
.c_contain_help .content .FAQ div.list_box:nth-child(5n){
	width: 295px;
	border-width: 0 0px 1px 0;
}
.c_contain_help .content .FAQ div.list_box dl{
	padding:35px;
}
.c_contain_help .content .FAQ div.list_box:hover{
    background: #f9f9f9;
    box-shadow:0px 0px 15px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1000;
}
.c_contain_help .content .FAQ div.list_box dt a{
	color: #444;
}
.c_contain_help .content .FAQ div.list_box dt{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}
.c_contain_help .content .FAQ div.list_box dd a,
.c_contain_help .content .FAQ div.list_box dd{
	color: #757575;
	font-size: 14px;
}
.c_contain_help .content .FAQ div.list_box:hover dt a{
	color: #209338;
}
.c_contain_help .content .FAQ div.list_box dd ul li a{
	height: 14px;
	padding:5px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}
.c_contain_help .content .FAQ div.list_box dd ul li a:hover{
    color: #209338;
    text-decoration: underline;
}


/*常见问题 列表页*/

.c_contain_help_list .content{
	padding-bottom: 60px;
	overflow: auto;
}
.c_contain_help_list .content .pathway{}
.c_contain_help_list .content .l{
	width:235px;
	background: #fff;
	float:left;
	height: auto!important;
	height: 300px;
	min-height: 300px;
}
.c_contain_help_list .content .l .content{
	padding:0 45px;
}
.c_contain_help_list .content .l .title{
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 16px;
}
.c_contain_help_list .content .l .list{
	font-size: 14px;
	line-height: 30px;
}
.c_contain_help_list .content .l .list li.active a{
	color: #209338;
	
}
.c_contain_help_list .content .l .list a{
	color: #757575;
	
}
.c_contain_help_list .content .l hr{
	width:84px;
	height:0px;
	border:none;
	border-bottom:1px solid #dbdbdb;
	background: #dbdbdb;
	margin:25px 0;
}
.c_contain_help_list .content .l .contact{
	padding-bottom:55px;
}
.c_contain_help_list .content .l .contact a{
	color: #757575;
	font-size: 14px;
}
.c_contain_help_list .content .r{
	background: #fff;
	float:right;
	width: 930px;
	height: auto!important;
	height: 900px;
	min-height: 900px;
}
.c_contain_help_list .content .r .content{
	padding:55px;
}
.c_contain_help_list .content .r .content .guest{
	position: relative;
    left: -13px;
    margin-top: 60px;
}
.c_contain_help_list .content .r .content .guest h1{
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
    left: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.c_contain_help_list .content .r .content .guest label{
    font-size: 14px;
    font-weight:100;
}
.c_contain_help_list .content .r .content .guest form .submit{
    margin-top:30px;
}

.c_contain_help_list .content .r .content .guest .btn-danger {
    color: #fff;
    background-color: #ca0600;
    border-color: #bf0600;
}
.c_contain_help_list .content .r .content .guest .btn-danger:hover {
    color: #fff;
    background-color: #b50500;
    border-color: #b50500;
}
.c_contain_help_list .content .r .title{
	font-size: 36px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 25px;
	margin-bottom: 35px;
}
.c_contain_help_list .content .r .list{
	
}
.c_contain_help_list .content .r .list > ul > li{
	position:relative;
	border-bottom:1px solid #dbdbdb;
	padding-bottom: 35px;
	margin-bottom: 55px;
}
.c_contain_help_list .content .r .list .l_title{
	font-size: 20px;	
	color: #212121; 
	margin-bottom: 27px;
	display: block;
}
.c_contain_help_list .content .r .list .info{
	color: #757575;
	font-size: 14px;
	text-align: left;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height:150px;
}
.c_contain_help_list .content .r .list .info a{
    color:#0016eb;
    text-decoration: underline;
}
.c_contain_help .content .r .list ul li .down_bt{
	width:55px;
	height: 22px;
	position:absolute;
	top:0px;
	right:0px;
	color: #ff0000;
	background:url(/images/help_down_ico.jpg) no-repeat left top;
	padding-left: 35px;
	padding-top: 3px;
}
.c_contain_help_list .content .r .list{
}
.c_contain_help_list .content .r .list ul li{
	margin-bottom: 35px;
}
.c_contain_help_list .content .r .list ul li .l_title{
	margin-bottom: 15px;
} 
.c_contain_help_list .content .r .list ul li:hover .l_title{
	color: #209338;
}

/*新闻中心*/
.c_contain_news_list{
	
}
.c_contain_news_list .content{
	
}
.c_contain_news_list .content > .title{
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #e6e6e6;
}
.c_contain_news_list .content > .title .l{
	float: left;
	font-size: 24px;
}
.c_contain_news_list .content > .title .r{
	float: right;
}
.c_contain_news_list .content > .title .r ul li a{
	color: #333333;
}
.c_contain_news_list .content > .title .r ul li.active a{
	color: #db0011;
}
.c_contain_news_list .content > .title .r ul li{
	float: left;
	font-size: 16px;
	margin-left: 25px;
	font-weight: bold;
}
.c_contain_news_list .content > .list{
	background: #f5f5f5;
	overflow: auto;
	padding-top: 50px;
}
.c_contain_news_list .content > .list>ul li{
	float: left;
	background: #fff;
	width: 376px;
	margin-right: 26px;
	height: 480px;
	margin-bottom: 20px;
	position:relative;
	right:0px;
	top:0px;
}
.c_contain_news_list .content > .list > ul li:hover{
	position:relative;
	top:-5px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
}
.c_contain_news_list .content > .list > ul li:nth-child(3n){
	margin-right: 0;
}
.c_contain_news_list .content > .list > ul li .photo{
    width: 376px;
    height: 240px;
    text-align: center;
}
.c_contain_news_list .content > .list > ul li .photo img{
    max-width: 376px;
    height: 240px;
}
.c_contain_news_list .content > .list > ul li .info{
	padding:20px;
}
.c_contain_news_list .content > .list > ul li .info > .title{
	font-size: 18px; 
    overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	margin-bottom: 26px;
}
.c_contain_news_list .content > .list > ul li .info > .text{
	font-size: 14px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 30px;
}
.c_contain_news_list .content > .list > ul li .info > .date{
	font-size: 14px;
	color: #b0b0b0;
}
.pagelist{
	text-align: center;
	padding: 50px 0 90px 0px;
	width: 100%;
	position: relative;
	height:40px;
	width: 100%;
}
.pagelist li{
	line-height: 30px; 
	width: 50px;
	height: 30px;
	margin:0px 10px;
	display:inline-flex;
	font-size: 16px;
	color: #b0b0b0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.pagelist li a{
	color: #b0b0b0;
}
.pagelist li span,
.pagelist li a{
    display: block;
    width: 100%;
    height: 100%;
	text-align: center;
}
.pagelist li:hover *{
	background: #db0011;
	color: #fff;
}
.pagelist li:hover a{
    border:1px solid #db0011;
	background: #db0011;
	color: #fff;
}
.pagelist li.active,
.pagelist li.active *:hover,
.pagelist li.active *
{
	background: #db0011;
	color: #fff;
	border:#db0011
}

.pagelist li:first-child,
.pagelist li:first-child *,
.pagelist li:first-child:hover *{
	background: url(/images/img_87.png) no-repeat center center;
	margin-right: 0;
}
.pagelist li:last-child,
.pagelist li:last-child *,
.pagelist li:last-child:hover *{
	background: url(/images/img_88.png) no-repeat center center;
	margin-right: 0;
}

/*新闻详情页*/

.c_contain_news_show{
	
}
.c_contain_news_show .content{
	
}
.c_contain_news_show .content > .title{
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #e6e6e6;
}
.c_contain_news_show .content > .title .l{
	float: left;
	font-size: 24px;
}
.c_contain_news_show .content > .title .r{
	float: right;
}
.c_contain_news_show .content > .title .r ul li a{
	color: #333333;
}
.c_contain_news_show .content > .title .r ul li.active a{
	color: #db0011;
}
.c_contain_news_show .content > .title .r ul li{
	float: left;
	font-size: 16px;
	margin-left: 25px;
	font-weight: bold;
}
.c_contain_news_show .content > .text{
	background: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 30px;
}
.c_contain_news_show .content > .text .box_1180{
	background: #FFF;
	overflow: auto;
}
.c_contain_news_show .content > .text .box_1180 .con{
	padding:60px 80px;
}
.c_contain_news_show .content > .text .box_1180 .con .title{
	font-size: 30px;
	line-height:40px;
	padding-bottom: 40px;
}
.c_contain_news_show .content > .text .box_1180 .con .data{
	padding-bottom: 20px;
	font-size: 14px;
	color: #999;
}
.c_contain_news_show .content > .text .box_1180 .con .info{
	padding: 15px 0;
	margin-bottom: 40px;
	border:1px solid #dedede;
	border-width: 1px 0;
	color: #8b8b8b;
	font-size: 14px;
}
.c_contain_news_show .content > .text .box_1180 .con .detail{
	 font-size: 14px;
	 color: #555;
}
.c_contain_news_show .content > .text .box_1180 .con .detail img{
	max-width: 100%;
	margin:0 auto;
}


/*解决方案详情页*/
.c_contain_solution_show .content > .text .box_1180 .con .list_pro{
	max-width: 100%;
	margin:0 auto;
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro .relation_pro_title{
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    padding-left: 13px;
    border-left:5px solid #cf000d;
    height: 18px;
    line-height: 18px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro ul li{
	width: 243px;
	height: 285px;
	background: #fff;
	float: left;
	margin:0 13px 13px 0;
	position: relative;
	top:0px;
	cursor: pointer;
	border: 1px solid #eee;
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro ul li img{
	width: 243px;
    height: 187px;
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro ul li > a{
	display: block;
	width: 100%;
	height: 100%;
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro ul li:nth-child(4n){
	margin-right: 0px;
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro ul li:hover{
	position: relative;
	top:-5px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro ul li .title{
    padding: 0px 15px 0px;
    margin:20px 0 10px 0;
	font-size: 13px;
	color: #3d3d3d;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 16px;
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro ul li .type{
	text-align: center;
	font-size: 14px;
	
}
.c_contain_solution_show .content > .text .box_1180 .con .list_pro ul li .type span{
	color: #db0011;
}

/*产品展示列表页*/

.c_contain_pro_list{
	background: #f5f5f5;
	overflow: auto; 
}
.c_contain_pro_list .pathway{
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.c_contain_pro_list .pathway a,
.c_contain_pro_list .pathway{
	color: #6b6b6b;
}
.c_contain_pro_list .pathway span{
	margin:0 5px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.c_contain_pro_list .selector{
	background: #fff;
	overflow: auto; 
	padding: 35px 0;
}
.c_contain_pro_list > .selector .title{
	border-bottom:1px solid #e0e0e0;
	background: #fff;
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #333333;
}
.c_contain_pro_list > .selector .proType dl{
	border-bottom:1px solid #e0e0e0;
	padding: 15px 0 9px 0;
	overflow: auto;
	height: auto!important;
	height: 14px;
	min-height: 14px;
	}
.c_contain_pro_list > .selector .proType dl dt,
.c_contain_pro_list > .selector .proType dl dd{
	float: left;
	line-height: 14px;
	font-size: 14px;
}
.c_contain_pro_list > .selector .proType dl dd{
	width: 1100px;
	float: right;
}
.c_contain_pro_list > .selector .proType dl dt{
	padding: 4px 6px;
	color: #b0b0b0;
}
.c_contain_pro_list > .selector .proType dl dd a{
	display: block;
	margin:0 50px 5px 0;
	float: left;
	padding: 4px 6px;
	color: #424242;
}
.c_contain_pro_list > .selector .proType dl:nth-child(2) dd a,.c_contain_pro_list > .selector .proType dl:nth-child(3) dd a{
	margin:0 20px 5px 0;
}
.c_contain_pro_list > .selector .proType dl dd a:hover,
.c_contain_pro_list > .selector .proType dl dd a.active{
	background: #db0011;
	color: #fff;
}

.c_contain_pro_list > .selector .proType dl.proFunction dd a{
	margin:0 15px 5px 0;
}

.c_contain_pro_list .list .tab{
	line-height: 30px;
	padding: 20px 0;
}
.c_contain_pro_list .list .tab a{
	color: #424242;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.c_contain_pro_list .list .tab a.active{
	color: #db0011;
}
.c_contain_pro_list .list .tab span{
	display: block;
	width: 1px;
	height: 20px;
	line-height: 20px;
	background: #e0e0e0;
	margin:0 30px;
	float: left;
}
.c_contain_pro_list .list ul li{
	width: 285px;
	height: 325px;
	background: #fff;
	float: left;
	margin:0 13px 13px 0;
	position: relative;
	top:0px;
	cursor: pointer;
}
.c_contain_pro_list .list ul li img{
	width: 286px;
    height: 228px;
}
.c_contain_pro_list .list ul li > a{
	display: block;
	width: 100%;
	height: 100%;
}
.c_contain_pro_list .list ul li:nth-child(4n){
	margin-right: 0px;
}
.c_contain_pro_list .list ul li:hover{
	position: relative;
	top:-5px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.4);
}
.c_contain_pro_list .list ul li .title{
    padding: 0px 15px 0px;
    margin:20px 0 10px 0;
	font-size: 13px;
	color: #3d3d3d;
	text-align: center;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.c_contain_pro_list .list ul li .type{
	text-align: center;
	font-size: 14px;
	
}
.c_contain_pro_list .list ul li .type span{
	color: #db0011;
}

/*产品详情页*/

.c_contain_pro_show{
}
.c_contain_pro_show .pathway{
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
}
.c_contain_pro_show .pathway a,
.c_contain_pro_show .pathway{
	color: #6b6b6b;
}
.c_contain_pro_show .pathway span{
	margin:0 5px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.c_contain_pro_show .show_top{
	height: auto!important;
	height: 600px;
	min-height: 600px;
	padding-top: 40px;
}
.c_contain_pro_show .show_top .l{
	float: left;
	width: 720px;
	position: relative;
}
.c_contain_pro_show .show_top .l .small_photo{
	position: absolute;
	z-index: 10;
	left: 0px;
	right: 0px;
	
}
.c_contain_pro_show .show_top .l .small_photo li{
	width: 68px;
	height: 68px;
	border:1px solid #e0e0e0;
	margin-bottom: 10px;
	cursor: pointer;
}
.c_contain_pro_show .show_top .l .small_photo li:hover,
.c_contain_pro_show .show_top .l .small_photo li.active{
	border:1px solid #ff6700;
}
.c_contain_pro_show .show_top .l .small_photo li img{
	width: 68px;
	height: 68px;
}
.c_contain_pro_show .show_top .l .photo{
	position: absolute;
	z-index: 10;
	left: 90px;
	right: 0px;
	width: 600px;
	height: 540px;
}
.c_contain_pro_show .show_top .l .photo img{
    width: 100%;
    height: 100%;
}
.c_contain_pro_show .show_top .r{
	float: right;
	width: 420px;
}
.c_contain_pro_show .show_top .r .title{
	font-size: 27px;
	font-weight: bold;
	padding-bottom: 35px;
	line-height: 35px;
}
.c_contain_pro_show .show_top .r hr{
	height: 0;
	border:none;
	border-bottom: 1px solid #e0e0e0;
	margin: 25px 0;
}
.c_contain_pro_show .show_top .r .info{
	font-size: 14px;
	color: #616161;
	line-height: 20px;
}
.c_contain_pro_show .show_top  .r .function{
	font-size: 14px;
	padding-bottom: 25px;
}
.c_contain_pro_show .function dt{
	padding-bottom: 15px;
}
.c_contain_pro_show .function ul li{
	float: left;
	width: 40px;
	height: 40px; 
	margin-right: 7px;
	margin-bottom: 7px;
}
.c_contain_pro_show .show_top  .r .function ul li:nth-child(9n){
	margin-right: 0px;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_1{
	background:url(/images/function_ico.jpg) 0px 0px no-repeat;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_2{
	background:url(/images/function_ico.jpg) -48px 0px no-repeat;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_3{
	background:url(/images/function_ico.jpg) -96px 0px no-repeat;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_4{
	background:url(/images/function_ico.jpg) -144px 0px no-repeat;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_5{
	background:url(/images/function_ico.jpg) -192px 0px no-repeat;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_6{
	background:url(/images/function_ico.jpg) -239px 0px no-repeat;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_7{
	background:url(/images/function_ico.jpg) -287px 0px no-repeat;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_8{
	background:url(/images/function_ico.jpg) -335px 0px no-repeat;
}
.c_contain_pro_show .show_top  .r .function ul li.f_ico_9{
	background:url(/images/function_ico.jpg) -383px 0px no-repeat;
}
.c_contain_pro_show .show_top .r  .function ul li.f_ico_10{
	background:url(/images/function_ico.jpg) 0px -47px no-repeat;
}
.c_contain_pro_show .show_top .r  .parameter li{
	width: 190px;
	height: 14px;
	font-size: 14px;
	padding-bottom: 15px;
	float: left;
	padding-left:20px;
	color: #8d8d8d;
}
.c_contain_pro_show .show_top .r  .parameter li:last-child{
	width: 95%;
}
.c_contain_pro_show .show_top .r  .parameter li.pr_1{
	background:url(/images/img_90.jpg) no-repeat left 3px;
}
.c_contain_pro_show .show_top .r  .parameter li.pr_2{
	background:url(/images/img_91.jpg) no-repeat left 3px;
}
.c_contain_pro_show .show_top .r  .parameter li.pr_3{
	background:url(/images/img_92.jpg) no-repeat left 3px;
}
.c_contain_pro_show .show_top .r  .parameter li.pr_4{
	background:url(/images/img_93.jpg) no-repeat left 3px;
}
.c_contain_pro_show .show_top .r  .parameter li.pr_5{
	margin-top: 10px;
	background:url(/images/img_94.jpg) no-repeat left 3px;
}

.c_contain_pro_show .show_top .r  .parameter table{
	width: 100%;
	height: 14px;
	font-size: 14px;
	padding-bottom: 15px;
	float: left;
	padding-left:20px;
	color: #8d8d8d;
}
.c_contain_pro_show .show_top .r  .parameter table tr td{
	padding:5px 0;
}
.c_contain_pro_show .show_top .r  .parameter table tr td img{
    margin-right:4px;
    position: relative;
    top:2px;
}

.c_contain_pro_show  .show_info{
	background: #f5f5f5;
	height: auto!important;
	height: 700px;
	min-height: 700px;
}
.c_contain_pro_show  .show_info .tab{
	height: 20px;
	padding: 25px 0;
	background: #fff;
	border-top: 1px solid #e0e0e0;
}
.c_contain_pro_show  .show_info .tab ul{
	text-align: left;
}
.c_contain_pro_show  .show_info .tab ul li a{
	color: #8d8d8d;
	font-size: 20px;
}
.c_contain_pro_show  .show_info .tab ul li{
	height: 20px;
	line-height: 20px;
	color: #8d8d8d;
	border-right: 1px solid #e0e0e0;
	padding:0 60px;
	display: inline-block;
}
.c_contain_pro_show  .show_info .tab ul li:last-child{
	border-right:0px;
}
.c_contain_pro_show  .show_info .tab ul li.active a{
	color: #db0011;
}
.c_contain_pro_show  .show_info .tab ul li:hover a{
	color: #db0011;
	
}
.c_contain_pro_show  .show_info .text{
	background: #f5f5f5;
	padding: 0 0 20px 0;
}
.c_contain_pro_show  .show_info .text .box_1180{
	margin-top:20px;
	background: #fff;
	height: auto!important;
	height: 700px;
	min-height: 700px;
}
.c_contain_pro_show  .show_info .text .pro_show{
	height: auto!important;
	height: 700px;
	min-height: 700px;
	font-size: 14px;
	line-height: 1.5em;
	padding:30px;
}
.c_contain_pro_show  .show_info .text .pro_show_2,
.c_contain_pro_show  .show_info .text .pro_show_3,
.c_contain_pro_show  .show_info .text .pro_show_4,
.c_contain_pro_show  .show_info .text .pro_show_5
{
	display: none;
}
.c_contain_pro_show  .show_info .text .pro_show_2 table{
    width:100%;
}
.c_contain_pro_show  .show_info .text .pro_show_2 table td{
    padding: 6px 0;
    font-size: 14px;
}
.c_contain_pro_show  .show_info .text img{
    max-width:1125px;
}
.c_contain_pro_show  .show_info .text .pro_show_5 dl{
    clear: both;
    float:none;
    margin-bottom:80px;
    overflow: auto;
}
.c_contain_pro_show  .show_info .text .pro_show_5 dl dt{
    font-size: 18px;
    font-weight: bold;
    border-bottom:1px solid #f1f1f1;
    color: #686868;
    padding-bottom: 10px;
}
.c_contain_pro_show  .show_info .text .pro_show_5 dl dt a{
    color:#0119ff;
}
.c_contain_pro_show  .show_info .text .pro_show_5 dl dd{
    padding-top:20px;
}
.c_contain_pro_show  .show_info .text .pro_show_5 dl dd ul li{
    float:left;
    display: block;
    padding-right:80px;
}
.c_contain_pro_show  .show_info .text .pro_show_5 dl dd a{
    color:#0119ff;
    text-decoration: underline;
}



/*联系我们*/
.c_contain_contact_show{
	overflow: auto;
	background: #f5f5f5;
}
.c_contain_contact_show .content{
	background: #fff;
	overflow: auto;
	margin-bottom:25px;
	padding-bottom: 70px;
}
.c_contain_contact_show .content .contact{
	padding: 70px 170px 0 130px;
}
.c_contain_contact_show .content .contact_top{
	padding-bottom: 40px;
	overflow: auto;
}
.c_contain_contact_show .content .contact_top .text{
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #525252;
}
.c_contain_contact_show .content .contact_top .text p{
	margin-bottom: 24px;
}
.c_contain_contact_show .content .contact_top .ewm{
	float: right;
}
.c_contain_contact_show .content .list .title{
	margin-bottom: 40px;
	color: #c12529;
	font-size:18px;
	height: 18px;
} 
.c_contain_contact_show .content .list .info{
	color: #525252;
	font-size:14px;
	line-height: 28px;
} 
.c_contain_contact_show .content .list ul li{
	padding: 40px 0 65px 0;
	border-top: 1px solid #e0e0e0;
}
.c_contain_contact_show .content .list .info table{
	width: 100%;
	
}
.c_contain_contact_show .content .list .info table tr td{
	
} 
.c_contain_contact_show .content .list .map_link{
	background: url(/images/mape_ico.jpg) no-repeat left center;
	padding-left: 20px;
	margin-top: 20px;
	color: #8f8f8f;
	font-size:14px;
	height: 20px;
	line-height: 20px;
	text-decoration: underline;
}  
















