
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: #666666;
}
a:focus {
  outline:0;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 0;
  padding: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}

menu,
ol,
ul {
  list-style-type: none;
}

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

figure {
  margin: 0;
}

form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
,
,
 {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif;
  color: #666;
}
body {
  font-size: 14px;
  line-height: 1.4;
}
img {
  width: auto;
  height: auto;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.clearfix {

  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.mainnn {
  max-width: 1235px;
  width: 100%;
  margin: 0 auto;
}
/*@media screen and (max-width: 1280px){
	.mainnn{
		max-width: 1000px;
	}
}*/
@media screen and (max-width: 1024px) {
}

.my-container {
    
    margin-right: auto;
    margin-left: auto;
	width:1235px\9;
}

@media (min-width:768px) {
    .my-container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .my-container {
        width: 970px;
    }
}

@media (min-width:1235px) {
    .my-container {
        width: 1235px;
    }
}



body{overflow-x:hidden;}
/* §u-sŽì*/
/*inner-banner„7*/



/*.con-develop .prev{position: relative;left: -20px;top:-61px;z-index: 22;width: 24px;height: 42px;}
*/.con-develop .swiper-button-next{display:block;position: absolute;right: 1.5%;top:50%;margin-top: -40px;width: 24px;height: 42px;background: url(img/next1.png) no-repeat center center;}


@media screen and (max-width: 768px){
.con-develop .swiper-button-prev,Ó.con-develop .m-hd{display: block;text-align: center;margin-top: 20px;}
}



@media screen and (max-width: 1024px){
/*	.products .hd li a{font-size: 16px;}
*/	.pro-class .con .text{margin-left: -39%;}
}

@media screen and (max-width: 1024px){.other-industry .banner-slider .bd ul li .cont{width: 80%; margin-left: 0; left: 5%;}.other-industry .banner-slider .hd{bottom: 20px;}}

@media screen and (max-width: 768px){
{width: 90%; left: 5%;}
{bottom: 30px;}
}
/*b¬\*/

/**…uî**/
/**Û'!W**/

.mainnn{max-width: 1235px;width: 100%;margin: 0 auto;}

td{padding: 5px;}
td{padding: 5px;}



@media screen and (max-width: 768px){
.mainnn{padding:0 6px;width:auto;}

}
/****---------------------------------§ÁæÅÓ_-------------------------------***/


	.sa-c-title{font-size:28px;font-weight:normal;color:#333;margin:6px 0;padding-bottom:12px;line-height:48px;}
	
	
	.sa-cjwt{margin:0;}
	

	
	
	.sa-cjwt-list{padding-top:24px;margin-top:24px;font-size:16px;margin-bottom: 50px;}
	.sa-cjwt-list li{line-height:2.2;}
	.sa-cjwt-list li p{color:#333;float:left;width:65%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding-left:20px;background:url(img/dot.png) no-repeat left center;}
	.sa-cjwt-list li p a{color:#333;}
	.sa-cjwt-list li div{float:right;color:#666;}
	.sa-cjwt-list-f{}
	.sa-cjwt-list-t{margin-left:14px;}
	@media screen and (max-width: 1000px){
	}
	@media screen and (max-width: 768px){
	.sa-cjwt-list li p{width:90%;float:none;}
	.sa-cjwt-list li div{padding-left:20px;float:none;}
	.sa-c-title{font-size:24px;}
	}

.s-ServiceSupport .APass{
	margin-bottom: 40px;
}
.s-ServiceSupport .APass li{
	margin-bottom: 18px;
}




.bgline1{ width: 100%; height: 60px; background:#fff url(img/d.png) repeat-x bottom; margin-top: 30px;}
.bgline2{ width: 1235px; height: 60px; margin:0 auto; }

.bgline2 h3{float: left; background: url(img/d2.png) repeat-x bottom;line-height: 60px; width: auto; overflow: hidden; display: inline-block; font-size: 24px; font-weight: 300; font-family: 微软雅黑; color: #000;}
.bgline2 h5{ float: left; font-size: 14px; color: #666666; padding: 28px 0 0 10px; }
@media(max-width:768px){
.bgline2 h3{ font-size: 19px; font-weight: 500; line-height: 60px }
.bgline2 h5{ font-size: 13px; }
.bgline1{}
}
@media(max-width:1235px){
.bgline2{ width: 970px;}
}
@media(max-width:991px){
.bgline2{ width: 750px;}
}
@media(max-width:768px){
.bgline2{ margin-left: 15px;}
}

.fonts{ font-size: 26px; color: #000}

.bgline3{ width: 100%; height: 40px; margin:0 auto; }

.bgline3 h3{float: left; line-height: 60px; width: auto; overflow: hidden; display: inline-block; font-size: 22px; font-weight: 300; font-family: 微软雅黑; color: #000;}
@media(max-width:1235px){
.bgline3{ width: 970px;}
}
@media(max-width:991px){
.bgline3{ width: 750px;}
}
@media(max-width:768px){
.bgline3{ margin-left: 15px;}
}
