html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align:left;
	vertical-align: middle;
	font-family: "微软雅黑";
	font-size:12px;
}
 cyrillic-ext 



h1, h2, h3, h4, h5, h6 {
	
	font-weight: bold;
}
p {
	
	line-height: 25px;
}
hr {
	border-color: #e0e0e0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.title {
	padding-bottom: 10px;
}
.title h2 {
	color: #202020;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #fff;
	background: none repeat scroll 0 0 #f9f9f9;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 32px;
	height: 32px;
	background: url(/images/loading.gif) no-repeat left top;
	
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}



#FrontProducts_detail02-1482217150478_cont_1 img {width:auto;max-width:100%;height:auto;}







/* home section */

#home h2 {
	letter-spacing: 2px;
}
#home .btn {
	background: #eb5424;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
}
#home .btn:hover {
	background: #fff;
	color: #eb5424;
	transition: all 0.4s ease-in-out;
}
/* navigation section */
.navbar-default {
	background: url(/images/baidi.png) repeat-x left top;
	
	
	margin: 0 !important;
	border-bottom:1px solid #eee;
}
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li a {
	color: #606060;
	font-weight:normal;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 70px;
	font-size:14px;
	transition: all 0.5s ease-in;
}
.navbar-default .navbar-nav li a:hover {
	color: #eb5424;
	transition: all 0.5s ease-in;
	

	
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	
	color:#fff;
	transition: all 0.5s ease-in;
	background:#3CBEE9;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	
	color:#fff;
	transition: all 0.5s ease-in;
	background:#3CBEE9;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #666;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}


.menusearch {position:absolute;top:40px;right:0px;}
.menusearch>div {padding:0px 8px;display:inline-block;}

.navbar-nav {padding-left:200px;}




/* intro section */
#intro {
	padding-top: 180px;
	padding-bottom: 140px;
}
#intro h4 {
	padding-bottom: 16px;
}
/* work section */
#work {
	background-color: #ffffff;
}
#work .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#work .title {
	padding: 100px 60px 60px 60px;
}
#work .bg-black {
	background-color: #303030;
	color: #ffffff;
}
#work .bg-red {
	background-color: #eb5424;
	color: #ffffff;
}
#work h3 {
	padding-bottom: 60px;
}
#work .fa {
	color: #ffffff;
	cursor: pointer;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	margin-top: 40px;
}
#work .fa:hover {
	background-color: #ffffff;
	border-radius: 50%;
	color: #303030;
}
/* team section */
#team {
	background: #202020 url('../images/team-bg.jpg') 50% 0 repeat-y fixed;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
	background-size:cover;
}
#shoutuipro {
	background:  #3CBEE9 fixed;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size:cover;
}



#team h2 {
	color: #ffffff;
}
#team h3 {
	font-size: 20px;
	line-height: 10px;
}
#team h4 {
	color: #202020;
	line-height: 10px;
	font-weight: bold;
}
#team .team-des {
	background-color: #eb5424;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
}
#team img {
	max-width: 100%;
	height: auto;
	padding-top: 60px;
}
/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
}
#portfolio h2 {
	line-height: 20px;
}
#portfolio h3 {
	color: #eb5424;
	padding-bottom: 60px;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	margin-bottom: 34px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.9;
}
/* price section */
#price {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
}
#price .plan {
	background: #eb5424;
	color: #ffffff;
	padding: 0 0 60px 0;
}
#price .plan .plan_title {
	background-color: #f6f6f6;
	color: #202020;
	padding-top: 40px;
	padding-bottom: 40px;
}
#price .plan .plan_sub_title {
	border-bottom: 1px solid #ffffff;
	padding: 30px;
}
#price .plan ul {
	padding: 0;
}
#price .plan ul li {
	display: block;
	font-family: "Proxima";
	font-size: 16px;
	padding: 40px 0 10px 0;
}
#price .plan .btn {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 40px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#price .plan .btn:hover {
	background: #202020;
	color: #ffffff;
}
/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}
/* contact section */


/* footer section */
footer {
	background: #202020;
	color: #ffffff;
	border-bottom: 10px solid #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #eb5424;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #eb5424;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #080808;
}
@media screen and (max-width:980px) {
.navbar-default .navbar-nav li a {
	padding-right: 14px;
	padding-left: 14px;
	font-size: 13px;
}
#intro h2 {
	font-size: 32px;
}
#work .title {
	padding: 80px 20px 20px 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 24px;
}

.navbar-default .navbar-nav li a {line-height:40px;}



}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 6px;
}
}
@media (max-width:400px) {
#home h1 {
	font-size: 32px;
}
#home h2 {
	font-size: 22px;
}
#intro h2 {
	font-size: 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}
}



.tupian img {
    width: 100%;
    max-width: 100%;
    max-height: 400px;
    height: auto;
    object-fit: cover;
}





#home {padding:50px 0px;clear:both;}

#shoucp {height:600px;position:relative;}
#cpbiao a {border:2px solid #fff;width:200px;height:50px;line-height:45px;text-align:center;font-size:25px;font-weight:600;margin:0px auto;color:#fff;margin-bottom:70px;transition: all 0.4s ease-in-out;text-decoration:none;display:block;}
#cpbiao a:hover {border:2px solid #fff;width:200px;height:50px;line-height:45px;text-align:center;font-size:25px;font-weight:600;margin:0px auto;color:#fff;margin-bottom:70px;transition: all 0.4s ease-in-out;text-decoration:none;display:block;}


#newsbiao {padding-bottom:30px;clear:both;padding-top:60px;}
#newsbiao1 {height:60px;line-height:55px;text-align:center;font-size:30px;font-weight:600;margin:0px 0px 25px 0px;color:#fff;}

#shoufooter {background:url(/images/bottom.jpg) no-repeat center top;margin-top:100px;background: #333;}
#shouicp {background:#e6e6e6;}
#shounews {padding-bottom:50px;width:93%;
margin:0 auto;}

#shoupro {
padding-top: 70px;
padding-bottom: 70px;
width:93%;
margin:0 auto;
}

#shoulinks {
padding:80px 0px;
width:93%;
margin:0 auto;
}

.linkrow {padding:20px 50px;}


.icp {padding:40px 0px;width:93%;margin:0 auto;clear:both;}

.icp1 h3 {

}

.icp1 h3 a {display:block;
BORDER-BOTTOM: #666 1px solid;
TEXT-ALIGN: left;
PADDING-BOTTOM: 10px;
COLOR:#3CBEE9;
FONT-SIZE: 14px;
FONT-WEIGHT: 600;}

.icp1 h3 a:hover {display:block;
BORDER-BOTTOM: #3CBEE9 1px solid;
TEXT-ALIGN: left;
PADDING-BOTTOM: 10px;
COLOR:#fff;
FONT-SIZE: 14px;
FONT-WEIGHT: 600;
text-decoration:none;
}

.icp1 ul li {display:block;text-align:left;}
.icp1 p {letter-spacing:0px;color:#666;text-align:left;font-size:12px;}


.icp1 ul li A:link {
	color:#999999;
	text-align:left;
	font-size:12px;
	background:url(/images/jiantou.png) no-repeat left center;
	padding-left:13px;
}
.icp1 ul li A:hover {
	color:#fff;
	text-align:left;
}
.icp1 ul li A:visited {
	color:#999999;
	text-align:left;
}
.icp2 {
float:right;

}

#index #sticky-wrapper {position:fixed;top:0px;z-index:20000;width:100%;}



.navbar-default #comlogo {
padding-top:12px;
}
.tu1 {height:60px;line-height:60px;text-align:center;color:#0066CC;font-size:15px;font-weight:600;display:block;}
.copyright {color:#fff;line-height:23px;font-size:12px;padding-top:10px;}
.copyright  a {color:#fff;}



.about_biao {text-align:left;font-size:16px;color:#555;border-bottom:1px solid #D9D9D9;line-height:40px;}
.about_tu {padding-top:5px;}
.comnei {color:#666;border:1px solid #eee;font-size:12px;min-height:180px;padding:5%;line-height:180%;}
.comneimore {width:35px;display:block;margin:0 auto;margin-top:20px;}
.cprow {padding:20px 20px;}
.cprow a {overflow:hidden;position:relative;display:block;}
.cprow span {background:#1B6CB7;width:100%;color:#fff;font-size:15px;display:block;position:absolute;top:290px;opacity:0.8;line-height:290px;}

.aboutbanner {background:url(/images/aboutbanner.jpg) no-repeat center top;height:374px;background-size:cover;}

.shoulink img{transition: all 0.4s ease-in-out;max-width:232px;}



.shoulink {margin:10px 0px;}
.newtuleft {padding:0px;}
.rd1 {text-align:center;padding:120px 0px;clear:both;}
.wenzi1 {text-align:center;font-size:15px;color:#666;line-height:30px;padding:70px 0px 200px 0px;clear:both;}
.lansedi {position:relative;}
.huisedi {color:#333;}
.FrontComContent_detail01-d1_c1 .htmledit .testing {font-size:30px;color:#fff;width:300px;border-right:2px solid #fff;position:absolute;top:30%;left:15%;}
.FrontComContent_detail01-d1_c1 .htmledit .testing span {font-size:16px;display:block;font-weight:normal;font-family:Arial;padding-top:5px;letter-spacing:3px;}
.kouhaoa1b {width:70%;margin:0 auto;color:#333;font-size:14px;left:15%;bottom:15%;text-align:left;position:absolute;}
.lansedi2 {position:relative;}

.kouhaoa1c {width:60%;margin:0 auto;color:#fff;font-size:14px;position:absolute;top:30%;left:15%;}
.baisedi {background:#fff;}
.FrontComContent_detail01-d1_c1 .htmledit .kouhaob2 h2 {font-size:30px;color:#3CBEE9;padding-top:25%;padding-left:20%;}
.kouhaob2 p {width:90%;padding-left:20%;font-size:14px;}

.cprelative {position:relative;}
.kouhaob22 {left:15%;top:25%;width:70%;position:absolute;}

.FrontComContent_detail01-d1_c1 .htmledit .kouhaob22 h2 {font-size:30px;color:#fff;}
.FrontComContent_detail01-d1_c1 .htmledit .kouhaob22 h3 {font-size:20px;color:#fff;}
.FrontComContent_detail01-d1_c1 .htmledit .kouhaob22 p {font-size:14px;color:#fff;}


.kouhaoc1 {width:80%;margin:0 auto;padding:150px 0px;clear:both;}

.FrontComContent_detail01-d1_c1 .htmledit .kouhaoc1 p {font-size:14px;text-align:center;padding-bottom:25px;}
.kouhaoc2 {position:relative;margin-bottom:150px;}
.kouhaoc3 {position:absolute;width:600px;left:50%;margin-left:-300px;top:60px;z-index:100;}

.FrontComContent_detail01-d1_c1 .htmledit .kouhaoc3 h1 {color:#990000;font-size:40px;text-align:center;}
.FrontComContent_detail01-d1_c1 .htmledit .kouhaoc3 p {color:#333;font-size:14px;text-align:center;line-height:25px;}
.fenzi {padding:40px 20px;border-bottom:1px solid #eee;min-height:280px;}
.fenzi strong {font-size:18px;}

/*幻灯片*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

  .slide_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  padding-top:0px;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/images/tab.png") no-repeat left top;
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
.rongyu img {border:1px solid #ddd;max-width:350px;max-height:250px;}
.rongyu {margin:15px 0px;}
.rongyu span {display:block;text-align:center;padding:8px 0px;}

.rongyu1 img {border:1px solid #ddd;max-width:350px;max-height:470px;}
.rongyu1 {margin:15px 0px;}
.rongyu1 span {display:block;text-align:center;padding:8px 0px;}


.heading-center{
		position:absolute;
		width:100%;
		top: 40%;
		margin-top:-36px;
}



.cp1di {background:url(/images/cp1di.png) no-repeat left top;width:232px;height:287px;position:absolute;left:0px;top:0px;overflow:hidden;}
.cp1di a {position:relative;width:232px;height:287px;overflow:hidden;display:block;}
.cp1di .cptu {position:absolute;top:140px;left:50px;}
.cp1di  .cpbiao {color:#666;font-size:16px;position:absolute;top:50px;width:232px;text-align:center;font-weight:600;}
.cp1di  .cpcon {position:absolute;bottom:-80px;width:232px;text-align:center;background:#1B6CB7;height:70px;}
.cp1di  .cpcon h3 {color:#fff;text-align:center;font-size:15px;margin:15px 0px 5px 0px;}
.cp1di  .cpcon p {color:#fff;text-align:center;font-size:12px;}


.cp2di {background:url(/images/cp2di.png) no-repeat left top;width:363px;height:287px;position:absolute;left:235px;top:0px;overflow:hidden;}
.cp2di a {position:relative;width:363px;height:287px;overflow:hidden;display:block;}
.cp2di .cptu {position:absolute;top:70px;right:-60px;}
.cp2di  .cpbiao {color:#666;font-size:16px;position:absolute;top:115px;width:220px;text-align:center;font-weight:600;left:0px;}
.cp2di  .cpcon {position:absolute;bottom:-80px;width:363px;text-align:center;background:#1B6CB7;height:70px;}
.cp2di  .cpcon h3 {color:#fff;text-align:center;font-size:15px;margin:15px 0px 5px 0px;}
.cp2di  .cpcon p {color:#fff;text-align:center;font-size:12px;}






.cp3di {background:url(/images/cp3di.png) no-repeat left top;width:297px;height:300px;position:absolute;left:0px;top:291px;overflow:hidden;}
.cp3di a {position:relative;width:297px;height:300px;overflow:hidden;display:block;}
.cp3di .cptu {position:absolute;top:130px;left:90px;}
.cp3di  .cpbiao {color:#666;font-size:16px;position:absolute;top:30px;width:297px;text-align:center;font-weight:600;}
.cp3di  .cpcon {position:absolute;bottom:-80px;width:297px;text-align:center;background:#1B6CB7;height:70px;}
.cp3di  .cpcon h3 {color:#fff;text-align:center;font-size:15px;margin:15px 0px 5px 0px;}
.cp3di  .cpcon p {color:#fff;text-align:center;font-size:12px;}





.cp4di {background:url(/images/cp4di.png) no-repeat left top;width:298px;height:300px;position:absolute;left:300px;top:291px;overflow:hidden;}
.cp4di a {position:relative;width:298px;height:300px;overflow:hidden;display:block;}
.cp4di .cptu {position:absolute;top:130px;left:90px;}
.cp4di  .cpbiao {color:#666;font-size:16px;position:absolute;top:30px;width:298px;text-align:center;font-weight:600;}
.cp4di  .cpcon {position:absolute;bottom:-80px;width:297px;text-align:center;background:#1B6CB7;height:70px;}
.cp4di  .cpcon h3 {color:#fff;text-align:center;font-size:15px;margin:15px 0px 5px 0px;}
.cp4di  .cpcon p {color:#fff;text-align:center;font-size:12px;}






.cp5di {background:url(/images/cp5di.png) no-repeat left top;width:294px;height:591px;position:absolute;left:601px;top:0px;overflow:hidden;}
.cp5di a {position:relative;width:294px;height:591px;overflow:hidden;display:block;}
.cp5di .cptu {position:absolute;top:130px;left:60px;}
.cp5di  .cpbiao {color:#666;font-size:16px;position:absolute;top:30px;width:294px;text-align:center;font-weight:600;}
.cp5di  .cpcon {position:absolute;bottom:-80px;width:294px;text-align:center;background:#1B6CB7;height:70px;}
.cp5di  .cpcon h3 {color:#fff;text-align:center;font-size:15px;margin:15px 0px 5px 0px;}
.cp5di  .cpcon p {color:#fff;text-align:center;font-size:12px;}













.cp6di {background:url(/images/cp6di.png) no-repeat left top;width:274px;height:294px;position:absolute;left:898px;top:0px;overflow:hidden;}

.cp6di a {position:relative;width:274px;height:294px;overflow:hidden;display:block;}
.cp6di .cptu {position:absolute;top:120px;left:70px;}
.cp6di  .cpbiao {color:#666;font-size:16px;position:absolute;top:30px;width:274px;text-align:center;font-weight:600;}
.cp6di  .cpcon {position:absolute;bottom:-80px;width:274px;text-align:center;background:#1B6CB7;height:70px;}
.cp6di  .cpcon h3 {color:#fff;text-align:center;font-size:15px;margin:15px 0px 5px 0px;}
.cp6di  .cpcon p {color:#fff;text-align:center;font-size:12px;}
















.cp7di {background:url(/images/cp7di.png) no-repeat left top;width:274px;height:294px;position:absolute;left:898px;top:298px;overflow:hidden;}
.cp7di a {position:relative;width:274px;height:294px;overflow:hidden;display:block;}
.cp7di .cptu {position:absolute;top:120px;left:70px;}
.cp7di  .cpbiao {color:#666;font-size:16px;position:absolute;top:30px;width:274px;text-align:center;font-weight:600;}
.cp7di  .cpcon {position:absolute;bottom:-80px;width:274px;text-align:center;background:#1B6CB7;height:70px;}
.cp7di  .cpcon h3 {color:#fff;text-align:center;font-size:15px;margin:15px 0px 5px 0px;}
.cp7di  .cpcon p {color:#fff;text-align:center;font-size:12px;}


#neipro {padding-top:40px;min-height:700px;}
.cpcata {text-align:center;font-size:25px;color:#fff;font-weight:600;padding:20px 0px 50px 0px;}
.cpcata span {display:block;font-size:14px;font-weight:normal;line-height:35px;border-bottom:1px solid #fff;width:150px;margin:0 auto;}

.honorbiao {
    padding-bottom: 0px;
    line-height: 28px;
    margin: 0px;
    padding-left: 5px;
    padding-right: 0px;
    color: #222;
    font-size: 20px;
    overflow: hidden;
    word-break: break-all;
    font-weight: bold;
    padding-top: 0px;
    border-bottom: #ccc 1px dotted;
padding-bottom: 20px;
margin-bottom: 10px;
}

.salework1 {position:relative;width:1000px;margin:0 auto;height:884px;overflow:hidden;}
.salework2 {position:absolute;left:0px;-webkit-animation: mapsrooll 35s infinite ease-in-out;
	animation: mapsrooll 35s infinite ease-in-out;}
.zixun {font-size:20px;color:#3CBEE9;padding:0px 0px 10px 0px;border-bottom:2px solid #3CBEE9;margin:0px 0px 20px 0px;}	
	
	
.qupadding {padding:0px;}
.shoupro {padding-left:40px;}	
.shoupro p {line-height:22px;font-size:14px;color:#666666;padding:0px 20px;}	
.shoupro p a {border:1px  solid #3CBEE9;width:140px;height:38px;line-height:38px;display:block;margin-top:20px;color:#3CBEE9;font-size:14px;text-align:center;}	
.shoufactory {padding-left:20px;}	

.shouprocata {text-align:center;padding-bottom:30px;}
.shoulinkspan {height:40px;line-height:40px;color:#fff;background:#3CBEE9;font-size:16px;font-weight:600;width:100%;display:block;text-align:center;}	
.shoulinksul li {background:url(/images/heng.png) no-repeat left center;padding-left:20px;color:#666;font-size:13px;margin:5px 0px;}	
.shoulinksul {padding-top:15px;min-height:180px;}	
.shoulinkp {color:#666;font-size:13px;line-height:20px;padding-top:15px;min-height:180px;}	
.linkmore a {border-top:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;color:#3CBEE9;height:40px;line-height:40px;text-align:center;font-size:14px;display:block;}	
.linkmore a:hover {border-top:1px solid #3CBEE9;border-bottom:1px solid #3CBEE9;color:#3CBEE9;height:40px;line-height:40px;text-align:center;font-size:14px;display:block;background:#f9f9f9;}	
.xilei {padding:0px 1px 0px 0px;}




.banquan {font-size:12px;color:#999;border-top:1px solid #666;clear:both;padding:15px 0px;width:93%;margin:0 auto;clear:both;height:40px;margin-top:40px;}
.xiaotu {color:#3CBEE9;font-size:20px;height:60px;line-height:60px;}
.xiaotu i {padding-right:15px;}
.padding3px {margin:3px;position:relative;overflow:hidden;}
.padding3px  span {background:url(/images/landi.png) repeat left top;width:100%;height:100%;display:block;position:absolute;top:-100%;text-align:center;line-height:300px;font-size:20px;color:#fff;font-weight:600;}

.product-icons {padding-top:30px;}
.product-icons div {float:left;display:inline-block;margin-right:5px;}
.wenright {text-align:right;}
.appleft {padding-left:0px;}
.nopadding {padding:0px;}
.wenright a {color:#999;}
.wenright a:hover {color:#999;}	
	
@keyframes mapsrooll {
0% {
left:0px;
}
50% {
left:-1300px;
}
100% {
left:0px;
}

}	
	
	

.shoucpdetail {background:url(/images/lansedi.png) repeat left top;position:absolute;width:243px;height:206px;top:-246px;}
.xianxi {background:url(/images/xianxi.png) no-repeat center 30%;color:#fff;position:absolute;width:243px;height:206px;top:246px;font-size:14px;font-weight:normal;line-height:240px;}


.newpro {font-size:20px;text-align:left;padding-bottom:30px;}


.side_service {
    height: 200px;
    width: 50px;
    background: #015bab;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -99px;
    z-index: 999;
    padding: 14px 0;
  
}
.side_service > a {
    background: url(/images/service_icon.png) no-repeat;
    width: 50px;
    height: 57px;
    cursor: pointer;
    position: relative;
    display: block;
   
}
.side_service .service_kefu {text-indent:-9999em;}
.side_service .service_tel {
    background-position: 13px 17px;
}
.side_service .service_kefu {
    background-position: 13px -41px;
}
.side_service .service_qq {
    background-position: 13px -101px;
}
.service_tel .service_pull {
    width: 158px;
    height: 80px;
    padding-top:10px;
    position: absolute;
    right: 50px;
    background: #015bab;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: none;
    top: 10px;
    color:#fff;
}
.service_qq .service_pull {
    width: 281px;
    height: 159px;
    background: #015bab;
    position: absolute;
    right: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: -105px;
    display: none;
}
.side_service .service_tel:hover{background-position: -31px 17px;}
.side_service .service_kefu:hover{background-position: -31px -41px;}
.side_service .service_qq:hover{background-position: -31px -101px;}
.sqr {
    float: left;
    text-align: center;
    width: 108px;
    margin: 14px 15px 0;
    color: #fff;
    font-size: 14px;
}


.cpmore a {background:url(/images/cpjian.png) no-repeat left center;padding-left:30px;color:#6AA9DC;line-height:35px;display:block;}
.cpmore a:visited {background:url(/images/cpjian.png) no-repeat left center;padding-left:30px;color:#6AA9DC;line-height:35px;display:block;}
.aboutjie h3 {font-size:20px;color:#555;text-align:left;}

.aboutjie p {color:#666;text-align:left;}
.aboutjie a {background:url(/images/cpjian.png) no-repeat left center;padding-left:30px;color:#6AA9DC;text-align:left;display:block;font-size:14px;line-height:35px;font-weight:600;}

.jianju {padding:30px 0px;border-bottom:1px solid #ddd;margin-bottom:30px;}
.dabiao {width:100%;color:#3CBEE9;text-align:center;font-size:30px;background:url(/images/huixian.png) no-repeat center center;}
.dabiao span {font-size:14px;font-weight:normal;display:block;}

#box_main {background:#f6f6f6;}

#products_detail #box_main {background:url(/images/cpneidi.jpg) repeat-x left top;}
#products #box_main {background:url(/images/cpneidi.jpg) repeat-x left top;}

.miaobao {padding:20px 0px;}
.miaobaoa {padding:20px 0px;max-width:1200px;margin:0 auto;}
.cpleft {padding:0px 15px 0px 0px;}
.shousearch {position:absolute;top:-5px;display:none;width:300px;left:-130px;}
.banben {position:relative;}
.banben1 a {font-size:12px;color:#3CBEE9;}
#cplist .container {width:100%;padding:0px;}
.cplista {width:85%;margin:0 auto;}
.xinmore a {background:#3CBEE9;font-size:13px;color:#fff;width:120px;height:35px;line-height:35px;display:block;margin-top:15px;text-align:center;border-radius: 3px;}
#decardhome .container {width:100%;padding:0px;}
#decardhome .row {margin:0px;}
.decardleft {width:12%;float:left;background:#000;transition: all 0.4s ease-in-out;}
.decardright {width:88%;float:right;transition: all 0.4s ease-in-out;background:#f9f9f9;}
.leftcaidan {position:fixed;}
.san {background:#3CBEE9 url(/images/close.png) no-repeat center center;width:100%;height:86px;transition: all 0.4s ease-in-out;cursor:pointer;z-index:1000;}
.open {position:fixed;z-index:2000;background:#3CBEE9 url(/images/san.png) no-repeat center center;width:100%;height:86px;transition: all 0.4s ease-in-out;width:86px;display:none;cursor:pointer;}
.cardlogo {text-align:center;padding:60px 0px;}
#cardmenu {width:80%;margin:0 auto;}
#cardmenu li {border-bottom:1px solid #e7e7e7;padding:15px 0px;}
#cardmenu li i {padding-right:5px;transition: all 0.4s ease-in-out;}
#cardmenu li  a {color:#666;font-size:15px;display:block;transition: all 0.4s ease-in-out;}
#cardmenu li a:hover i {padding-right:2px;transition: all 0.4s ease-in-out;}
#cardmenu li  a:hover {color:#3CBEE9;font-size:15px;display:block;text-decoration:none;}
.kouhao {background:#f6f6f6;cursor:pointer;}
.kouhao1 {background:#fff;cursor:pointer;}
.kouhao h3 {text-align:center;padding-top:30px;}

.kouhao p {font-size:25px;color:#666;text-align:center;font-weight:600;padding-top:10px;transition: all 0.4s ease-in-out;}
.kouhao:hover p {color:#3CBEE9;transition: all 0.4s ease-in-out;padding-top:20px;}
.kouhao p span {font-size:14px;color:#999;display:block;font-weight:normal;padding-top:10px;font-size:13px;transition: all 0.4s ease-in-out;}
.kouhao:hover p span {color:#3CBEE9;transition: all 0.4s ease-in-out;}



.kouhao1 h3 {text-align:center;padding-top:30px;}
.kouhao1 p {font-size:25px;color:#666;text-align:center;font-weight:600;padding-top:10px;transition: all 0.4s ease-in-out;}
.kouhao1:hover p {color:#3CBEE9;transition: all 0.4s ease-in-out;padding-top:20px;}
.kouhao1 p span {font-size:14px;color:#999;display:block;font-weight:normal;padding-top:10px;font-size:13px;transition: all 0.4s ease-in-out;}
.kouhao1:hover p span {color:#3CBEE9;transition: all 0.4s ease-in-out;}


.shouapp {position:absolute;top:100px;z-index:1000;left:50%;margin-left:-200px;}
.shouapp img {width:400px;height:120px;}
.padding3px .hang1 {line-height:800px;}
.erwei {text-align:right;padding-top:30px;}
.dianhua {text-align:center;padding-top:40px;}

#box_decard {width:90%;margin:0 auto;}
.paddingleft30px {padding-left:50px;}
.newsmian {padding-right:80px;}

.kouhaoxian {overflow: hidden;border-bottom: 1px solid #ccc;}

#box_decard_sub1 {
    padding-bottom: 50px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    padding-top: 50px;
}

#products #box_decard {width:100%;margin:0 auto;}
#san #box_decard {width:100%;margin:0 auto;}

#san .FrontComContent_detail01-d1_c1 {
    margin: 0px auto;
    width: 100%;
    clear: both;
}



#accordion{
  
    margin: 20px auto 0px;
    width: 100%;
  
}
#faqlist #accordion .mainul .current{
   border-bottom: #EFEFEF 1px solid;
    padding-bottom: 15px;
    padding-left:40px;
    margin: 0px;
    width: 100%;
    padding-right: 0px;
    display: block;

    clear: both;
    
    font-size: 15px;
    cursor: pointer;
    font-weight:600;
    color:#3CBEE9;
    padding-top: 15px;
    background:#fff url(/images/jian.png) no-repeat 15px 23px;
}
#accordion H2{
   border-bottom: #EFEFEF 1px solid;
    padding-bottom: 15px;
    padding-left:40px;
    margin: 0px;
    width: 100%;
    padding-right: 0px;
    display: block;

    clear: both;
    
    font-size: 15px;
    cursor: pointer;
    font-weight:600;
    color:#666;
    padding-top: 15px;
    background:#EFEFEF url(/images/add.png) no-repeat 15px 17px;
}
#accordion H2 SPAN{
   text-align: right;
    width: 100px;
    float: right;
}
#accordion H2 A{
   color: #626262;
    font-weight: bold;
}
#accordion H2 A:hover{
   color: #a51e25;
    cursor: pointer;
}
#accordion .current A{
   margin-bottom: 10px;
    color: #a51e25;
    cursor: pointer;
}
#accordion .current STRONG{
   color: #e56b14;
    font-size: 16px;
}
#accordion .pane{
   padding-bottom: 15px;
    padding-left: 120px;
  
    padding-right: 0px;
    display: none;
    height: auto;
    padding-top: 15px;
}
#accordion .pane1{
   padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    display: none;
    height: auto;
    padding-top: 10px;
    margin:0 auto;
    width:97%;
}
#accordion .pane1 .shop1{
   background: #eee;
}
#accordion .pane1 TABLE TR TD{
   border-bottom: #ddd 1px dashed;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    padding-top: 5px;
}
#accordion .pane P{
   padding-bottom: 15px;
    line-height: 20px;
    font-size: 14px;
}

.mobilemenu {display:none;}
.baidi {background:#fff;min-height:443px;padding-top:20px;}
#readmodle {text-align:center;color:#666;font-size:18px;font-weight:normal;width:300px;height:50px;line-height:50px;margin:0 auto;margin-bottom:0px;}
#box_decard_subn {width:93%;border:1px solid #eee;background:#fff;margin:0 auto;margin-bottom:30px;clear:both;}






@media (max-width:400px) {
.cprow span {line-height:50px;}
.navbar-default .navbar-nav li a {line-height:40px;}

}

@media (max-width:767px) {
.navbar-default #comlogo {
    padding-top:10px;
}
.paddingleft30px {padding-left:0px;padding-top:20px;}

.mobilemenu {display:block;position:fixed;top:0px;background:#3CBEE9;width:100%;height:60px;z-index:3000;}

.mobile1 {float:left;padding-left:15px;}
.mobile2 {float:right;padding-top:18px;padding-right:15px;cursor:pointer;}

.mobile3 {display:none;position:fixed;top:60px;background:url(/images/lanse.png) repeat left top;width:100%;height:100vh;background: #fff;}
.mobile3 ul li a {color:#fff;text-align:center;font-size:14px;display:block;}
.mobile3 ul li {display:bock;padding:10px 0px;border-bottom:1px solid #fff;}

.decardleft {display:none;}
.decardright {width:100%;}


.icp1 h3 {margin:5px 0px;}
.erwei {
    text-align: left;
    padding-top: 20px;
}


.navbar-default #comlogo img {width:50px;}

.cprow span {line-height:290px;}

  .slide_container {
  margin-bottom: 0px;
  position: relative;
  float: left;
  width: 100%;
  padding-top:50px;
  }
  
.menusearch {
    position: absolute;
    top: 16px;
    right: 80px;
}  
 .navbar-nav {
    padding-left: 0px;
} 
.navbar-default .navbar-nav li a {background:#fff;text-align:center;}
.qupadding {padding:10px;}

.FrontProducts_detail02-d7_c1 .content .pic-module {
    position: relative;
    width: 500px;
    float: none;
    display:block;
}
.FrontProducts_detail02-d7_c1 .content .pro-module {
    width: 100%;
    float: none;
    display:block;
    clear:both;
    padding-top:30px;
}

.FrontNews_list01-d2_c1 .content .main {
    padding-left: 15px;
    width: 90%;
    float: none;
    display:block;
    clear:both;
}
.FrontNews_list01-d2_c1 .content .pic IMG {
    width: 100%;
    max-width: 100%;
}

.FrontNews_list01-d2_c1 .content .pic {float: none;display:block;width: 100%;}
.FrontNews_list01-d2_c1 .content .pic A {
float: none;display:block;width: 100%;
}
.icp1 ul {display:none;}
.xiaotu {
    color: #3CBEE9;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}

}











.FrontProducts_detail02-d3_c1 .detail UL {
    border-bottom: #ddd 1px solid;
    text-align: right;
    padding-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    padding-right: 0;
    display: inline-block;
    clear: both;
    list-style-image: none;
    padding-top: 0;
}
.FrontProducts_detail02-d3_c1 .detail UL LI.current {
    background: #3cbee9;
}

page_products_d…40103012.css:1
.FrontProducts_detail02-d3_c1 .detail UL LI {
    text-align: center;
    line-height: 35px;
    width: 130px;
    display: inline-block;
    background: #999;
    height: 35px;
    color: #fff;
    margin-right: 1px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}