@charset "UTF-8";
@import url(../css/font/iconfont.css);
body{
  /* overflow:scroll; */
  overflow-x:hidden;
}
/* line 5, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/public.scss */
html,
body {
  font-family: "微软雅黑","Monospaced Number","Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* line 6, ../sass/public.scss */
a{  display: block;
  text-decoration: none;
}
img {
  display: block;
  text-decoration: none;
}

/* line 12, ../sass/public.scss */
.clear_fix:after {
  content: '';
  clear: both;
  height: 0;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

/* line 21, ../sass/public.scss */
.clear_fix {
  zoom: 1;
}

/* line 25, ../sass/public.scss */
.fl {
  float: left;
}

/* line 29, ../sass/public.scss */
.fr {
  float: right;
}


.p80{ padding-bottom:80px }


.news_list .table img{
  object-fit: cover;
}
/* line 1, ../sass/header.scss */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 129px;
  z-index: 91;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

}
/* line 11, ../sass/header.scss */
#header .wrapper {
  height: 100%;
}
/* line 14, ../sass/header.scss */
#header .wrapper .wrapper-module-item {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
  height: 100%;
}
/* line 20, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-logo-item {
  width:333px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
/* line 28, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-logo-item .logo-on {
  display: none;
}
/* line 32, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-logo-item img {
  width: 100%;
  height: auto;
}
/* line 38, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item {
  position: absolute;
  right: -14px;
  top: 0;
  z-index: 10;
}
/* line 45, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 {
  position: relative;
  float: left;
}
/* line 49, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 130px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
/* line 59, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s ul {
  padding: 16px 0 28px 0;
}
/* line 62, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s ul li {
  opacity: 0;
  -moz-transition: all 0.8s ease-in-out 0.1s;
  -o-transition: all 0.8s ease-in-out 0.1s;
  -webkit-transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.8s ease-in-out 0.1s;
}
/* line 66, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s ul li a {
  font-size: 15px;
  padding: 12px 0;
  color: #fdcfcf;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 77, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s > ul > li > a:hover {
  color: #fff;
}
/* line 81, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.open ul li:nth-child(1) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 85, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.open ul li:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 89, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.open ul li:nth-child(3) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 93, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.open ul li:nth-child(4) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 97, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.open ul li:nth-child(5) {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* line 101, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.open ul li:nth-child(6) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 105, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.open ul li:nth-child(7) {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
/* line 109, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.open ul li {
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
/* line 114, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-code .code {
  width: 160px;
  -moz-transform: translateX(-52px);
  -ms-transform: translateX(-52px);
  -webkit-transform: translateX(-52px);
  transform: translateX(-52px);
  background-image: linear-gradient(to bottom, #c21e13, #0000fe);
}
/* line 119, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-code .code img {
  width:90%;
  padding: 8px 8px;
}
/* line 125, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(179, 2, 10, 0.85), rgba(219, 35, 0, 0.85));
  z-index: -1;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
/* line 138, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-1-s.dey:before {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 142, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 .gn-code:before {
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
/* line 148, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 > a {
  position: relative;
  font-size: 18px;
  height: 130px;
  line-height: 130px;
  padding: 0 14px;
  color: #fff;
  z-index: 10;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 158, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1 > a span {
  vertical-align: middle;
}
/* line 163, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .China {
  width: 108px;
}
/* line 166, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .China .module {
  line-height: 130px;
  margin-left: 5px;
}
/* line 170, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .China .module a {
  font-size: 18px;
  color: #fff;
  text-align: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 177, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .China .module a:last-child {
  font-size: 15px;
  line-height: normal;
  margin-top: -30px;
  opacity: 0;
}
/* line 186, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1:hover .gn-1-s:before {
  height: 100%;
  opacity: 1;
}
/* line 191, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1:hover .gn-1-s {
  visibility: visible;
  opacity: 1;
}
/* line 196, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .gn-1:hover .gn-1-s ul li {
  opacity: 1;
}
/* line 200, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .China:hover {
  background-image: linear-gradient(to bottom, rgba(179, 2, 10, 0.85), rgba(219, 35, 0, 0.85));
}
/* line 204, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .China:hover a:last-child {
  opacity: 1;
}
/* line 208, ../sass/header.scss */
#header .wrapper .wrapper-module-item .header-list-item ul .China > .module > a:last-child:hover {
  font-size: 18px;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 217, ../sass/header.scss */
#header .navWrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  text-align: center;
}
/* line 226, ../sass/header.scss */
#header .navWrapper ul .gn-3 {
  position: relative;
  float: left;
}
/* line 230, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 130px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
/* line 240, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s ul {
  padding: 16px 0 28px 0;
}
/* line 243, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s ul li {
  opacity: 0;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.8s ease-in-out 0s;
}
/* line 247, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s ul li a {
  font-size: 15px;
  color: #fdcfcf;
  padding: 12px 0;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 258, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s > ul > li > a:hover {
  color: #fff;
}
/* line 262, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li:nth-child(1) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 266, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 270, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li:nth-child(3) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 274, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li:nth-child(4) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 278, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li:nth-child(5) {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* line 282, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li:nth-child(6) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 286, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li:nth-child(7) {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
/* line 290, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li:nth-child(8) {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* line 294, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s.open ul li {
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
/* line 298, ../sass/header.scss */
#header .navWrapper ul .gn-3 .gn-3-s:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(9, 9, 254, 0.85), rgba(0, 0, 254, 0.85));
  z-index: -1;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
/* line 312, ../sass/header.scss */
#header .navWrapper ul .gn-3 > a {
  position: relative;
  z-index: 6;
  font-size: 18px;
  height: 130px;
  line-height: 130px;
  color: #fff;
  padding: 0 25px;
  text-align: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 324, ../sass/header.scss */
#header .navWrapper ul .gn-3:hover .gn-3-s:before {
  height: 100%;
  opacity: 1;
}
/* line 329, ../sass/header.scss */
#header .navWrapper ul .gn-3:hover .gn-3-s {
  visibility: visible;
  opacity: 1;
}
/* line 334, ../sass/header.scss */
#header .navWrapper ul .gn-3:hover .gn-3-s ul li {
  opacity: 1;
}
/* line 340, ../sass/header.scss */
#header .navWrapper > ul {
  display: inline-block;
  padding-left: 20px;
}
.apage {
	line-height: 25px;
	background: #ffffff;
	padding: 0 5px;
	text-align: center;
	padding:20px
}
.page-num-current {
background-color: #2d2dfe;
color:#ffffff
}
.apage a {
	border: 1px solid #cccccc;
	padding: 5px 14px;
	margin-right: 5px;
	margin: 0 3px;
	line-height:40px;
	    display: inline;
}
.apage .num_btns {
	float: right;
	font-family: Tahoma;
}
.apage a:hover, .apage .cur {
	border: 1px solid #2d2dfe;
	background-color: #2d2dfe;
	color: #fff;
	text-decoration: none;
}
.apage .cust_txt {
	float: left;
}
.apage .oran_pg_fp {
	background: url(../images/first_page.gif) 4px 4px no-repeat;
	padding-right: 9px;
}
.apage .oran_pg_pp {
	background: url(../images/pre_page.gif) 4px 4px no-repeat;
	padding-right: 5px;
}
.apage .oran_pg_np {
	background: url(../images/next_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage .oran_pg_lp {
	background: url(../images/last_page.gif) 8px 4px no-repeat;
	padding-right: 12px;
}
.apage select {
	font-size: 8px;
	margin-top: 5px;
}
.apage .oran_pg_txt {
	height: 15px;
	border: solid 1px #2d2dfe;
	width: 20px;
	margin-left: 5px;
}
.apage .oran_pg_btn {
	height: 15px;
	border: solid 1px #2d2dfe;
	margin-left: 5px;
	font-size: 9px;
	background: #2d2dfe;
	color: #fff;
}

/* -------------------------中英文切换样式---------------------------- */
#header #lan_change {
  width: 50px;
  height: 145px;
  position: absolute;
  top: 0;
  right: 18%;
  z-index: 98;
  cursor: pointer; 
  display: none;
}
#header #lan_change .cn_change{
  position: absolute;
  top: 20%;
  right: 12%;
  z-index: 101;
  font-size: 25px;
  color: #fff;
  cursor: pointer;   
}
#header #lan_change img{
  margin: 0 auto;
}
#header #lan_change .en_change{
  display: none;
}
#header #lan_change.active{
  width: 50px;
  height: 145px;
  background-color: #0000fe;
  position: absolute;
  top: 0;
  right: 18%;
  z-index: 101;
  cursor: pointer; 
  transition: background-color .5s;
}
#header #lan_change.active .en_change{
  display: block;
  margin-top: 100px;;
  font-size: 25px;
  color: #fff;
  text-align: center;
}


/* ------------------------英文版样式------------------------- */
/* -------------------------中英文切换样式---------------------------- */

#header #enl_lan_change {
  width: 50px;
  height: 145px;
  position: absolute;
  top: 0;
  right: 18%;
  cursor: pointer; 
  display: none;
}
#header #enl_lan_change .enl_en_change{
  position: absolute;
  top: 20%;
  right: 12%;
  font-size: 28px;
  color: #fff;
  cursor: pointer;   
}
#header #enl_lan_change img{
  margin: 0 auto;
}
#header #enl_lan_change .enl_cn_change{
  display: none;
}
#header #enl_lan_change.active{
  width: 50px;
  height: 145px;
  background-color: #b9171f;
  position: absolute;
  top: 0;
  right: 18%;
  cursor: pointer; 
  transition: background-color .5s;
}
#header #enl_lan_change.active .enl_cn_change{
  display: block;
  margin-top: 100px;;
  font-size: 25px;
  color: #fff;
  text-align: center;
}





/* line 348, ../sass/header.scss */
#header #openBtn {
  display: none;
  position: absolute;
  top: 50%;
  right: 3%;
  z-index: 101;
  cursor: pointer;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 357, ../sass/header.scss */
#header #openBtn .lcbody {
  width: 33px;
  height: 20px;
  position: relative;
}
/* line 362, ../sass/header.scss */
#header #openBtn .lcbody .lcitem {
  width: 100%;
  height: 3px;
  position: absolute;
  -moz-transition: -moz-transform 0.36s ease;
  -o-transition: -o-transform 0.36s ease;
  -webkit-transition: -webkit-transform 0.36s ease;
  transition: transform 0.36s ease;
}
/* line 368, ../sass/header.scss */
#header #openBtn .lcbody .lcitem div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 380, ../sass/header.scss */
#header #openBtn .lcbody .top {
  top: 0;
}
/* line 384, ../sass/header.scss */
#header #openBtn .lcbody .center {
  display: block;
  top: 49%;
}
/* line 389, ../sass/header.scss */
#header #openBtn .lcbody .bottom {
  top: 100%;
}
/* line 394, ../sass/header.scss */
#header #openBtn .lcbody:hover .lcitem.top .rect {
  -moz-animation: move 0.4s ease-in-out 1;
  -webkit-animation: move 0.4s ease-in-out 1;
  animation: move 0.4s ease-in-out 1;
}
/* line 398, ../sass/header.scss */
#header #openBtn .lcbody:hover .lcitem.center .rect {
  -moz-animation: move 0.4s ease-in-out 0.1s 1;
  -webkit-animation: move 0.4s ease-in-out 0.1s 1;
  animation: move 0.4s ease-in-out 0.1s 1;
}
/* line 402, ../sass/header.scss */
#header #openBtn .lcbody:hover .lcitem.bottom .rect {
  -moz-animation: move 0.4s ease-in-out 0.2s 1;
  -webkit-animation: move 0.4s ease-in-out 0.2s 1;
  animation: move 0.4s ease-in-out 0.2s 1;
}
@keyframes move {
  0% {
    right: 0;
  }
  40% {
    right: 0;
    width: 0;
  }
  60% {
    right: auto;
    width: 0;
  }
  100% {
    right: auto;
    width: 100%;
  }
}
/* line 430, ../sass/header.scss */
#header .navMenu .menu-list-item {
  position: fixed;
  top: 0;
  right: -82%;
  width: 250px;
  height: 100%;
  padding-top: 80px;
  background-color: #fff;
  z-index: 99;
  visibility: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 443, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5 {
  border-top: 1px solid #ccc;
}
/* line 446, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5 a {
  padding: 15px 15px;
  color: #000;
}
/* line 450, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5 a .icon-jiantouyou {
  float: right;
  font-size: 14px;
  vertical-align: middle;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 458, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5 .gn-5-s {
  display: none;
}
/* line 462, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5 .gn-5-s ul li {
  background-color: #0000fe;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 466, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5 .gn-5-s ul li a {
  color: #fff;
}
/* line 474, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5.active {
  background-color: #0000fe;
}
/* line 477, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5.active a {
  color: #fff;
}
/* line 482, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5:last-child {
  border-bottom: 1px solid #ccc;
}
/* line 486, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5:hover {
  background-color: #0000fe;
}
/* line 490, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5:hover > a {
  color: #fff;
}
/* line 494, ../sass/header.scss */
#header .navMenu .menu-list-item ul .gn-5:hover > a > .icon-jiantouyou {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 500, ../sass/header.scss */
#header .navMenu .shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 516, ../sass/header.scss */
#header.openMenu #openBtn .lcbody .lcitem div {
  background-color: #000;
}
/* line 521, ../sass/header.scss */
#header.openMenu #openBtn .lcbody .lcitem.top {
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  top: 49%;
}
/* line 526, ../sass/header.scss */
#header.openMenu #openBtn .lcbody .lcitem.center {
  opacity: 0;
}
/* line 530, ../sass/header.scss */
#header.openMenu #openBtn .lcbody .lcitem.bottom {
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  top: 49%;
}
/* line 537, ../sass/header.scss */
#header.openMenu .navMenu {
  display: none;
}
/* line 540, ../sass/header.scss */
#header.openMenu .navMenu .menu-list-item {
  right: 0;
  visibility: visible;
  overflow-y: scroll;
}
/* line 545, ../sass/header.scss */
#header.openMenu .navMenu .shade {
  display: block;
}

/* line 551, ../sass/header.scss */
#header.Menu {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* line 556, ../sass/header.scss */
#header.Menu #openBtn .lcbody .lcitem div {
  background-color: #000;
}

/* line 560, ../sass/header.scss */
#header.Menu .navWrapper ul .gn-3 > a {
  color: #000;
}

/* line 564, ../sass/header.scss */
#header.Menu .wrapper .wrapper-module-item .header-list-item ul .gn-1 > a {
  color: #000;
}

/* line 568, ../sass/header.scss */
#header.Menu .wrapper .wrapper-module-item .header-list-item ul .China .module a {
  color: #000;
}

/* line 572, ../sass/header.scss */
#header.Menu .wrapper .wrapper-module-item .header-logo-item .logo {
  display: none;
}

/* line 576, ../sass/header.scss */
#header.Menu .wrapper .wrapper-module-item .header-logo-item .logo-on {
  display: block;
}

/* line 580, ../sass/header.scss */
#header.Menu .navWrapper ul .gn-3:hover > a {
  color: #fff;
}

/* line 584, ../sass/header.scss */
#header.Menu .wrapper .wrapper-module-item .header-list-item ul .gn-1:hover > a {
  color: #fff;
}

/* line 588, ../sass/header.scss */
#header.Menu .wrapper .wrapper-module-item .header-list-item ul .China:hover .module a {
  color: #fff;
}

#header.Menu #lan_change .cn_change,
#header.Menu #lan_change.active .en_change,
#header.Menu #enl_lan_change .enl_en_change,
#header.Menu #enl_lan_change.active .enl_cn_change{
  color: #000;
}


@media (max-width: 1366px) {
  /* line 594, ../sass/header.scss */
  #header .navWrapper ul .gn-3 > a {
    padding: 0 15px;
  }

  /* line 598, ../sass/header.scss */
  #header .wrapper .wrapper-module-item .header-list-item ul .gn-1 > a {
    padding: 0 6px;
  }
}
@media (max-width: 1300px) {
  /* line 604, ../sass/header.scss */
  #header {
    height: 80px;
  }

  /* line 608, ../sass/header.scss */
  #header .navWrapper {
    display: none;
  }

  #header #lan_change {
    display: block;
  }

  #header #enl_lan_change{
    display: block;
  }

  /* line 612, ../sass/header.scss */
  #header #openBtn {
    display: block;
  }

  /* line 616, ../sass/header.scss */
  #header.openMenu .navMenu {
    display: block;
  }

  /* line 620, ../sass/header.scss */
  #header .wrapper .wrapper-module-item .header-list-item {
    display: none;
  }

  /* line 624, ../sass/header.scss */
  #header .wrapper .wrapper-module-item .header-logo-item {
    width: 260px;
  }
}

/* line 1, ../sass/footer.scss */
#footer {
  background-color: #4e4e4e;
  overflow:hidden;
  padding-bottom:30px
}
/* line 4, ../sass/footer.scss */
#footer .footerBottom {
  max-width: 1500px;
  margin: 0 auto;
  padding: 35px 0;
}
#footer .footerBottom a img{
	width:158px;
}
/* line 10, ../sass/footer.scss */
#footer .footerSize {
  margin-top: 10px;
  padding-top: 10px;
}
/* line 15, ../sass/footer.scss */
#footer .footerSize p {
  font-size: 16px;
  line-height: 32px;
  color: #dbdbdb;
}
/* line 21, ../sass/footer.scss */
#footer .footerSize p:first-child {
}

@media (max-width: 1520px) {
  /* line 29, ../sass/footer.scss */
  #footer .footerBottom {
    padding: 15px 15px;
  }

  /* line 33, ../sass/footer.scss */
  #footer .footerSize .size > span {
    display: block;
  }

  /* line 37, ../sass/footer.scss */
  #footer .footerSize .size > span:first-child > i {
    display: none;
  }
}
@media (max-width: 1300px) {
  /* line 43, ../sass/footer.scss */
  #footer .footerSize .copyright > span {
    display: block;
  }

  #footer .footerSize .copyright > span em{
    display: block;
  }

  /* line 47, ../sass/footer.scss */
  #footer .footerSize .copyright > span > i {
    display: none;
  }

  /* line 51, ../sass/footer.scss */
  #footer .footerSize .size > span > em {
  }

  #footer .footerSize .size > span > em > span{
    display: inline-block;
  }
  /* line 55, ../sass/footer.scss */
  #footer .footerSize .size > span > i {
    display: none;
  }
}
/* line 3, ../sass/home.scss */
#home #homeContent .promotional-video {
  position: relative;
}
/* line 12, ../sass/home.scss */
#home #homeContent .promotional-video .video-item {
  width: 100vw;
  height: 100vh;
  background-image: url(../img/home/video_cover.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
/* line 21, ../sass/home.scss */
#home #homeContent .promotional-video .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1600px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -25px;
}
/* line 30, ../sass/home.scss */
#home #homeContent .promotional-video .title p {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 4.5px;
  color: #fff;
  padding: 0 14px;
  font-weight: bold;
}
/* line 39, ../sass/home.scss */
#home #homeContent .promotional-video .title p:last-child {
  font-size: 33px;
  letter-spacing: 3.3px;
  font-weight: lighter;
}

/* ----------------------------英文版标题样式修改----------------------------- */
#home #homeContent .promotional-video .title .enl_p:first-child {
  width: 685px;
}
#home #homeContent .promotional-video .title .enl_p:last-child {
  width: 500px;
}
#home #homeContent .promotional-video .enl_index_title{
  left: 45%;
}

/* line 46, ../sass/home.scss */
#home #homeContent .promotional-video .search_form {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
/* line 54, ../sass/home.scss */
#home #homeContent .promotional-video .search_form form .search-box {
  max-width: 1000px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  box-shadow: 0px 5px 9px 2px rgba(0, 0, 0, 0.17);
}
/* line 61, ../sass/home.scss */
#home #homeContent .promotional-video .search_form form .search-box input {
  font-size: 16px;
  width: 80%;
  height: 100%;
  padding-left: 25px;
  border: none;
  outline: none;
  vertical-align: middle;
  box-sizing: border-box;
}
/* line 72, ../sass/home.scss */
#home #homeContent .promotional-video .search_form form .search-box button {
  width: 19%;
  height: 100%;
  border: none;
  outline: none;
  vertical-align: middle;
  background-image: linear-gradient(to right, #b3020a, #0000fe);
  cursor:pointer;
}
/* line 80, ../sass/home.scss */
#home #homeContent .promotional-video .search_form form .search-box button .icon-sousuo {
  font-size: 24px;
  color: #fff;
}
/* line 91, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS {
  max-width: 1500px;
  margin: 0 auto;
  padding: 70px 0 0 0;
}
/* line 96, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .gear {
  float: left;
  max-width: 890px;
  max-height: 457px;
  overflow: hidden;
}
/* line 102, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .gear .gear-turn {
  height: 100%;
  width: 100%;
}
/* line 105, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .gear .gear-turn img {
  width: 100%;
  height: auto;
  -moz-animation: turn 150s linear infinite;
  -webkit-animation: turn 150s linear infinite;
  animation: turn 150s linear infinite;
}
#home #homeContent .home-quality-item .SCS .en_quality{
  display: none;
}
/* line 113, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome {
  float: right;
  max-width: 508px;
  width: 100%;
  padding-top: 80px;
}
/* line 120, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome h1 span {
  font-size: 36px;
  text-align: center;
  display: block;
}
/* line 126, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome h1 span:last-child {
  font-size: 18px;
  color: #a8a8a8;
  margin-top: 15px;
}
/* line 133, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  margin-top: 32px;
}
/* line 139, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome p .iconSCS {
  display: inline-block;
  margin-right: 10px;
  width: 89px;
  height: 19px;
  background-image: url(../img/public/scs.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ----------------------------------中文手机端----------------------------------- */
#home #homeContent .home-quality-item .SCS .freaking-awesome .en_moveBtn {
  display: none;
  margin-top: 60px;
}
/* line 154, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .en_moveBtn a {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #afafaf;
  border-image-slice: 1;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 170, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .en_moveBtn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 500%;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -100%;
  top: -300%;
  z-index: 1;
}
/* line 183, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .en_moveBtn a:after {
  content: "更多关于SCS";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
/* line 197, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .en_moveBtn > a:hover {
  border-color: #0000fe;
  background-color: #0000fe;
}
/* line 202, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .en_moveBtn > a:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
/* line 208, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .en_moveBtn > a:hover:after {
  color: #fff;
}




 

/* ---------------------------------中文PC端--------------------------------------- */
/* line 151, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn {
  margin-top: 60px;
}
/* line 154, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn a {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #afafaf;
  border-image-slice: 1;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 170, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 500%;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -100%;
  top: -300%;
  z-index: 1;
}
/* line 183, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn a:after {
  content: "更多关于SCS";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
/* line 197, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn > a:hover {
  border-color: #0000fe;
  background-color: #0000fe;
}
/* line 202, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn > a:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
/* line 208, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn > a:hover:after {
  color: #fff;
}


/* ------------------------英文版--------------------------- */
/* line 151, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_moveBtn {
  margin-top: 60px;
}
/* line 154, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_moveBtn a {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #afafaf;
  border-image-slice: 1;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 170, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_moveBtn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 500%;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -100%;
  top: -300%;
  z-index: 1;
}
/* line 183, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_moveBtn a:after {
  content: "More about SCS";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
/* line 197, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_moveBtn > a:hover {
  border-color: #0000fe;
  background-color: #0000fe;
}
/* line 202, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_moveBtn > a:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
/* line 208, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_moveBtn > a:hover:after {
  color: #fff;
}



/* --------------------------------英文手机端-------------------------------- */
/* line 151, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_en_moveBtn {
  margin-top: 60px;
  display: none;
}
/* line 154, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_en_moveBtn a {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  border: 1px solid #afafaf;
  border-image-slice: 1;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 170, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_en_moveBtn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 500%;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -100%;
  top: -300%;
  z-index: 1;
}
/* line 183, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_en_moveBtn a:after {
  content: "More about SCS";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
/* line 197, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_en_moveBtn > a:hover {
  border-color: #0000fe;
  background-color: #0000fe;
}
/* line 202, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_en_moveBtn > a:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
/* line 208, ../sass/home.scss */
#home #homeContent .home-quality-item .SCS .freaking-awesome .enl_en_moveBtn > a:hover:after {
  color: #fff;
}


@keyframes turn {
  0% {
    -moz-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
/* line 223, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent {
  width: 100%;
  background-image: url(../img/home/intelligent_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 230, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item {
  max-width: 1500px;
  margin: 0 auto;
}
/* line 235, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con {
  float: left;
  width: 25%;
  height: 637px;
  text-align: center;
  display: table;
  cursor: pointer;
  position: relative;
}
/* line 244, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con .quick-menu-inner {
  display: table-cell;
  vertical-align: middle;
}
/* line 249, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl {
  position: relative;
  z-index: 10;
  overflow: hidden;
  -moz-transform: translateY(36px);
  -ms-transform: translateY(36px);
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 256, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dt {
  padding-bottom: 68px;
  position: relative;
}
/* line 260, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dt .on-icon {
  display: none;
}
/* line 264, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dt img {
  display: inline;
}
/* line 269, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dt:after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 5px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
}
/* line 283, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dd .tit {
  font-size: 26px;
  letter-spacing: -0.25px;
  color: #fff;
  margin-top: 40px;
  font-weight: 500;
}
/* line 291, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dd .txt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: #fff;
  margin-top: 30px;
}
/* line 299, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dd .more-btn {
  visibility: hidden;
  width: 117px;
  margin: 40px auto 0;
  font-size: 14px;
  height: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  background-color: #000;
}
/* line 313, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 254, 0.7);
  z-index: 1;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 326, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con:hover:before {
  opacity: 1;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 331, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con:hover dl {
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 336, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con:hover dl dt .icon {
  display: none;
}
/* line 340, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con:hover dl dt .on-icon {
  display: block;
}
/* line 344, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con:hover .more-btn {
  visibility: visible;
  background-color: #000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 351, ../sass/home.scss */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con:hover dl dt:after {
  background-color: #000;
}
/* line 360, ../sass/home.scss */
#home #homeContent .industry-field-item h1 {
  font-size: 36px;
  text-align: center;
  margin:82px 0 82px 0;
}
/* line 366, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 170px;
}
/* line 371, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-cover {
  width: 50%;
  float: left;
}
/* line 376, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title {
  width: 50%;
  height: 497px;
  float: left;
}
/* line 381, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use {
  position: relative;
  height: 100%;
}
/* line 385, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #edeeef;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 396, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 403, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center p {
  font-size: 18px;
  width:80%;
  line-height:38px;
  margin:0 auto;
  padding-bottom:36px
  }
/* line 408, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center p:first-child {
  font-size: 26px;
}
/* line 412, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a {
  position: relative;
  width: 129px;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  color: #fff;
  border-image-slice: 1;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #0000fe;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 429, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a:before {
  content: "";
  display: block;
  width: 30%;
  height: 500%;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -55%;
  top: -500%;
  z-index: 1;
}
/* line 442, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a:after {
  content: "查看更多";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .enl_center a:after {
  content: "View More";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a.en_more_industry{
  display: none;
}
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a.en_enl_industrybtn{
  display: none;
}
/* line 456, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .number {
  position: absolute;
  bottom: 35px;
  width: 100%;
  text-align: center;
}
/* line 462, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .number span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
/* line 468, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .number .iconfont {
  font-weight: bold;
  cursor: pointer;
}
/* line 474, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center > a:hover {
  background-color: #0000fe;
}
/* line 478, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center > a:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 484, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center > a:hover:after {
  color: #fff;
}
/* line 489, ../sass/home.scss */
#home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li.active {
  z-index: 1;
  opacity: 1;
}
/* line 498, ../sass/home.scss */
#home #homeContent .cooperative-brand {
  background-color: #eaeaea;
  padding: 100px 0 105px 0;
}
/* line 502, ../sass/home.scss */
#home #homeContent .cooperative-brand h1 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 94px;
}
/* line 508, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu {
  max-width: 1500px;
  margin: 0 auto;
}
/* line 512, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu #brandUnit2 {
  display: none;
}
/* line 517, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .brand-list-item .title {
  width: 85%;
  margin:0 auto;
  margin-top: 30px;
  text-align: justify;
}
/* line 522, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .brand-list-item .title h3 {
  font-size: 19px;
  margin-bottom: 5px;
  text-align: center;
}
/* line 527, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .brand-list-item .title p {
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  text-align: center;
}
/* line 537, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -80px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 544, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav button {
  position: absolute;
  border: none;
  outline: none;
}
/* line 549, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav button span {
  font-size: 60px;
}
/* line 554, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav .owl-prev1 {
  left: -100px;
}
/* line 558, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav .owl-next1 {
  right: -100px;
}
/* line 563, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav.disabled {
  display: block;
}
/* line 568, ../sass/home.scss */
#home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}
/* line 579, ../sass/home.scss */
#home #homeContent .news h1 {
  font-size: 36px;
  margin: 82px 0 82px 0;
  text-align: center;
}
/* line 585, ../sass/home.scss */
#home #homeContent .news .news-list-item {
  max-width: 1500px;
  margin: 0 auto;
}
#home #homeContent .news .en_news {
  display: none;
}
/* line 589, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-cover-module {
  width: 674px;
  height: 463px;
  float: left;
}
/* line 595, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-cover-module .cover img {
  width: 100%;
  height: 463px;
  object-fit: cover;
}
/* line 602, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module {
  width: 818px;
  height: 463px;
  float: right;
}
/* line 607, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title {
  display: flex;
  flex-flow: wrap;
  align-content: space-between;
  height: 100%;
}
/* line 613, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li {
  width: 100%;
  height: calc(20% - 5px);
  padding: 0 60px;
  background-color: #ececec;
}
/* line 619, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li a {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 624, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li a .center {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 632, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li h5 {
  font-size: 14px;
  color: #808080;
}
/* line 637, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-top: 11px;
}
/* line 645, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li:last-child {
  margin-bottom: 0;
}
/* line 649, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li.active {
  background-color: #0000fe;
}
/* line 652, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li.active h5 {
  color: #fff;
}
/* line 656, ../sass/home.scss */
#home #homeContent .news .news-list-item .news-title-module .title li.active h2 {
  color: #fff;
}
/* line 676, ../sass/home.scss */
#home #homeContent .news .newsBtn {
  position: relative;
  width: 169px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #0000fe;
  border-image-slice: 1;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 112px;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 693, ../sass/home.scss */
#home #homeContent .news .newsBtn:before {
  content: "";
  display: block;
  width: 50%;
  height: 500%;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -120%;
  top: -600%;
  z-index: 1;
}
/* line 706, ../sass/home.scss */
#home #homeContent .news .newsBtn:after {
  content: "查看更多";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
/* line 719, ../sass/home.scss */
#home #homeContent .news .newsBtn:hover {
  background-color: #0000fe;
}
/* line 723, ../sass/home.scss */
#home #homeContent .news .newsBtn:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 729, ../sass/home.scss */
#home #homeContent .news .newsBtn:hover:after {
  color: #fff;
}



.newsBtn {
  position: relative;
  width: 169px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #0000fe;
  border-image-slice: 1;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 112px;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 693, ../sass/home.scss */
.newsBtn:before {
  content: "";
  display: block;
  width: 50%;
  height: 500%;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -120%;
  top: -600%;
  z-index: 1;
}
/* line 706, ../sass/home.scss */
.newsBtn:after {
  content: "查看更多";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
/* line 719, ../sass/home.scss */
.newsBtn:hover {
  background-color: #0000fe;
}
/* line 723, ../sass/home.scss */
.newsBtn:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 729, ../sass/home.scss */
.newsBtn:hover:after {
  color: #fff;
}


/* -----------------------英文修改样式-------------------------- */
#home #homeContent .news .enl_newsBtn:after {
  content: "View More";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}


/* ------------------------手机端新闻跳转按钮---------------------------- */
/* line 676, ../sass/home.scss */
#home #homeContent .news .en_newsBtn {
  position: relative;
  width: 169px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #0000fe;
  border-image-slice: 1;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 112px;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
/* line 693, ../sass/home.scss */
#home #homeContent .news .en_newsBtn:before {
  content: "";
  display: block;
  width: 50%;
  height: 500%;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -120%;
  top: -600%;
  z-index: 1;
}
/* line 706, ../sass/home.scss */
#home #homeContent .news .en_newsBtn:after {
  content: "查看更多";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
/* line 719, ../sass/home.scss */
#home #homeContent .news .en_newsBtn:hover {
  background-color: #0000fe;
}
/* line 723, ../sass/home.scss */
#home #homeContent .news .en_newsBtn:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 729, ../sass/home.scss */
#home #homeContent .news .en_newsBtn:hover:after {
  color: #fff;
}


/* -------------------------手机端英文版新闻跳转----------------------------- */
#home #homeContent .news .en_enl_newsBtn {
  position: relative;
  width: 169px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #0000fe;
  border-image-slice: 1;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 112px;
  overflow: hidden;
  z-index: 2;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}
/* line 693, ../sass/home.scss */
#home #homeContent .news .en_enl_newsBtn:before {
  content: "";
  display: block;
  width: 50%;
  height: 500%;
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -120%;
  top: -600%;
  z-index: 1;
}
/* line 706, ../sass/home.scss */
#home #homeContent .news .en_enl_newsBtn:after {
  content: "View More";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  z-index: 3;
  box-sizing: border-box;
}
/* line 719, ../sass/home.scss */
#home #homeContent .news .en_enl_newsBtn:hover {
  background-color: #0000fe;
}
/* line 723, ../sass/home.scss */
#home #homeContent .news .en_enl_newsBtn:hover:before {
  left: 100%;
  top: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 729, ../sass/home.scss */
#home #homeContent .news .en_enl_newsBtn:hover:after {
  color: #fff;
}


@media (max-width: 1520px) {
  /* line 739, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS {
    padding: 65px 15px;
  }

  /* line 743, ../sass/home.scss */
  #home #homeContent .promotional-video .title p {
    padding: 0 50px;
  }

  /* line 747, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu {
    padding: 0 45px;
  }

  /* line 751, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .brand-list-item .title h3 {
    font-size: 17px;
  }

  /* line 755, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .brand-list-item .title p {
    font-size: 14px;
    line-height: 24px;
  }

  /* line 760, ../sass/home.scss */
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title {
    max-width: 800px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  /* line 768, ../sass/home.scss */
  #home #homeContent .industry-field-item .industry-field-module .industry-field-cover {
    max-width: 800px;
    width: 100%;
    height: 100%;
    float: none;
    margin: 0 auto;
  }

  /* line 776, ../sass/home.scss */
  #home #homeContent .news .news-list-item .news-title-module {
    max-width: 800px;
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }

  /* line 784, ../sass/home.scss */
  #home #homeContent .news .news-list-item .news-cover-module {
    max-width: 800px;
    width: 100%;
    height: 100%;
    float: none;
    margin: 0 auto;
  }

  /* line 792, ../sass/home.scss */
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center p {
    margin-bottom: 0px;
  }

  /* line 796, ../sass/home.scss */
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center .number {
    margin-top: 20px;
  }

  /* line 800, ../sass/home.scss */
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center {
    margin-top: -55px;
  }

  /* line 804, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav .owl-prev1 {
    left: -50px;
  }

  /* line 808, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav .owl-next1 {
    right: -50px;
  }

  /* line 812, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav button span {
    font-size: 40px;
  }

  /* line 816, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav {
    margin-top: -55px;
  }
}
@media (max-width: 1440px) {
  /* line 822, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS .gear {
    float: none;
    margin: 0 auto;
  }

  /* line 827, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS .freaking-awesome {
    float: none;
    margin: 0 auto;
  }

  /* line 832, ../sass/home.scss */
  #home #homeContent .cooperative-brand {
    padding: 65px 0 73px 0;
  }

  /* line 836, ../sass/home.scss */
  #home #homeContent .cooperative-brand h1 {
    font-size: 30px;
    margin-bottom: 63px;
  }
}
@media (max-width: 1300px) {
  /* line 844, ../sass/home.scss */
  #home #homeContent .promotional-video .search_form form .search-box {
    width: calc(100% - 30px);
    padding: 0 15px;
  }

  /* line 849, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item {
    padding: 0 15px;
  }

  /* line 853, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .brand-list-item .title {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }

  /* line 859, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .brand-list-item .title h3 {
    font-size: 15px;
  }

  /* line 863, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .brand-list-item .title p {
    font-size: 12px;
    line-height: 20px;
  }

  /* line 868, ../sass/home.scss */
  #home #homeContent .cooperative-brand {
    padding: 35px 0 38px 0;
  }

  /* line 872, ../sass/home.scss */
  #home #homeContent .cooperative-brand h1 {
    font-size: 26px;
    margin-bottom: 33px;
  }
}
@media (max-width: 800px) {
  /* line 880, ../sass/home.scss */
  #home #homeContent .promotional-video .title p {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 2px;
  }

  /* line 886, ../sass/home.scss */
  #home #homeContent .promotional-video .title p:last-child {
    font-size: 18px;
  }

  /* line 890, ../sass/home.scss */
  #home #homeContent .promotional-video .search_form form .search-box {
    height: 45px;
  }

  /* line 894, ../sass/home.scss */
  #home #homeContent .promotional-video .search_form form .search-box button {
    width: 81px;
  }

  /* line 898, ../sass/home.scss */
  #home #homeContent .promotional-video .search_form form .search-box input {
    width: calc(100% - 90px);
  }

  /* line 902, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item {
    padding: 0px 0px;
  }

  /* line 906, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con {
    float: none;
    width: 100%;
    height: 150px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  /* line 913, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /* line 917, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dt {
    padding: 0 20px;
    /* width: 33.75%; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl .enl_en_l {
    padding: 0 20px;
    /* width: 17.75%; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 926, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dd {
    text-align: left;
    width: 67%;
    padding-left: 25px;
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float:right;
    margin-top: -50px;
  }

  /* line 935, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dt div {
    width: 80px;
  }

  /* line 939, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dt img {
    max-width: 50px;
  }

  /* line 943, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl .tit {
    font-size: 18px;
    margin-top: 0;
  }

  /* line 948, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl .txt {
    font-size: 13px;
    margin-top: 15px;
  }

  /* line 953, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dd .more-btn {
    display: none;
  }

  /* line 957, ../sass/home.scss */
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl dt::after {
    width: 12.6px;
    height: 3px;
    right: 0;
    left: auto;
    bottom: auto;
    top: 50%;
    margin-left: 0;
    margin-top: -3px;
  }

  /* line 968, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu #brandUnit1 {
    display: none;
  }

  /* line 972, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu #brandUnit2 {
    display: block;
  }

  /* line 976, ../sass/home.scss */
  #home #homeContent .industry-field-item .industry-field-module {
    padding: 0 15px;
  }

  /* line 980, ../sass/home.scss */
  #home #homeContent .news .news-list-item {
    padding: 0 15px;
  }

  /* line 984, ../sass/home.scss */
  #home #homeContent .news .news-list-item .news-title-module .title li h2 {
    font-size: 14px;
    line-height: 20px;
  }

  /* line 989, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS {
    padding: 35px 15px;
  }

  /* line 993, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS .freaking-awesome {
    padding-top: 30px;
  }

  /* line 997, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS .freaking-awesome h1 span {
    font-size: 26px;
  }

  /* line 1001, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS .freaking-awesome h1 span:last-child {
    font-size: 14px;
    margin-top: 10px;
  }

  /* line 1006, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS .freaking-awesome p {
    margin-top: 10px;
  }

  /* line 1010, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn {
    margin-top: 23px;
  }

  /* line 1014, ../sass/home.scss */
  #home #homeContent .industry-field-item h1 {
    font-size: 22px;
    margin: 40px 0 30px 0;
  }

  /* line 1019, ../sass/home.scss */
  #home #homeContent .industry-field-item .industry-field-module {
    margin-bottom: 40px;
  }

  /* line 1023, ../sass/home.scss */
  #home #homeContent .news h1 {
    font-size: 26px;
    margin: 40px 0 30px 0;
  }

  /* line 1028, ../sass/home.scss */
  #home #homeContent .news .newsBtn {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  /* line 1033, ../sass/home.scss */
  #home #homeContent .home-quality-item .SCS .freaking-awesome p {
    font-size: 16px;
    line-height: 26px;
  }

  /* line 1038, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav.disabled {
    display: none;
  }

  /* line 1042, ../sass/home.scss */
  #home #homeContent .cooperative-brand .cooperative-brand-menu .owl-theme .owl-nav {
    display: none;
  }
}
/* line 1042, ../sass/home.scss */
.animate-show-delay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* ------------------------首页查看更多链接---------------------------- */
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con .pc-po{
  display: block;
  z-index: 10;
}
#home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con .en-po{
  display: none;
  z-index: 10;
}


/* ------------------------首页查看更多链接---------------------------- */







/* ------------------视频手机端全屏-------------------- */
#index_video{
  object-fit: cover;
  object-position: center center;
  display: block;
}
#en_index_video{
  object-fit: cover;
  object-position: center center;
  display: none;
}
@media screen and (max-width:1300px){
  #header .wrapper .wrapper-module-item .header-logo-item img{
  	width:75%
  }
}
  
@media screen and (max-width:1300px){
  #index_video{
    display: none;
  }
  #en_index_video{
    display: block;
  }
  #home #homeContent .home-quality-item .SCS .freaking-awesome .moveBtn {
    display: none;
  }
  #home #homeContent .home-quality-item .SCS .freaking-awesome .en_moveBtn {
    display: block;
  }
  #home #homeContent .home-quality-item .SCS .freaking-awesome .enl_moveBtn{
    display: none;
  }
  #home #homeContent .home-quality-item .SCS .freaking-awesome .enl_en_moveBtn{
    display: block;
  }
  #home #homeContent .news .newsBtn{
    display: none;
  }
  #home #homeContent .news .en_newsBtn{
    display: block;
  }
  #home #homeContent .news .en_enl_newsBtn{
    display: block;
  }
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a.more_industry{
    display: none;
  }
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a.en_more_industry{
    display: block;
  }
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a.enl_industrybtn{
    display: none;
  }
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center a.en_enl_industrybtn{
    display: block;
  }
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con .pc-po{
    display: none;
  }
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con .en-po{
    display: block;
  }
  /* ----------------------------英文版标题样式修改----------------------------- */
  #home #homeContent .promotional-video .title .en_enl_p:first-child {
    width: 72%;
  }
  #home #homeContent .promotional-video .title .en_enl_p:last-child {
    width: 74%;
    letter-spacing:1.3px;
    font-weight: normal;
  }
  #home #homeContent .promotional-video .enl_index_title{
    left: 50%;
  }
  #home #homeContent .promotional-video .title .en_enl_p{
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 1px;
  }
  #home #homeContent .industry-field-item .en_enl_h1{
    font-size: 19px;
  }
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl .en_enl_dd{
    padding-right: 20px;
  }
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center p.en_enl_lun{
    font-size: 20px;
  }
  #home #homeContent .industry-field-item .industry-field-module .industry-field-title .use li .center p.en_enl_lun1{
    font-size: 14px;
    line-height: 20px;
  }
  #home #homeContent .cooperative-brand .en_enl_cooperative{
    font-size: 20px;
  }
  #home #homeContent .news .news-list-item .news-title-module .title li .en_enl_center_h2{
    font-size: 12px;
  }
    #home #homeContent .cooperative-brand .cooperative-brand-menu .en_enl_brand .brand-list-item .title h3{
    font-size: 12px;
  }
  #home #homeContent .cooperative-brand .cooperative-brand-menu .en_enl_brand .brand-list-item .title p{
    line-height: 15px;
  }

  /* ------------------------------手机端新闻修改------------------------------- */
  #home #homeContent .news .news-list-item .news-title-module{

  }
  #home #homeContent .news .news-list-item .news-title-module .title li {
  width: 100%;
  height: calc(20% - 5px);
  padding: 0 20px;
  background-color: #ececec;
}
  #home #homeContent .news .en_news .news-title-module .title li{
  }


  #home #homeContent .home-quality-item .SCS .gear{
    display: none;
  }
  #home #homeContent .home-quality-item .SCS .en_quality{
    display: block;
  }
  #home #homeContent .news .pc_news {
    display: none;
  }
  #home #homeContent .news .en_news {
    display: block;
  }
  .en_cover{
    display: block;
  }
}
@media screen and (max-width:500px){
  #home #homeContent .home-quality-item .intelligent .intelligent-module-item .intelligent-menu .intelligent-menu-con dl .enl_en_l {
    padding: 0 20px;
    /* width: 33.75%; */
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .en_cover{
    display: block;
  }
}
@media screen and (max-width:320px){
  /* ----------------------------英文版标题样式修改----------------------------- */
  #home #homeContent .promotional-video .title .en_enl_p:first-child {
    width: 69%;
  }
  #home #homeContent .promotional-video .title .en_enl_p:last-child {
    width: 69%;
  }
}
