body {
  font-family: "宋体";
}
.container1 {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}

.wenzi{ font-size:14px; line-height:28px;}
.wenzi img{ max-width:100%;}
.wenzi table{ max-width:100%;}
.wenzi table td{ border:1px solid #CCCCCC;}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrap .header {
  background: url(../images/headerbg.jpg) no-repeat center center;
  background-size: cover;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .logo img {
  max-width: 100%;
}
.header-wrap .header .stxt {
  margin-top: 25px;
  padding-left: 10px;
}
.header-wrap .header .stxt .line {
  width: 1px;
  height: 35px;
  background: #fff;
  margin-right: 10px;
}
.header-wrap .header .stxt .scn .bigtit {
  font-size: 1.2rem;
  color: #fff;
}
.header-wrap .header .stxt .scn .smalltit {
  font-size: 1.2rem;
  color: #fff;
}
.header-wrap .header .phonetxt {
  margin-top: 25px;
  color: #fff;
  font-size: 1.2rem;
}
.header-wrap .header .phonetxt .ptxt {
  text-align: right;
}
.header-wrap .header .menu {
  margin-top: 20px;
  float: right;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  width: 100%;
  height: 37px;
  background: url(../images/navbg.jpg) repeat-x;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 12.5%;
  box-sizing: border-box;
}
.nav-wrap .nav-ul .navlist span {
  float: left;
  display: inline-block;
  background: url(../images/navline.jpg) no-repeat;
  width: 2px;
  height: 37px;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  float: left;
  width: 95%;
  line-height: 33px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "微软雅黑";
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist a.listh1:hover b,
.nav-wrap .nav-ul .navlist a.listh1.on b {
  color: #0376cc;
  background: #fff;
}
.nav-wrap .nav-ul .navlist a.listh1 b {
  margin-top: 4px;
  border-radius: 5px 5px 0 0;
  display: inline-block;
  width: 90%;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 37px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  font-size: 1.2rem;
  text-align: center;
  padding-left: 10px;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #0369b5;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 47%;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ffc600;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #ffc600;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .firstScreen-wrap {
  padding: 10px 0;
}
.content-wrap .firstScreen-wrap .noticebox {
  font-family: "微软雅黑";
  margin-bottom: 20px;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .noticebox .ntit {
  width: 10%;
  text-align: center;
  float: left;
  border-right: 1px solid #5b5b5b;
  font-size: 1.4rem;
  color: #ff0000;
  font-weight: bold;
}
.content-wrap .firstScreen-wrap .noticebox .ncon {
  float: right;
  width: 88%;
  overflow: hidden;
}
.content-wrap .firstScreen-wrap .noticebox .ncon .txtMarquee-left .bd {
  overflow: hidden;
  line-height: 23px;
  height: 23px;
}
.content-wrap .firstScreen-wrap .noticebox .ncon .txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .firstScreen-wrap .noticebox .ncon .txtMarquee-left .bd ul li {
  margin-right: 20px;
  float: left;
  text-align: left;
  _display: inline;
  width: auto !important;
}
.content-wrap .firstScreen-wrap .noticebox .ncon .txtMarquee-left .bd ul li a {
  color: #5b5b5b;
  font-size: 1.2rem;
  font-weight: bold;
}
.content-wrap .firstScreen-wrap .noticebox .ncon .txtMarquee-left .bd ul li a i {
  margin-right: 8px;
}
.content-wrap .firstScreen-wrap .searchbox .textbox1 {
  width: 88%;
  float: left;
  border: 1px solid #ccc;
  padding: 3px;
  height: 25px;
  font-size: 1.2rem;
  color: #666;
  outline: none;
}
.content-wrap .firstScreen-wrap .searchbox .submitbtn {
  float: left;
  width: 10%;
  border: none;
  background: #0379d1 url(../images/firstScreen-searchicon.png) no-repeat center center;
  height: 25px;
  outline: none;
}
.content-wrap .secondScreen-wrap {
  padding: 0;
}
.content-wrap .secondScreen-wrap .adbox {
  margin-bottom: 20px;
}
.content-wrap .secondScreen-wrap .adbox .ad-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .secondScreen-wrap .adbox .ad-carousel .item {
  display: block;
}
.content-wrap .secondScreen-wrap .adbox .ad-carousel img {
  display: block;
  width: 100%;
}
.content-wrap .secondScreen-wrap .adbox .owl-theme .owl-controls {
  position: absolute;
  bottom: 0;
  right: 5px;
  text-align: right;
  width: 100%;
}
.content-wrap .secondScreen-wrap .adbox .owl-theme .owl-controls.clickable .owl-page span {
  background: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  opacity: 1;
  text-align: center;
  margin: 0 1px;
  border-radius: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .secondScreen-wrap .adbox .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #0369bd;
  color: #fff;
}
.content-wrap .secondScreen-wrap .adbox .owl-theme .owl-controls .owl-page.active span {
  background: #0369bd;
  color: #fff;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap {
  margin-bottom: 20px;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .title-morebtn {
  background: url(../images/about-titbg.jpg) repeat-x;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
  color: #acacac;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .title-morebtn .title i {
  font-style: normal;
  margin-right: 5px;
  color: #fff;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .title-morebtn .title span.chtit {
  font-size: 1.5rem;
  font-family: "微软雅黑";
  color: #fff;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .title-morebtn .title span.entit {
  font-size: 1.5rem;
  font-family: "Aparajita";
  text-transform: uppercase;
  color: #fff;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .about-con {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .about-con a {
  text-decoration: none;
 /* display: block;*/
  color: #3d3d3d;
  font-size: 1.2rem;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .about-con a:hover .picbox {
  opacity: .5;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .about-con a .picbox {
  border: 1px solid #ccc;
  padding: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .secondScreen-wrap .thirdbox .about-wrap .aboutbox .about-con a .con {
  margin-top: 10px;
  line-height: 20px;
  text-indent: 2em;
  height: 173x;
/*  overflow: hidden;*/
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabhd-morebtn {
  border-bottom: 1px solid #0a4ea5;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabhd-morebtn .tabhd .thdlist {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabhd-morebtn .tabhd .thdlist a {
  text-decoration: none;
  display: block;
  background: url(../images/newsbox-tabhdbg.jpg) repeat-x;
  border-radius: 5px 5px 0 0;
  width: 90px;
  height: 33px;
  border: 1px solid #ccc;
  line-height: 33px;
  text-align: center;
  font-size: 1.5rem;
  color: #939393;
  font-family: "微软雅黑";
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabhd-morebtn .tabhd .thdlist a:hover,
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabhd-morebtn .tabhd .thdlist a.on {
  background: url(../images/about-titbg.jpg) no-repeat;
  background-size: 100% 100%;
  width: 90px;
  height: 33px;
  border: 1px solid #0a4ea5;
  color: #fff;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabhd-morebtn .morebtn {
  margin-top: 7px;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd {
  margin-top: 10px;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist {
  display: none;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .bnlist {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .bnlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .bnlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .bnlist a .picbox {
  width: 35%;
  border: 1px solid #ccc;
  padding: 3px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .bnlist a .con {
  width: 100%;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .bnlist a .con .tit {
  font-size: 1.2rem;
  color: #3d3d3d;
  font-weight: bold;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .bnlist a .con .cn {
  margin-top: 3px;
  font-size: 1.2rem;
  color: #3d3d3d;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .bnlist a .con .morebtn {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #0a4da4;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .nconbox {
  margin-top: 5px;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .nconbox .nlist {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .nconbox .nlist a {
  text-decoration: none;
  display: block;
  line-height: 26px;
  height: 26px;
  color: #3d3d3d;
  font-size: 1.2rem;
  overflow: hidden;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .nconbox .nlist a:hover {
  color: #0a4da4;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .nconbox .nlist a i {
  font-style: normal;
  width: 5%;
  text-align: center;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .nconbox .nlist a span.tit {
  width: 95%;
}
.content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .nconbox .nlist a span.time {
  color: #9d9d9d;
}
.content-wrap .secondScreen-wrap .thirdbox .adpic {
  margin-top: 3px;
}
.content-wrap .secondScreen-wrap .thirdbox .adpic img {
  width: 100%;
}
.content-wrap .thirdScreen-wrap {
  padding: 0 0 10px;
}
.content-wrap .thirdScreen-wrap .fourthbox .query-wrap {
  background: #fff url(../images/fourthScreen-boxbg.jpg) repeat-x;
  border: 1px solid #ccc;
  padding: 10px 0 0;
}
.content-wrap .thirdScreen-wrap .fourthbox .query-wrap .title-morebtn .title {
  background: url(../images/fourthScreen-titbg.jpg) no-repeat;
  width: 107px;
  height: 44px;
  line-height: 35px;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.content-wrap .thirdScreen-wrap .fourthbox .query-wrap .title-morebtn .morebtn {
  margin-right: 10px;
  margin-top: 5px;
}
.content-wrap .thirdScreen-wrap .fourthbox .query-wrap .query-con {
  margin-top: 10px;
  padding: 0 5px;
}
.content-wrap .thirdScreen-wrap .fourthbox .query-wrap .query-con .qlist {
  padding: 0 5px 10px;
}
.content-wrap .thirdScreen-wrap .fourthbox .query-wrap .query-con .qlist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  background: url(../images/query-listbg.jpg) repeat-x;
  background-size: 100% 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #404040;
  font-size: 1.4rem;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .fourthbox .query-wrap .query-con .qlist a i {
  margin-right: 5px;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap {
  margin-top: 10px;
  background: #fff url(../images/fourthScreen-boxbg.jpg) repeat-x;
  border: 1px solid #ccc;
  padding: 10px 0 0;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .title-morebtn .title {
  background: url(../images/fourthScreen-titbg.jpg) no-repeat;
  width: 107px;
  height: 44px;
  line-height: 35px;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .title-morebtn .morebtn {
  margin-right: 10px;
  margin-top: 5px;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .issues-con {
  margin-top: 10px;
  padding: 0 10px 10px;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .issues-con .ilist {
  margin-bottom: 5px;
  width:100%;
    overflow:hidden;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .issues-con .ilist a {
  text-decoration: none;
  display: block;
  line-height: 20px;
  color: #666;
  font-size: 1.2rem;
  overflow:hidden;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .issues-con .ilist a:hover {
  color: #0a83d6;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .issues-con .ilist a:hover i {
  color: #0a83d6;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .issues-con .ilist a i {
  float: left;
  width: 7%;
  text-align: center;
  font-style: normal;
  color: #000;
}
.content-wrap .thirdScreen-wrap .fourthbox .issues-wrap .issues-con .ilist a span {
  width: 93%;
  overflow:hidden;
  float: right;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap {
  margin-top: 10px;
  background: #fff url(../images/fourthScreen-boxbg.jpg) repeat-x;
  border: 1px solid #ccc;
  padding: 10px 0 0;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .title-morebtn .title {
  background: url(../images/fourthScreen-titbg.jpg) no-repeat;
  width: 107px;
  height: 44px;
  line-height: 35px;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .title-morebtn .morebtn {
  margin-right: 10px;
  margin-top: 5px;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con {
  margin-top: 10px;
  padding: 0 10px;
  /*.clist{
						margin-bottom:5px;
						a{
							text-decoration: none;
							display: block;
							font-size:1.2rem;
							&:hover{
								.tit{
									color: #0a83d6;
								}
							}
							.tit{
								color: #131313;
								i{
									width:8%;
									text-align: center;
									float: left;
									font-style: normal;
								}
								span{
									float: right;
									width:92%;
								}
							}
							.cn{
								margin-top:5px;
								p{
									margin-bottom:0;
									color: #666;
									float: right;
									width:93%;
									line-height:20px;
								}
							}
						}
					}*/
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con .txtMarquee-top {
  overflow: hidden;
  position: relative;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con .txtMarquee-top .bd .infoList li a {
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  line-height:25px;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con .txtMarquee-top .bd .infoList li a:hover .tit {
  color: #0a83d6;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con .txtMarquee-top .bd .infoList li a .tit {
  color: #131313;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con .txtMarquee-top .bd .infoList li a .tit i {
  width: 8%;
  text-align: center;
  float: left;
  font-style: normal;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con .txtMarquee-top .bd .infoList li a .tit span {
  float: right;
  width: 92%;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con .txtMarquee-top .bd .infoList li a .cn {
  margin-top: 5px;
}
.content-wrap .thirdScreen-wrap .fourthbox .case-wrap .case-con .txtMarquee-top .bd .infoList li a .cn p {
  margin-bottom: 0;
  color: #666;
  float: right;
  width: 93%;
  line-height: 25px;
}


.content-wrap .thirdScreen-wrap .product-wrap .product-con11 {
  margin-top: 10px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox {
  padding: 0 10px 16px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .title-morebtn {
  background: url(../images/index-product-stitbg3.jpg) repeat-x;
  background-size: 100% 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 1;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .title-morebtn .title {
  background: url(../images/index-product-stitbg1.png) no-repeat;
  background-size: 100% 100%;
  height: 28px;
  width: 244px;
  padding-left: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .title-morebtn .morebtn {
  padding-right: 10px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .title-morebtn .morebtn a {
  display: block;
  color: #000;
  font-size: 1.2rem;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .title-morebtn .pbg {
  position: absolute;
  right: 0;
  z-index: -1;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox {
  padding: 8px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .picbox {
  float: left;
  width: 40%;
  border: 1px solid #ccc;
  padding: 2px;
  position: relative;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .picbox:hover .pic {
  transform: scale(1.2);
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .picbox .pic {
  transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -webkit-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .picbox .pyy {
  position: absolute;
  right: -9px;
  top: 0;
  z-index: -1;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .picbox .showcn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .con {
  float: right;
  width: 56%;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .con .clist {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .con .clist a {
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #4c4c4c;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .con .clist a:hover {
  color: #0a83d6;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .con .clist a i {
  width: 5%;
  text-align: center;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con11 .plistbox .pbox .pconbox .con .clist a span {
  width: 95%;
}



.content-wrap .content .main-wrap .product-con11 {
  padding: 0 10px;
}
.content-wrap .content .main-wrap .product-con11 .plist {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .content .main-wrap .product-con11 .plist a {
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 1.2rem;
  color: #191919;
}
.content-wrap .content .main-wrap .product-con11 .plist a:hover {
  color: #0373c6;
}
.content-wrap .content .main-wrap .product-con11 .plist a i {
  width: 5%;
  text-align: center;
}
.content-wrap .content .main-wrap .product-con11 .plist a span.tit {
  width: 95%;
  font-size: 1.4rem;
}
.content-wrap .content .main-wrap .product-con11 .plist a span.time {
  color: #979797;
}




.content-wrap .thirdScreen-wrap .fourthbox .contact-wrap {
  margin-top: 10px;
  background: #fff url(../images/fourthScreen-boxbg.jpg) repeat-x;
  border: 1px solid #ccc;
  padding: 10px 0 10px;
}
.content-wrap .thirdScreen-wrap .fourthbox .contact-wrap .title-morebtn .title {
  background: url(../images/fourthScreen-titbg.jpg) no-repeat;
  width: 107px;
  height: 44px;
  line-height: 35px;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.content-wrap .thirdScreen-wrap .fourthbox .contact-wrap .title-morebtn .morebtn {
  margin-right: 10px;
  margin-top: 5px;
}
.content-wrap .thirdScreen-wrap .fourthbox .contact-wrap .contact-con {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 1.2rem;
  color: #2b2b2b;
  line-height: 20px;
}
.content-wrap .thirdScreen-wrap .fourthbox .contact-wrap .contact-con .ewmpic {
  text-align: center;
}
.content-wrap .thirdScreen-wrap .fourthbox .contact-wrap .contact-con .ewmpic img {
  max-width: 100%;
}
.content-wrap .thirdScreen-wrap .product-wrap {
  margin-top: 20px;
}
.content-wrap .thirdScreen-wrap .product-wrap .title-line {
  position: relative;
  background: url(../images/index-product-tit.jpg) no-repeat center center;
  background-size: 100% 100%;
  height: 23px;
}
.content-wrap .thirdScreen-wrap .product-wrap .title-line .title {
  background: url(../images/index-product-titbg.jpg) no-repeat;
  width: 177px;
  height: 32px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -89px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "微软雅黑";
  text-align: center;
  line-height: 32px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con {
  margin-top: 10px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .product-carousel{
width:100%; margin:0 auto;}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .product-carousel .item{
display:block; margin:0 5px; text-align:center; color:#333; border:1px solid #CCCCCC;}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .product-carousel .item .conbox{ line-height:45px; height:45px; overflow:hidden;}
.content-wrap .thirdScreen-wrap .product-wrap .product-con img{max-width:100%;}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox {
  padding: 0 10px 16px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox {
  border: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .title-morebtn {
  background: url(../images/index-product-stitbg3.jpg) repeat-x;
  background-size: 100% 100%;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 1;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .title-morebtn .title {
  background: url(../images/index-product-stitbg1.png) no-repeat;
  background-size: 100% 100%;
  height: 28px;
  width: 244px;
  padding-left: 10px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .title-morebtn .morebtn {
  padding-right: 10px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .title-morebtn .morebtn a {
  display: block;
  color: #000;
  font-size: 1.2rem;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .title-morebtn .pbg {
  position: absolute;
  right: 0;
  z-index: -1;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox {
  padding: 8px;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .picbox {
  float: left;
  width: 40%;
  border: 1px solid #ccc;
  padding: 2px;
  position: relative;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .picbox:hover .pic {
  transform: scale(1.2);
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .picbox .pic {
  transition: all 1.5s ease 0s;
  -moz-transition: all 1.5s ease 0s;
  -webkit-transition: all 1.5s ease 0s;
  -o-transition: all 1.5s ease 0s;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .picbox .pyy {
  position: absolute;
  right: -9px;
  top: 0;
  z-index: -1;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .picbox .showcn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background: rgba(0, 0, 0, 0.5) !important;
  background: #000;
  filter: alpha(opacity=50);
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .con {
  float: right;
  width: 56%;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .con .clist {
  border-bottom: 1px dashed #ccc;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .con .clist a {
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #4c4c4c;
  line-height: 27px;
  height: 27px;
  overflow: hidden;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .con .clist a:hover {
  color: #0a83d6;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .con .clist a i {
  width: 5%;
  text-align: center;
}
.content-wrap .thirdScreen-wrap .product-wrap .product-con .plistbox .pbox .pconbox .con .clist a span {
  width: 95%;
}
.content-wrap .content {
  margin-top: 20px;
  font-family: "微软雅黑";
}
.content-wrap .content .title-posit {
  color: #fff;
  height: 40px;
  font-size: 1.8rem;
  box-shadow: 0 0 25px #ddd;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #eee;
}
.content-wrap .content .title-posit .title {
  font-size: 1.6rem;
  color: #0373c6;
  font-weight: bold;
}
.content-wrap .content .title-posit .title i {
  float: left;
  display: inline-block;
  width: 6px;
  height: 22px;
  background: #5c5a58;
}
.content-wrap .content .title-posit .title p {
  margin-left: 10px;
  float: left;
  margin-bottom: 0;
}
.content-wrap .content .title-posit .title p span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  color: #4f4d4b;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .content .title-posit .posit {
  margin-top: 2px;
  color: #978f87;
  font-size: 1.2rem;
}
.content-wrap .content .title-posit .posit a {
  color: #978f87;
  text-decoration: none;
}
.content-wrap .content .title-posit .posit a:hover {
  color: #03941c;
}
.content-wrap .content .w-ltside .mb {
  margin-bottom: 10px;
}
.content-wrap .content .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #0373c6;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .content .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .content .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .content .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .content .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .content .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .content .w-ltside .show-hide .div2:hover a {
  background: #0373c6;
  color: #fff;
}
.content-wrap .content .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .content .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  margin-top: 2px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a:hover {
  color: #0373c6;
}
.content-wrap .content .w-posit {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.content-wrap .content .w-posit .tit {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.content-wrap .content .w-posit .posit {
  font-size: 1.2rem;
  color: #4d4d4d;
}
.content-wrap .content .w-posit .posit a {
  color: #4d4d4d;
}
.content-wrap .content .ltside {
  width: 260px;
  margin-bottom: 20px;
}
.content-wrap .content .ltside .linkbox .title-arrow {
  color: #fff;
  height: 40px;
  font-size: 1.8rem;
  box-shadow: 0 0 25px #ddd;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #eee;
}
.content-wrap .content .ltside .linkbox .title-arrow .title {
  font-size: 1.6rem;
  color: #0373c6;
  font-weight: bold;
}
.content-wrap .content .ltside .linkbox .title-arrow .title i {
  float: left;
  display: inline-block;
  width: 6px;
  height: 22px;
  background: #0373c6;
}
.content-wrap .content .ltside .linkbox .title-arrow .title p {
  margin-left: 10px;
  float: left;
  margin-bottom: 0;
}
.content-wrap .content .ltside .linkbox .title-arrow .title p span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  color: #4f4d4b;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .content .ltside .linkbox .link-wrap {
  border: 1px solid #dbdbdb;
  padding: 8px 8px 3px 8px;
}
.content-wrap .content .ltside .linkbox .link-wrap .list {
  padding: 0 20px 0;
  display: block;
  height: 34px;
  color: #252525;
  line-height: 34px;
  font-size: 1.4rem;
  text-decoration: none;
  border-radius: 5px;
  background: #e2e2e2;
  margin-bottom: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .ltside .linkbox .link-wrap .list.on1 {
  background: #0373c6;
  color: #fff;
}
.content-wrap .content .ltside .linkbox .link-wrap .list.on1 i.icon {
  opacity: 1;
}
.content-wrap .content .ltside .linkbox .link-wrap .list.on1 i.arrow {
  opacity: 1;
}
.content-wrap .content .ltside .linkbox .link-wrap .list:hover {
  background: #0373c6;
  color: #fff !important;
}
.content-wrap .content .ltside .linkbox .link-wrap .list:hover i.icon {
  opacity: 1;
}
.content-wrap .content .ltside .linkbox .link-wrap .list:hover i.arrow {
  opacity: 1;
}
.content-wrap .content .ltside .linkbox .link-wrap .list i.icon {
  margin-right: 20px;
  opacity: 0;
}
.content-wrap .content .ltside .linkbox .link-wrap .list i.arrow {
  font-style: normal;
  font-weight: bold;
  color: #fff;
  opacity: 0;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 {
  margin-bottom: 5px;
  display: none;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 5.3em;
  color: #6e6e6e;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a:hover i {
  opacity: 1;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a i {
  margin-top: 10px;
  width: 2px;
  height: 15px;
  float: left;
  display: inline-block;
  background: #30a6e3;
  opacity: 0;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .content .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .content .ltside .contactbox .title-arrow {
  color: #fff;
  height: 40px;
  font-size: 1.8rem;
  box-shadow: 0 0 25px #ddd;
  padding: 8px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #eee;
}
.content-wrap .content .ltside .contactbox .title-arrow .title {
  font-size: 1.6rem;
  color: #0373c6;
  font-weight: bold;
}
.content-wrap .content .ltside .contactbox .title-arrow .title i {
  float: left;
  display: inline-block;
  width: 6px;
  height: 22px;
  background: #0373c6;
}
.content-wrap .content .ltside .contactbox .title-arrow .title p {
  margin-left: 10px;
  float: left;
  margin-bottom: 0;
}
.content-wrap .content .ltside .contactbox .title-arrow .title p span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  color: #4f4d4b;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .content .ltside .contactbox .con {
  border: 1px solid #dbdbdb;
  padding: 20px;
  text-align: center;
}
.content-wrap .content .ltside .contactbox .con .clist {
  margin-bottom: 5px;
}
.content-wrap .content .ltside .contactbox .con .clist i {
  float: left;
  margin-right: 10px;
}
.content-wrap .content .ltside .contactbox .con .clist p {
  float: left;
  color: #292929;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.content-wrap .content .ltside .contactbox .con .clist p span {
  display: block;
  color: #a3a3a3;
}
.content-wrap .content .ltside .contactbox .con .zxbtn {
  width: 100%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  margin-top: 15px;
  line-height: 35px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .ltside .contactbox .con .zxbtn:hover {
  background: #0373c6;
}
.content-wrap .content .main-wrap {
  padding-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con .pic {
  text-align: center;
}
.content-wrap .content .main-wrap .about-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .about-con .con p {
  font-size: 1.2rem;
  color: #414141;
  line-height: 30px;
  margin-bottom: 0;
  text-indent: 2em;
}
.content-wrap .content .main-wrap .product-con {
  padding: 0 10px;
}
.content-wrap .content .main-wrap .product-con .plist {
  
  padding:0 10px 20px;
}
.content-wrap .content .main-wrap .product-con .plist a {
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #191919;
  border: 1px solid #ccc;
  padding:10px 10px 0;
}
.content-wrap .content .main-wrap .product-con .plist a:hover {
  color: #0373c6;
}
.content-wrap .content .main-wrap .product-con .plist a i {
  width: 5%;
  text-align: center;
}
.content-wrap .content .main-wrap .product-con .plist a span.tit {
  width: 95%;
  font-size: 1.4rem;
}
.content-wrap .content .main-wrap .product-con .plist a span.time {
  color: #979797;
}

.content-wrap .content .main-wrap .product-con .plist a .btit{
line-height:45px; height:45px; text-align:center; font-size:14px; color:#666;}

.content-wrap .content .main-wrap .evaluation-con .elist {
  padding: 0 10px 20px;
}
.content-wrap .content .main-wrap .evaluation-con .elist a {
  text-decoration: none;
  display: block;
  color: #3a3a3a;
  font-size: 1.2rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .evaluation-con .elist a:hover {
  color: #0373c6;
}
.content-wrap .content .main-wrap .evaluation-con .elist a:hover .picbox {
  opacity: .5;
}
.content-wrap .content .main-wrap .evaluation-con .elist a .picbox {
  width: 20%;
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .evaluation-con .elist a .con {
  width: 78%;
  margin-top: 3px;
}
.content-wrap .content .main-wrap .evaluation-con .elist a .con p {
  line-height: 23px;
  margin-bottom: 0;
}
.content-wrap .content .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .content .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .content .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .content .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .content .main-wrap .product-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}

  .content-wrap .content .main-wrap .product-details-con  .con1 .tabhd .thdlist {
  float:left;
  width:33.33%;
  padding:0 5px;
  }
  .content-wrap .content .main-wrap .product-details-con  .con1 .tabhd .thdlist a{
  display:block;
  	border:1px solid #ddd;
  }
  
   .content-wrap .content .main-wrap .product-details-con  .con1 .tabhd .product-details-carousel {
   width: 100% !important;
  margin-left: auto;
  margin-right: auto;
   }
   
    .content-wrap .content .main-wrap .product-details-con  .con1 .tabhd .product-details-carousel .item{
	display:block; margin:0 5px; border:1px solid #ddd;
	}
	.content-wrap .content .main-wrap .product-details-con  .con1 .tabhd .product-details-carousel .item:hover, .content-wrap .content .main-wrap .product-details-con  .con1 .tabhd .product-details-carousel .item.on{
	border-color:#0373c6;}
  
  .content-wrap .content .main-wrap .product-details-con  .con1 .tabhd .thdlist a:hover,.content-wrap .content .main-wrap .product-details-con  .con1 .tabhd .thdlist a.on{
 
  border-color:#0373c6;}
  
  .content-wrap .content .main-wrap .product-details-con  .con1 .tabbd{
  margin-bottom:15px;}
  
   .content-wrap .content .main-wrap .product-details-con  .con1 .tabbd .tbdlist{
   display:none;}
   
   .content-wrap .content .main-wrap .product-details-con  .con1 .tabbd .tbdlist:nth-child(1){
   display:block;}
   
   
   
    .content-wrap .content .main-wrap .product-details-con  .con2 .tabhd1{ border-bottom:1px solid #ddd;}
	.content-wrap .content .main-wrap .product-details-con  .con2 .tabhd1 .thdlist{ float:left; width:120px; height:35px; margin-right:5px;}
	.content-wrap .content .main-wrap .product-details-con  .con2 .tabhd1 .thdlist a{ display:block; border:1px solid #ddd; border-radius:5px 5px 0 0; border-bottom:none; height:35px; line-height:35px; text-align:center; color:#333333; font-size:16px; text-decoration:none;}
	
	.content-wrap .content .main-wrap .product-details-con  .con2 .tabhd1 .thdlist a:hover, .content-wrap .content .main-wrap .product-details-con  .con2 .tabhd1 .thdlist a.on{
	background:#0373c6; color:#fff;
	}
	
	.content-wrap .content .main-wrap .product-details-con  .con2 .tabbd1{
	margin-top:25px;}
	
	.content-wrap .content .main-wrap .product-details-con  .con2 .tabbd1 .tbdlist{ display:none; font-size:14px; line-height:25px;}
	.content-wrap .content .main-wrap .product-details-con  .con2 .tabbd1 .tbdlist:nth-child(1){
	display:block}
	

.footer-wrap .footer .linkbox {
  border-top: 3px solid #af0505;
  text-align: center;
  background: url(../images/footer-linkbg.jpg) repeat-x;
  height: 35px;
  line-height: 35px;
}
.footer-wrap .footer .linkbox .list {
  display: inline-block;
  font-size: 1.2rem;
  color: #000;
}
.footer-wrap .footer .linkbox .list a {
  color: #000;
}
.footer-wrap .footer .linkbox .list span {
  margin: 0 30px;
}
.footer-wrap .footer .copyright {
  padding: 20px 0;
}
.footer-wrap .footer .copyright .cpicbox {
  text-align: center;
}
.footer-wrap .footer .copyright .cpicbox .clist {
  display: inline-block;
}
.footer-wrap .footer .copyright .ctxt {
  margin-top: 20px;
  line-height: 25px;
  text-align: center;
  color: #7d7d7d;
  font-size: 1.2rem;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #1f66c2;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #14509e;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .header-wrap .header {
    height: 80px;
  }
  .header-wrap .header .logo {
    line-height: 80px;
  }
  .content-wrap .firstScreen-wrap .noticebox {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .content-wrap .secondScreen-wrap .thirdbox {
    padding-left: 20px;
  }
  .content-wrap .secondScreen-wrap .thirdbox .about-wrap {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .content-wrap .secondScreen-wrap .thirdbox .news-wrap .newsbox .tabbd .tbdlist .nconbox .nlist a span.tit {
    width: 50%;
  }
  .content-wrap .thirdScreen-wrap .product-wrap {
    margin-top: 0;
    padding-left: 20px;
  }
  .content-wrap .content .main-wrap .about-con {
    border: 1px solid #dbdbdb;
    padding: 20px;
  }

  .content-wrap .content .main-wrap .product-con .plist a span.tit {
    width: 55%;
  }
  
    .content-wrap .content .main-wrap .product-con11 {
    border: 1px solid #dbdbdb;
    padding: 10px 5px;
  }

  
  .content-wrap .content .main-wrap .evaluation-con {
    border: 1px solid #dbdbdb;
    padding: 10px 5px;
  }
  .content-wrap .content .main-wrap .contact-con {
    border: 1px solid #dbdbdb;
    padding: 20px;
  }

  
}
@media (min-width: 768px) {
  .col-md-13,
  .col-sm-13 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .content-wrap .firstScreen-wrap .noticebox .ntit {
    width: 18%;
  }
  .content-wrap .firstScreen-wrap .noticebox .ncon {
    width: 80%;
  }
  .content-wrap .content .main-wrap .evaluation-con .elist a .picbox {
    width: 40%;
  }
  .content-wrap .content .main-wrap .evaluation-con .elist a .con {
    width: 58%;
  }
}
/*浮动QQ*/
.dock {
  position: fixed;
  right: 0px;
  width: 50px;
  -moz-opacity: 0.9;
  opacity: 0.9;
  z-index: 200;
        font-size:14px;
  font-family:'微软雅黑';
}

.dock.close {
  z-index: 50;
}

.dock ul.icons {
  position: absolute;
  list-style: none;
  right: 0px;
  padding: 0px;
  width: 50px;
  border: 1px solid #333;
  border-right: none;
  background: #111;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
  right: -70px;
}

.dock ul.icons li i {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: url(../images/icons.png) no-repeat;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  z-index: 210;
}

.dock ul.icons li.active i {
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.dock ul.icons li.up i {
  background-position: -63px -150px;
}

.dock ul.icons li.tel i {
  background-position: -62px -108px;
}

.dock ul.icons li.im i {
  background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
  background-position: -59px -66px;
}

.dock ul.icons li.down i {
  background-position: -63px -190px;
}

.dock ul.icons li p {
  display: block;
  position: absolute;
  top: 50px;
  right: -260px;
  padding: 15px 20px;
  height: 120px;
  color: White;
  line-height: 30px;
  border: 1px solid #333;
  border-right: none;
  background: #111;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .4s ease-in-out .1s;
  -moz-transition: all .4s ease-in-out .1s;
  -ms-transition: all .4s ease-in-out .1s;
  -o-transition: all .4s ease-in-out .1s;
  transition: all .4s ease-in-out .1s;
  overflow: hidden;
  z-index: 201;
}

.dock ul.icons li.active p {
  right: 50px;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dock ul.icons li.tel p {
width: 140px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
  width: 140px;
    height:195px;
    line-height:30px
}

.dock ul.icons li.im p a {
  display: block;
  margin-top: 12px;
  width: 100px;
  height: 35px;
  line-height: 32px;
  color: #00dfb9;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00dfb9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
  color: White;
  background: #0f8773;
  border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
  width: 170px;
    height:188px;
    line-height:30px;
    text-align: center;
}

.dock ul.icons li.wechat p img {
  
  border: 2px solid #000;
}

.dock a.switch {
  position: absolute;
  display: block;
  top: 252px;
  right: 11px;
  width: 26px;
  height: 26px;
  background: url(../images/icons.png) no-repeat 0px -640px;
  cursor: pointer;
  -webkit-transition-delay: .15s;
  -moz-transition-delay: .15s;
  -ms-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

.dock a.switch.off {
  background-position: -32px -640px;
}
.jiathis_style{display: none;}
.con1 img{max-width:100%;}
