.main {
  width: 1200px;
  margin: 0 auto;
}

.fl {
  float: left
}

.fr {
  float: right
}

.oh {
  overflow: hidden;
}

.dib li {
  display: inline-block;
}


/* 本例子css */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav {
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  position: relative;
  z-index: 1;
  float: left;
}

.nav a {
  color: #333333;
   text-decoration: none;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
}

.nav .nLi h3 {
  float: left;
  font-weight: normal;
}

.nav .nLi h3 a {
  display: block;
  padding: 0 20px;
  font-size: 15px;
  line-height:34px;
  text-decoration: none;
}

.nav .sub {
  display: none;
  width: 100px;
  left: 0;
  top: 34px;
  position: absolute;
  background: #ffffff;
  line-height: 26px;
  padding: 5px 0;
}

.nav .sub li {
  zoom: 1;
}

.nav .sub a {
  display: block;
  padding: 0 10px;
   text-decoration: none;
}

.nav .sub a:hover {
  background: #30add8;
  color: #fff;
   text-decoration: none;
}

.nav .on h3 a {
  background: #30add8;
  color: #fff;
   text-decoration: none;
}


/* 本例子css */

.slideBox {
  width: 100%;
  height: 638px;
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 50%;
  bottom: 184px;
  z-index: 1;
}

.slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  line-height: 10px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  margin-top: 10px
}

.slideBox .hd ul li.on {
  background: #0490e0;
  color: #fff;
  margin-top: 0px;
  border: 10px solid rgba(0, 0, 0, 0.6);
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  width: 100%;
  height: 638px;
  vertical-align: middle;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slideBox .next {
  left: auto;
  right: 3%;
}

.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.slideBox .prevStop {
  display: none;
}

.slideBox .nextStop {
  display: none;
}


/* 本例子css */

.picMarquee-top {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.picMarquee-top .bd {}

.picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  overflow: hidden;
  line-height: 36px;
}

.picMarquee-top .bd ul li .pic {
  text-align: center;
}

.picMarquee-top .bd ul li .pic img {
  width: 180px;
  height: 90px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}

.picMarquee-top .bd ul li .pic a:hover img {
  border-color: #999;
}

.picMarquee-top .bd ul li .title {
  line-height: 24px;
}

.picMarquee-top .bd ul .width4 {
  color: #0767bf;
}


/* 本例子css */

.picMarquee-left {
  overflow: hidden;
  position: relative;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-left .bd ul li {
  margin-right: 16px;
  float: left;
  height: 390px;
  _display: inline;
  overflow: hidden;
  text-align: left;
  border: 1px solid #c5c5c5;
}

.picMarquee-left .bd ul li img {
  max-width: 236px;
  max-height: 219px;
}

.picMarquee-left .bd ul li h4 {
  font-size: 14px;
  line-height: 30px;
  margin: 0 20px;
  margin-top: 20px;
}

.picMarquee-left .bd ul li p {
  color: #666666;
  line-height: 24px;
  margin: 0 20px;
  margin-bottom: 20px;
  width: 200px; 
}


/* 首页 */

.header {
  line-height: 28px;
  height: 28px;
  border-bottom: 1px solid #e9e9e9;
}

.headerLink li:last-child {
  padding-left: 10px;
}

.headerLink li a {
  border-right: 1px solid #808080;
  padding: 0 10px;
  line-height: 20px;
  color: black;
   text-decoration: none;
}

.navBox {
  height: 78px;
}

.logo {
  margin-top: 9px;
}

.navContent {
  margin-top: 21px;
}

.navContent input {
  text-align:center;
  float: left;
  width: 66px;
  height: 36px;
  border: 0px;
  color: #ffffff;
  cursor: pointer;
}

.navContent input.login {
  background-color: #23ceff;
}

.navContent input.regi {
  background-color: #017cc2;
  margin-left: 4px;
}

 
.navContent button {
  float: left;
  width: 66px;
  height: 36px;
  border: 0px;
  color: #ffffff;
}

.navContent button.login {
  background-color: #23ceff;
}

.navContent button.regi {
  background-color: #017cc2;
  margin-left: 4px;
}


.assistBox {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../img/bg_1.png') no-repeat center center;
  height: 138px;
  width: 100%;
}

.assistBox .main {
  overflow: hidden;
}

.assist {
  float: left;
  width: 25%;
  padding: 0px 40px;
  box-sizing: border-box;
}

.assist img.icon {
  float: left;
  margin-top: 34px;
}

.assist ul {
  line-height: 30px;
  float: right;
  color: #ffffff;
  margin-top: 24px;
}

.assist ul li {
  vertical-align: middle;
  overflow: hidden;
}

.assist ul span {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  float: left;
  margin-top: 12px;
  margin-right: 6px;
}

.assist ul li p {
  float: left;
}

.assist a img {
  margin-top: 12px;
}

.prodectBox {
  background-color: #f3f3f3;
  padding: 52px 0 70px;
}

.prodectBox .index_title {
  margin-bottom: 52px;
}

.index_title {
  font-size: 26px;
  line-height: 26px;
  height: 26px;
  font-weight: 600;
  padding-left: 10px;
  border-left: 5px solid #333333;
}

.index_prodect_list {
  overflow: hidden;
}

.index_prodect_list li {
  float: left;
  width: 276px;
  margin-right: 27px;
  background-color: #ffffff;
  padding: 28px 0;
}

.index_prodect_list li:last-child {
  margin-right: 0px;
}

.index_prodect_title {
  font-size: 17px;
  margin-left: 20px;
  margin-right:10px; 
  font-weight: 550;
  margin-bottom: 10px;
}

.index_prodect_ass {
  overflow: hidden;
  margin: 0 18px;
}

.index_prodect_ass span {
  float: left;
  width: 48%;
  line-height: 24px;
  color: #7a7a7a;
}

.index_prodect_img 
{
  max-width: 260px;
  max-height: 300px;
  margin: 10px 7px;
}

.index_prodect_link {
  border: 1px solid #3890fc;
  color: #3890fc;
  display: block;
  width: 200px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  margin-left: 20px;
  text-decoration:none;	
  font-weight: bold; 
}

	
.index_prodect_link a {
	text-decoration:none;
}

.index_prodect_link a:hover {
	text-decoration:none;
}


.index_company {
  background: url('../img/bg_js_2.jpg') no-repeat center center;
  height: 637px;
}

.compang {
  width: 650px;
  padding-top: 80px;
  padding-left: 50px;
}

.compang h3 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 550;
  margin-bottom: 26px;
}

.compang p {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 50px;
}

.index_company .main {
  position: relative;
}

.compang_img_xd {
  position: absolute;
  left: 0;
  top: 550px;
}

.index_gc {
  background: #f3f3f3;
  padding-top: 180px;
  padding-bottom: 70px;
}

.index_gc .index_title {
  margin-bottom: 60px;
}

.index_gc_list {
  overflow: hidden;
}

.index_gc_list li {
  width: 384px;
  height: 232px;
  float: left;
  margin-right: 24px;
  margin-bottom: 34px;
  position: relative;
}

.index_gc_list li:nth-child(3n) {
  margin-right: 0px;
}

.index_gc_box {
  position: relative;
  width: 384px;
  height: 232px;
}

.index_gc_box span {
  position: absolute;
  bottom: 10px;
  left: 0px;
  background: #0767bf;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 10px;
}

.index_gc_cz {
  width: 384px;
  height: 232px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.index_gc_cz img {
  display: block;
  margin: 0 auto;
  width: 30px;
  margin-top: 110px;
}

.orderBox {
  overflow: hidden;
  padding: 60px 0;
}

.orderBox_gc {
  float: left;
  width: 430px;
}

.orderBox_kk {
  float: right;
  width: 747px;
}

.gcjj_title {
  color: #999999;
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px solid #c5c5c5;
}

.gcjj_title span,
.picMarquee-top .bd ul li span {
  float: left;
  text-align: center;
}

.width1 {
  width: 40px;
}

.width2 {
  width: 116px;
}

.width3 {
  width: 55px;
}

.width4 {
  width: 65px;
}

.index_gcjj {
  border: 1px solid #c5c5c5;
  padding: 8px 20px;
  height: 374px;
}

.orderBox .index_title {
  margin-bottom: 26px;
}

.index_new .main {
  overflow: hidden;
  border-top: 10px solid #7394cc;
  padding-top: 40px;
}

.newBox {
  width: 820px;
}

.newBoxTitle {
  overflow: hidden;
}

.newBoxList li {
  overflow: hidden;
  float: left;
  width: 400px;
  margin-top: 26px;
}

.newBoxListTime {
  width: 68px;
  float: left;
  text-align: center;
}

.newBoxListMsg {
  width: 324px;
  float: left;
}

.newBoxListTimeDay {
  font-size: 40px;
  line-height: 40px;
  font-weight: 550;
}

.newBoxListTimeMon {
  font-size: 14px;
  color: #b8b8b8;
  line-height: 16px;
}

.newBoxListMsg h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  padding-top: 6px;
}

.newBoxListMsg h4 a {
  color: #333;
}

.newBoxListMsg p {
  color: #666666;
}

.index_link {
  background-color: #f3f3f3;
  margin-top: 60px;
}

.index_link .main {
  overflow: hidden;
  padding: 20px 0;
}

.index_link .main img {
  float: left;
  margin: 10px 50px;
}

.footer {}

.footer_up {
  overflow: hidden;
}

.footer_up>div {
  float: left;
  width: 480px;
}

.footer_up>div:last-child {
  width: 120px;
  float: right;
  padding-top: 20px;
  text-align: center;
}

.footer_nav {
  overflow: hidden;
  padding-top: 20px;
}

.footer_nav>div {
  float: left;
  margin: 0 20px;
}

.footer_nav>div h4 {
  font-size: 14px;
  font-weight: 550;
  line-height: 46px;
}

.footer_nav>div a {
  display: block;
  line-height: 30px;
  color: #666666;
}

.footer_con h3 {
  font-size: 32px;
  color: #004890;
  font-weight: 550;
}

.footer_con>div {
  padding-top: 26px;
}

.footer_con>div * {
  display: inline-block;
  color: #004890;
  margin-right: 6px;
}

.footer_con p {
  line-height: 30px;
  color: #666666;
}

.footer_down {
  margin-left: 20px;
  color: #666666;
  line-height: 60px;
}

.crumbsBox {
  background: url('../img/bg_2.jpg') center center;
}

.crumbsBox .main {
  overflow: hidden;
}

.crumbs-icon {
  float: left;
  width: 70px;
  height: 50px;
  line-height: 50px;
}

.crumbs-icon img {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.crumbs-icon:last-child {
  width: 1000px;
}

.crumbs-icon:last-child img {
  margin-left: 14px;
  float: left;
}

.crumbs-icon:last-child span {
  float: left;
  color: #ffffff;
}
.crumbs-icon:last-child a {
 
  color: #ffffff;
}

.onlinejj {
  width: 780px;
  border: 1px solid #dfdfdf;
}

.onlinejjTitle {
  background-color: #e6e7ed;
  line-height: 50px;
  text-indent: 24px;
  font-weight: 550;
  font-size: 14px;
  display: block;
}

.onlinejjMsg {
  width: 384px;
  border: 1px solid #dfdfdf;
}

.jjmain {
  padding: 40px;
  background-color: #ffffff;
}

.jjmainupload {
  background-color: #eef8fe;
  padding: 20px 30px;
  position: relative;
}

.jjmainuploadInput {
  position: absolute;
  opacity: 0;
}

.uploadBtn {
  background-color: #0081d2;
  width: 134px;
  height: 40px;
  color: #ffffff;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 14px;
  display:inline-block;
}

.uploadAss {
  margin-left: 20px;
  margin-top:10px;
  color: #999999;
  position: absolute;
}

.uploadTitle {
  color: #4a4a4a;
  line-height: 20px;
  margin-top: 20px;
}

.jjListBox {
  margin: 16px 0;
}

.jjListTitle {
  width: 86px;
  text-align: right;
  line-height: 26px;
}

.jjListIcon {
  background-color: #dfdfdf;
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 14px;
  text-align: center;
  margin: 0 10px;
  margin-top: 6px;
  position: relative;
}

.jjListIcon.on {
  background-color: #0081d2;
}

.jjListIcon>div {
  display: none;
  position: absolute;
  left: 20px;
  top: 0px;
  width: 200px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #dedede;
  color: #666666;
  text-align: left;
  padding: 4px;
}

.jjListIcon.on>div {
  display: block;
}

.jjListSub ul {
  overflow: hidden;
}

.jjListSub li {
  float: left;
  line-height: 26px;
}

.jjListSub li.check {
  border: 1px solid #dfdfdf;
  line-height: 26px;
  padding: 0 10px;
  margin-right: 10px;
}

.jjListSub li.check .color {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  margin-right: 4px;
  display: inline-block;
}

.jjListSub li.on.check {
  border: 2px solid #0081d2;
  color: #0081d2;
  line-height: 24px;
  background: url('../img/icon_7.png') no-repeat bottom right;
}

.jjListSub li.input input {
  border: 0px;
  width: 60px;
  padding-left: 6px;
  border: 1px solid #dfdfdf;
}

.jjListSub li.text {
  padding: 0 10px;
  color: #9c9c9c;
}

.jjListSub li.select select {
  height: 26px;
  border: 1px solid #dfdfdf;
}

.jjmain .line {
  border-bottom: 1px dashed #999999;
}

.jjContentMain {
  padding: 30px 0;
  background-color: #f2f3f7;
}

.jjMsgBox {
  padding: 25px;
  background: #ffffff;
}

.jjMsgList {
  overflow: hidden;
}

.jjMsgList li {
  float: left;
  overflow: hidden;
  width: 45%;
  line-height: 30px;
}

.jjMsgList li:nth-child(2n-1) {
  margin-right: 10%;
}

.jjMsgList li h4 {
  color: #bababa;
  float: left;
}

.jjMsgList li span {
  color: #4a4a4a;
  float: right;
}

.jjMsgAll {
  background-color: #f7f7f7;
  color: #4a4a4a;
  font-weight: 550;
  text-align: center;
  line-height: 28px;
}

.jjMsgAll span {
  margin: 0 10px;
}

.line {
  border-bottom: 1px dashed #999999;
  margin: 16px 0;
}

.jjMsgTitle {
  overflow: hidden;
  margin: 15px 0 10px;
}

.jjMsgTitle .time {
  float: left;
}

.jjMsgOutTime {
  margin-top: 10px;
}

.jjMsgTitle .buleWeight {
  font-weight: 550;
  color: #0081d2;
}

.jjMsgTitle .orangeWeight {
  font-weight: 550;
  color: #f96235;
}

.jjMsgTime {
  overflow: hidden;
}

.jjMsgTime li {
  width: 95%;
  padding: 4px 0;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
  position:relative;
  
  border: 2px solid #f90;  
  background-color: #fff7ed; 
  line-height: 30px; 
  margin-bottom: 6px; 
  cursor: pointer; 
}
			

.subscript-ico {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 10px; 
    height: 10px;
    background-position: -40px 0;
}

.jjMsgTime i{width:25px;height:24px;background-position:-143px -354px;display:block;top:15px;}

.jp-ico {	
    background-image: url('../img/icons.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
}



.jjMsgAddress {
  border: 1px solid #dfdfdf;
  background: #f7f7f7;
  line-height: 24px;
  color: #4a4a4a;
}

.jjMsgAddress h5 {
  border-bottom: 1px solid #dfdfdf;
}

.jjMsgAddress h5,
.jjMsgAddress p {
  padding: 2px 6px;
}

.delivery select {
  width: 48%;
  float: left;
  border: 1px solid #dfdfdf;
  background-color: #f7f7f7;
  line-height: 36px;
  height: 36px;
  outline: none;
}

.delivery select:first-child {
  margin-right: 4%;
}

.jjMsgRemark {
  width: 100%;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  min-height: 60px;
}

.jjMsgPriceBox {
  background-color: #eef8fe;
  padding: 10px 0;
}

.jjMsgPriceTotal>div {}

.jjMsgPriceTotal .fl {
  line-height: 40px;
}

.jjMsgPriceTotal .fl h3 {
  float: left;
  color: #4a4a4a;
  font-size: 14px;
  margin-right: 10px;
  margin-left: 20px;
}

.jjMsgPriceTotal .fl span {
  font-size: 18px;
  font-weight: 550;
  color: #f96235;
  float: left;
}

.jjMsgPriceTotal .fr {
  margin-top: 12px;
  margin-right: 20px;
}

.jjMsgPriceTotal .fr span {}

.jjMsgPriceTotal .fr img {
  width: 12px;
  margin-left: 6px;
}

#jjMsgPriceClick {
  cursor: pointer;
  outline: none;
}

.jjMsgPriceList {
  margin: 0 20px;
  overflow: hidden;
  height: 0;
}

.jjMsgPriceList li {
  width: 48%;
  line-height: 30px;
  float: left;
}

.jjMsgPriceList li:nth-child(2n-1) {
  margin-right: 4%;
}

#subButtom {
  width: 138px;
  height: 40px;
  line-height: 40px;
  background-color: #0869c4;
  color: #ffffff;
  font-size: 15px;
  font-weight: 550;
  text-align: center;
  margin: 20px auto;
  border: 0px;
  display: block
}

.addAdress {
  background: #f7f7f7;
  border: 1px solid #dfdfdf;
  padding: 10px 0;
  display: none;
}

.addAdress input,
.addAdress select {
  width: 90%;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  box-sizing: border-box;
  margin: 4px auto;
  display: block;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.addAdress button {
  width: 138px;
  height: 40px;
  line-height: 40px;
  background-color: #0869c4;
  color: #ffffff;
  font-size: 15px;
  font-weight: 550;
  text-align: center;
  margin: 20px auto;
  border: 0px;
  display: block
}

#addAddress {
  cursor: pointer;
}

.allmap {
  width: 100%;
  height: 640px;
}

.contactBox {
  background-color: #ffffff;
  position: relative;
  top: -110px;
  left: 50%;
  height: 140px;
  width: 1200px;
  transform: translate(-50%, 0);
  box-shadow: 0px 0px 10px #e1e2e6;
  overflow: hidden;
}

.contactBox>div {
  width: 33.3%;
  float: left;
  padding: 50px 80px;
  box-sizing: border-box;
}

.contactBox>div img,
.contactBox>div p {
  float: left;
}

.contactBox>div img {
  margin-right: 20px;
}

.contactBox>div p {
  width: 170px;
}

.contact {
  background: #f2f3f7;
}

.contact-from {
  overflow: hidden;
  padding-bottom: 60px;
}

.contact-from>h3 {
  width: 280px;
  float: left;
  font-size: 30px;
  color: #0081d2;
  text-align: right;
}

.contact-from>div {
  float: right;
  margin-right: 200px;
  width: 660px;
}

.from-input {
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  padding: 14px;
  box-sizing: border-box;
}

.from-input-small {
  width: 316px;
  float: left;
}

.from-input-small:last-child {
  float: right;
}

.from-input-big {
  width: 100%;
  margin-top: 30px;
}

.from-button {
  width: 180px;
  height: 50px;
  background-color: #0081d2;
  color: #ffffff;
  margin: 30px 0;
  border: 0px;
}


/* 招聘 */

.join {
  background-color: #f2f3f7;
  padding: 40px 0;
}

.join .main {
  background-color: #ffffff;
  padding: 30px 100px;
  box-sizing: border-box;
}

.join .main ul li {
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}

.join .joinUp {
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  cursor: pointer;
}

.join .joinUp .title {
  float: left;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

.join .joinUp .icon {
  float: right;
  width: 23px;
  height: 23px;
  margin-top: 24px;
  background: url('../img/join_icon_2.png') no-repeat center center;
}

.joinUp.on .icon {
  background: url('../img/join_icon_1.png') no-repeat center center;
}

.joinDown {
  font-size: 13px;
  line-height: 28px;
  color: #666666;
  padding: 20px;
  display: none;
  opacity: 0;
}


/* 支付方式 */

.payment {
  background-color: #f2f3f7;
  padding: 40px 0;
}

.payment .main {
  background-color: #ffffff;
  padding: 30px 100px;
  box-sizing: border-box;
}

.paymentAss {
  font-size: 16px;
  color: #4a4a4a;
  margin-top: 20px;
  margin-bottom: 40px;
}

.paymentAss strong {
  font-size: 36px;
  color: #004890;
}

.payList {
  overflow: hidden;
}

.payList li {
  float: left;
  width: 451px;
  color: #ffffff;
  height: 244px;
  margin-right: 90px;
  margin-bottom: 60px;
}

.payList li:nth-child(2n) {
  margin-right: 0px;
}

.payList li p {
  margin-left: 40px;
  font-size: 14px;
  line-height: 26px;
}

.payList li p span:first-child {
  margin-right: 10px;
}

.payList li p:last-child {
  margin-top: 10px;
}

.payList li p:last-child span:last-child {
  font-weight: 550;
  font-size: 16px;
}

.payListHeader {
  overflow: hidden;
  margin-top: 32px;
  margin-left: 40px;
  margin-bottom: 40px;
}

.bankIcon {
  float: left;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  margin-right: 20px;
}

.bankIcon img {
  display: block;
  padding: 8px 0;
  margin: 0 auto;
  width: 36px;
}

.bankName {
  float: left;
  font-size: 18px;
  line-height: 50px;
}


/* 制造能力 */

.manufacturing_capacity {
  background-color: #f2f3f7;
  padding: 40px 0;
}

.manufacturing_capacity .main {
  box-sizing: border-box;
}

.manufacturing_capacity_table {
  width: 100%;
  text-align: left;
}

.manufacturing_capacity_table th {
  background-color: #0081d2;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  line-height: 50px;
}

.manufacturing_capacity_table tr {
  border-bottom: 1px solid #dfdfdf;
}

.manufacturing_capacity_table tr:nth-child(2n - 1) {
  background-color: #f6f7f9;
}

.manufacturing_capacity_table tr td {
  line-height: 26px;
  padding: 10px 0;
}

.manufacturing_capacity_table tr th:first-child,
.manufacturing_capacity_table tr td:first-child {
  text-indent: 30px;
}

.manufacturing_capacity_table .chineseName {
  width: 80px;
}

.manufacturing_capacity_table .englistName {
  width: 140px;
  color: #9c9c9c;
}

.manufacturing_capacity_table .detail {
  width: 300px;
}


/* 指导能力2 */

.mc_left {
  float: left;
  width: 560px;
}

.mc_right {
  float: right;
  width: 610px;
}

.mc_table {
  background-color: #fff;
  width: 100%;
}

.mc_table th,
.mc_table td {
  text-align: left;
  line-height: 50px;
}

.mc_table th {
  font-size: 16px;
  background: #0081d2;
  color: #ffffff;
  font-weight: normal;
}

.mc_table th,
.mc_table td {
  border-bottom: 1px solid #dfdfdf;
  padding-left: 30px;
}

.mc_link {
  background-color: #0081d2;
  font-size: 20px;
  color: #ffffff;
  line-height: 64px;
  height: 64px;
  position: relative;
  text-align: center;
  margin-top: 46px;
}

.mc_link a {
  display: block;
  position: absolute;
  right: 20px;
  top: -24px;
}


/* 本例子css */

.game163 {
  position: relative;
  overflow: hidden;
  width: 618px;
}

.game163 .bigImg {
  height: 258px;
  position: relative;
}

.game163 .bigImg li img {
  vertical-align: middle;
  width: 617px;
  height: 509px;
}

.game163 .bigImg h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  height: 33px;
  padding-right: 30px;
  overflow: hidden;
  text-align: left;
}

.game163 .smallScroll {
  height: 91px;
  margin-top: 18px;
}

.game163 .sPrev,
.game163 .sNext {
  float: left;
  display: block;
  width: 14px;
  height: 91px;
  text-indent: -9999px;
}

.game163 .sNext {
  background-position: 0 -2698px;
}

.game163 .sPrev:hover {
  background-position: 0 -3133px;
}

.game163 .sNext:hover {
  background-position: 0 -2785px;
}

.game163 .smallImg {
  float: left;
  /* margin: 0 6px; */
  display: inline;
  width: 617px;
  overflow: hidden;
}

.game163 .smallImg ul {
  height: 91px;
  width: 9999px;
  overflow: hidden;
}

.game163 .smallImg li {
  float: left;
  padding: 0 16px 0 0;
  width: 142px;
  cursor: pointer;
  display: inline;
}

.game163 .smallImg img {
  border: 1px solid #ffffff;
  width: 142px;
  height: 91px;
  box-sizing: border-box;
}

.game163 .smallImg .on img {
  border-color: #1e50a2;
}

.game163 .pageState {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 5px;
  font-family: "Times New Roman", serif;
  letter-spacing: 1px;
}

.game163 .pageState span {
  color: #f00;
  font-size: 16px;
}

.common_zhegai_bg{ 
	display: block;  
	position: absolute;  
	top: 0%;  
	left: 0%;  
	width: 100%;  
	height: 100%;  
	background-color: #333;  
	z-index:1001;  
	-moz-opacity: 0.7;  
	opacity:.30;  
	filter: alpha(opacity=70);
}

.common_zhegai_show{
	display: block;  
	position: absolute;  
	top: 30%;  
	left: 22%; 
    border: 8px solid #E8E9F7;  
    background-color: white;  
    z-index:1002;  
    overflow: auto;
    width: 50%; 
    height: 80px;	  
	font-size:15px;
	font:bold;
	font-family:"微软雅黑";
	text-align: center; 	
	padding-top: 4px; 
} 



/***收货地址***/
.lab1301 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:#f5f9fa;
}
.lab1302 {
	background:url(../img/dzbj.png);
	height:42px;
}
.lab1303 {
	font-size:16px;
	color:#FFF;
	float:left;
	width:200px;
	line-height:38px;
	padding-left:25px;
}
.lab1304 {
	float:right;
	line-height:30px;
	padding-right:15px;
	font-size:20px;
}
.lab1305 {
	width:160px;
	height:20px;
	border:solid #5d7ab4 2px;
	float:left;
	padding-left:10px;
	line-height:20px;
}
.lab1306 {
	background:url(../img/srarch.jpg);
	border:0px;
	width:19px;
	height:26px;
}
.chaxun {
	padding:8px;
	overflow:hidden;
	background:#e8f3f7;
}
.lab1307 {
	width:92px;
	height:26px;
	background:url(../img/zengjia.jpg);
	border:0;
}
.lab1308 {
	width:92px;
	height:26px;
	background:url(../img/sxin.jpg);
	border:0;
}
.lab1310 ul li {
	float:left;
	margin-left:5px;
}
.lab1309 {
	width:230px;
	float:left;
}
.lab1310 {
	width:110px;
	float:right;
}
.lab1311 table {
	border:solid #bdcccf 1px;
}
.lab1311 {
	padding:10px;
}
.lab1311 a {
	color:#000;
	font-family:"微软雅黑"
}
.lab1311 a:hover {
	color:#C63;
}
.zhidingxing {
	text-align:center;
	height:35px;
	background-color:#dfe7ea;
	font-size:13px;
	border-left:solid #bdcccf 1px;
	border-bottom:solid #bdcccf 1px;
}
.erxing {
	border-bottom:solid #bdcccf 1px;
	text-align:left;
	font-family:"微软雅黑";
	font-size:12px;
}
.moren {
	background:url(../img/weizhi.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	color:#000;
	font-family: "微软雅黑";
	font-size:12px;
	float:left;
	height:30px;
	line-height:30px;
}
/**添加收货地址**/
.tab001 {
	padding:0px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	font-family: "微软雅黑"
}
.shengshi {
	width:150px;
}
.tab001 table input {
	border:1px solid #ccc;
	width:140px;
	height:23px;
	background:white;
}
.zhushi {
	color:#F00;
	padding-left:5px;
}
.tixing {
	background:url(errorTip.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	float:left;
	line-height:30px;
}
.baochen {
	background:url(../img/bottom-bc.jpg);
	width:80px;
	height:30px;
	float:left;
}
.quxiao {
	width:78px;
	height:28px;
	float:right;
	background:url(../img/bottom-qx.jpg);
	border:solid 1px #ccc;
	margin-left:20px;
}
.anxx {
	width:200px;
}


/* 遮盖效果 */
.common_zhegai_bg{ display: block;  position: absolute;  top: 0%;  left: 0%;  width: 100%;  height: 100%;  background-color: black;  z-index:1001;  -moz-opacity: 0.7;  opacity:.30;  filter: alpha(opacity=70);}  
.common_zhegai_show{display: block;  position: absolute;  top: 30%;  left: 22%; 
    border: 8px solid #E8E9F7;  background-color: white;  z-index:1002;  overflow: auto;
    width: 50%; height: 80px;	  
	font-size:15px;
	font:bold;
	font-family:"微软雅黑";
	text-align: center; 
	padding-top: 20px;
}  


.choose_receiving_add_cs a{color: black ; font-family:"微软雅黑"; }
.choose_receiving_add_cs a:hover {
	color:#FF5500;
	text-decoration:none;
}


.baochen2 {
	background:url(../img/bottom-bc.jpg);
	background-image:url("../img/bottom-bc.jpg");
	width:80px;
	height:30px;
	border: none;
}
	
.quxiao2 {
	width:78px;
	height:30px;
	background:url(../img/bottom-qx.jpg);
	background-image:url("../img/bottom-qx.jpg");
	border:solid 1px #ccc;
	border: none;
}



 