﻿/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

p{margin:0;}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}


.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}


/*头部样式*/
.top1{background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;}





.top2{height:143px;overflow:hidden;}

.logo{float:left;line-height:143px;}
.k2{margin-top: 5px;font-size:14px;color:#333333;line-height:35px;background: url(../images/t.png) no-repeat left center;padding-left:54px;}
.k2 p:nth-child(2){color:#2459a9;font-size:27px;}




.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}




/*主体样式*/

.ssddds{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyin-case-sort li:hover, .xyin-case-sort li.on {
    background: #3c486d;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.xyin-case-sort li:hover a, .xyin-case-sort li.on a {
    color: #fff;
}

.aby_hh li:hover .aby_hh_img img{
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}



/*页面底部*/
.foot{background:#333;}
.f_nav{width:826px;margin-top:40px;}
.f_nav dl{float:left;width:136px;height:186px;overflow:hidden;}
.f_nav dt{margin-bottom:8px;font-size:19px;color:#333;font-weight:normal;}

.f_nav dd a{font-size:12px;color:#333;line-height:20px;}
.copyright{text-align:center;line-height:24px;}

/*内页左侧样式*/

.page-product-inquiry a{color: #fff;}


/*  */
.x-top2{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.x-top2 .logo2{
    display: none;
}
.x-top2:hover .logo2{
    display: inline-block;
}
.x-top2:hover .logo1{
    display: none;
}
.x-top2 .so .img2{
    display: none;
}
.x-top2:hover .so .img1{
    display: none;
}
.x-top2:hover .so .img2{
    display: inline-block;
}
.x-top2:hover{
    background: #fff;
}

.x-top2:hover .x-menu > li>a{
    color: #000;
}

.x-top2.active {
    background: #fff;
    top: 0 !important;
    box-shadow: -4px 4px 5px rgb(0 0 0 / 20%);
}

.x-top2.active .logo2{
    display: inline-block;
}
.x-top2.active .logo1{
    display: none;
}

.x-top2.active .so .img1{
    display: none;
}
.x-top2.active .so .img2{
    display: inline-block;
}

.x-top2.active .x-menu > li>a{
    color: #000;
}

.nnav{
    margin-right: 5px;
}
.ssk{
    position: relative;
}

/* banner */
@-webkit-keyframes scaleUpDown {
	from {
	  -webkit-transform: scale(1.08);
	  transform: scale(1.08);
	}
	to {
	  opacity: 1;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  }
  
  @keyframes scaleUpDown {
	from {
	  -webkit-transform: scale(1.08);
	  transform: scale(1.08);
	}
	to {
	  opacity: 1;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
  }

  .x-banner .owl-carousel .banner-item a {
	display: block;
	overflow: hidden;
  }
  
  .x-banner .active .banner-item a img {
	-webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
	animation: scaleUpDown 5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  
  .x-banner {
	position: relative;
  }




/* 立足世界 */
.lzzxsj{
    height: 609px;
}
.lzzxsj_conter{
    position: relative;
    margin-top: 76px;
}
.lzzxsj .lzzxsj_fl{
    width: 1005px;
	height: 478px;
    position: absolute;
    left: -232px;
    top:0;
    background: url(img/cbd5ce8812d75c67ce90efe183f51feefa15cdf4.png) no-repeat center;
}
.lzzxsj .lzzxsj_fl .lzzxsj_flimg{
    position: absolute;
    left: 756px;
    top:155px;
}
.lzzxsj .lzzxsj_fr{
    margin-top:56px;
    width: 462px;
}
.lzzxsj .lzzxsj_fr h3{
    font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}
.lzzxsj .lzzxsj_fr h3 span{
    color: #3db45e;
}
.lzzxsj .lzzxsj_fr h4{
    font-size: 14px;;
	line-height: 36px;
	color: #333333;
    margin-top: 34px;
    margin-bottom: 44px;
}
.lzzxsj .lzzxsj_fr h5{
    display: inline-block;
    font-size: 16px;
	line-height: 27px;
	color: #3db45e;
    padding-right: 36px;
    background: url(img/d098f938f869a84b2df47f26706e0aa60eda042d.png) no-repeat 73px center;
}
/* 动态扩散图标 */
.lzzxsj .lzzxsj_fl .lzzxsj_flimg dd {
	height: 100px;
	position: absolute;
	top: 0%;
	left: 0%;
	transform: scale(0);
	border-radius: 50%;
	background-color: rgba(236, 2, 141, .5);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	width: 100px;
}

.lzzxsj .lzzxsj_fl .lzzxsj_flimg .blue dd {
	background-color: rgba(61, 180, 94, .5);
}

.lzzxsj .lzzxsj_fl .lzzxsj_flimg .circle dd:nth-of-type(2) {
	animation-delay: 2s;
}

.lzzxsj .lzzxsj_fl .lzzxsj_flimg.circle dd:nth-of-type(3) {
	animation-delay: 3s;
}

.lzzxsj .lzzxsj_fl .lzzxsj_flimg .circle dd:nth-of-type(4) {
	animation-delay: 4s;
}

.lzzxsj .lzzxsj_fl .lzzxsj_flimg dd{
	-webkit-animation: circleScale 4s linear infinite;
	-moz-animation: circleScale 4s linear infinite;
	-ms-animation: circleScale 4s linear infinite;
	animation: circleScale 4s linear infinite;
}
.lzzxsj .lzzxsj_fl .lzzxsj_flimg dl{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    left: -39px;
    top: -19px;
    /* z-index: -1; */
}
@keyframes circleScale{ 
    0% {
      opacity: 1; 
      -webkit-transform: scale(0); 
      -moz-transform: scale(0);
      -ms-transform: scale(0); 
      transform: scale(0); 
} 
    100% { 
      opacity: 0;
      -webkit-transform: scale(1);
      -moz-transform: scale(1); 
      -ms-transform: scale(1); 
      transform: scale(1); } 
} 
/*  */

/* 关于我们 */
.gywm .gywm_conter{
    position: relative;
    height: 727px;
}
.gywm .gywm_fl{
    position: absolute;
    left: -359px;
    top:0;
    width: 960px;
	height: 727px;
}
.gywm .gywm_fl img{
    width: 960px;
	height: 727px;
}
.gywm .gywm_frw{
    width: 960px;
    position: absolute;
    right: -360px;
    height: 727px;
    background: url(img/e1475c0f84a75a5aeef4b85610bfd6fe23b68303.png) no-repeat right center;
}
.gywm .gywm_fr{
    width: 600px;
}
.gywm .gywm_fr h3{
    font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #3db45e;
    padding-left: 52px;
    padding-top: 80px;
}
.gywm .gywm_fr h4{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    margin-top: 34px;
    margin-bottom: 25px;
    padding-left: 50px;
}
.gywm .gywm_fr h5{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    padding-left: 50px;
}
.gywm .gywm_fr ul{
    background-color: #ffffff;
	box-shadow: 0px 3px 25px 0px 
		rgba(184, 184, 184, 0.44);
        position: absolute;
        bottom: 0;
}
.gywm .gywm_fr ul li {
    width: 200px;
    padding-top: 21px;
    padding-bottom: 41px;
    text-align: center;
    background-color: #ffffff;
}
.gywm .gywm_fr ul li .img{
    line-height: 77px;
}
.gywm .gywm_fr ul li .img2{
    display: none;
}
.gywm .gywm_fr ul li p{
    font-size: 17px;
	line-height: 17px;
	color: #666666;
}
.gywm .gywm_fr ul li:hover{
    background-color: #3db45e;
}
.gywm .gywm_fr ul li:hover .img2{
    display: inline-block;
}
.gywm .gywm_fr ul li:hover .img1{
    display: none;
}
.gywm .gywm_fr ul li:hover p{
    color: #fff;
}


/*  */
/* 新能源汽车 */
.xnyqc{
    height: 750px;
    position: relative;
    margin-top: 90px;
}
.xnyqc .xnyqc_conter{
    position: relative;
    height: 750px;
}
.xnyqc .xnyqc_fr{
    width: 600px;
    padding-left: 70px;
    padding-top: 206px;
}
.xnyqc .xnyqc_fr h3{
    font-size: 40px;
	font-weight: bold;
	line-height: 38px;
	color: #333333;
}
.xnyqc .xnyqc_fr h4{
    width: 107px;
	height: 3px;
	background-color: #3db45e;
    margin-top: 22px;
}
.xnyqc .xnyqc_fr h5{
    font-size: 18px;
	line-height: 36px;
	color: #333333;
    margin-top: 35px;
}
.xnyqc .xnyqc_fr p{
    width: 141px;
	border: solid 1px #3db45e;
    margin-top: 56px;
    border-radius: 25px;
    line-height: 41px;
    font-size: 16px;
	color: #3db45e;
    text-align: center;
}
.xnyqc .xnyqc_fr p:hover{
    background-color: #3db45e;
    color: #fff;
}
.xnyqc:before {
    content: '';
    width: 50%;
    height: 750px;
    background: #fff;
    opacity: .8;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .5s ease;
}
.xnyqc:hover:before{
    width: 53%;
}

/* 产品中心 */
.cpzs{
    margin-top: 90px;
}
.cpzs .cpzs_ft{
    margin-bottom: 30px;
    text-align: center;
}
.cpzs .cpzs_ft h3{
    font-size: 40px;
	font-weight: bold;
	line-height: 38px;
	color: #333333;
}
.cpzs .cpzs_fc{
    /* width: 1038px; */
    margin: 0 auto;
    overflow: hidden;
}



.cpzs .cpzs_fc li{
    /* width: 192px!important; */
	background-color: #ffffff;
	border: solid 1px #e9e9e9;
    /* margin:0 9px; */
}
.cpzs .cpzs_fc li a{
    display: block;
    font-size: 16px;
	line-height: 52px;
	color: #666666;
    text-align: center;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cpzs .cpzs_fc li:hover{
    background-color: #3db45e;
	border: solid 1px #3db45e;
}
.cpzs .cpzs_fc li:hover a{
    color: #fff;
}


.cpzs .cpzs_fc .slick-list{
    width: 1038px;
    margin: 0 auto;
}

.cpzs .cpzs_fc .slick-prev{
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/91327be66671481c3d15df5db3e6b71c0d29e960.png) no-repeat center;
    border: 0;
    color: transparent;
}
.cpzs .cpzs_fc .slick-next{
    width: 54px;
	height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(img/b25efab845eaa03b46ea2036fbcec43b7af2339a.png) no-repeat center;
    border: 0;
    color: transparent;
}
.cpzs .cpzs_fc .slick-next:hover{
    background: url(img/4faffe00a9a1d5a5385dcede3d60fef7d078b43b.png) no-repeat center;
}
.cpzs .cpzs_fc .slick-prev:hover{
    background: url(img/49dfbe0e69f72f57c739cd17eb74e7716556139f.png) no-repeat center;
}




/* .cpzs .cpzs_fcw{
    position: relative;
}
.cpzs .cpzs_fcw .cpbtnl{
    width: 54px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(img/91327be66671481c3d15df5db3e6b71c0d29e960.png) no-repeat center;
}
.cpzs .cpzs_fcw .cpbtnr{
    width: 54px;
	height: 54px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(img/b25efab845eaa03b46ea2036fbcec43b7af2339a.png) no-repeat center;
}
.cpzs .cpzs_fcw .cpbtnl:hover{
    cursor: pointer;
    background: url(img/49dfbe0e69f72f57c739cd17eb74e7716556139f.png) no-repeat center;
}
.cpzs .cpzs_fcw .cpbtnr:hover{
    cursor: pointer;
    background: url(img/4faffe00a9a1d5a5385dcede3d60fef7d078b43b.png) no-repeat center;
} */

.cpzs_fb{
    overflow: hidden;
    margin-top: 50px;
}
.cpzs_fb .cpzs_fbqh li{
    width: 380px!important;
}
.cpzs_fb .cpzs_fbqh li:nth-child(3n){
    margin-right: 0;
}

.cpzs_fb .cpzs_fbqh li a{
    display: block;
    border: solid 1px #d2d2d2;
}
.cpzs_fb .cpzs_fbqh li img{
    width: 378px;
	height: 352px;
    transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;
}
.cpzs_fb .cpzs_fbqh li .img{
    position: relative;
    width: 378px;
	height: 352px;
    overflow: hidden;
}
.cpzs_fb .cpzs_fbqh li .img .cpzzc{
    width: 378px;
	height: 352px;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    /* bottom: 0; */
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}
.cpzs_fb .cpzs_fbqh li .img .cpzzc .jia{
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-top: 155px;
    background: url(img/5e6d5d9f8e1020abb21e7b69e88b06e4428ad9b8.png) no-repeat center;
}
.cpzs_fb .cpzs_fbqh li h3{
    font-size: 15px;
    text-align: center;
	line-height: 47px;
	color: #333333;
}
.cpzs_fb .cpzs_fbqh li:hover h3{
    color: #3db45e;
}
.cpzs_fb  .cpzs_fbqhyd{
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}
.cpzs_fb .cpzs_fbqh li:hover  .img .cpzzc{
    display: block;
}

.cpzs_fb .cpzs_fbqh li:hover  .img img{
    transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);
}
/* .cpzs_fb  .cpzs_fbqhyd li{
    display: inline-block;
    width: 12px;
	height: 12px;
	background-color: #bdbdbd;
    border-radius: 50%;
    margin:0 10px;
}
.cpzs_fb  .cpzs_fbqhyd li.on{
    background-color: #3db45e;
} */

.cpzs_fb  .cpzs_fbqhyd .swiper-pagination-bullet{
    display: inline-block;
    width: 12px!important;
	height: 12px;
	background-color: #bdbdbd;
    border-radius: 50%;
    margin:0 10px;
    opacity: 1;
}
.cpzs_fb  .cpzs_fbqhyd .swiper-pagination-bullet-active{
     background-color: #3db45e;
}

/* 应用领域 */
.yyly{
    padding-top: 90px;
    max-width: 1920px;
    margin: 0 auto;
}
.yyly .yyly_ft{
    margin-bottom: 33px;
    text-align: center;
}
.yyly .yyly_ft h3{
    font-size: 40px;
	font-weight: bold;
	line-height: 38px;
	color: #333333;
    margin-bottom: 23px;
}
.yyly .yyly_ft h4{
    width: 1024px;
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    margin: 0 auto;
}
.yylyimg{
    height: 503px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.yyly .yyly_fb{
    position: relative;
}
.yyly .yyly_fb li{
    height: 629px;
    position: relative;
}
.yyly .yyly_fb li a{
    display: block;
    width: 1200px;
	height: 560px;
    margin: 0 auto;
    margin-top: 69px;
    position: relative;
}
.yyly .yyly_fb li a img{
    width: 1200px;
	height: 560px;
}
.yyly .yyly_fb li a h3{
    width: 1200px;
	background-color: rgba(0, 0, 0, .5);
    line-height: 100px;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    text-align: center;
	color: #ffffff;
}
.yyly_fbbtnl{
    width: 55px;
	height: 55px;
    position: absolute;
    left: 30px;
    top: 552px;
    background: url(img/91327be66671481c3d15df5db3e6b71c0d29e960.png) no-repeat center;
}
.yyly_fbbtnr{
    width: 55px;
	height: 55px;
    position: absolute;
    right: 30px;
    top: 552px;
    background: url(img/b25efab845eaa03b46ea2036fbcec43b7af2339a.png) no-repeat center;
}
.yyly_fbbtnl:hover{
    cursor: pointer;
    background: url(img/49dfbe0e69f72f57c739cd17eb74e7716556139f.png) no-repeat center;
}
.yyly_fbbtnr:hover{
    cursor: pointer;
    background: url(img/4faffe00a9a1d5a5385dcede3d60fef7d078b43b.png) no-repeat center;
}
/*  */
.yyly{
    position: relative;
}
.yyal_tc{
    width: 1920px;
	height: 503px;
    position: absolute;
    left: 0;
    right: 0;
    top: 245px;
    margin: auto;
}
.yyal_tcqh li{
    position: relative;
    width: 1920px;
	height: 503px;
}
.yyly_fc img{
    width: 1920px;
	height: 503px;
}





/*  */
/* 新闻中心 */
.xwzx{
    margin-top: 85px;
}
.xwzx .xwzx_ft{
    margin-bottom: 28px;
    text-align: center;
}
.xwzx .xwzx_ft h3{
    font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
}
.xwzx .xwzx_fc{
    font-size: 0;
    text-align: center;
    margin-bottom: 50px;
}
.xwzx .xwzx_fc li{
    display: inline-block;
    margin:0 15px;
    width: 141px;
	border: solid 1px #e9e9e9;
}
.xwzx .xwzx_fc li a{
    display: block;
    font-size: 16px;
	line-height:46px;
	color: #666666;
    text-align: center;
}
.xwzx .xwzx_fc li.on{
    background-color: #3db45e;
    color: #ffffff;
    border: solid 1px #3db45e;
}
.xwzx .xwzx_fc li.on a{
    color: #fff;
}
.xwzx .xwzx_fb {
    overflow: hidden;
}
.xwzx .xwzx_fb li{
    width: 371px;
    margin-right: 43px;
}
.xwzx .xwzx_fb li:nth-child(3n){
    margin-right: 0;
}
.xwzx .xwzx_fb li .img{
    /* width: 371px; */
    width: 100%;
	height: 228px;
    position: relative;
}
.xwzx .xwzx_fb li .img img{
    width: 371px;
    width: 100%;
	height: 228px;
}
.xwzx .xwzx_fb li .img h3{
    width: 103px;
	height: 27px;
    background-color: #333333;
    font-family: Arial;
	font-size: 12px;
	line-height: 27px;
    text-align: center;
	color: #ffffff;
    position: absolute;
    bottom: 21px;
    left: 15px;
}
.xwzx .xwzx_fb li:hover .img h3{
    background-color: #3db45e;
}
.xwzx .xwzx_fb li .xwwz{
    border: solid 1px #eeeeee;
    border-top: 0;
    padding-left: 15px;
    padding-right: 20px;
    padding-bottom: 36px;
    padding-top: 44px;
}
.xwzx .xwzx_fb li h4{
    font-size: 15px;
    font-weight: bold;
	line-height: 15px;
    color: #333333;
}
.xwzx .xwzx_fb li h5{
    font-size: 12px;
	line-height: 26px;
    margin-top: 18px;
	color: #666666;
}
.xwzx .xwzx_fb li:hover h4{
    color: #3db45e;
}


.xwzx .xwzx_fb .xwzx_fbqhyd .swiper-pagination-bullet{
    display: inline-block;
    width: 12px!important;
	height: 12px;
	background-color: #bdbdbd;
    border-radius: 50%;
    margin:0 10px;
    opacity: 1;
}
.xwzx .xwzx_fb .xwzx_fbqhyd .swiper-pagination-bullet-active{
     background-color: #3db45e;
}
.xwzx .xwzx_fb .xwzx_fbqhyd {
    font-size: 0;
    text-align: center;
    margin-top: 30px;
}
/* foot1 */
.foot1{
    background-color: #eee;
    padding-top: 64px;
        box-shadow: -98px 1px 16px 1px rgb(194 194 194 / 80%);
}
.foot1 .foot1_fl{
    width: 667px;
}
.foot1 .foot_nav li{
    float: left;
    width: 97px;
    text-align: left;
    margin-right: 44px;
}
.foot1  .foot_nav li:nth-child(1){
    margin-right: 25px;
}
.foot1  .foot_nav li:nth-child(4){
    margin-right: 25px;
}
.foot1 .foot_nav li a{
    font-size: 16px;
	line-height:16px;
	color: #333333;
    font-weight: normal;
}
.foot1  .foot_nav li .x-nav-menu a{
    font-size: 12px;
	line-height: 30px;
	color: #333333;
    padding-left: 12px;
    position: relative;
}
.foot1  .foot_nav li .x-nav-menu a::before{
    content: '》';
    position: absolute;
    left: 0;
    top: 0;
}
.foot1  .foot_nav li .x-nav-menu{
    margin-top: 28px;
}
.foot1  .foot1_fc{
    width: 285px;
    margin-left: 12px;
}
.foot1  .foot1_fc h3{
    font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
}
.foot1 .foot1_fc h4{
    font-family: Arial;
    font-size: 28px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
    margin-top: 33px;
}
.foot1 .foot1_fc h5{
    font-size: 14px;
	line-height: 26px;
    margin-top: 21px;
	color: #333333;
}
.foot1 .foot1_fr .fewm{
    width: 96px;
}
.foot1 .foot1_fr .fewm img{
    width: 96px;
	height: 96px;
}
.foot1 .foot1_fr .fewm h3{
    font-size: 12px;
	line-height: 12px;
	color: #333333;
    margin-top: 13px;
    text-align: center;
}
.foot1 .foot1_fr .fewm1{
    margin-left: 16px;
}
/* foot2 */
.foot2{
    background-color: #ffffff;
    font-size: 12px;
	line-height: 24px;
	color: #666666;
    padding: 10px 0;
    text-align: center;
    margin-top: 57px;
}
.foot2 a{
    color: #666666;
}