@charset "UTF-8";
#white-bg{
  background:#fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
* {
    padding: 0;
    margin: 0;
}
html, body {
    font: 16px Arial, "微软雅黑";
    color: #929292;
    width: 100%;
    height: 100%;
    background: #fff;
}
body {
    overflow-x: hidden;
    min-width: 1200px;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}

img {
    border: none;
}

input {
    border: none;
    background: none;
    outline: 0
}

textarea {
    outline: 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.w1200{
  width:92%;
  max-width: 1200px;
  margin: 0 auto;
}
.w1500{
  width:92%;
  max-width: 1500px;
  margin: 0 auto;
}
.w1740{
    width:96%;
    max-width: 1740px;
    margin: 0 auto;
}
.hide{
	display:none;
}

.clearfix:before{
	display: table;
    content: " ";
}

.clearfix:after{
	clear: both;
	display: table;
    content: " ";
}

.transform {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%;
}

.relative{
  position: relative;
}

.mr_0{
  margin-right: 0!important;
}
#loading_page {
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

#loadingTips {
    background: url(../images/loading.gif) center #fff;
}

.nopic {
    height: 500px;
    background: url(../images/nopic.png) no-repeat center
}

#header{
  width: 100%;
  min-width: 1200px;
  position: fixed;
    top:0;left: 0;
  font-size: 14px;
  transition: all ease .3s;
  z-index: 99;
  background: #fff;
}
#header h1{
  /*margin: 4px 0 0 2%;*/
    font-size: 0;height:106px;
	display:flex;
	align-items:center;
    /* margin-top: 8px; */
}
#header .gp{
	/*position: absolute;
    left: 285px;
    top: 25px;*/
	display:flex;
	height:106px;
	align-items:center;
    float: left;margin-left: 20px;
    color: #cd0000;
    font-weight: bold;
    font-size: 18px;
}
#header .gp .tab{
	float:left;
	margin-top:8px;
}
#header .gp .pic{
	float:left;margin-left: 20px;padding-left: 20px;border-left: 1px solid #e7e7e7;
}
#header .gp img{
	height:46px;
	margin-top:5px;
}
#header .gp span{
	color:#7e7e7e;
    font-size: 16px;
    font-weight: normal;
}
#header .fr{
  /*margin-right: 3%;*/
}
#header .country{
  margin-top: 12px;
}
#header .country a{
  float: right;
  width: 28px;
  height: 19px;
  margin: 0 0 0 5px;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  background: #fff!important;
}
#header .country a.zh-cn{
  background-image: url(../images/Zh-cn.png);
}
#header .country a.en-us{
  background-image: url(../images/En-us.png);
}
#header .country a.en-au{
  background-image: url(../images/En-au.png);
}
#header .menu {
   margin-top: 38px; 

}
#header .menu li{
  float: left;
  margin-left:37px;
  position: relative;
}
#header .menu li.erweima{
    font-size: 0;
    position: relative;
}
#header .menu li.erweima img{display: block;margin-top: 4px;}
#header .menu li.erweima .pic{display: none;position: absolute;top:40px;right: -30px;background: #ffffff;}
#header .menu li.erweima .pic img{width: 110px;padding: 10px;}
#header .menu li.erweima:hover .pic{display: block;}
#header .menu li a{
  display: block;
  height: 30px;
  line-height: 30px;
}
#header .menu li .fa{
  margin-left: 10px;
  color: #999;
}
#header .menu li span{
  font-size: 16px;
    font-weight:bold;
  color: #333;
}
#header .menu li:hover span{
  color: #2a7be8;
}
#header .menu li.cur  span{
    color: #2a7be8;
}
#header .menu li dl.subnav {
  transition: all 0.3s ease-out 0s;
  position: absolute;
  width: 100%;
  border-top: 3px solid #7B7B7B;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0px, 14px, 0px);
  -moz-transform: translate3d(0px, 14px, 0px);
  -webkit-transform: translate3d(0px, 14px, 0px);
}
#header .menu li dl.subnav dd a {
    padding: 10px 4px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    display: block;
    font-size: 12px;
    transition: all 0.2s ease-out 0s;
    color: #999;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

#header .menu li dl.subnav dd a i {
    position: absolute;
    right: 4px;
    margin-top: 5px;
    transition: all ease-out .2s;
    opacity: 0
}
#header .menu li:hover dl.subnav{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
#header .menu li dl.subnav dd a:hover {
    text-indent: 4px;
    background: #EDEDED;
    color: #484848;
}
#header .menu li dl.subnav dd a:hover i {
    opacity: 1
}
#footer{
  height: 30px;
  width: 100%;
  min-width: 1200px;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;

    z-index: 999;
}
#footer .legal{
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #8e8e8e;
  margin-right: 50px;
}
#footer .legal a{
  color: #8e8e8e;
}
#footer .shares{
  float: right;
  margin-top: 6px;
}
#footer .shares>a{
  margin-right: 10px;
}
#footer .shares a {
    color: #515151;
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    height: 16px;
    width: auto;
}
#footer .shares a i {
    border-left: 1px solid rgba(167, 167, 167, 0.3);
    padding: 0 20px;
    margin-top: 2px;
}
.footer{width:100%;overflow:hidden;background:#14191f;}

.footer .w1500{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.footer_top{padding:80px 0px;}
.footer_nav {
  width: 70%;


}
.footer_nav ul{
  width: 100%;
  display: flex;
  justify-content:space-between;
}
.footer_nav ul li{
	float:left;
}
.footer_nav ul li a{
  display:block;
  font-size: 14px;
  color: #d6dff1;
  line-height: 30px;
}
.footer_nav ul li a:hover{
    border-bottom: 1px solid #196aeb;
}
.footer_nav ul li .fa_nav{
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.footer_nav ul li .fa_nav::before{
  content:"";
  position: absolute;
  bottom: 0;left: 0;
  width: 19px;height: 2px;background: #2a7be8;

}
.footer_qrcode .pic{
	width:130px; height: 130px;background: #ffffff;overflow: hidden;margin-bottom: 20px;
}
.footer_qrcode img{max-width:112px;display: block;margin:9px auto;}
.footer_qrcode p{text-align:center;font-size: 16px;color:#6d737a;}
.footer_bottom{padding: 30px 0px;border-top: 1px solid #212a34;}
.footer_left .legal{color:#929292;margin-top: 15px;}
.footer_left .legal *{color:#929292;}
.footer_right{text-align: right;line-height: 40px;}
.footer_right ul li{white-space: nowrap;overflow: hidden;}
.footer_right .pic{float: right;width: 40px;height: 40px;}

#menu{
	position: fixed;
    z-index: 998;
    top: 50%;
    height: 92px;
    right: 18px;
}
#menu li{
	width:12px;
	height:3px;
	margin-bottom:10px;
	background:#dedede;
}
#menu li.active{
	background:#42485b;
}
#menu li a{
	display:block;
	width:100%;
	height:100%;
}

.tit{
  width: 100%;
  overflow: hidden;
}

.emt{
	text-align:left;
	 font-size: 50px;
	 color: #d6dff1;
	 font-weight:bold;
	 margin-bottom: 10px;
}
.mt{
	 text-align: left;
	 font-size: 40px;
	 color: #191919;
	 font-weight:bold;
	 margin-bottom: 10px;
}
.mtline{
	width:37px;
	height:3px;
	background:#2a7be8;
	margin-top: 20px;
	margin-bottom: 30px;
}


#main .page1{font-size:0;margin-top:106px;}
#main .page1 .bx-prev,
#main .page1 .bx-next{
  position: absolute;
  top: calc(50% - 20px);
  top: -webkit-calc(50% - 20px);
  height: 40px;
  width: 40px;
  background: #ccc;
  z-index: 53;
  text-align: center;
  line-height: 40px;
}
#main .page1 .bx-controls-direction a.disabled{
  display: none;
}
#main .page1 .bx-prev i,
#main .page1 .bx-next i{
  color: #fff;
  font-size: 28px;
  margin-top: 6px;
}
#main .page1 .bx-prev{
  left: 2%
}
#main .page1 .bx-next{
  right: 2%
}
#main .page2{
	padding:74px 0px ;
	background:#f5f9ff;
	position:relative;
  }

#main .page2 .left-box{
  width: 48%;
  height:650px;
}
#main .page2 .left-box .desc{
  line-height: 2;
  color: #1d467d;
}
#main .page2 .left-box .more{
  width:166px;
  height:52px;
  background:#f8f8f8;
  border-radius:10px;
  margin-top: 40px;
  margin-bottom:30px;
    transition: 0.6s;
}
#main .page2 .left-box .more a{
	line-height:52px;
	font-size:16px;
  text-align: center;
	color:#191919;
  display: block;
    transition: 0.6s;
  width: 100%;
  height: 100%;
}
#main .page2 .left-box .more:hover{
    background:#2a7be8;
}
#main .page2 .left-box .more:hover a{
    color:#ffffff;
}
#main .page2 .left-box .group{
  font-size:138px;
  font-weight:bold;
  color: #e7edfa;
}
#main .page2 .right-box{
  width: 42.5%;
  height:650px;
  display:block;
  position:absolute;
  right:0;top:74px;
  background: url(../images/page3_bg.jpg) no-repeat center #f5f5f7;
  background-size:cover;
}
#main .page2 .right-box .numCount{position:absolute;left:0;top:50%;width:30%;transform:translate(-50%,-50%);padding:20px 0px;border-radius:10px; background:linear-gradient(to bottom,rgba(18,107,227,1), rgba(18,107,227,0.6)); overflow: hidden;}
#main .page2 .right-box .numCount .item{width:90px;margin:25px auto;}
#main .page2 .right-box .numCount .item .numU{font-size:58px;line-height:80px;color:#ffffff;}
#main .page2 .right-box .numCount .item .numCX{position:relative;font-weight:bold;}
#main .page2 .right-box .numCount .item .numCX::before{content:"项";color:#ffffff;font-weight:normal;font-size:20px;line-height:1;position:absolute;left:110%;bottom:12px;}
#main .page2 .right-box .numCount .item .indc{color:#999999;font-size:18px;color:#ffffff;}

#main .page3{
  padding:100px 0px;
   }
#main .page3 .tit .more{
  width:166px;
  height:52px;
  background:#f8f8f8;
  border-radius:10px;
  margin-top: 60px;
    transition: 0.6s;
}
#main .page3 .tit .more a{
  line-height:52px;
  font-size:16px;
  text-align: center;
    transition: 0.6s;
  color:#191919;
  display: block;
  width: 100%;
  height: 100%;
}
#main .page3 .tit .more:hover{
    background:#2a7be8;
}
#main .page3 .tit .more:hover a{
    color:#ffffff;
    display: block;
}
#main .page3 .mc{
	width:100%;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
#main .page3 .mc li{
	padding-bottom:40px;
  margin-right:25px;
  line-height: 24px;
  background:#f8f8f8;
  border-radius: 10px;
}
#main .page3 .mc li:last-child{
	margin-right:0px;
}
#main .page3 .mc li .imgBox{
    width:100%;
    overflow: hidden;
}
#main .page3 .mc li .imgBox img{
	width:100%;
    transition: 0.6s;
}
#main .page3 .mc li:hover .imgBox img{
  transform: scale(1.1,1.1);
}
#main .page3 .mc li p{
  color: #191919;
  font-size: 24px;
  height: 56px;
  font-weight: bold;
  line-height: 56px;
  text-align:center;
}
#main .page3 .mc li .more{
	text-align:center;
    color:#999999;
}
#main .page3 .mc li:hover p{
    color:#2a7be8;
}
#main .page3 .mc li:hover .more{
    color:#2a7be8;
}
#main .page4{
   background: url(../images/page4_bg.jpg) no-repeat center;
   background-size:cover;
   padding:100px 0px
}
#main .page4 .emt{color:rgba(25,25,25,0.2);}
#main .page4 .mc{position: relative;display: flex;justify-content: space-between;align-items: center;margin-top: 40px}
#main .page4 .mc .mySwiper{width: 83%;margin:0;}
#main .page4 .mc .swiper-slide .img{max-width: 100%;height: 200px;overflow:hidden; display: flex;align-items: center;justify-content: center;align-content: center;}
#main .page4 .mc .swiper-slide img{max-width: 100%;max-height: 100%;transition: 0.6s}
#main .page4 .mc .swiper-slide .title{color:#191919;font-size: 16px;text-align: center;line-height: 30px;margin-top: 15px;}
#main .page4 .mc .button-derection{width: 17%;}
#main .page4 .mc .button-derection div{float: right;margin-left: 23px;}
#main .page4 .more{
  width:166px;
  height:52px;
    border:1px solid #2a7be8;
  border-radius:10px;
  margin-top: 60px;
  margin-bottom:30px;
    transition: 0.6s;
}
#main .page4 .mc .swiper-slide img:hover{
    transform: scale(1.1,1.1);
}
#main .page4 .more a{
  line-height:52px;
  font-size:16px;
  text-align: center;
  color:#333333;
  display: block;
  width: 100%;
  height: 100%;
    transition: 0.6s;
}
#main .page4 .more:hover{
    background:#2a7be8;
    border:1px solid #2a7be8;
}
#main .page4 .more:hover a{
    color:#ffffff;
}
/*
#main .page4 .mc li{
  float: left;


}
#main .page4 .mc li .img{
	height:200px;
}
#main .page4 .mc li .img img{
	height:100%;
	max-width:100%;
	display:block;
	margin:auto;
}
#main .page4 .mc li i{
  display: block;
  text-align: center;
  height: 100px;
}
#main .page4 .mc li i img{
  display: inline-block;
  vertical-align: bottom;
  max-height: 100px;
}
#main .page4 .mc li .title{
  text-align: center;
  font-size: 20px;
  color: #fffefe;
  margin-top: 16px;
}
#main .page4 .mc li .title span{
  font-family: arial;
  color: #999;
  font-size: 16px;
  margin-left: 14px;
}
#main .page4 .mc li .line{
  display: block;
  width: 245px;
  height: 1px;
  margin: 14px auto;
  background: #e1e1e1;
}
#main .page4 .mc li .line span{
	display: block;
    width: 20px;
    height: 1px;
    background: #00c1de;
}
#main .page4 .mc li .desc{
  width: 268px;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
#main .page4 .mc li.service-3 i img{
  margin-top: 22px;
}
#main .page4 .mc li:hover .line span{
  width:100%;
}

#main .page5{
  background: url(../images/page5_bg.jpg) no-repeat center;
    background-size:cover;
  padding:100px 0px;
}

#main .page5 .mc li{
  float: left;
  width: 370px;
  margin: 0 15px;
  background: #fff;
}
#main .page5 .mc li .imgBox{
  width: 370px;
  height: 222px;
  overflow: hidden;
}
#main .page5 .mc li .imgBox img{
  width: 100%;
}
#main .page5 .mc li .title{
  display: block;
  color: #666;
  font-size: 18px;
  width: 330px;
  margin: 30px auto 0;
}
#main .page5 .mc li .num{
  font-size: 12px;
  color: #ccc;
  width: 330px;
  margin: 10px auto;
}
#main .page5 .mc li .desc{
  font-size: 12px;
  color: #999;
  width: 330px;
  margin: 0 auto;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
#main .page5 .mc li .learn-more{
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 330px;
  margin: 20px auto;
  color: #000;
  display: block;
  border: 1px solid #e4e4e4;
}
#main .page5 .mc li .learn-more:hover{
  background: #000;
  color: #fff;
}
#main .page5 .mc li:hover .title{
	color:#00c1de;
}
#main .page5 .mc li:hover .imgBox img{
	transform:scale(1.1,1.1);
}
*/
#main .page6 {
  padding:100px 0px;
}
#main .page6 .tit ul{
 margin-top: 90px;

  }
#main .page6 .tit ul li{
  float: left;
  margin-left: 20px;
}
#main .page6 .tit ul li a{
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
#main .page6 .tit ul li:hover a{
  color: #191919;
}
#main .page6 .mc li:nth-child(3n+2){
  float: left;
  width: calc(36% - 160px);
  padding: 0px 80px;
}
#main .page6 .mc li:nth-child(3n+1){
   float: left;
  width: calc(32% - 81px);
  padding-right: 80px;
  overflow: hidden;
  border-right:1px solid #f0f0f0;
}
#main .page6 .mc li:nth-child(3n+3){
   float: left;
  width: calc(32% - 81px);
  padding-left: 80px;
  overflow: hidden;
  border-left:1px solid #f0f0f0;
}
#main .page6 .mc li .time{

  line-height:25px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #999999
  font-family: arial;
}

#main .page6 .mc li .title{
  font-size: 26px;
  color: #191919;
  line-height: 40px;
  height: 80px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 20px;
}

#main .page6 .mc li .desc{
  font-size: 16px;
  color: #191919;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}

#main .page6 .mc li a{
  width:166px;
  height:52px;
  border:1px solid #d6dff1;
  border-radius:10px;
  margin-top: 30px;
  line-height:52px;
  font-size:16px;
  text-align: center;
  color:#999999;
  display: block;
  transition: 0.6s;

}
#main .page6 .mc li:hover .time{
  color: #2a7be8;
}
#main .page6 .mc li:hover .title{
    color: #2a7be8;
}
#main .page6 .mc li:hover .desc{
    color: #2a7be8;
}
#main .page6 .mc li:hover a{
  width:166px;
  height:52px;
  background:#2a7be8;
  border-radius:10px;
  margin-top: 30px;
  line-height:52px;
  font-size:16px;
  text-align: center;
  color:#ffffff;
  display: block;

}
/*
#main .page6 .mc li a{
  float: right;
  margin-right: 23px;
  font-size: 14px;
  margin-top: 10px;
}
#main .page6 .mc li a:hover{
  color: #00c1de
}*/
#main .page7 .page-padding{height:calc(100vh - 106px);}
#main .page7 .contact{
  position: absolute;
  padding: 20px;
  width: 304px;
  height: 360px;
  background: #fff;
  z-index: 99;
  left: 20px;
  top: 126px;
  box-shadow: 0px 0px 6px 3px rgba(204, 204, 204, 0.6);
  line-height: 35px;
  font-size: 14px;
  color: #585858;
}
#main .page7 .contact a{
  font-size: 14px;
  color: #585858;
}
#main .page7 .contact .title{
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 12px;
}
#main .page7 .map{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#main .page7 .map #allmap{
  width: 100%;
  height: calc(100% - 140px);
}
#main .page7 .map .ban{
	text-align:center;
	background:#f5f5f5;
	height:140px;
	line-height:28px;
	padding-top:30px;
	color:#666;
}
#main .page7 .map .ban *{
	color:#666;
}
#main .page7 .map .ban .w1200{
	position:relative;
}
#main .page7 .map .ban .w1200 .wx{
	position:absolute;
	right:0;
	top:-15px;
}
#main .page7 .map .ban .w1200 .wx img{
	width:110px;
}
#allmap .BMapLabel{
	font-size: 16px!important;
  padding: 10px!important;
  border: 1px solid #000!important;
}
#insidemain{
  padding: 106px 0 40px;
}
#insidemain #indexbanner{
  height: 146px;
}
#insidemain .col1{
  float: right;
  /* width: 206px; */
  /* width:100%; */
  overflow:hidden;
}
#insidemain .col2{
  float: right;
  width: 100%;
  margin:auto;
}
#insidemain .col2 .proinfo{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#insidemain .col2 .proinfo .im{
	width:48%;
	float:left;
	overflow:hidden;
	background:#f5f5f5;
}

#insidemain .col2 .proinfo .im img{
	max-width:100%;
	transition:0.6s;
}
#insidemain .col2 .proinfo .im img:hover{
	transform:scale(1.1,1.1);
}
#insidemain .col2 .proinfo .info{
	width:48%;
	float:right;
	line-height:2;
}
#insidemain .col2 .proinfo .info *{
	color:#191919;
}
#insidemain .col1 .mt{
  background: url(../images/left_mt.jpg) no-repeat center center;
  height: 78px;
  line-height: 78px;
  padding-left: 78px;
  color: #fffefe;
  font-size: 24px;
  margin-bottom: 4px;
}
/*#insidemain .col1 .inside-menu a{
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-indent: 60px;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  margin-bottom: 1px;
}*/
#insidemain .col1 .inside-menu a{
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  color: #333;
  font-size: 16px;
  /* margin-bottom: 1px; */
  width:120px;
  text-align:center;
  margin-left:0px; 
}
#insidemain .col1 .inside-menu a:hover{
  color: #2a7be8;
}
#insidemain .col1 .inside-menu a.active{
  background: url(../images/jt-white.png) no-repeat 170px center #2a7be8;
  color: #fff;
}
#insidemain .col2 .mt{
  font-size: 18px;
  color: #333;
  padding-top: 19px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
  /* width: 754px; */
  margin-bottom: 48px;
}
#insidemain .col2 .mt span{
  display: block;
  color: #dedede;
  font-family: arial;
  margin-top: 3px;
}
#page .info-title{
  text-align: center;
  color: #000;
  font-size: 20px;
  margin-top: -25px;
  margin-bottom: 30px;
}
#page .info-title span{
  display: block;
  font-size: 14px;
  color: #9e9e9e;
  margin-top: 8px;
}
#page .mc{
  font-size: 13px;
  color: #666;
  line-height: 30px;
}
#page .im{
	text-align:center;
}
#page .im img{
	max-width: 100%;
}
#page .mc img{
  max-width: 100%;
}
#products .mc li{
  float: left;
  width: 32%;
  margin-right:2%;
	margin-bottom:40px;
  cursor: pointer;
  background:#f8f8f8;
  border-radius:10px;
 
}
.cpzx .mc li{
	padding:30px 0px;
}
#products .mc li:nth-child(3n){
  margin-right:0%;
}
#products .mc li:hover{
	/* box-shadow: 0px 0px 5px 4px rgba(222, 222, 222, 0.4) */
}
#products .mc li .imgBox{
	width:100%;
  height: 258px;
  overflow: hidden;
  background: #f5f5f5;
}
#products .mc li .imgBox img{
  height: 100%;
  width:100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
	transition:0.6s;
}
#products .mc li p{
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  color: #191919;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  padding:0px 20px;
}
#products .mc li:hover .imgBox img{
 transform:scale(1.1,1.1);
 }
#products .mc li:hover p{
	  color: #2a7be8
 }
 
 
 
.jjfa .mc li{
  float: left;
  width: 32%;
  margin-right:2%;
	margin-bottom:40px;
  cursor: pointer;
  background:#f8f8f8;
  border-radius:10px;
 position:relative;
}
.jjfa .mc .conBox{
	position:absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	z-index:10;
}
.jjfa .mc li:nth-child(3n){
  margin-right:0%;
}
.jjfa .mc li:hover{
	/* box-shadow: 0px 0px 5px 4px rgba(222, 222, 222, 0.4) */
}
.jjfa .mc li .imgBox{
	width:100%;
  overflow: hidden;
  background: #f5f5f5;
  font-size:0;line-height:0;
}
.jjfa .mc li .imgBox img{
  height: 100%;
  width:100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
	transition:0.6s;
}
.jjfa .mc li .tt{
	
	margin-top:80px;
  line-height: 30px;
  font-size: 22px;
  color: #000;
  text-align:center;
   padding:0px 20px;
}
.jjfa .mc li .sub{
  line-height: 30px;
  font-size: 22px;
   color: #000;
   text-align:center;
   padding:0px 20px;
  margin-bottom:25px; 
}
.jjfa .mc li .des{
  line-height:25px; 
  height:50px;
  font-size: 12px;
  text-align:center;
  color: #666;
  padding:0px 20px; 
}
.jjfa .mc li:hover .imgBox img{
 transform:scale(1.1,1.1);
 }
/* .jjfa .mc li:hover .tt{ */
	  /* color: #2a7be8 */
 /* } */
 
 
 
.detail_cont {
    display: none;
    background: url(../images/fix_bak.png) left top repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.detail_show {
    display: none;
    width: 940px;
    height: 86%;
    margin: 4% auto 0;
    position: relative;
}

.detail_cont .pstyle {
    background: #ffffff;
    overflow-y: scroll;
    margin: 0;
    height: 100%;
    padding: 20px 90px;
}
.detail_show .pstyle .title{
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.detail_show .pstyle .contact{
  font-size: 13px;
  color: #666;
  line-height: 30px;
}


.vnclose {
    height: 59px;
    display: block;
    width: 60px;
    position: absolute;
    right: -60px;
    top: 0px;
    background: url(../images/i1.jpg) no-repeat 0px -59px ;
}

.vnclose:hover {
    background-position: 0px 0px;
}
#article .mc li{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #d3d3d3;
  width:32%;
  margin-right:2%;
  float:left;
}
#article .mc li:nth-child(3n){margin-right:0;}  
#article .mc li .imgBox{
  /* float: left; */
  width: 100%;
  height: 240px;
  overflow: hidden;
}
#article .mc li .imgBox img{
  width: 100%;
  transition:0.6s;
}
#article .mc li .infoBox{
  /* float: left; */
  /* width: 634px; */
  /* margin-left: 40px; */
}
#article .mc li .infoBox .title{
  font-size: 16px;
  color: #333;
  overflow:hidden;
  margin: 16px 0 10px
}
#article .mc li .infoBox .time{
  font-family: arial;
  font-size: 14px;
  color: #bdbdbd;
  margin: 10px 0;
}
#article .mc li .infoBox .desc{
  height: 50px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  line-height: 25px;
  margin-bottom: 15px;
}
#article .mc li .infoBox a{
  display: block;
  width: 122px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  color: #42485b;
  border: 1px solid #e0e0e0;
}
#article .mc li:hover .imgBox img{
 transform: scale(1.2, 1.2);
}
#article .mc li:hover .infoBox .title{
  color: #2a7be8;
}

#friend .mc li{
  float: left;
  width: 210px;
  height: 150px;
  margin: 0px 15px 20px;
  overflow: hidden;
}
#friend .mc li img{
  width: 100%;
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#friend .mc li:hover img{
  transform: scale(1.2, 1.2);
}
#bread {
  height: 60px;
  line-height: 60px;
  background: #f5f5f5;
  margin-bottom: 48px;
}
#bread .breader ul{
  float: left;
  padding-left: 22px;
  background: url(../images/bread.png) no-repeat left center;
}
#bread .breader li{
  float: left;
  color: #2a7be8;
}
#bread .breader li a {
  font-size: 12px;
  color: #666;
}
#bread .breader .divider {
  padding: 0;
  margin: 0;
  background: url(../images/bread-jt.png) no-repeat center center;
  font-size: 0;
  width: 23px;
  display: inline-block;
  vertical-align: top;
}
#bread .breader li a:hover {
  color: #f00;
}
#insidemain .col2 .mypage {
  margin-top: 30px;
  text-align: center;
}
#insidemain .col2 .mypage span,
#insidemain .col2 .mypage a,
#insidemain .col2 .mypage p {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
  text-decoration: none;
  border: 1px solid #999;
  background: #fff;
  color: #333;
  margin: 0 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#insidemain .col2 .mypage span.current,
#insidemain .col2 .mypage a.current,
#insidemain .col2 .mypage p.current,
#insidemain .col2 .mypage span:hover,
#insidemain .col2 .mypage a:hover,
#insidemain .col2 .mypage p:hover {
  background: #333;
  color: #fff;
}

#feedback .information {
  padding: 10px 30px;
  background: #e8e8e8;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 10px;
}
#feedback #form {
  margin-top: 40px;
  margin-bottom:40px;
  display:block;
  width:100%;
}
#feedback #form li {
  float: left;
  margin-bottom: 16px;
}
#feedback #form li label {
  float: left;
  min-width: 106px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
}
#feedback #form li label.red{
	font-weight:bold;
	color:#f00;
}
#feedback #form li input {
  width: 290px;
  *width:356px;
  float: left;
  height: 40px;
  *line-height:40px;
  text-indent: 10px;
  border: 1px solid #e0e0e0;
  margin-right: 30px;
}
#feedback #form li input#title {
  width: 854px;
  *width:850px;
  margin-right: 0;
}

#feedback #form li input#yw,
#feedback #form li input#dq,
#feedback #form li input#fs{
  width: 714px;
}
#feedback #form li input#btnSubmit {
  margin: 0 0 0 154px;
  width: 388px;
  *width:384px;
  font-size: 15px;
  background: #0d848c;
  color: #fff;
  border:0;
}
#feedback #form li img {
  float: left;
  height: 40px;
  margin: 0!important;
}
#feedback #form li textarea {
  width: 818px;
  *width:830px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  height: 190px;
}
#feedback #form .dropdown-radio{
  width: 744px;
  float:left;
}
#feedback #form .dropdown-radio input{
	width:16px;
	margin:0;
}
#feedback #form .dropdown-radio em{
  float:left;
  height:40px;
  line-height:40px;
  text-decoration:none;
  font-style:normal;
  margin:0 15px 0 5px;
}
#qr-code{
	position: fixed;
    width: 200px;
    height: 200px;
    right: -240px;
    bottom: 40px;
    background: #fff;
    padding: 10px;
    box-shadow: -1px 1px 4px 1px #ccc;
   z-index: 999;
}
#qr-code img{
	width:100%;
}
@media(max-width:1800px){
	
	#header .menu li{
		margin-left:17px;
	}
}
@media(max-width:1550px){
	#header .fr{float:left;}
	#header .menu{margin-top:0;}
	#header .menu li{		margin-left:55px;  	}
	#header .menu li:first-child{
		margin-left:0;
	}
	#insidemain {
	  padding: 136px 0 40px;
	}
}