@charset "UTF-8";

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.w {
    width: 1200px;
    margin: 0 auto;
}


/*banner*/
.swiper-container {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width:100%;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	background-image:("../images/left_btn.png");
}
.banner  .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev{
	background-image:("../images/right_btn.png");
}
.indexImg img{
	width:100%;
}
.bgEBEBEB{
	background-color:#EBEBEB;
}
/*header*/
header{
	width:100%;
	background:#fff;
}
.logobox{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.logobox img{
	max-width:100%;
}
a.logo{
	font-size:36px;
	color:#CDAA74;
	text-align:center;
	float:left;
}
a.logo span{
	font-size:20px;
	display:block;
	text-align:center;
}

.logobox p{
	font-size:24px;
	color:#322C2C;
	float:left;
	border-left: 2px solid #C9CBCA;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 8px;
}
.language{
	position:absolute;
	top:5px;
	right:0;
}
.language a{
	font-size:12px;
	color:#000;
	float:left;
	margin-left:8px;
}
.language a img{
	height:24px;
	margin-right:2px;
}



/*nav*/
.navList{
	width:100%;
	background: #1F276F;
}
.navList .menu {
}


.menu li { float:left; position:relative; }
.menu li.fstnav{
	padding:0 30px;
}
.menu li.focusa,
.menu li.cur{
	background: #ED6D00; 
	}
.menu li a, 
.menu li .nava { 
	text-align:center;
	line-height:44px;
	font-size:14px;
	color:#fff;
	display:block;
	overflow:visible;
}
.menu li .nava{
	cursor: default;
}

.menu li .one li{
	width:100%;
}
.menu li ul.one { position:absolute; left:0; display:none; z-index:999;background:#fff;width:150%;}
.menu li ul.one a.secondnav { padding:0 2%; color:#000;display:block;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);line-height:40px;font-size:13px;}
.menu li a:hover { color:#fff;  }
.menu .one li.focusa .nava a{  color:#fff; }
.menu li ul li:last-child a{border-bottom:none;}
.one { top:44px; }
.one li a.secondnav:hover {  background:#ED6D00;color:#fff !important;}

.menu li ul.two {
	position:absolute;
	display:none; 
	background:#fff; 
	left:100%; 
	top:0; 
	width:140%;
	padding:5%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.menu li ul.two li{
	width:100%;
}
.menu li ul.two li.focusa{
	background:#fff;
}
.menu li ul.two li a{
	color:#000;
	box-shadow:none;
	font-size:13px;
	line-height:30px;
}
.one li .two li a:hover {
	color:#ED6D00;
	background:#fff;
}
.menu li ul.two li a.thirdnav{
	text-align:left;
	float:left;
}
.menu li ul.two li .navFourL .fourthnav{
	float:left;
	padding:0 10px;
	border-right:1px solid #000;
	font-size: 14px;
	line-height: 14px;
	margin: 13px 0;
	color: #222;
}
.menu li ul.two li .navFourL .fourthnav:hover{
	color:#ED6D00;
}
.navFourL .fourthnav:last-child{
	padding-right:0 !important;
	border-right:none !important;
}

.searchBox{
	border-radius: 2em;
	overflow: hidden;
}

.search_cont{
	width:180px;
	height: 26px;
	line-height: 26px;
	padding:0 8px;
	border: 1px solid #c4c6cf;
	border-right:none;
}
.search_btn{
	height:28px;
	border: 1px solid #c4c6cf;
	border-left:none;
	background:#fff;
	width:32px;
	padding-right: 6px;
}
.search_btn img{
	height:90%;
}

/**/
.infoBox{
	display:flex;
	justify-content:space-between;
	margin:20px auto;
}
.xydt{
	width:615px;
	border-radius:6px;
	padding:10px;
}

 .titleNav a{
	display:inline-block;
	font-size:16px;
	color:#555;
	margin-right: 4px;
	padding: 2px 12px;
}
.titleNav{
	display:flex;
	
}
.titleNav a:hover,
.titleNav a.current{
	color: #fff;
	background: #900009;
	border-radius: 2em;
	
}
.titleNav a:last-child{
	float:right;
	margin-left:6px;
}



/*热门专业*/
.qqb {
	padding:0 10px;
}
.qqbpic{
	width:297.5px;
	height: 245px;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.qqbpic img{
	height:100%;
}
.qqb_content_con{
	width:297.5px;
	height: 245px;
	float: left;
	position: relative;
	cursor: pointer;
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
}
.qqb_contentbox .qqb_content_con:nth-child(4n){
	margin-right:0;
}

.qqb_txt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #0080C0;
	opacity:0.95;
}
.qqb_txt h3{
	font-weight: normal;
	font-size:16px;
	line-height: 40px;
}
.qqb_txt p{
	font-size: 16px;
	display: block;
	line-height: 20px;
	padding:0 15px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-moz-margin-before: 1em;
	-moz-margin-after: 1em;
	-moz-margin-start: 0px;
	-moz-margin-end: 0px;
}




/*about*/


/*友情链接*/

/*footer*/
footer {
	border-top: 1px solid #ccc;
	background:#f5f5f5;
	padding-bottom: 20px;
	margin-top:20px;
}

.footTop{
	padding:20px 0;
	text-align:center;
}
.footTop a{
	font-size:14px;
	color:#666;
	display:inline-block;
	padding:0 20px;
}
.footTop a:hover{
	color:#ff6a00;
}
.footBottom{
	font-size:14px;
	color:#999;
	line-height:30px;
	text-align:center;
}




.side {
    position: fixed;
    width: 54px;
    height:auto;
    right: 0;
    bottom:150px;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.side ul li .sidebox,
.side ul li .sideboxno {
    white-space:nowrap;
    position: absolute;
    font-size:0;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}
.side ul li .sidebox .inlineblock:first-child,
.side ul li .sideboxno .inlineblock:first-child{
    display:flex;
    float:left;
    width:54px;
    height:54px;
}
.side ul li .sideboxno {
    position:relative;
    overflow:visible;
}
.side ul li .sideboxno .image {
    display:none;
    position:absolute;
    right:54px;
    top:0;
    width:auto;
    height:auto;
}
.side ul li .sidebox .inlineblock:last-child {
    float:left;
}
.side ul li .sidebox .inlineblock:first-child img.customize,
.side ul li .sideboxno .inlineblock:first-child img.customize {
    width:50%;
    height:auto;
}
.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #173994;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}


/**/
.adv{
	margin:50px 0;
}
.adv ul li img{
	width:50px;
}
.adv ul li{
	padding: 0 20px;
}
.adv ul li p{
	color:#8B8B8B;
	font-size:18px;
	padding-left:6px;
	letter-spacing: 2px;
}

/*新品上市*/

.newArrival{
	margin:20px auto;
	border: 1px solid #dbe3ef;
	padding: 30px 60px 20px;
	position:relative;
}
.newArrival .swiper-container .swiper-button-next{
	background-image:(../images/newa_right.png);
}
.newArrival .swiper-container .swiper-button-prev{
	background-image:(../images/newa_left.png);
}
.newArrival > .swiper-container{
	padding-top: 5px;
}

.newArrival .swiper-slide:nth-child(4n){
	border-right:none;
}
.newArrivalBox .img img{
	width:100%;
}

.newArrivalBox .gallery-top{
	width:350px;
	height:350px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
	
}
.newArrival_r {
	width:600px;
	text-align:left;
}
.newArrival_r .newArrival_r_name{
	color: #333;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 36px;
	display:block;
}
.newArrival_r .newArrival_r_name:hover{
	color: #ff6a00;
}
.newArrival_r_price{
	color: #ff660a;
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	padding-bottom:15px;
}
.newArrival_r_price span{
	font-size: 14px;
	line-height: 16px;
	color:#999;
	font-weight:normal;
}
.newArrival_r_min {
	font-size: 24px;
	line-height: 28px;
	color: #333;
	font-weight:bold;
	padding-bottom:20px;
}
.newArrival_r_min span{
	font-size: 14px;
	line-height:16px;
	color: #999;
	font-weight:normal;
}
.newArrival_r_detail{
	display:block;
	color:#333;
	width:130px;
	text-align:center;
	line-height:38px;
	border:1px solid #dbe3ef;
	margin: 20px 0 30px;
}
.newArrival_r_detail:hover{
	border-color:#ff660a;
	color:#fff;
	background:#ff660a;
}
/*scroll*/
.scroll{
	width:1200px;
	margin:60px auto;
}
.newArrivalBox{
	width:100%;
	height:370px;
}

.gallery-top {
  height: 80%;
  width: 100%;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/*Main Categories*/
.tab-con-item {
    display: none;
}
.categories{
	border: 1px solid #dbe3ef;
	border-top:none;
}
.categories_nav{
	width:196px;
	float:left;
}
.categories_nav a{
	border-bottom: 1px solid #dbe3ef;
	border-right: 1px solid #dbe3ef;
	padding: 0 20px;
	text-align:center;
	color:#333;
	font-size: 14px;
	height: 80px;
	line-height: 1.28571;
}
.categories_nav a:last-child{
	border-bottom:none;
}
.j-tab-con{
	float:right;
	width:998px;
}
.categories_nav a.current{
	border-right-color:#fff;
}
.categories_list li{
	float:left;
	width: 33%;
	border-right: 1px solid #dbe3ef;
}
.categories_list li a{
	color:#333;
}
.categories_list li .categories_item{
	font-size: 14px;
	line-height: 16px;
	height: 120px;
	overflow: hidden;
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 1px solid #dbe3ef;
}
.categories_item .categories_img{
	width:120px;
	height:120px;
	overflow:hidden;
}
.categories_item .categories_img img{
	width:100%;
}
.categories_item .categories_info{
	margin-left: 12px;
	width: 156px;
}
.categories_title{
	line-height: 20px;
	max-height: 38px;
	white-space: normal;
	overflow: hidden;
}
.categories_price,
.categories_mo{
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-weight: 700;
	
}
.categories_price span,
.categories_mo span{
	color:#999;
	font-weight:400;
	font-size: 12px;
}
.categories_list li .categories_item:hover .categories_title{
	color:#ff660a;
}
.categories_list li:nth-child(n+4) .categories_item{
	border-bottom:none;
}
.categories_list li:nth-child(3n){
	border-right:none;
}


/*Product Showcase*/
.title{
	line-height: 30px;
	padding: 12px 20px;
	border: 1px solid #dbe3ef;
	border-top:2px solid #333;
}
.title h2{
	color:#333;
	font-size:22px;
}
.title a.seeMore{
	color: #2192d9;
	font-size: 14px;
}
.title a.seeMore:hover{
	color:#ff660a;
}

.proshow{
	margin-bottom:20px;
}

.showcase_lists{
	border: 1px solid #dbe3ef;
	border-top:none;
}
.showcase_lists .product_item{
	float:left;
	padding: 24px 0;
	
}
.product_img img{
	width:100%;
	cursor: pointer;
	transition: all 0.6s;
}
.showcase_lists .product_item:hover .product_img img{
	transform: scale(1.2);
}
.product_info{
	max-height: 38px;
	white-space: normal;
	overflow: hidden;
	margin:10px auto;
}

.showcase_lists .product_item:nth-child(6n){
	border-right:none;
}

.showcase_lists .product_item:nth-child(-n+6){
	border-top:none;
}
.showcase_lists .product_item:nth-child(n+7){
	border-top:none;
	border-bottom:none;
}

.showcase_lists .product_item{
	width:16.59%;
	border: 1px solid #dbe3ef;
	border-left:none;
}
.showcase_lists .product_item .product_img{
	width:140px;
	margin:0 auto 10px;
	overflow:hidden;
	height:200px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
}
.showcase_lists .product_item .product_info{
	width:140px;
	color: #333;
	font-size:14px;
}
.showcase_lists .product_item:hover .product_info{
	color:#ff660a;
}
/*Why Choose Us*/
.choose{
	background:url(../images/companydetail.png) no-repeat center;
	background-size:cover;
	height:280px;
	margin-bottom: 40px;
}
.choosebox{
	height: 220px;
	padding:30px;
	background:rgba(0,0,0,.6);
	margin-bottom:30px;
}
.choose_title{
	font-size: 36px;
	line-height: 42px;
	font-weight: 700;
	color:#fff;
	text-align:center;
	margin-top: 20px;
}
.choose_info a{
	font-size:13px;
	color:#fff;
	line-height: 22px;
	margin-top: 18px;
	overflow: hidden;
	max-height: 44px;
	display:block;
	text-align:center;
}
.choose_info a:hover{
	color:#ff660a;
}
.tags{
	margin-top: 20px;
}
.tags a{
	color: #666;
	font-size: 12px;
	line-height: 16px;
	background: hsla(0,0%,100%,.7);
	border-radius: 3px;
	margin: 10px 6px;
	padding: 6px 16px;
	display:block;
}
.tags a:first-child{
	color:#ff660a;
}
.company_t p{
	font-size: 18px;
	color:#333;
	margin-right: 13px;
}
.company_t a{
	color: #2192d9;
	font-size: 14px;
	display:block;
	padding-left:24px;
	background:url(../images/company_t.gif) no-repeat center left;
	background-size:contain;
}
.company_t a:hover{
	color:#ff660a;
}
.companyimg img{
	width:290px;
	border: 1px solid #ddd;
}
.company_more a{
	text-align:center;
	line-height: 38px;
}
.company_more a.supplier,.contact_infor_r a.supplier{
	width:196px;
	color: #fff;
	background-color:#ff6a00;
	border:1px solid #ff6a00;
	font-size: 18px;
	border-radius: 4px;
	margin-right:15px;
}
.company_more a.supplier span,.contact_infor_r a.supplier span{
	margin-right:4px;
}
.company_more a.startorder{
	width:196px;
	color: #ff6a00;
	background-color:#fff0e6;
	border:1px solid #ff6a00;
	font-size: 18px;
	border-radius: 4px;
	margin-right:15px;
}
.company_more a.supplier:hover,.contact_infor_r a.supplier:hover{
	background-color: #e35300;
	border-color:#e35300;
}
.company_more a.startorder:hover{
	background-color: #ff6a00;
	color:#fff;
}
.moreabout{
	font-size:14px;
	color: #2192d9;
}
.moreabout:hover{
	color:#ff660a;
}

.verify_details{
	padding:15px;
}
.vd_item{
	float:left;
	width: 33.33%;
	font-size:14px;
	color:#333;
	line-height: 22px;
	margin: 15px 0;
}
.vd_item:hover{
	color:#ff660a;
}
.vd_box .img{
	width:60px;
	height:60px;
	border-radius:50%;
	border: 1px solid #dae2ed;
	background: url(../images/competenceicon.png) no-repeat;
	
}
.vd_box .vd_cont{
	width:240px;
	margin-left:10px;
	max-height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.verify_details .vd_item:first-child .img{
	background-position: -20px -20px;
}
.verify_details .vd_item:nth-child(2) .img{
	background-position: -100px -20px;
}
.verify_details .vd_item:nth-child(3) .img{
	background-position: -180px -20px;
}
.verify_details .vd_item:nth-child(4) .img{
	background-position: -260px -20px;
}
.verify_details .vd_item:nth-child(5) .img{
	background-position: -340px -20px;
}
.verify_details .vd_item:nth-child(6) .img{
	background-position: -420px -20px;
}



/*Enterprise core competence*/
.competenceBox{
	padding: 0 20px;
	max-height:155px;
}
.competence_title{
	text-align: center;
	font-size: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbe3ef;
	color:#333;
	margin-bottom:30px;
}
.competenceBox a{
	color:#333;
}
.competenceBox:hover a{
	color:#ff660a;
}

.competenceBox .img{
	width: 60px;
	height: 60px;
	margin:0 auto;
	background:url(../images/competenceicon.png) no-repeat;
	border: 1px solid #dae2ed;
	border-radius:50%;
}
.competenceBox h3{
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 6px;
}
.competenceBox p{
	font-size: 13px;
	font-weight: 400;
	margin-top: 8px;
}
.competence_rdcapability .img{
	background-position: -15px -105px;
}
.competence_certifications .img{
	background-position: -175px -105px;
}
.competence_trdcapability .img{
	background-position: -335px -105px;
}
.competence_production .img{
	background-position: -495px -105px;
}
.competence_oem .img{
	background-position: -95px -105px;
}
.competence_quality .img{
	background-position: -255px -105px;
}






/*main markets*/
.markets{
	padding: 30px;
	background: #f5f7fb;
	margin-bottom: 20px;
}
.markets_title{
	font-size: 22px;
	line-height: 1;
	margin: 10px auto 20px;
	color:#333;
	text-align:center;
}
.mar_list{
	
}
.mar_list li{
	width:200px;
	height:200px;
	background:url(../images/country.jpg) no-repeat;
	position:relative;
	overflow: hidden;
}
.mar_list li p{
	padding: 10px 15px;
	font-size: 18px;
	line-height: 20px;
	color:#fff;
	background: rgba(60,81,102,.6);
	position:absolute;
	bottom:0;
	width:170px;
}
.mar_list li:nth-child(1){
	background-position:-200px 0;
}
.mar_list li:nth-child(2){
	background-position:-600px -400px;
}
.mar_list li:nth-child(3){
	background-position:0 -200px;
}
.mar_list li:nth-child(4){
	background-position:-400px 0;
}
.mar_list li:nth-child(5){
	background-position:0 0;
}



/*recommend for you*/
.recommend{
	border: 1px solid #dbe3ef;
	height:595px;
	border-top:none;
	position:relative;
}
.recommend_item{
	width:24.9%;
	height:49.9%;
	border-right: 1px solid #dbe3ef;
	border-bottom: 1px solid #dbe3ef;
	float:left;
}
.recommend_item .recommend_item_box{
	width:160px;
}
.recommend_item .recommend_img{
	width: 160px;
	height: 160px;
}
.recommend_item .recommend_img img{
	width:80%;
}
.recommend_info .recommend_title{
	max-height: 42px;
	white-space: normal;
	overflow: hidden;
	line-height: 22px;
	font-size:14px;
}
.recommend_info .recommend_title a{
	color:#333;
}
.recommend_info .recommend_title a:hover{
	color:#ff660a;
}

.recommend_info .recommend_price,.recommend_info .recommend_mo{
	color: #333;
	font-weight: 700;
	line-height: 20px;
	font-size:14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recommend_info .recommend_price{
	margin-top:10px;
}
.recommend_info .recommend_mo{
	margin-top:5px;
}

.recommend_info .recommend_price span,
.recommend_info .recommend_mo span{
	font-size: 12px;
	color: #999;
	font-weight: 400;
}


.recommend .recommend_item:nth-child(3n+1){
	width:24.9%;
	height:100%;
	border-right: 1px solid #dbe3ef;
	border-bottom: none;
}
.recommend .recommend_item:nth-child(3n){
	border-bottom: none;
	position:absolute;
	bottom:0;
}
.recommend .recommend_item:nth-child(3){
	left:25%;
}
.recommend .recommend_item:nth-child(6){
	right:0;
}
.recommend .recommend_item:nth-child(5),
.recommend .recommend_item:nth-child(6){
	border-right:none;
}


.recommend .recommend_item:nth-child(3n+1) .recommend_img{
	width: 220px;
	height: 220px;
}
.recommend .recommend_item:nth-child(3n+1) .recommend_item_box{
	width:220px;
}
.recommend .recommend_item:nth-child(3n+1) .recommend_title,
.recommend .recommend_item:nth-child(3n+1) .recommend_price,
.recommend .recommend_item:nth-child(3n+1) .recommend_mo{
	font-size:16px;
}


.recommend_info .recommend_detail{
	display:block;
	border: 1px solid #dbe3ef;
	border-radius:4px;
	line-height:38px;
	text-align:center;
	color:#333;
	margin-top: 60px;
	font-size: 18px;
	display:none;
}
.recommend_info .recommend_detail:hover{
	border-color: #ff660a;
	color: #fff;
	background: #ff660a;
}
.recommend .recommend_item:nth-child(3n+1) .recommend_detail{
	display:block;
}
/*message*/
.message{
	border: 1px solid #dbe3ef;
	padding: 20px;
}
.message_title{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
	text-align:center;
	color:#333;
}
.next-form-item{
	margin-bottom:20px;
}
.next-form-item span{
	float:left;
	width:25%;
	font-size:14px;
	color:#666;
	text-align:right;
	padding-right: 16px;
}
.next-form-item span i{
	color:#f33;
	margin-right:4px;
}
.next-form-item-control{
	width: 58.33333%;
}
p.next-form-item-control{
	color:#333;
	float:left;
}
textarea.next-form-item-control{
	color: #333;
	padding: 4px 8px;
	font-size: 14px;
	float:left;
	min-height:110px;
	border: 1px solid #e6e7eb;
}
textarea.next-form-item-control:focus{
	border-color:#f33;
}
button.next-form-item-control{
	color: #fff;
	background-color: #ff6a00;
	border:none;
	font-size: 14px;
	line-height: 28px;
	text-align:center;
	width:68px;
	border-radius: 2px;
	cursor:pointer;
}
button.next-form-item-control:hover{
	background-color:#e35300;
}


/*FourProduct*/
.FourProduct .FourProductItems{
	padding:15px 0;
	margin-bottom:15px;
	border-bottom:2px solid #EBEBEB;
}
.FourProduct .FourProductItems .indexProName{
	font-size:22px;
	color:#000;
	font-weight:bold;
	padding: 10px 0;
}

.indexProMain .proMainImg{
	width:55%;
}
.indexProMain .proMainImg img{
	width:80%;
}
.indexProMain .proMainCont{
	width:45%;
}
.indexProMain .proMainCont h2{
	color:#333;
	font-size:20px;
	font-style:italic;
	margin-bottom:10px;
}
.indexProMain .proMainCont p{
	font-size:16px;
	color:#666;
	line-height:26px;
}
.syabMain{
	position:relative;
}
.syabout .comname{
	font-size:22px;
	color:#000;
	font-weight:bold;
	padding: 10px 0 20px;
	font-weight: bold;
}
.syabMain .img{
	float:left;
}
.syabCont{
	font-size:16px;
	line-height:24px;
	color:#fff;
	padding:20px 30px;
	width:600px;
	position:absolute;
	z-index:9;
	background:rgba(0,0,0,.6);
	top: 60px;
	right: 0;
}
.syabCont h2{
	color:#fff;
	font-size:30px;
	border-bottom:1px solid #fff;
	display:inline-block;
	padding-bottom:10px;
	margin-bottom:15px;
}


/*07-12*/
.learnmore{
	width:140px;
	line-height:36px;
	background:#ED6D00;
	font-size:16px;
	color:#fff;
	text-align:center;
	display:block;
	margin-top:10px;
	border-radius:6px;
}
.learnmore:hover{
	background: #F9BE00;
}


.sycontact{
	margin:50px auto;
}
.sycontact h2{
	color: #333;
	font-size: 28px;
	text-align:center;
	line-height:34px;
}
.syconbox{
	border:1px solid #212121;
	border-radius:2em;
	margin-top:20px;
	padding:20px;
}

.syconbox_l{
	float:left;
	width:400px;
}
.syconbox_r{
	float:right;
	width:740px;
}
.syconbox_r h3{
	font-size:20px;
	padding:15px 0;
	color:#444;
	font-weight:bold;
}
.syconbox_r p{
	font-size:16px;
	color:#666;
	padding-bottom:20px;
}
.syconbox_r i{
	margin-right:6px;
}
.syconbox_r i img{
	width:30px;
}

.synews{
	margin:50px auto;
}
.synews h2{
	font-size:22px;
	color:#333;
	text-align:center;
	padding-bottom:20px;
}

.synews ul li{
	float:left;
	width:380px;
	margin-right:30px;
}
.synews ul li:last-child{
	margin-right:0;
}
.sjal_box{
	width:100%;
	height:240px;
	overflow:hidden;
}
.sjal_box img{
	width:100%;
	cursor: pointer;
	transition: all 0.6s;
}
.synews ul li .al_title {font:16px/20px "微软雅黑";color:#000;margin:25px 0 10px 10px;}
.synews ul li .al_date {font:12px/18px "微软雅黑";color:#999;margin-left:10px;}
.synews ul li .al_cont {font:14px/20px "微软雅黑";padding:10px 10px 25px 10px;color: #666;}
.synews ul li:hover{background-color:#ED6D00;}
.synews ul li:hover *{color:#fff;}

.synews ul li:hover .sjal_box img{
	transform: scale(1.1)
}



