@charset "utf-8";

/* CSS Document */

body {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  font-family: "Arial";
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
  margin: 0;
  padding: 0;
}
iframe {
  width: 80% !important;
  height: 400px !important;
}

input,
textarea,
select {
  font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
  font-size: 12px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

li {
  list-style: none;
}

a,
a:visited {
  text-decoration: none;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
}

a:hover {
  text-decoration: none;
  color: #023797;
}

.c {
  clear: both;
}

a {
  font-size: 18px;
}

/*----------------------------------------------end main-----------------------------------------*/

/*----------------------------------------------首页框架-----------------------------------------*/

/*----------------------------------------------头部-----------------------------------------*/
.c-icon {
  font-family: cicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-wrapper {
  margin: 0 auto;
}

.c-col4 {
  margin-right: 3.5%;
  float: right;
  box-sizing: border-box;
}

.c-col16 {
  width: 66.66667%;
  float: left;
  box-sizing: border-box;
}

.c-gap-top-small {
  margin-top: 8px;
}

.c-line-clamp {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-gap-top {
  margin-top: 16px;
}

.index-top {
  width: 76%;
  margin: 0 auto;
  color: #fff;
}
.c-gap-top-small a {
  font-size: 18px;
}
.index-top a {
  color: #c60167;
  text-decoration: none;
  position: relative;
}
.index-top a span {
  color: #c60167;
  text-decoration: none;
  position: relative;
  top: -10px;
}
.index-top a span:hover {
  color: red;
}

.index-top .index-top-bar {
  position: relative;
  top: 0;
  width: 100%;
  height: 60px;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
}

.index-top .index-top-bar .index-top-news ul {
  font-size: 12px;
}

.index-top .index-top-bar .index-top-media .c-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 25px;
  margin-right: 30px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.index-top .index-top-bar .index-top-media .c-icon img {
  margin-top: 10px;
}
.index-top .index-top-bar .index-top-media .c-icon span {
  color: #023797;
  font-size: 18px;
}
.index-top .index-top-bar .index-top-media .c-icon:hover {
  color: #023797;
}

.index-top
  .index-top-bar
  .index-top-media
  .c-icon:hover
  .index-top-media-qrcode {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode {
  position: absolute;
  top: 50px;
  left: -32px;
  z-index: 99;
  width: 100px;
  padding-top: 100px;
  font-size: 12px;
  color: #676767;
  text-align: center;
  border-radius: 4px;
  border: 6px solid #fff;
  background: #fff url(../images/erweima.png) 0 0 no-repeat;
  cursor: default;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 5%, 0);
  transform: translate3d(0, 5%, 0);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease;
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode-alipay {
  background-position: -100px 0;
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode-weibo {
  background-position: -200px 0;
}

.index-top .index-top-bar .index-top-media .index-top-media-qrcode-wechat {
  background-position: -300px 0;
}
.head {
  width: 1366px;
  margin: 0 auto;
  overflow: hidden;
}
.navbox {
  height: 90px;
  width: 76%;
  position: relative;
  z-index: 9;
  margin: 0 auto;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
}

.logo {
  float: left;
  width: 26%;
}
.logo img {
  width: 100%;
}
.nav {
  float: right;
  margin: 0 auto;
  width: 70%;
  height: 90px;
  list-style: none;
}

.nav li {
  float: left;
  width: 16%;
  height: 40px;
  position: relative;
  list-style: none;
  margin-top: 15px;
}

.nav li.last {
  background: none;
}

.nav li a {
  text-decoration: none;
}

.nav li a span {
  float: left;
  display: block;
  line-height: 40px;
  color: #716f70;
  cursor: pointer;
  width: 110px;
}

.mj_hover_menu {
  text-decoration: none;
  width: 110px;
  height: 40px;
}

.nav li.this a span,
.nav li a span:hover {
  color: #c60167;
}

.nav li.selected .submenu {
  display: block;
}

.nav li .submenu {
  display: none;
  position: absolute;
  top: 75px;
  left: -9px;
}

.nav li .submenu li {
  float: none;
  padding: 0;
  background: none;
  height: auto;
  border-bottom: dotted 0px #bebebe;
}

.mj_menu_pro_bg {
  width: 300px;
}

.mj_menu_pro_main {
  margin: auto;
  padding-top: 12px;
  padding-left: 10px;
      background: url(../images/menu_pro_bg.png) repeat-x;
}

.mj_menu_pro_li {
  float: left;
}

.mj_menu_li_txt {
  line-height: 30px;
  font-size: 13px;
  color: #696969;


}

.mj_menu_li_txt font {
  font-size: 14px;
  color: #bb1721;
}

.mj_menu_li_txt a {
  color: #696969;
  font-size: 13px;
  text-decoration: none;
}

.mj_menu_li_txt a:hover {
  color: #c70369;
}

.mj_menu_news_bg {
  width: 180px;
  
}

.mj_menu_news_main {
  margin: auto;
  padding-top: 12px;
  background: url(../images/menu_pro_bg.png) repeat-x;
}

.mj_menu_news_li {
  padding: 0px 30px;
  margin-right: 30px;
  height: 150px;
  float: left;
}

.mj_menu_news_img {
  float: left;
  text-align: left;
  color: #bb1721;
  line-height: 30px;
  font-size: 14px;
}

.mj_menu_news_li2 {
  padding: 0px 30px;
  height: 150px;
  float: right;
  border-left: solid 1px #cccccc;
}

.mj_menu_news_img2 {
  float: left;
  margin-left: 30px;
  text-align: left;
  color: #bb1721;
  line-height: 30px;
  font-size: 14px;
}

.mj_menu_news_li3 {
  padding: 0px 25px;
  height: 150px;
  float: right;
  border-left: solid 1px #cccccc;
}

.mj_menu_news_img3 {
  float: left;
  margin-left: 10px;
  text-align: left;
  color: #bb1721;
  line-height: 30px;
  font-size: 14px;
}
.banner{
  width: 100%;
}
.banner img {
  width: 100%;
}

/*----------------------------------------------关于我们-----------------------------------------*/
.index_about{ width:76%; margin:80px auto; }
.index_about_title{ width:100%; font-size:36px; line-height:80px; font-family:"arial"; font-weight:bold;text-align:center; background:url(../images/title_line.jpg) no-repeat bottom center; margin-bottom:20px;}
.index_about_title_text{ width:100%; font-size:14px; line-height:18px; font-family:"arial"; text-align:center;}
.index_about_bd{ width:100%; margin-top:30px;}
.index_about_bd_pic{ width:45%; float:left;}
.index_about_bd_pic img{ width:100%; border:#f0f0f0 solid 5px; }
.index_about_bd_text{ width:50%; float:right;font-size:14px; line-height:20px; font-family:"arial"; font-weight:400;}
.index_about_bd_text h1{font-size:30px; line-height:30px; color:#c60268;font-family:"arial"; font-weight:bold;}
.index_about_bd_text h2{font-size:30px; line-height:36px;font-family:"arial"; font-weight:bold;}
.index_about_culture_black{ width:25%; height:200px; float:left; background:#eee; text-align:center;padding-top:20px;}
.index_about_culture_black h1{font-size:24px; color:#000;line-height:30px;font-family:"arial"; font-weight:bold;}
.index_about_culture_black h11{font-size:24px; color:#000;line-height:30px;font-family:"arial"; font-weight:bold;}
.index_about_culture_black h2{font-size:14px; color:#000;line-height:20px;font-family:"arial"; font-weight:200; }
.index_about_culture_purplish{ width:25%; height:200px; float:left; background:#c60268; text-align:center; padding-top:20px;}
.index_about_culture_purplish h1{font-size:24px; color:#fff;line-height:30px;font-family:"arial"; font-weight:bold;}
.index_about_culture_purplish h11{font-size:24px; color:#fff;line-height:80px;font-family:"arial"; font-weight:bold; }
.index_about_culture_purplish h2{font-size:14px; color:#fff;line-height:20px;font-family:"arial"; font-weight:200; }
/*----------------------------------------------发展历程-----------------------------------------*/
.index_time{ width:100%; margin:0 auto; }
.index_time_title{ width:100%; font-size:36px; line-height:80px; font-family:"arial"; font-weight:bold;text-align:center; background:url(../images/title_line.jpg) no-repeat bottom center;}
.index_time_icon_top{ float:left;width:20%; height:140px;background:url(../images/time_icon_top.png) no-repeat bottom center;}
.index_time_icon_top_text{float:left;width:20%; height:140px; text-align:center;}
.index_time_icon_top_text h1{font-size:24px; color:#e92297;line-height:40px;font-family:"arial"; font-weight:bold;}
.index_time_icon_top_text h2{ font-size:12px; color:#000;line-height:14px;font-family:"arial"; font-weight:300;}
.index_time_icon_bottom{float:left;width:20%; height:200px;background:url(../images/time_icon_bottom.png) no-repeat top center;}
.index_time_icon_bottom_text{float:left;width:20%; height:200px; text-align:center;}
.index_time_icon_bottom_text h1{font-size:24px; color:#e92297;line-height:40px;font-family:"arial"; font-weight:bold;}
.index_time_icon_bottom_text h2{ font-size:12px; color:#000;line-height:14px;font-family:"arial"; font-weight:300;}
.index_time_title_line{ width:100%; background:#c60268; height:8px; margin:5px auto;}
/*----------------------------------------------战略布局-----------------------------------------*/
.index_map{ width:100%; background:#eee; margin:0px auto; padding:40px 0px;}
.index_map_title{ width:100%; font-size:36px; line-height:80px; font-family:"arial"; font-weight:bold;text-align:center;background:url(../images/title_line.jpg) no-repeat bottom center;}
.index_map_title_icon{ width:5%; background:#c60268; height:3px; margin:0 auto;}
.index_map_bd{ width:100%;}
.index_map_bd img{ width:100%;}
/*----------------------------------------------cert-----------------------------------------*/

.index_cert{ width:76%; margin:80px auto; }
.index_cert_title{ width:100%; font-size:36px; line-height:80px; font-family:"arial"; font-weight:bold;text-align:center; background:url(../images/title_line.jpg) no-repeat bottom center;} 
.index_cert_title_icon{ width:5%; background:#c60268; height:3px; margin:0 auto;}
.index_cert_title_text{ width:100%; font-size:14px; line-height:18px; font-family:"arial"; text-align:center; margin:15px auto;}
.index_cert_bd{ width:1200px; margin:30px auto;}
.index_cert_bd ul{ width:100%;}
.index_cert_bd ul li{float:left; text-align:center;}
.index_cert_bd ul li img{width:250px; height:336px; border:#dfdfdf 1px dashed; padding:5px;}
.index_cert_bd ul li a{font-size:14px; color:#000;line-height:18px;font-family:"arial"; font-weight:300;}
.index_cert_bd ul li a:hover{color:#000;}
/*----------------------------------------------全球一流供货商-----------------------------------------*/
.index_gys{ width:100%; background:#e1e1e1; margin:0px auto; padding:40px 0px;}
.index_gys_title{ width:100%; font-size:36px; line-height:80px; font-family:"arial"; font-weight:bold;text-align:center;}
.index_gys_bd{ width:100%;}
.index_gys_bd img{ width:100%;}

/*----------------------------------------------核心竞争力-----------------------------------------*/
.index_jzl{ width:100%; margin:0px auto; padding:40px 0px;}
.index_jzl_title{ width:100%; font-size:36px; line-height:80px; font-family:"arial"; font-weight:bold;text-align:center; background:url(../images/title_line.jpg) no-repeat bottom center;}
.index_jzl_bd{ width:100%; margin:30px auto;}
.index_jzl_text{ float:left; width:21%; margin:0 2%; background:#efefef; text-align:center; padding-bottom:30px;}
.index_jzl_text img{ width:100%;}
.index_jzl_text p{font-size:11px; color:#000;line-height:18px;font-family:"arial"; font-weight:300;}
.index_jzl_text h1{font-size:16px; color:#c60268;line-height:60px; font-family:"arial"; font-weight:bold;}
.index_jzl_text h2{font-size:14px;height:250px;color:#000;line-height:20px;font-family:"arial"; font-weight:400;}


/*----------------------------------------------合作夥伴-----------------------------------------*/

.partner {
  width: 100%;
  color: #023797;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 100px;
  background: #f7f9fe;
  text-align: center;
}
.par span {
  margin: 0 auto;
}

.partner h1 {
  text-align: center;
  margin-top: -15px;
}

#div1 {
  width: 1200px;
  height: 130px;
  position: relative;
  margin: 100px auto;
  overflow: hidden;
}

#div1 ul {
  width: 1200px;
  height: 130px;
  position: relative;
}

#div1 ul li {
  height: 130px;
  float: left;
  list-style: none;
  padding-right: 20px;
}

#div1 ul li img {
  width: 180px;
  height: 120px;
  display: inline-block;
  border:#dfdfdf 1px solid;
}

a {
  color: #000000;
}

/*----------------------------------------------底部-----------------------------------------*/

.foot {
  width: 100%;
  overflow: hidden;
  background: white;
  text-align: center;
  
}
.foot img {
  width: 100%;
  margin: 0 auto;
}
.footer {
  width: 60%;
  margin: 0 auto;
  margin-top: 50px;
}

.footer ul {
  width: 100%;
  margin: 0 auto;
  height: 44px;
  margin-top: 50px;
  border-bottom: 1px solid #686868;
}

.footer ul li {
  float: left;
  width: 16.6%;
}

.footer ul li a {
  color: #686868;
}

.footer ul li a:hover {
  color: #c70369;
}

.footer p {
  text-align: center;
  margin: 20px 0;
}
.footer a {
  font-size: 16px;
}
.footer h1 {
  text-align: center;
  margin: 20px 0;
  color: #f77514;
}

.copyright {
  text-align: center;
  border-top: 1px solid #686868;
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.copyright a {
  color: #686868;
  font-size: 16px;
  margin:0px 20px;
}

.copyright a:hover {
  color: #c70369;
}


.page{
	float: left;
	margin: 20px 0 50px 0;
	text-align: center;
	width: 100%;
}
.page a{
	display: inline-block;
	padding: 0 12px;
	margin: 0 2px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #eee;
	color: #333;
}
.page .thispage{
	background: #c70369;
	border: 1px solid #c70369;
	font-size: 12px;
	color: #fff;
}