﻿*{margin: 0;padding: 0;}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;}

.index_top{background-color: #eeeeee;width: 100%;}
.index_top p{font-size: 24px;color: #666666;text-align: center;line-height: 73px;}
.index_lj{position: absolute;top: 20px;left: 70%;}
.index_lj li{float: left;margin-right: 25px;}
.index_lj ul li:last-child{margin:0;}


/*下拉选*/
.index_dh:after{display: block;content: "";clear: both;}
.index_dh{width: 1200px;margin: 0 auto;}
.index_dh_img{float: left;}
.index_dh_img img{display: block;}
#jMenu li {display:table-cell;}
#jMenu li a {display:block;background-color: transparent;color:black;text-transform:uppercase;cursor:pointer;font-size:18px;}
#jMenu li ul {display: none; position:relative;top: 0px !important;left: 0px !important;}
#jMenu li ul li {background: #f08200;display:block;height: 45px;border-bottom: 1px solid rgb(138,138,138);}
#jMenu li ul li a {font-size:14px;text-transform:none;display:block;line-height: 45px;color: white !important;}
.daohang_ul a:hover{background: #f08200 !important;color: white !important;}
/*.nav{background: #f08200;}*/
.nav>a{color: white !important;background: #f08200 !important;}
.daohang{height: 90px;float: right;}
.daohang_ul{width: 880px;margin: 0 auto;height: 90px;}
.daohang li{width: 140px;}
.daohang a{display: block;color: white;line-height: 90px;text-align: center;font-size: 18px;font-family: "Microsoft YaHei";}
.daohang_ula{z-index: 9999;margin-top: 1px !important;}
.daohang_ula a{color: white !important;}

/*轮播图*/
.lubo{ width: 100%; min-width:1000px;clear: both; position: relative; height:600px;}
.lubo_box{ position: relative; width: 100%; height:600px; }
.lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:600px; opacity: 0;filter:alpha(opacity=0);}
.lubo_box li a{ display: block;width: 100%;  height: 100%;position: absolute;z-index: 2;}

.lubo_box li img{ width: 100%; height: 600px;}

/*圆点*/
.cir_box{ overflow: hidden; position: absolute; z-index: 100;}
.cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
.cir_on{ background: #f08200!important;}

/*按钮*/
.lubo_btn{ position: absolute; width: 100%; top: 226px;position: absolute;;z-index: 100;}
.left_btn, .right_btn{width: 36px; height: 36px;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 50px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.left_btn{ float: left;margin-left: 185px;background-image: url(/statics/jinma/img/jiantou_03.png);}
.right_btn{ float: right;margin-right: 185px;background-image: url(/statics/jinma/img/jiantou_05.png);}


.index_bd{width: 1200px;margin: 0 auto;}
.index_bd_one:after{display: block;content: "";clear: both;}
.index_bd_one{padding-top: 25px;}
.db_img1{float: left;}
.db_img2{float: right;}

.index_bda:after{display: block;content: "";clear: both;}
.index_bda{padding-top: 20px}
.index_bd_lf{float: left;width: 576px;}
.index_bd_ri{float: right;}

.index_img{margin-top: 20px;}
.index_img:after{display: block;content: "";clear: both;}
.img_none{display: none}
.index_img li:hover .img_block{display: none;}
.index_img li:hover .img_none{display: block;}
.index_img li{float: left;margin-right: 11px;margin-bottom: 11px;}
.index_img li:nth-child(3n){margin-right: 0;}

/*td{background: #c9c9ca;border-top: 0;border-right: 15px solid white;border-bottom: 13px solid white;border-left: 0;}
table{width: 100%;border-collapse: collapse;}
tr td:last-child{border-right: none;}
tr:last-child td{border-bottom:none;}
td:hover{background: #f08000;}*/

.index_me{background-size: 100% 100%;background-image: url(/statics/jinma/img/inba_02.png);width: 100%;height: 653px;margin-top: 85px;background-repeat: no-repeat;}
.index_w1200{width: 1200px;margin: 0 auto;padding-top: 50px;}
.index_wl:after{display: block;content: "";clear: both;}
.index_w1200:after{display: block;content: "";clear: both;}
.index_wl_one:after{display: block;content: "";clear: both;}
.index_wl_two:after{display: block;content: "";clear: both;}
.index_wl_two{margin-top: 15px;}
.index_wl{float: left;}
.index_wr{float: right;overflow: hidden;}
.index_wl_one div,.index_wl_two div{float: left;overflow: hidden;}
.index_wl_one div:last-child{margin-left: 15px;}
.index_wl_two div{margin-left: 15px;}
.index_wl_two div:first-child{margin: 0 !important;}
.index_sb{text-align: center;margin-bottom: 45px;}

.index_wl_one img{
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}
.index_wl_one div:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;
}
.index_wl_two img{
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}
.index_wl_two div:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;
}
.index_wr img{
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}
.index_wr:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;
}

.index_mp{text-align: center;margin-top: 35px;}

.index_mp1200{width: 1200px;margin: 0 auto;margin-top: 25px;}
.index_mp1200:after{display: block;content: "";clear: both;}
.index_mp_le{float: left;overflow: hidden;}
.index_mp_ri{float: right;width: 595px;}
.index_mp_le img{
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}
.index_mp_le:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;
}

/*.index_am{margin-bottom: 40px;}*/

.mp_p1{font-size: 22px;font-family: "Source Han Sans CN";font-weight: bold;color: black;}
.mp_p2,.mp_p3{font-size: 14px;font-family: "Source Han Sans CN";color: #1a1a1a;line-height: 1.286;}
.mp_p2{min-height: 52.8px;line-height: 1.95;}
.mp_p1:hover{color: #f08000;}
.index_mp_ri li{border-bottom: 1px solid #bfbfbf;margin-top: 10px;padding-bottom: 4px;}
.index_mp_ri li:first-child{margin: 0 !important;}

.index_it li{float: left;}
.index_it li:nth-child(2n){margin-left: 40px;}
.index_gm{float: left;width: 540px;}
.index_it p{font-size: 22px;font-family: "Source Han Sans CN";font-weight: bold;color: black;text-align: center;line-height: 50px;}
.index_it p:hover{color: #f08000;}
.index_gm_ri{width: 590px;float:right;}
.index_it div{overflow: hidden;width: 250px;height: 176px;}
.index_it img{
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;}
.index_it div:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;
}	

.index_lxfs:after{display: block;content: "";clear: both;}
.index_lxfs li{float: left;width: 225px;font-family: "Arial";font-size: 22px;color: white;padding-left: 70px;line-height: 29px;}
.index_lxfs{background: #9f9f9f;}
.lxfs1{margin-top: 20px;background-image: url(/statics/jinma/img/index_65.png);background-repeat: no-repeat;background-position: 20px;}
.lxfs3{margin-bottom: 20px;margin-top: 10px;background-image: url(/statics/jinma/img/index_73.png);background-repeat: no-repeat;background-position: 20px;}
.lxfs2{margin-top: 10px;background-image: url(/statics/jinma/img/index_68.png);background-repeat: no-repeat;background-position: 20px;}

.lxfs_form{margin-top: 15px;}
.input1{width: 565px;font-size: 20px;border: none;padding-left: 25px;height: 40px;background: #eeefef;}
.input2{width: 245px;padding-left: 25px;font-size: 20px;border: none;height: 40px;background: #eeefef;margin-top: 15px;line-height: 40px;}
.input3{width: 150px;display: block;height: 45px;border: none;background: #f08000;color: white;font-size: 22px;margin-left: 440px;margin-top: 15px;}
.texta{padding-top: 15px;resize: none;padding-left: 25px;font-size: 20px;width: 565px;margin: 15px 0px 0px;border: none;background: rgb(238, 239, 239);height: 200px;font-family: "Arial";}

/*尾部*/
.footer{background: #efefef;height: 120px;margin-top: 60px;}
.foo_w1200{width: 1200px;margin: 0 auto;}
.foo_w1200:after{display: block;content: "";clear: both;}
.foo_img{float: left;}
.foo_size{float: right;width: 950px;}
.foo_fs span{margin-right: 60px;padding-left: 35px;line-height: 28px;display: inline-block;font-size: 16px;font-family: "Arial";}
.foo_fs span:last-child{margin: 0;}
.foo_span1{background-image: url(/statics/jinma/img/index_81.png);background-repeat: no-repeat;}
.foo_span2{background-image: url(/statics/jinma/img/index_83.png);background-repeat: no-repeat;margin-left: 100px;}
.foo_span3{background-image: url(/statics/jinma/img/index_86.png);background-repeat: no-repeat;}
.foo_span4{background-image: url(/statics/jinma/img/index_78.png);background-repeat: no-repeat;}
.foo_size p{text-align: center;margin-top: 20px;font-size: 16px;font-family: "Arial";}
.foo_fs{margin-top: 30px;}

/*list*/
.img_top img{width: 100%;}
.list_url{width: 1200px;margin: 0 auto;}
.list_url p{color: rgb(52, 52, 52);font-family: "Source Han Sans CN";font-size: 16px;line-height: 60px; background-position: 0;padding-left: 30px;background-image: url(/statics/jinma/img/pro_03.png);background-repeat: no-repeat;}
.list_url a{color: rgb(52, 52, 52);font-family: "Source Han Sans CN";font-size: 16px;}
.list_logo{text-align: center;}
.list_w1200{width: 1200px;margin: 0 auto;margin-top: 50px;}
.list_w1200 li:after{display: block;content: "";clear: both;}
.list_img_lf{float: left;width: 524px;height: 344px;overflow: hidden;}
.list_img_lf:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;
	}
.list_img_lf img{
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}	
.list_ri{float: right;width: 600px;}
.list_ri span:nth-child(1){font-family: "zcool-gdh";font-size: 42px;color: #7e7e7e;display: block;}
.list_ri p:nth-child(2){margin-top: 15px;height: 50px;line-height: 50px;text-align: center;font-size: 22px;background: #e57d12;color: white;font-weight: bold;font-family: "Source Han Sans CN";}
.list_ri_a{display: block;min-height: 165px;margin-top: 20px;font-family: "Source Han Sans CN";font-size: 16px;color: rgb(50, 50, 50);line-height: 1.7;}
.list_ri_a:hover{color: #f08000;}
.list_ri_a1{margin-top: 15px;display: inline-block;font-size: 16px;color: rgb(229, 125, 18);font-family: "Source Han Sans CN";margin-left: 515px;}
.list_w1200 li{padding-bottom: 30px;border-bottom: 1px dashed #7d7d7d;margin-top: 30px;}
.list_w1200 ul li:first-child{margin: 0;}
.list_w1200 ul li:last-child{padding: 0;border: none;}

/*分页*/
.paging{height: 65px;text-align: center;padding-top: 100px;width: 100%;}
.paging ul{margin: 0 auto;}
.paging span{font-size: 14px;padding: 5px;border: 1px solid rgb(233,233,233);}
.paging a{color: white;}
.p_n1{color: white;background: #f08000 !important;}
.p_n2{background: #bfbfbf;}

/*list_pic*/
.list_pic_w1200{width: 1200px;margin: 0 auto;margin-top: 50px;}
.list_pic_w1200 li{float: left;margin-right: 20px;margin-bottom: 20px;}
.list_pic_w1200 ul li:nth-child(3n){margin: 0;}
.list_pic_w1200 ul:after{display: block;content: "";clear: both;}
.pic_img{width: 386px;height: 261px;overflow: hidden;}
.pic_img img{
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}
.pic_img:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;
}
.list_pic_w1200 p{margin-top: 8px;height: 57px;text-align: center;background: #f08000;line-height: 57px;color: white;font-size: 24px;}

/*show*/
.show_w1200{width: 1200px;margin: 0 auto;margin-top: 20px;}
.show_w1200:after{display: block;content: "";clear: both;}
.show_lf{float: left;width: 810px;}
.show_ri{float: right;width: 330px;}
.show_lf>p{font-size: 24px;text-align: center;font-family: "Source Han Sans CN";font-weight: bold;}
.show_con{font-size: 16px;font-family: "Source Han Sans CN";line-height: 1.875;color: rgb(50, 50, 50);margin-top: 25px;}
.show_ri_top{margin-top: 40px;}
.show_ri_top li{height: 38px;line-height: 38px;background: #e57d12;padding-left: 20px;margin-bottom: 2px;}
.show_ri_top a{font-size: 18px;font-family: "Source Han Sans CN";font-weight: bold;color: white;display: block;}

.another:after{display: block;content: "";clear: both;}
.another{margin-bottom: 50px;margin-top: 50px;}
.another span,.another a{font-size: 16px;color: rgb(50, 50, 50);font-family: "Source Han Sans CN";}
.another span:first-child{float: left;}
.another span:last-child{float: right;margin-right: 10px;}
.show_phone{text-align: center;margin-top: 65px;}
.show_size{margin-bottom: 10px;font-size: 18px;font-family: "Source Han Sans CN";color: rgb(34, 24, 21);text-align: center;font-weight: bold;margin-top: 20px;}
.show_ci{padding-bottom: 20px;padding-top: 20px;background: #eeeeef;}
.show_ci p{padding-left: 55px;background-repeat: no-repeat;background-position: 15px;line-height: 31px;}
.show_ci p:nth-child(1){background-image: url(/statics/jinma/img/show_07.png);}
.show_ci p:nth-child(2){margin-top: 15px;background-image: url(/statics/jinma/img/show_10.png);}
.show_ci p:nth-child(3){margin-top: 15px;background-image: url(/statics/jinma/img/show_12.png);}

/*list_index*/
.list_index_w1200{width: 1200px;margin: 0 auto;}
.li_in_size{background: #eeeeee;padding: 20px 25px;}
.li_in_size span{font-size: 16px;font-family: "Source Han Sans CN";color: rgb(51, 51, 51);line-height: 2;text-indent: 2em;display: block;}
.ac_size p{font-size: 20px;font-family: "Source Han Sans CN";line-height: 1.8;text-align: center;color: black;font-weight: bold;}
.li_in_ac:after{display: block;content: "";clear: both;}
.li_in_ac{margin-bottom: 35px;}
.li_in_ac>div{float: left;}
.ac_size p:hover{color: #f08000;}
.ac_img{border-bottom: 1px dashed #7d7d7d;margin-bottom: 10px;}
.list_sob{font-size: 24px;font-family: "Source Han Sans CN";color: rgb(128, 128, 128);font-weight: bold;text-align: center;line-height: 2;}
.li_in_ul:after{display: block;content: "";clear: both;}
.li_in_ul{width: 1110px;margin: 0 auto;padding-top: 30px;padding-bottom: 30px;}
.li_in_ul li{float: left;margin-right: 105px;}
.li_in_ul li:last-child{margin: 0;}
.li_in_ul p{font-size: 18px;font-family: "Source Han Sans CN";color: rgb(76, 76, 76);line-height: 1.5;padding-left: 20px;background-image: url(/statics/jinma/img/two_35.png);background-repeat: no-repeat;background-position: 5px;}
.li_in_ul span{font-weight: bold;height: 55px;text-align: center;display: block;line-height: 55px;border-bottom: 2px solid #7d7d7d;font-size: 20px;margin-bottom: 15px;}
.li_in_ul p:hover{color: #f08000;font-weight: bold;}

.li_in_ul1:after{display: block;content: "";clear: both;}
.li_in_ul1{width: 1162px;margin: 0 auto;padding-top: 20px;padding-bottom: 50px;}
.li_in_ul1 li{float: left;margin-right: 30px;}
.li_in_ul1 li:last-child{margin: 0;}
.list_cq:after{display: block;content: "";clear: both;}
.list_cq{margin-top: 20px;margin-bottom: 55px;}
.list_cq_le{float: left;}
.list_cq_ri{float: right;}
.list_cq_le>span{font-size: 72px;font-family: "Source Han Sans CN";color: #f0870e;font-weight: bold;margin-left: 45px;}
.list_cq_le>p{font-size: 24px;font-family: "Source Han Sans CN";color: #808080;font-weight: bold;margin-left: 20px;}
.list_cq_ul li{padding-left: 25px;background-image: url(/statics/jinma/img/gy_03.png);background-repeat: no-repeat;background-position: 5px;font-size: 20px;font-family: "Source Han Sans CN";color: #808080;margin-bottom: 10px;}
.list_cq_ul{padding-left: 20px;padding-top: 30px;background: #f1f0f1;width: 355px;height: 255px;margin-top: 25px;}
.list_cq_ul1:after{display: block;content: "";clear: both;}
.list_cq_ul1{margin-top: 20px;}
.list_cq_ul1 li{float: left;margin-right: 87px;}
.list_cq_ul1 li:last-child{margin: 0;}

.list_in_foo:after{display: block;content: "";clear: both;}
.list_in_foo{margin-top: 35px;}
.list_in_foo div{float: left;}


/*广告*/
.toolbar {
  width: 50px;
  position: fixed;
  right: 5%;
  top: 32%;
  z-index: 999;
}
.toolbar dd {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  position: relative;
  background: url(/statics/jinma/img/black20.png) repeat 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar dd i {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 7px 0 0 7px;
  *margin: 7px 0 0 0;
  background: url(/statics/jinma/img/rightFixIcon.png) no-repeat 0 0;
}
#span1{background: url(/statics/jinma/img/mj.png) no-repeat 0 0;}

.toolbar dd.gottop {
  /*display: none;*/
}
.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 50px;
  top: 0;
  right: 0;
  overflow: hidden;
}
.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #f08000;
  display: none;
}
.toolbar .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}
.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar .pop-code h3 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar .qq span {
  background-position: 0 -47px;
}
.toolbar .qq a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
.toolbar .qq:hover {
  background: #f08000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .tel span {
  background-position: 0 0;
}
.toolbar .tel:hover {
  background: #f08000;
}
.toolbar .code span {
  background-position: 0 -95px;
}
.toolbar .code:hover {
  background: #f08000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .top span {
  background-position: 0 -142px;
}
.toolbar .top:hover {
  background: #f08000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.gp_w1200{width: 1200px;margin: 0 auto;}
.gp_it{margin-bottom: 40px;margin-top: 40px;}
.gp_content:after{display: block;content: "";clear: both;}
.gp_left{float: left;}
.gp_right{float: right;width: 900px;}
.gp_img{width:283px;height:190px;overflow: hidden;}
.gp_img img{
-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;
}
.gp_img:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;
}
.gp_right ul:after{display: block;content: "";clear: both;}
.gp_right li{float: left;margin-right: 24px;margin-bottom: 25px;}
.gp_right ul li:nth-child(3n){margin: 0;}
.gp_right p{text-align: center;background: #f08000;height:40px;line-height: 40px;color: white;font-size: 18px;    margin-top: 5px;}
.img_xg{width: 530px;}
.img_xg img{width:100%;}
.xg_left{float: left;position: relative;}
.xg_size{position: absolute;left: 90%;top: 15%;width: 260px;height: 160px;background: white;box-shadow: darkgrey -2px 0px 5px -1px;}
.xg_img{width: 350px;height: 225px;overflow: hidden;}
.xg_img img{width:100%;height: 100%;
-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;}
.xg_img:hover img{
	-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;}
.xg_size h3{margin-left: 13%;color: #f08000;line-height: 60px;}
.xg_size p{margin-left: 13%;width: 180px;min-height: 40px;}
.xg_size a{display: inline-block;margin-left: 13%;font-size: 12px;color: #f08000;margin-top: 20px;}
.xg_right{float: right;position: relative;margin-right: 20%;}

/*分享*/
.share-dialog{width: 150px;margin-top: 20px;}
.share-dialog:after{display: block;content: "";clear: both;}
.show_fx{float: left;}
.share-dialog-cont{float: right;}

.ysb:after{display: block;content: "";clear: both;}
.ysb{width:530px;}
.ysb img{display: block;-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out;	
	-ms-transition: all 0.5s ease-in-out;	
	transition: all 0.5s ease-in-out;}
.ysb li{float: left;margin-right: 7px;margin-bottom: 7px;overflow: hidden;}
.ysb li:nth-child(3n){margin-right: 0;}
.ysb li:hover img{-webkit-transform: scale(1.07) ;
	-moz-transform: scale(1.07) );	
	-o-transform: scale(1.07) );	
	-ms-transform: scale(1.07) );	
	transform: scale(1.07) ;}