﻿/* CSS Document */
@media screen and (max-width: 901px) { body{min-width:auto; max-width:25.6rem; margin:0 auto;}}
@media screen and (min-width: 900px) { body{min-width:1200px;}}
*{margin:0; padding:0;}
body{ background:#fff;}
img{ border:none;}
a{ text-decoration:none; color:#333;}
a:hover{ text-decoration:underline;}
div{ font-size:16px;}
p{ font-size:16px;}
li{ list-style:none;}
.content{width:100%; height:auto; margin:0 auto; overflow:hidden; position:relative;}
/*导航*/
.fix_top #nav_tree .list{display: none}
.fix_top #nav_tree:hover .list{display: block}
.fix_top{position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999999999;
    width: 100%; box-shadow: 1px 1px 3px 1px #ccc; background:#fff;}
	
.nav_all{width:100%;height:auto;  z-index:9999;  margin-top:0rem; position:relative;z-index: 99999999999999999; display:block;}

.nav_content{width:100%; height:5rem;margin:0 auto; z-index:99999999; display:block;}


.nav_all .nav_logo{width:20rem; height:5rem; float:left; margin-left:0.5rem; }
.nav_all .nav_logo img{width:5rem; height:5rem; float:left;}

.nav_all .nav_content .nav_mobile{ float:right; position:absolute; right:0px; color:#333; font-size:0.9rem; height:3rem; line-height:3rem; padding-right:1.5rem; z-index:9999; background:#f3f3f3; width:26rem; text-align:right;}
.nav_all .nav_content .nav_mobile strong{ font-size:1rem; color:#f28b24; }
.nav_all .nav_content .nav_mobile a{ color:#333;z-index:99999999; right:0px; }

/**, *:after, *:before{box-sizing: border-box;}*/

.nav_all .nav_content .htmleaf-container{ width:5rem; float:right; height:auto; margin-right:0px;  } 

.animenu__toggle{display: none;cursor: pointer;background-color: #f28b24;border: 0; text-align:center; padding-left:0.85rem; height:3.0rem;width: 3rem; z-index:9999; margin-top:1rem; margin-left:1rem;}
 
.animenu__toggle:hover{background-color: #f28b24; }

.animenu__toggle__bar{display: block;width: 20px;height:2px;background-color: #fff;-webkit-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);-o-transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); }

.animenu__toggle__bar + .animenu__toggle__bar{margin-top: 0.2rem;}
.animenu__toggle--active .animenu__toggle__bar{margin: 0;position: absolute;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1){-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg); margin:0 auto;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2){opacity: 0; margin:0 auto;}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3){-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg); margin:0 auto;}

.animenu{ z-index:9999; position:relative;}
.animenu ul{padding: 0;list-style: none;font: 0px 'Open Sans', Arial, Helvetica; z-index:9999999; display:none; }
.animenu li, .animenu a{display: inline-block;font-size:0.95rem;}
.animenu a{color: #aaaaaa;text-decoration: none;}


.animenu__nav{z-index:9999; display:none; background:#f3f3f3; position:absolute; left:-7rem;}
.animenu__nav > li{position: relative;border-right: 1px solid #d5d2d2;}
.animenu__nav > li > a{padding: 0.5rem 1rem;text-transform: uppercase; color:#fff;}
.animenu__nav > li > a:first-child:nth-last-child(2):before{content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top:50%;margin-top: -2px;left: 9rem; display:none;}
.animenu__nav > li:hover > ul{opacity: 1;visibility: visible;margin: 0;}
.animenu__nav > li:hover > a{color: #fff;}

.animenu__nav__child{min-width: 100%;position: absolute;top: 100%;left: 0;z-index: 1;opacity: 0;visibility: hidden;margin: 200px 0 0 0;background-color: #111;transition: margin .15s, opacity .15s; display:none;}

.animenu__nav__child > li{width: 100%;border-bottom: 1px solid #d5d2d2; }
.animenu__nav__child > li:first-child > a:after{content: '';position: absolute;height: 0;width: 0;left: 1em;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: inherit;}
.animenu__nav__child > li:last-child{border: 0;}
.animenu__nav__child a{padding: 1rem;width: 100%;border-color: #508cee;}
.animenu__nav__child a:hover{background-color: #f28b24;border-color: #f4a307;color: #fff;}
.animenu__nav > .no{ background:#f28b24;}
.animenu__nav > .no ul li{ border-bottom:none; }
.animenu__nav > .no a{ color:#fff;}
.animenu__nav > .no ul li a{ border-color:#f28b24; }

@media screen and (max-width: 767px){.animenu__toggle{display: inline-block; z-index:1;}
.animenu__nav, .animenu__nav__child{ z-index:1;}
.animenu__nav{margin: 1rem 0;}

.animenu__nav > li{width: 100%;border-right: 0;border-bottom: 1px solid #d5d2d2;}
.animenu__nav > li:last-child{border: 0;}
.animenu__nav > li:first-child > a:after{content: '';position: absolute;height: 0;width: 0;left: 1em;top: -6px;border: 6px solid transparent;border-top: 0;border-bottom-color: inherit;}

.animenu__nav > li > a{width:10rem;padding: 0.8rem;border:none;position: relative; color:#333; float:right;  text-align:right; padding-right:1.5rem;}
.animenu__nav a:hover{background-color: #f4a307;border-color: #f28b24;color: #fff;}

.animenu__nav__child{position: static;background:url(../images/mobilenav_02.png);margin: 0;transition: none;visibility: visible;opacity: 1; }
.animenu__nav__child > li:first-child > a:after{content: none;}
.animenu__nav__child a{padding-left: 20px;width: 100%; color:#fff; border-bottom:none;}}

.animenu__nav--open{display: block !important; display:none;}
.animenu__nav--open .animenu__nav__child{display: none;}

.nav_content .nav_english{ float:right;width:2.5rem;height:4rem; line-height:4rem; position:absolute; right:0.7rem; padding-top:0.7rem;}
.nav_content .nav_english li{ list-style:none; background:#f28b24;width:2.5rem; height:2.5rem; display:block;border-radius:50%; text-align:center; }
.nav_content .nav_english li a{ display:block; line-height:2.5rem; font-size:0.9rem; color:#fff; text-decoration:none;}
.nav_content .nav_english li a:hover{ background:#f4a307;  transition:0.5s linear 0.1s;border-radius:50%;}

/*Banner*/
.banner{ width:100%; height:14rem; overflow:hidden; margin-top:0px;}
.banner .swiper-container {width: 100%; height: 100%;   margin-left: auto;margin-right: auto;  }
.banner .swiper-slide {text-align: center; font-size: 18px; background: #fff; overflow:hidden; position:relative;}
.banner .swiper-slide img{ width:40rem; height:auto; position:absolute; left:50%; margin-left:-20rem;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:1rem;}
.banner .swiper-pagination-bullet-active{ background:#f3f3f3;}
.banner .swiper-pagination-bullet{ background:#f4a307;}
.banner .swiper-button-next{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0; right:1rem;}
.banner .swiper-button-next:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}
.banner .swiper-button-prev{  filter:alpha(opacity=0); -moz-opacity:0.4; opacity:0; left:1rem; }
.banner .swiper-button-prev:hover{  filter:alpha(opacity=0); -moz-opacity:0; opacity:0;}

/*搜索*/
.sosuo_all{ width:100%; background:#303030; height:auto; overflow:hidden; }
.sosuo_content{ width:100%; height:auto; overflow:hidden; margin:0 auto;}
.sosuo_left{ width:100%; height:100%; overflow:hidden; text-align:left; overflow:hidden; height:3rem;}
.sosuo_left h1{ line-height:3rem; font-size:0.9rem; color:#fff; font-weight:300; float:left; margin-left:1.36rem;}
.sosuo_left h1 img{width:3rem;height:3rem; float:left;}
.sosuo_left h1 img{ float:left; margin-right:10px;}
.sosuo_left a{ display:block; float:left; font-size:0.8rem; line-height:3.1rem; padding-left:0.3rem; padding-right:0.3rem; color:#fff; text-decoration:none;}
.sosuo_left a:hover{ text-decoration:underline; color:#c20f11;}
.sosuo_right{ width:100%; height:3rem; float:right; }
/*搜索框*/
.sosuo_so{width:330px; height:3rem;  margin-right:0px; margin:0 auto;}
.sosuo_so  form	{ padding-top:0px;}
.sosuo_so .keyword		{-webkit-box-flex: 1; width:244px; height:30px;vertical-align: bottom;line-height:30px; overflow:hidden; font-size:0.8rem; border:none; background:#fff; float:left; margin-left:0%; text-indent:0.5rem;  color:#000; }
.sosuo_so .search-btn	{ width:79px; height:30px;background:#fff; float:left; border:none;  cursor:pointer;  color:#fff; text-align:left; line-height:25px; font-size:0.9rem; text-align:center; background:#fff url(../images/so.png) center center no-repeat; overflow:hidden;}
/*成功案例*/
.home_case_title{width:100%; height:auto; margin:0 auto; text-align:center; overflow:hidden; padding-top:2rem; padding-bottom:2rem;}
.home_case_title h2{ font-size:1.5rem; color:#e00d0d; font-weight:400; line-height:2rem;}
.home_case_title h3{ font-size:1.4rem; color:#b3b3b3; font-weight:400; line-height:2rem; padding-top:0.8rem;}

.home_case_nav{width:100%; height:auto; overflow:hidden; margin:0 auto;}
.home_case_nav ul{width:9.75rem;height:2.5rem; border:1px solid #c9c9c9; line-height:2.5rem; float:left; text-align:center; margin-left:2rem; margin-bottom:1.5rem; overflow:hidden; }
.home_case_nav ul a{ font-size:0.95rem; display:block; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; }
.home_case_nav ul a:hover{ background:#ff0000; color:#fff;   transition:0.2s linear 0.1s;}
.home_case_nav ul:hover{ }

.home_case_content{width:100%; height:auto; overflow:hidden; margin:0 auto; padding-top:0px;}
.home_case_content ul{width:11rem; height:13.5rem; float:left; overflow:hidden; border:1px solid #c9c9c8; margin-left:1.15rem; margin-bottom:1.2rem;}
.home_case_content ul img{width:11rem;height:11rem; border-bottom:1px solid #c9c9c8;}
.home_case_content ul h2{ width:10rem; margin:0 auto; height:2.5rem; font-size:0.9rem; text-align:center; line-height:2.5rem;  color:#5e5e5e; font-weight:300; overflow:hidden; text-overflow: ellipsis;white-space: nowrap;course:hand;}
.home_case_content ul:hover{ background:#ff0000; color:#fff;   transition:0.2s linear 0.1s; border:1px solid #ff0000;}
.home_case_content ul:hover h2{ color:#fff;}

.home_case_more{width:100%; display:block; height:auto; overflow:hidden; display:inline-block; text-align:center; padding-top:0rem; padding-bottom:1rem;}
.home_case_more a{width:12rem;height:2.5rem; background:#f3f3f3; display:block; margin:0 auto; line-height:2.5rem; border-radius:1rem; color:#898989; font-size:0.9rem;}
.home_case_more a:hover{ background:#ff0000; color:#fff;}

/*设计团队*/
.home_team_all{width:100%; height:52rem; background:#000 url(../images/team_all.jpg) top center no-repeat; overflow:hidden; margin-top:1rem; background-size:100%;}

.home_team_title{width:100%; height:6rem; text-align:center; margin:0 auto; text-align:center; margin-top:1rem; overflow:hidden; margin-bottom:1rem;}
.home_team_title h2{ font-size:1.4rem; color:#fff; font-weight:400; overflow:hidden; line-height:3rem; height:3rem; overflow:hidden; margin-bottom:10px;}
.home_team_title a{ background:#e00d0d; color:#fff; padding-left:1rem; padding-right:1rem; padding-top:0.5rem; padding-bottom:0.5rem; overflow:hidden; font-size:0.9rem; border-radius:1rem; pointer-events: none; line-height:2rem;}


.home_team_content{ width:100%; height:38.5rem; margin:0 auto; overflow:hidden; margin-top:0.5rem; }
.home_team_content .swiper-container{width:100%;height:100%;text-align:center; 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; }
.home_team_content .swiper-wrapper{width:22rem; margin:0 auto; }
.home_team_content .swiper-slide{ width:auto; overflow:hidden; margin:0 auto;}

.home_team_content .swiper-slide ul{width:8.4rem; height:17rem; overflow:hidden; margin:0 auto; text-align:center; margin-left:1.5rem;transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff;  border:1px solid #f4f4f4; float:left; background:#fff; border-radius:0.5rem; margin-bottom:1.5rem;}
.home_team_content .swiper-slide ul img{  width:8.4rem;height:11.2rem; margin-top:0px; }

.home_team_content .swiper-slide ul h2{  width:7.5rem; margin:0 auto; height:2.5rem; overflow:hidden; line-height:2.5rem; font-size:1rem; color:#282828; border-top:1px solid #f4f4f4; font-weight:800; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; text-align:center;}
.home_team_content .swiper-slide ul:nth-child(1){ } 
.home_team_content .swiper-slide ul p{ width:7rem; margin:0 auto; font-size:0.8rem; line-height:1.4rem; text-align:center; height:2.5rem; overflow:hidden;}


.home_team_content .swiper-slide ul:hover a{  text-decoration:underline; color:#e00d0d;}
.home_team_content .swiper-slide ul:hover h2{ color:#e00d0d;}
.home_team_content .swiper-container .swiper-pagination{}
.home_team_content .swiper-button-next{   top:50%;}
.home_team_content .swiper-button-next:hover{  }
.home_team_content .swiper-button-prev{   top:50%;}
.home_team_content .swiper-button-prev:hover{  }
.home_team_content .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ width:12px; height:12px; }
.home_team_content .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fractio{ bottom:10px;}
.home_team_content .swiper-pagination-bullet{ background:#fff; filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9;}
.home_team_content .swiper-pagination-bullet-active{ background:#e00d0d;}

.home_team_more{width:100%; display:block; height:auto; overflow:hidden; display:inline-block; text-align:center; padding-top:1rem; padding-bottom:1rem;}
.home_team_more a{width:10rem;height:2.5rem; background:#f3f3f3; display:block; margin:0 auto; line-height:2.5rem; border-radius:1rem; color:#e00d0d; font-size:0.9rem;}
.home_team_more a:hover{ background:#ff0000; color:#fff;}

/*优质环保颜料*/
.home_youshi_title{width:100%; height:auto; margin:0 auto; text-align:center; padding-top:1rem; padding-bottom:1rem; }
.home_youshi_title h2{ font-size:1.4rem; font-weight:300; color:#e00d0d; line-height:3rem;}
.home_youshi_title h3{ font-size:0.7rem; color:#b3b3b3; font-weight:300; line-height:2rem;}

.home_youshi_content{width:100%; height:auto; margin:0 auto; overflow:hidden;}
.home_youshi_content .s1{ margin-left:0px; float:left;}
.home_youshi_content .s2{ margin-left:0px; float:right; }
.home_youshi_content .s3{ margin-left:0px; float:left;}
.home_youshi_content .s4{ margin-left:0px; float:right; }

.home_youshi_content .home_youshi_A{width:100%; height:auto; }
.home_youshi_content .home_youshi_A .top{ width:23.32rem; height:auto; margin:0 auto; overflow:hidden; border:1px solid #d9d9da;}
.home_youshi_content .home_youshi_A .top img{width:23.32rem;height:auto; display:block; margin:0 auto;}
.home_youshi_content .home_youshi_A .bottom{ width:23.32rem; margin:0 auto;height:6rem; overflow:hidden;} 
.home_youshi_content .home_youshi_A .bottom ul{width:11.66rem; height:6rem; float:left; overflow:hidden; text-align:center; margin-left:}
.home_youshi_content .home_youshi_A .bottom ul h2{ line-height:3.5rem; font-size:1.2rem; color:#444444;}
.home_youshi_content .home_youshi_A .bottom ul .b1{ color:#e00d0d;}
.home_youshi_content .home_youshi_A .bottom ul p{ font-size:0.9rem; color:#828282;}

 .home_youshi_bottom{width:23.32rem; height:auto; overflow:hidden; display:block; margin:0 auto; border:1px solid #c9c9c9; margin-top:1rem; margin:0 auto;}
 .home_youshi_bottom p{ font-size:0.9rem; text-align:center; line-height:1.8rem; color:#636363; padding:0.8rem; padding-left:1rem; padding-right:1rem;}
 .home_youshi_bottom p br{ display:none;}
 .home_youshi_bottom p span{ color:#e00d0d;}

/*大品牌*/
.home_pinpai_title{width:100%; height:auto; margin:0 auto; text-align:center; padding-top:1rem; padding-bottom:0px; }
.home_pinpai_title h2{ font-size:1.4rem; font-weight:300; color:#e00d0d; line-height:3rem;}
.home_pinpai_title h3{ font-size:1rem; color:#b3b3b3; font-weight:300; line-height:2rem;}

.home_pinpai_img{width:100%; height:auto; overflow:hidden; margin:0 auto; text-align:center;} 
.home_pinpai_img img{ width:auto; max-width:100%; height:auto; overflow:hidden;}

.home_pinpai_content{width:100%; height:auto; border-top:1px solid #c9c9c9; border-bottom:1px solid #c9c9c9; margin:0 auto; overflow:hidden; margin-top:20px;}
.home_pinpai_content ul{ width:12.8rem; height:5.8rem; float:left; text-align:center ; border-bottom:1px solid #c9c9c9;}
.home_pinpai_content ul li{ list-style:none; line-height:3rem; font-size:1rem; color:#3d3d3d; padding-top:0rem;}
.home_pinpai_content ul p{ list-style:none; line-height:2rem; font-size:1.1rem; color:#d60000;}

.home_pinpai_bottom{width:100%; height:auto; overflow:hidden; margin:0 auto; padding-top:1rem; padding-bottom:1rem;}
.home_pinpai_bottom p{ width:23rem; margin:0 auto; text-align:justify; text-justify:inter-ideograph; font-size:0.9rem; line-height:1.9rem; color:#7b7b7b;}
.home_pinpai_bottom p span{ color:#40349e;}

/*横幅A*/
.home_hengfu_A{width:100%;height:14.5rem; background:url(../images/hengfu_A.jpg) top center no-repeat; overflow:hidden; margin-top:1rem;}
.home_hengfu_content{width:23rem; height:100%; margin:0 auto; overflow:hidden;}
.home_hengfu_content .left{ width:100%;height:5rem; float:left; overflow:hidden; margin-left:0; text-align:center; margin-top:1rem; border-bottom:1px solid #f3f3f3; padding-bottom:1rem;}
.home_hengfu_content .left h2{ font-size:1.4rem; color:#fff; font-weight:400; line-height:3rem; }
.home_hengfu_content .left h2 span{ color:#d24e52;}
.home_hengfu_content .left h3{ font-size:1.2rem; color:#fff; font-weight:400; line-height:2rem;}
.home_hengfu_content .qr{ float:left; width:5rem; height:5rem; overflow:hidden; text-align:center; margin-left:1rem; margin-top:1rem;}
.home_hengfu_content .qr img{ width:5rem; height:5rem; }
.home_hengfu_content .tel{ width:15em;height:6rem; float:left; overflow:hidden; margin-left:2rem;}
.home_hengfu_content .tel p{ color:#fff; font-size:1rem; padding-top:0.8rem;line-height:3rem;}
.home_hengfu_content .tel h2{ font-size:2rem; color:#fff; font-weight:400; line-height:2rem; }
.home_hengfu_content .tel h2 a{ color:#fff;}

/*视频展示*/
.video_title{width:100%; height:auto; overflow:hidden; text-align:center; margin:0 auto; padding-top:1rem; line-height:3rem; color:#e00d0d;}
.video_title h2{ font-size:1.4rem; font-weight:300; color:#e00d0d; line-height:3.5rem;}
.video_title h3{ font-size:1.2rem; color:#b3b3b3; font-weight:300; line-height:2rem;}
.video_title span{ width:18rem; height:0.5rem; background:#f1f1f1; display:block; margin:0 auto; margin-top:1.1rem;}
.video_content{width:23rem; height:11.12rem; background:#f3f3f3 url(../images/video.jpg) top center no-repeat; margin:0 auto; overflow:hidden; margin-top:1rem; cursor:pointer; background-size:100%;}
/*八大承诺*/
.chengnuo_all{width:100%;height:auto; background:url(../images/chengnuo_all.jpg) center center no-repeat; margin-top:1.5rem; overflow:hidden;}
.chengnuo_tiile{width:100%; height:3rem; margin:0 auto; text-align:center; line-height:3rem; margin-top:1rem;}
.chengnuo_tiile h1{ font-size:1.2rem; font-weight:300;}
.chengnuo_content{width:100%; height:13.36rem; margin:0 auto; overflow:hidden; background:url(../images/chengnuo_mobile.jpg) center center no-repeat; margin-top:0.5rem; position:relative; background-size:100%;  padding-bottom:2rem;}
.chengnuo_content ul{ font-size:0.8rem; color:#5f5f5f; line-height:30px;  bottom:0px;width:10rem; float:left; display:none;}
/*关于我们*/
.home_about_all{width:100%;height:auto; background:url(../images/about_all.jpg) top center no-repeat; overflow:hidden; background-size:100%;}
.home_about_title{ width:100%; margin:0 auto; height:auto; text-align:center; overflow:hidden; margin-top:1rem;}
.home_about_title h2{ font-size:1.4rem; color:#fff; font-weight:400; line-height:3rem; padding-top:0.5rem;}
.home_about_title h3{ font-size:1.2rem; color:#d60405; font-weight:400; line-height:2.5rem;}

.home_about_content{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:1rem; background:#08080a;}
.home_about_content .left{ width:23rem; margin:0 auto; height:auto; background:#fff; overflow:hidden;}
.home_about_content .left img{width:20rem;height:auto; margin:0 auto; display:block; margin-top:1.5rem; margin-bottom:1.5rem;}
.home_about_content .left img:hover{ box-shadow:#9f9f9f 1px 3px 10px; }
.home_about_content .right{ width:23rem; height:auto; overflow:hidden; margin:0 auto;}
.home_about_content .right h2{  color:#fff; line-height:2.5rem; font-size:1.3rem; font-weight:300; height:1.8rem; margin-top:0.8rem;}
.home_about_content .right li{ width:23rem; height:2px; background:#fff; margin-top:25px;}
.home_about_content .right p{ font-size:0.85rem; color:#fff; line-height:1.8rem; height:auto; margin-top:0.5rem; overflow:hidden;  text-overflow: ellipsis; course:hand; text-align:justify; text-justify:inter-ideograph;}
.home_about_content .right dd{ width:10rem; height:2.5rem; background:#ff0000; line-height:2.5rem; text-align:center; margin-top:1rem; margin-bottom:2rem;}
.home_about_content .right dd a{ color:#fff; line-height:2.5rem; display:block;}
.home_about_content .right dd a:hover{ background:#fe7e31;}


/*合作伙伴*/
.home_hezuo_title{width:100%; height:auto; overflow:hidden; text-align:center; margin:0 auto; padding-top:1rem; line-height:2rem; color:#e00d0d; padding-bottom:1rem;}
.home_hezuo_title h2{ font-size:1.4rem; font-weight:300; color:#e00d0d; line-height:3rem;}
.home_hezuo_title h3{ font-size:1.2rem; color:#b3b3b3; font-weight:300; line-height:2rem;}


.dowebok { width:100%; margin:0px auto; font-size: 0; min-height:auto; margin-top:0px; overflow:hidden; height:auto;  overflow:hidden;}
.dowebok img { width:9.6rem; height:4.8rem; margin:0px 0px 0px 0px; box-shadow:none; border:1px solid #c9c9c9; margin-left:-6px; margin-top:3px;}
.dowebok img:hover{width:9.6rem; height:4.8rem;  box-shadow:none;}
.str_wrap{overflow:hidden;//zoom:1;width:100%; position:relative;-moz-user-select: none;-khtml-user-select: none;user-select: none;white-space:nowrap;}
.str_wrap.str_active{}
.str_move{white-space:nowrap;position:absolute;top:0;left:0;cursor:move;}
.str_move_clone{display:inline-block;//display:inline;//zoom:1;vertical-align:top;position:absolute;left:100%;top:0;}
.str_vertical .str_move_clone{left:0;top:100%;}
.str_down .str_move_clone{left:0;bottom:100%;}
.str_vertical .str_move,
.str_down .str_move{white-space:normal;width:100%;}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{}
.str_wrap img{max-width:none !important;}
/*服务流程*/
.liucheng_top{width:100%; height:3rem; background:#181818; margin:0 auto; overflow:hidden; margin-top:1.5rem;}
.liucheng_top h2{ float:left; font-size:1rem; line-height:3rem; color:#fff; margin-left:1rem;}
.liucheng_top h2 strong{ font-size:18px; font-weight:400;}
.liucheng_top a{ float:right; display:block; color:#fff; line-height:3rem; padding-right:1rem; font-size:0.8rem}
.liucheng_top a:hover{ text-decoration:underline;}

.liucheng_content{width:100%;height:auto; border-bottom:5px solid #f3f3f3; margin:0 auto; overflow:hidden; }
.liucheng_content .list{width:5.68rem; height:8.8rem; float:left; text-align:center; display:block; overflow:hidden; margin-left:0.5rem; margin-right:12px; margin-top:1.8rem;margin-left:1.8rem; margin-bottom:1rem;}
.liucheng_content .list ul{width:5.52rem; height:5.52rem; border:0.08rem solid #b9b9b9; border-radius:50%; text-align:center; margin:0 auto; }
.liucheng_content .list ul img{width:3.2rem; height:3.2rem; margin-top:1.1rem;}
.liucheng_content .list h2{ font-size:1rem; font-weight:400; line-height:60px; height:60px; color:#ff0000;}
.liucheng_content .right{ width:1.5rem; height:8.8rem; float:left; overflow:hidden; padding-top:3rem; float:left; display:block; display:none;}
.liucheng_content .right i{  font-size:34px; color:#b9b9b9;}

/* 资讯 */
.g_zx{ height:100%;padding-top: 1rem; overflow:hidden; margin-bottom:1.2rem;}
.content_new{width:100%; height:auto; margin:0 auto; overflow:hidden;}
.g_zx a{ text-decoration:none;}
.g_zx .m_zx{ width:24rem; margin:0 auto; margin-bottom:1rem; height:auto;}
.g_zx .last{ margin-right: 0;}
.g_zx h2{height:3rem;line-height:3rem; font-size:1rem;font-weight: bold; margin-bottom:0px; position: relative;left:0px; padding-left: 0px;}
.g_zx h2 a{color: #222222;}
.g_zx h2 a:hover{color: #ff0000}
.g_zx h2 em{font-size:1rem;color: #adadad;font-family: arial;font-weight: normal;display: inline-block;padding-left:0.5rem;}
.g_zx h2 span a{font-size:1rem;color: #adadad;font-weight: normal; float:right;}

.m_zxcc{border: 1px solid #e3e3e3;height:13rem;padding:1rem 0px 0px 0.5rem; }
.g_zx .u_lst4 li{ height:2.2rem; line-height:2.2rem; border-bottom: 1px dashed #e3e3e3; padding-left:1rem;background:url(../images/dtico.jpg) no-repeat 0 0.5rem; overflow: hidden; font-size:0.9rem; list-style:none; overflow:hidden; overflow:hidden; 
text-overflow: ellipsis;white-space: nowrap;course:hand;}
.g_zx .u_lst4 li a{color: #666; overflow:hidden; 
text-overflow: ellipsis;white-space: nowrap;course:hand;}
.g_zx .u_lst4 li a:hover{color: #ff0000}
.g_zx .u_lst4 .lastli{ border-bottom: none;}

.g_zx .more2{display: block;margin-top:0.6rem;width: 132px;height: 36px;line-height: 36px;background: #ff0000;text-align: center;font-size: 14px;color: #fff;border-radius:10px;}
.g_zx .more2 a{color: #fff;}
.g_zx .u_lst4 li:last-child{ border-bottom:0;}
.m_zxc img{ transition: opacity 0.3s ease-out 0s; width:100%; height:12.48rem;}
.m_zxc img:hover{ opacity:0.8;}

.wend{width:100%;height:500px;background: #f5f5f5; overflow:hidden;}
.wend h2{left:0;margin-bottom: 0; padding-left:1rem; padding-right:0.5rem;}

.myscroll { width:100%; margin:0 auto; height:425px;  margin: 0 auto;  line-height: 26px; font-size: 12px; overflow: hidden;}

.wend{width:100%;height:483px;background: #f5f5f5; overflow:hidden;}
.wend h2{left:0;margin-bottom: 0;}

.myscroll { width: 100%; height:425px;  margin: 0 auto;  }

.myscroll li{width:335px; height:235px; margin:0 auto; overflow:hidden; text-align:center;  list-style:none; }
.myscroll li dt{ width:335px; height:160px; overflow:hidden; margin:0 auto; }
.myscroll li dt img{width:100%; height:100%;}
.myscroll li dd{ display:block; width:335px; height:50px; margin:0 auto; line-height:50px; overflow:hidden; font-size:14px; border-bottom:1px solid #b4b4b4;}
.myscroll li:hover dd{ color:#ff0000;}


.liuyan_all{width:100%; min-height:33rem; height:auto; overflow:hidden; background:#f3f0e7; border-top:1rem solid #303030; }
.liuyan_neirong{width:100%;height:100%; margin:0 auto; overflow:hidden;}

/*底部*/
.footer_all{width:100%; height:auto; background:#303030; overflow:hidden; }
.footer_content{width:100%;height:auto;margin:0 auto; overflow:hidden; padding-bottom:1.2rem;}
.footer_content ul{width:24rem; height:auto; margin:0 auto; overflow:hidden; padding-top:0.5rem;}
.footer_content ul a:hover{ text-decoration:underline;}
.footer_content ul h2{ line-height:2rem; font-size:0.9rem; font-weight:300;}
.footer_content ul h2 a{ color:#f4e075;}
.footer_content ul li{ line-height:1.5rem; font-size:0.8rem; font-weight:300; float:left; margin-left:0.7rem; margin-right:0.7rem;}
.footer_content ul li a{ color:#fee8c3;}

.footer_content dl{ width:24rem; margin:0 auto; height:auto; float:right; overflow:hidden; padding-top:1rem;  text-align:center;}
.footer_content dl h2{ line-height:2rem; font-size:1rem; font-weight:300;color:#f4e075;}
.footer_content dl img{ width:4.8rem; height:4.8rem; margin-top:0.5rem;}

.footer_bottom_all{width:100%; height:auto; min-height:1rem; background:#171c22; padding-bottom:4.5rem;}
.footer_bottom_content{width:24rem; height:auto; margin:0 auto; overflow:hidden; padding-top:0.9rem; padding-bottom:0.9rem;}
.footer_bottom_content p{ color:#dacabb; text-align:center; font-size:0.8rem; line-height:1.5rem;}
.footer_bottom_content p br{ display:none;}
.footer_bottom_content p a{ color:#dacabb;}
/*友情链接*/
.links{width:24rem; height:auto; margin:0 auto; overflow:hidden; line-height:2rem; padding-top:0.8rem; padding-bottom:0.8rem; display:none;}
.links h2{ float:left; font-size:0.9rem; font-weight:300; line-height:2rem; color:#8d8d8d;}
.links a{ display:block; float:left; font-size:0.8rem; padding-left:0.5rem; padding-right:0.5rem; color:#8d8d8d;}
.links a:hover{ text-decoration:underline;}

.mobile_footer{width:100%; height:4rem; background:#303030; position:fixed; bottom:0px; z-index:9999999;}
.mobile_footer ul{ width:6.4rem; height:4rem; float:left; overflow:hidden; text-align:center;  padding-top:0.5rem;}
.mobile_footer ul a{ text-decoration:none;}
.mobile_footer ul li{ list-style:none; width:100%; height:1.8rem; text-align:center; line-height:1.5rem; overflow:hidden;}
.mobile_footer ul li i{ color:#fff; font-size:1.5rem; color:#fff;}
.mobile_footer ul h2{ height:2rem; line-height:1.5rem; font-size:0.85rem; color:#cbcbcb; font-weight:300;}
.mobile_footer ul:nth-child(4){ background:#f28b24; float:right;} 

/*Min-banner*/
.min_banner{ width:100%; height:5.4rem; overflow:hidden; margin-top:0px; position:relative; }
.min_banner ul{width: 100%; height: 100%;   margin-left: auto;margin-right: auto; position:relative;}
.min_banner img{ width:40rem; height:auto; position:absolute; left:50%; margin-left:-20rem;}



/*内页*/
.tu_lei_main				{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-bottom:1rem;}
.tu_lei_main_l				{ width:100%; height:auto; float:left; overflow:hidden;} 
.tu_lei_main_l_t1			{ width:100%; height:auto;background:#fff; overflow:hidden; padding:0px 0; margin-bottom:0px;}
.tu_lei_main_l_t1_title		{ width:100%; height:3rem; margin:0 0.5rem; padding:0 0.5rem; overflow:hidden;}
.tu_lei_main_l_t1_title i{float:left; line-height:2.5rem;color:#fe2424; font-size:1.8rem; margin-right:0.5rem;}
.tu_lei_main_l_t1_title img	{ width:auto; height:30px; margin-top:10px; margin-right:10px; float:left;}
.tu_lei_main_l_t1_title b	{ width:20rem; height:3rem; float:left; font-size:1.3rem; color:#fe2424; line-height:2.5rem;}

.tu_lei_main_l_t1 .ce .no{ background:#f4f4f4; color:#fe2424;}
.clear{clear:both;}

.ce{display:block;width:100%; height:auto; margin:0 auto; }
.ce li{ list-style:none; float:left;}
.ce li i{ font-size:1rem; float:left;line-height:1.4rem; margin-right:0.5rem;}
.ce li a{padding: 0.8rem 0.8rem 0.8rem 0.8rem;color:white;display:block;cursor:pointer;background:url(../images/tu.png) no-repeat 0.5rem center; text-decoration:none; color:#3f3f3f; font-size:1rem; display:block; float:left;}

.ce li a:hover{ background:#ededed;  }
.ce li .dqian{background:none;}
.ce li .xz{ background:#ededed; color:#fe2424;}
.ce li .xuanze{ background:#f4f4f4; color:#fe2424;}

.er{ margin-bottom:0px; overflow:hidden;  width:95%; display:block; margin:0 auto;}
.er li{ float:left;  padding:0px; border:none; margin-bottom:5px;}
.er li i{ font-size:1rem; }
.er li a{display:block; color:white;font-size:0.9rem; padding:0.1rem;}
.er .e_li a{ color:#949494;}
.er li a:hover,.er li .sen_x{  }
.er .e_li a:hover,.er .e_li .sen_x{  }
.er .e_li .xuanle{ color:#fe2424;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{ background:#0075c5 url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5 url(../images/more.png) no-repeat 10px center;}


.thr{background:#0075c5; display:none;} 
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li a:hover{background:#0075c5 url(../images/more.png) no-repeat 10px center;}
.er .e_li .thr li .xuan{ background:#0075c5;}

.tu_lei_main_l_t2			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}
.tu_lei_main_l_t2_con		{ width:280px; height:auto; overflow:hidden; margin:0 auto; position:relative;}
.tu_lei_main_l_t3			{ width:100%; height:auto;background:#f8f8f8; overflow:hidden; padding:10px 0; margin-bottom:20px; display:none;}

.index_tumian_r				{ width:100%; height:auto; overflow:hidden;  background-color:#fff; margin-bottom:1rem; }
.index_tumian_r_top			{ width:100%; height:auto; background:#f28b24; font-size:1.2rem; line-height:1.5rem; color:#f3f3f3;  overflow:hidden; margin-top:0rem; padding-top:0.6rem; padding-bottom:0.6rem;}
.index_tumian_r_top	i{ font-size:1rem; margin-right:0.5rem;color:#fff;}
.index_tumian_r_top b		{ float:left; font-weight:normal; font-size:18px; line-height:1rem; display:none;}

.index_tumian_r_top span i{ font-size:1.2rem; color:#fff; padding-left:1rem;} 
.index_tumian_r_top span	{ font-size:1rem; line-height:1.5rem; color:#fff; height:3rem; overflow:hidden; margin:0 auto; text-align:left;}
.index_tumian_r_top span a{ font-size:1rem; color:#fff; text-decoration:none;}
.index_tumian_r_top span a:hover{ text-decoration:underline;}

.neirong{ width:100%; height:auto; min-height:10rem; padding-top:0.1rem; padding-bottom:0.5rem; margin:0 auto; overflow:hidden; }
.neirong_title{ width:100%; min-height:3rem; height:auto; font-size:1.5rem; font-family:"微软雅黑";color:#3f3f3f; line-height:3rem;  text-align:center; margin-bottom:0px; font-weight:700; }
.neirong_time{font-size:0.8rem; font-family:"微软雅黑";color:#999; line-height:2rem; word-spacing:8px; letter-spacing:1px; width:100%; height:2rem; text-align:center; border-bottom:1px solid #f8f8f8;}

.neirong_con{font-family:"微软雅黑";color:#333;  width:95%; height:auto; margin:0 auto; overflow:hidden; min-height:15rem; padding-bottom:0.5rem; padding-top:0.5rem; font-size:1rem;}
.neirong_con img{max-width:100%;}

.neirong_team_img{ width:100%;height:auto; margin:0 auto; text-align:center; border-top:1px solid #f3f3f3; padding-top:1rem;padding-bottom:0.2rem;margin-top:0.5rem; border-bottom:1px solid #f3f3f3;}
.neirong_team_img img{ width:auto; max-width:100%; height:auto; display:block; margin:0 auto; border-radius:0.5rem; border:2px solid #ccc;}
.neirong_team_img p{ line-height:3rem; height:3rem; font-size:0.95rem; color:#6b6b6b; overflow:hidden;}

.neirong_team_title{width:100%; height:auto; text-align:center; padding-top:0.5rem; padding-bottom:0.5rem; border-bottom:1px solid #ccc;}
.neirong_team_title img{ width:auto; max-width:100%; height:auto; display:block; margin:0 auto;}
/**/

.images_list{width:11rem; height:13rem; float:left; background:#fff; margin-top:1.2rem; margin-left:1.2rem; margin-right:0rem; border:1px solid #f3f3f3;}
.images_list dd{width:11rem; height:11rem; overflow:hidden;}
.images_list img{width:100%; height:100%; }
.images_list:hover img{ transform:scale(1.2); transition:1s linear 0.1s;}
.images_list h2{width:100%; height:2rem; line-height:2rem; font-size:0.8rem; font-weight:400; text-align:center; border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list a{ color:#6e6e6e; text-decoration:none;}
.images_list:hover{ background:#fe2424;}
.images_list:hover a{color:#fff;}

.images_list_2{width:7rem; height:6.02rem; float:left; background:#fff; margin-top:1.5rem; margin-left:1.1rem; margin-right:0; border:1px solid #f3f3f3;}
.images_list_2 dd{width:100%; height:3.52rem; overflow:hidden;}
.images_list_2 img{width:100%; height:3.52rem; }
.images_list_2:hover img{ transform:scale(1.2); transition:1s linear 0.1s;}
.images_list_2 h2{width:100%; height:2.5rem; line-height:2.5rem; font-size:0.8rem; font-weight:400; text-align:center;border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list_2 a{ color:#6e6e6e; text-decoration:none;}
.images_list_2:hover{ background:#fe2424;}
.images_list_2:hover a{color:#fff;}


.images_list_3{width:11rem; height:auto; float:left; background:#fff; margin-top:1.5rem; margin-left:1.1rem; margin-right:0; border:1px solid #f3f3f3;}
.images_list_3 dd{width:100%; height:15.6rem; overflow:hidden;}
.images_list_3 img{width:100%; height:15.6rem; }
.images_list_3:hover img{ transform:scale(1.2); transition:1s linear 0.1s;}
.images_list_3 h2{width:100%; height:2.5rem; line-height:2.5rem; font-size:0.8rem; font-weight:400; text-align:center;border-top:1px solid #f3f3f3; overflow:hidden;}
.images_list_3 a{ color:#6e6e6e; text-decoration:none;}
.images_list_3:hover{ background:#fe2424;}
.images_list_3:hover a{color:#fff;}

.team_list{width:11rem; height:18.6rem; overflow:hidden; margin:0 auto; text-align:center; margin-left:1.1rem;transition:All 0.4s ease-in-out;    -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;  text-align:center; background:#fff;  border:1px solid #f4f4f4; float:left; background:#fff; border-radius:0.5rem; margin-top:1.1rem;}
.team_list img{  width:8.4rem;height:11.2rem; margin-top:1.2rem; }

.team_list h2{  width:7.5rem; margin:0 auto; height:2.5rem; overflow:hidden; line-height:2.5rem; font-size:1rem; color:#282828; border-top:1px solid #f4f4f4; font-weight:800; overflow: hidden; text-overflow: ellipsis;white-space: nowrap;course:hand; text-align:center;}
.team_list:nth-child(1){ } 
.team_list p{ width:7rem; margin:0 auto; font-size:0.8rem; line-height:1.4rem; text-align:center; height:2.5rem; overflow:hidden;}
.team_list:hover{ border:1px solid #fe2424;}

.index_tumian_r_ye{ width:100%; height:auto; overflow:hidden; margin:1rem 0 2rem; padding:0.8rem 0; text-align:center; font-size:0.8rem; line-height:50px; color:#2e2e2e; border-top:1px dashed #f3f3f3; margin:0 auto; position:relative; top:0.8rem; padding-bottom:0px;}
.index_tumian_r_ye a{ color:#2e2e2e; border:1px solid #2e2e2e; padding:0.6rem 1rem; margin:0 0.5rem; text-decoration:none; border-radius:0.8rem;}
.index_tumian_r_ye a:hover{ color:#fff; background-color:#3f3f3f; border:1px solid #3f3f3f;}
.index_tumian_r_ye span{ margin:0 0.5rem;}
/*内页解决方案*/
.jjfa_list{ width:100%; margin:0 auto; height:auto; overflow:hidden; margin-top:1.5rem; border-bottom:2px solid #1a7dd9; padding-bottom:1.5rem;}
.jjfa_list dl{ width:22rem; height:22rem; margin:0 auto; overflow:hidden;}
.jjfa_list dl img{width:22rem;height:22rem;}
.jjfa_list ul{ width:22rem; height:auto; margin:0 auto; text-align:left; position:relative;}
.jjfa_list ul h2{width:100%; height:3rem; line-height:3rem; font-size:1.1rem; font-weight:300; border-bottom:1px solid #d5d5d5; color:#3f3f3f;}
.jjfa_list ul h2 img{width:auto; height:3rem; float:left; margin-right:0.5rem;}
.jjfa_list ul p{width:100%; font-size:0.9rem; line-height:1.5rem; color:#959595; height:auto; overflow:hidden; margin-top:1rem; margin-bottom:1.5rem;text-align:justify; text-justify:inter-ideograph;
}

.jjfa_list ul h3{width:100%; height:2.2rem;  font-weight:300;}
.jjfa_list ul h3 .a1{ background:#1a7dd9; display:block; float:left; color:#fff; font-size:0.9rem; width:8rem; height:2.2rem; line-height:2.2rem; text-align:center;}
.jjfa_list ul h3 .a2{ background:#c5c5c5; display:block; float:right; color:#fff; font-size:0.9rem; width:8rem; height:2.2rem; line-height:2.2rem; text-align:center; margin-left:30px;}
.jjfa_list ul h3 .a1:hover{ background:#f4a307;}
.jjfa_list ul h3 .a2:hover{ background:#f4a307;}

/*新闻中心*/
.new_list{width:96%; height:auto; background:#fff; margin:0 auto;  border:0.1rem solid #f3f3f3; border-left:none; border-right:none; margin:0 auto; margin-bottom:1rem; overflow:hidden; margin-top:1rem;}
.new_list dd{width:8rem; height:8rem; margin:0 auto; background:url(../images/no_img.png) center center no-repeat; background-size:100%;  margin-top:0.5rem; margin-left:0rem; overflow:hidden; margin-right:0rem; float:left; border:1px solid #f3f3f3; margin-right:0.9rem;}
.new_list dd img{width:100%; height:100%; background:#fff;}
.new_list h2{ width:auto; margin:0 auto; font-size:1.2rem; padding-top:0.5rem; line-height:2.3rem; font-weight:300; color:#515151; font-weight:900;}
.new_list a{ color:#666; text-decoration:none;}
.new_list p{ width:auto; margin:0 auto;font-size:0.9rem; line-height:1.3rem;  color:#8e8e8e;  padding-top:0.5rem; text-align:justify; text-justify:inter-ideograph;}
.new_list span{ font-size:0.85rem; float:right; padding-left:0.8rem; color:#8e8e8e; padding-top:0.8rem; padding-bottom:0.8rem;}
.new_list:hover { background:#ffffff;  border-left:none; border-right:none;}
.new_list:hover img{transform:scale(1.1); transition:0.3s linear 0.1s;}
.new_list:hover h2{ color:#c50000;}

.neirong_next1					{font-size:0.9rem; font-family:"微软雅黑";color:#3f3f3f; line-height:1.3rem; width:100%; height:auto; overflow:hidden; border-top:2px solid #ededed; padding-top:0.5rem; margin-top:1rem; }
.neirong_next1 p				{ width:100%; float:left; overflow:hidden; padding-left:0.5rem; color:#6d6d6d;}
.neirong_next1 p.np1			{ text-align:right; position:relative;right:0.9rem;}
.neirong_next1 p span			{ margin-left:0px;}
.neirong_next1 p span a			{font-size:0.9rem; font-family:"微软雅黑";color:#333333; line-height:2rem; text-decoration:none;}
.neirong_next1 p span a:hover	{ color:#3f3f3f; text-decoration:underline;}

.neirong_new_tui			{ width:100%; height:auto; overflow:hidden; background-color:#FFFFFF; float:right; margin-bottom:0.5rem;}
.neirong_new_tui h2			{ width:100%; height:3rem; border-top:2px solid rgb(237, 237, 237); font-size:1.2rem; line-height:3rem; color:#6f6f6f; padding:0 0px; font-weight:300;  margin-top:0.8rem; overflow:hidden; text-indent:0.5rem;}
.neirong_new_tui h2 i{ float:left; font-size:1.5rem;color:#fe2424;}
.neirong_new_tui ul li		{ width:100%; height:2.5rem; overflow:hidden; margin:0px 0px; background:url(../images/more2.png) 1rem center no-repeat; line-height:2.5rem; font-size:0.8rem; color:#818182; list-style:none; }

.neirong_new_tui ul li p.npp1{ width:16rem; margin-left:2.3rem; float:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.neirong_new_tui ul li p.npp1:hover{ text-decoration:underline; color:#3f3f3f;}
.neirong_new_tui ul li p.npp2{ width:5rem; float:right; text-align:right; font-size:0.8rem; padding-right:0.5rem;}

/*产品内容*/
.product-top{width:100%; height:auto; border-bottom:1px solid #d0d0d0; overflow:hidden;}

#preview{ float:none; text-align:center; }
.jqzoom{ width:24rem; height:24rem; border:1px solid #eeeeee; margin:0 auto; margin-top:0.8rem}
.jqzoom img{width:100%; height:100%;}


/*jqzoom*/
.jqzoom{padding:0;}
.zoomdiv{z-index:100;position:absolute;top:1px;left:0px;width:400px;height:400px;background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #e4e4e4;display:none;text-align:center;overflow: hidden; display:none;}
.bigimg{width:640px;height:640px; display:none;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:50px;height:50px;border:1px solid #aaa;background:#fe2424 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move; display:none;}
#spec-list{ position:relative; width:322px; margin-right:6px; display:none;}
#spec-list div{ margin-top:0;margin-left:-30px; *margin-left:0; display:none;}

.product-top-right{ width:100%; height:auto; overflow:hidden; padding-bottom:1rem;}

.product-top-right h2{ width:95%; margin:0 auto; text-align:left; padding-top:1rem; font-size:1rem; color:#939393;text-align:justify; text-justify:inter-ideograph; font-weight:400;}
.product-top-right h3{width:95%;margin:0 auto; height:auto; text-align:left; font-size:1.3rem; padding-top:1rem; color:#fe2424; min-height:1.5rem; line-height:1.5rem; border-bottom:1px solid #cecece; padding-bottom:1rem;}
.product-top-right h4{width:95%; margin:0 auto; text-align:left; text-align:justify; text-justify:inter-ideograph;  color:#333; line-height:1.5rem; font-size:0.9rem; padding-top:0.5rem; font-weight:400;}
.product-top-right h4 strong{ color:#231e1e;}
.product-top-right h4 dd{ }
.product-top-right h4 dd p{ font-size:0.85rem;}
.product-top-right h4 dd p span{ font-size:1rem; line-height:2.5rem; }
.product-top-right h4 dd p strong{ font-size:1.8rem; line-height:3rem; color:#f28b24;}
.product-top-right h4 dd p strong a{ color:#f28b24;}

.product_content_content{width:100%; min-height:222px; height:auto; overflow:hidden; margin:0 auto;}
.product_content_content h2{width:100%; min-height:50px; height:auto; line-height:50px; font-size:18px; font-weight:300; color:#858585; overflow:hidden; border-bottom:1px solid #d0d0d0;  text-indent:2%;}
.product_content_content h2 span{  color:#05066d; width:100px; text-align:center; color:#858585;}
.product_content_content h2 i{color:#fe2424; padding-right:5px;}

.chanpin_content{ width:95%; height:auto; margin:0 auto; overflow:hidden; padding-top:0.5rem; padding-bottom:0.5rem; min-height:15rem;}
.chanpin_content img{ max-width:100%; height:auto;}

.xiayiye{width:100%; height:auto; line-height:3rem; overflow:hidden; margin-top:1rem; border-top:1px solid #dadada; margin-bottom:0rem;}
.xiayiye p{width:100%; height:2rem; line-height:2rem; font-size:1rem; color:#606062; padding-left:1rem; margin-top:0.5rem; overflow:hidden;}
.xiayiye p a{color:#959595; text-decoration:none; font-size:0.8rem; padding-left:1rem;}
.xiayiye p a:hover{ text-decoration:underline; color:#fe2424;}

.ss_no{width:90%; margin:0 auto; height:auto; text-align:center; font-size:18px; overflow:hidden; line-height:3rem; font-size:1.1rem; padding-top:3rem;}
.ss_no strong{ color:#f28b24;}

.alert{ text-align:center; line-height:50px; color:#333;}

.new_list_ss{width:96%; min-height:1rem; height:auto; background:#fff; margin:0 auto;  border:0.1rem solid #f3f3f3; border-left:none; border-right:none; margin:0 auto; margin-bottom:1rem; overflow:hidden; margin-top:1rem; padding-bottom:0.5rem;}
.new_list_ss dd{width:8rem; height:8rem; margin:0 auto; background:url(../images/no_img.png) center center no-repeat; background-size:100%;  margin-top:0.5rem; margin-left:0rem; overflow:hidden; margin-right:0rem; float:left; border:1px solid #f3f3f3; margin-right:0.9rem;}
.new_list_ss dd img{width:100%; height:100%; background:#fff;}
.new_list_ss h2{ width:auto; margin:0 auto; font-size:1.2rem; padding-top:0.5rem; line-height:1.7rem; font-weight:300; color:#515151; font-weight:900; text-align:justify; text-justify:inter-ideograph;}
.new_list_ss a{ color:#666; text-decoration:none;}
.new_list_ss p{ width:auto; margin:0 auto;font-size:0.9rem; line-height:1.3rem;  color:#8e8e8e;  padding-top:0.5rem; text-align:justify; text-justify:inter-ideograph;}
.new_list_ss h3{ font-size:0.85rem; float:right; padding-left:0.8rem; color:#8e8e8e; padding-top:0.8rem; padding-bottom:0.5rem;}
.new_list_ss:hover { background:#ffffff;  border-left:none; border-right:none;}
.new_list_ss:hover img{transform:scale(1.1); transition:0.3s linear 0.1s;}
.new_list_ss:hover h2{ color:#c50000;}

/*翻页样式*/
#fenye{width: 100%;height: auto;display: inline-block;text-align: center;margin-top:2rem;margin-bottom:1.5rem;}
#fenye li{padding: 0;list-style: none;}
#fenye .pagination .active a{background: #f28b24;color: #fff; }
#fenye .pagination .disabled span{color: #ccc;}
.pagination{padding-left: 0;margin: 0px 0;border-radius: 4px;display: inline-block;text-align: center;}
.pagination>li>a, .pagination>li>span{position: relative;float: left;padding: 0.4rem 0.8rem;line-height: 1.42857;text-decoration: none;color: #595757;background-color: #fff;border: 1px solid #ddd;margin-left: -1px; font-size:0.8rem;}
.pagination>li{display: inline;}
.pagination>li a:hover{ background:#f28b24; color:#fff;}

#izl_rmenu{ display:none;}

.kehujianzheng_list{width:100%; height:235px; margin:0 auto; overflow:hidden; text-align:center;  padding-top:0px; list-style:none; float:left;  margin-top:1rem;}
.kehujianzheng_list dt{ width:335px; height:160px; overflow:hidden; margin:0 auto; padding:0px;}
.kehujianzheng_list dt img{width:100%; height:100%;}
.kehujianzheng_list dd{ display:block; width:335px; height:50px; margin:0 auto; line-height:50px; overflow:hidden; font-size:14px; border-bottom:1px solid #b4b4b4;}
.kehujianzheng_list:hover dd{ color:#ff0000;}