body {
  font-family: "微软雅黑";
}
.container1 {
  max-width: 1100px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.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;
}

.content-wrap .content .main-wrap .messages-con {
  position: relative;
}
.content-wrap .content .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  width: 23%;
  text-align: center;
  line-height: 35px;
}
.content-wrap .content .main-wrap .messages-con .mbox .inputlist .import {
  width: 5%;
  text-align: center;
  color: #ff0000;
}
.content-wrap .content .main-wrap .messages-con .mbox .inputlist .textbox1 {
  width: 72%;
  height: 35px;
  font-size: 1.4rem;
  padding: 5px;
  border: 1px solid #ccc;
}
.content-wrap .content .main-wrap .messages-con .mbox .inputlist .textbox2 {
  width: 72%;
  height: 150px;
  font-size: 1.4rem;
  padding: 5px;
  border: 1px solid #ccc;
}
.content-wrap .content .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: none;
  background: #d1d1d1;
  color: #666;
  font-size: 1.4rem;
}
.content-wrap .content .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .content .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #0089fe;
  color: #fff;
}
.content-wrap .content .main-wrap .messages-con .mbg {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: -1;
}



.title3{ margin-bottom:10px;}
.title3 h5{ margin:0 0 10px !important; font-size:18px; color:#585757; line-height:24px;}
.title3 h2{ display:block; width:80%; margin:0 auto !important; line-height:40px; background:#564283; font-size:16px; color:#fff; border:solid 1px #7961ae;}

.imgboxs{ margin-bottom:10px;}
.imgboxs img{ display:block; margin:0 auto; padding:4px; border:solid 1px #ccc;}

/*p-7*/
.picture7{ margin:20px 0 0 0;}
.picture7 iframe{ width:80%; height:650px; margin:0 auto !important;}
.picture7 img{ display:block; margin:0 auto;}

a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar {
  background: #2d596f;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 1.2rem;
  font-family: "黑体";
}
.topbar .tlt .tlist {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.topbar .tlt .tlist i {
  margin-right: 10px;
  margin-top: -3px;
}
.topbar .trt {
  font-size: 1.4rem;
}
.topbar .trt a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}
.topbar .trt a:hover {
  color: #f5a200;
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 11%;
}
.header-wrap .header .nav-ul .navlist a.listh1 {
  line-height: 100px;
  text-decoration: none;
  display: block;
  color: #292929;
  text-align: center;
  font-size: 1.4rem;
  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;
}
.header-wrap .header .nav-ul .navlist a.listh1:hover,
.header-wrap .header .nav-ul .navlist a.listh1.on {
  color: #225067;
}
.header-wrap .header .nav-ul .navlist a.listh1 span {
  margin-top: 44px;
  float: right;
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #ccc;
}
.header-wrap .header .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 140px;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2:hover,
.header-wrap .header .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #129abf;
}
.header-wrap .header .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);
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.header-wrap .header .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.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;
}
.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: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .product-wrap {
  padding: 30px 0;
}
.content-wrap .product-wrap .title-line .entit {
  text-align: center;
}
.content-wrap .product-wrap .title-line .entit img {
  max-width: 100%;
}
.content-wrap .product-wrap .title-line .chtit {
  margin-top: 10px;
  background: url(../images/index-titline1.png) no-repeat center center;
  font-size: 1.6rem;
  color: #292929;
  text-align: center;
}
.content-wrap .product-wrap .product-con {
  margin-top: 30px;
  overflow: hidden;
  /*.multipleColumn{
				overflow:hidden;
				position:relative;
				width:1100px;
				.hd{
					overflow:hidden;
					text-align: center;
					ul{
						overflow:hidden;
						zoom:1;
						margin-top:10px;
						li{
							box-shadow: 0 0 10px #ccc;
							display: inline-block;
							width:20px;
							height:20px;
							overflow:hidden;
							margin: 0 5px;
							text-indent:-999px;
							cursor:pointer;
							background:#fff;
							border: 1px solid #ccc;
							border-radius: 50%;
							&.on{
								background: #192c3b;
							}
						}
					}
				}
				.bd{
					padding:10px;
					overflow:hidden;
					.ulWrap{
						ul{
							overflow:hidden;
							zoom:1;
							float:left;
							_display:inline;
							width:1100px;
							li{
								width:300px;
								margin:0 25px 40px;
								float:left;
								_display:inline;
								overflow:hidden;
								a{
									display: block;
									text-decoration: none;
									&:hover{
										.con{
											background: #f5a200;
											.tit{
												span{
													color: #fff;
												}
											}
											.more{
												color: #fff;
											}
										}
									}
									.picbox{
										position: relative;
									}
									.con{
										background: #225067;
										padding:10px;
										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;
										.tit{
											color: #fff;
											font-size:1.2rem;
											line-height:20px;
											height:40px;
											overflow: hidden;
											span{
												display: block;
												color: #bbb;
											}
										}
										.more{
											margin-top:10px;
											color: #0bc7b4;
											font-size:1.2rem;
										}
									}
								}
							}
						}
					}
				}
			}*/

}
.content-wrap .product-wrap .product-con .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper {
  margin-bottom: 80px;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a:hover .con {
  background: #f5a200;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a:hover .con .tit span {
  color: #fff;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a:hover .con .more {
  color: #fff;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a .picbox {
  position: relative;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a .con {
  background: #225067;
  padding: 10px;
  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 .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a .con .tit {
  color: #fff;
  font-size: 1.2rem;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a .con .tit span {
  display: block;
  color: #bbb;
}
.content-wrap .product-wrap .product-con .swiper-container .swiper-wrapper .swiper-slide a .con .more {
  margin-top: 10px;
  color: #0bc7b4;
  font-size: 1.2rem;
}
.content-wrap .product-wrap .product-con .swiper-pagination-bullet {
  box-shadow: 0 0 10px #ccc;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  opacity: 1;
}
.content-wrap .product-wrap .product-con .swiper-pagination-bullet-active {
  background: #192c3b;
}
.content-wrap .about-wrap {
  padding: 30px 0;
  background: url(../images/aboutbg.jpg) no-repeat center center;
  background-size: cover;
}
.content-wrap .about-wrap .con a {
  text-decoration: none;
  color: #fff;
}
.content-wrap .about-wrap .con a:hover {
  opacity: .8;
}
.content-wrap .about-wrap .con a .title-morebtn {
  margin-bottom: 20px;
}
.content-wrap .about-wrap .con a .title-morebtn .tit {
  font-size: 1.8rem;
}
.content-wrap .about-wrap .con a .title-morebtn .tit span {
  font-size: 1.4rem;
}
.content-wrap .about-wrap .con a .cn {
  font-size: 1.2rem;
}
.content-wrap .about-wrap .con a .cn p {
  text-indent: 2em;
  margin-bottom: 0;
  line-height: 30px;
}
.content-wrap .about-wrap .con a .khcn {
  border-top: 1px dashed #fff;
  margin-top: 20px;
  padding-top: 20px;
}
.content-wrap .about-wrap .con a .khcn .klist {
  display: inline-block;
  margin-right: 20px;
}
.content-wrap .about-wrap .con a .khcn .klist span {
  color: #f5a200;
}
.content-wrap .service-wrap {
  padding: 30px 0;
}
.content-wrap .service-wrap .titbg .tit-line {
  background: url(../images/service-titline.png) no-repeat center center;
  text-align: center;
}
.content-wrap .service-wrap .titbg .tit-line .tit {
  font-size: 3.6rem;
  color: #f5a200;
  font-weight: bold;
}
.content-wrap .service-wrap .titbg .tit-line .tit i {
  font-style: normal;
  font-size: 2rem;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: -5px;
}
.content-wrap .service-wrap .titbg .tit-line .tit .s2 {
  color: #f5a200;
}
.content-wrap .service-wrap .service-con .sbg {
  padding: 20px 20px 0;
  position: relative;
}
.content-wrap .service-wrap .service-con .sbg .title {
  text-align: center;
}
.content-wrap .service-wrap .service-con .sbg .title .btit {
  font-size: 2.4rem;
  color: #2e2e2e;
  margin-bottom: 5px;
}
.content-wrap .service-wrap .service-con .sbg .title .btit span {
  font-weight: bold;
  font-size: 3rem;
  color: #225067;
}
.content-wrap .service-wrap .service-con .sbg .title .stit {
  font-size: 2.4rem;
  color: #333;
}
.content-wrap .service-wrap .service-con .sbg .title .stit span {
  color: #225067;
}
.content-wrap .service-wrap .service-con .sbg .scon {
  margin-top: 30px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist {
  margin-bottom: 10px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a {
  display: block;
  color: #2c2c2c;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a:hover {
  color: #255167;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a:hover .picbox {
  opacity: .6;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a:hover .picbox1 iframe {
width:100%; height:340px;
 margin:0 auto !important;
}


.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit {
  height: 80px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit i {
  float: left;
  background: url(../images/service-stitbg5.png) no-repeat;
  width: 87px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  font-style: normal;
  line-height: 80px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit p {
  margin-top: 10px;
  float: left;
  margin-left: 10px;
  font-size: 2.4rem;
  color: #255167;
  font-weight: bold;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .tit p span {
  display: block;
  color: #343434;
  font-size: 1.4rem;
  font-weight: normal;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .stit .line {
  background: url(../images/service-stitlinepng.png) no-repeat right;
  height: 5px;
  position: relative;
  top: -4px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .con .cn {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 25px;
  height: 125px;
  overflow: hidden;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox1 {
  margin-bottom: 20px;
  padding: 0 10px;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox img {
  max-width: 100%;
  height:340px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox1 iframe {
width:100%; height:340px;
 margin:0 auto !important;
}
.content-wrap .service-wrap .service-con .sbg .ltsy {
  position: absolute;
  left: -6px;
  top: 0;
}
.content-wrap .service-wrap .service-con .sbg .rtsy {
  position: absolute;
  right: -6px;
  top: 0;
}
.content-wrap .app-wrap {
  background: url(../images/appbg.jpg) no-repeat;
  padding: 60px 0;
}
.content-wrap .app-wrap .title-line{
text-align:center;
}
.content-wrap .app-wrap .title-line .entit {
  text-align: center;
}
.content-wrap .app-wrap .title-line .entit img {
  max-width: 100%;
}
.content-wrap .app-wrap .title-line .chtit {
  margin-top: 10px;
  background: url(../images/index-titline3.png) no-repeat center center;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.content-wrap .app-wrap .app-con {
  margin-top: 60px;
}
.content-wrap .app-wrap .app-con .layB .tbC {
  position: relative;
}
.content-wrap .app-wrap .app-con .layB .tbC .prev2 {
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -37px;
  background: url(../images/app-arrow.png) no-repeat left top;
  width: 38px;
  height: 74px;
  z-index: 10;
  opacity: .3;
  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 .app-wrap .app-con .layB .tbC .prev2:hover {
  opacity: 1;
}
.content-wrap .app-wrap .app-con .layB .tbC .next2 {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -37px;
  background: url(../images/app-arrow.png) no-repeat right top;
  width: 38px;
  height: 74px;
  z-index: 10;
  opacity: .3;
  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 .app-wrap .app-con .layB .tbC .next2:hover {
  opacity: 1;
}
.content-wrap .app-wrap .app-con .layB .tbC .slide {
  width: 1100px;
}
.content-wrap .app-wrap .app-con .layB .tbC .slide ul {
  overflow: hidden;
  zoom: 1;
}
.content-wrap .app-wrap .app-con .layB .tbC .slide ul li {
  margin: 0 10px 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  width: 345px;
}
.content-wrap .app-wrap .app-con .layB .tbC .slide ul li a {
  text-decoration: none;
  display: block;
}
.content-wrap .app-wrap .app-con .layB .tbC .slide ul li a:hover .picbox {
  opacity: .5;
}
.content-wrap .app-wrap .app-con .layB .tbC .slide ul li a .picbox {
  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 .app-wrap .app-con .layB .tbC .slide ul li a .con {
  padding: 10px 15px;
  background: #fff;
}
.content-wrap .app-wrap .app-con .layB .tbC .slide ul li a .con .tit {
  font-size: 1.6rem;
  color: #225067;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .app-wrap .app-con .layB .tbC .slide ul li a .con .tit span {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  color: #999;
}
.content-wrap .app-wrap .morebtn {
  margin-top: 30px;
  text-align: center;
}
.content-wrap .app-wrap .morebtn a {
  width: 270px;
  height: 65px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  line-height: 65px;
  color: #225067;
  font-size: 2.5rem;
  display: block;
  border-radius: 50px;
  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 .app-wrap .morebtn a:hover {
  background: #225067;
  color: #fff;
}
.content-wrap .content {
  margin-top: 20px;
}
.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: #225067;
  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: #eaeaea;
  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: #225067;
  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: #ececec;
  overflow: hidden;
  margin-top: 2px;
}
.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: #225067;
}
.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 .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .content .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .content .tit-line h2 span {
  font-family: "微软雅黑";
  display: block;
  font-size: 2rem;
}
.content-wrap .content .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .content .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #225067;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .content .ltside {
  width: 250px;
  margin-bottom: 20px;
}
.content-wrap .content .ltside .linkbox {
  border: 1px solid #ccc;
  padding: 6px;
}
.content-wrap .content .ltside .linkbox .title-arrow {
  background: #225067;
  color: #fff;
  height: 50px;
  font-size: 1.8rem;
  padding: 15px 10px;
}
.content-wrap .content .ltside .linkbox .title-arrow h4.title {
  margin: 0;
}
.content-wrap .content .ltside .linkbox .title-arrow h4.title span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .content .ltside .linkbox .link-wrap {
  margin-top: 5px;
}
.content-wrap .content .ltside .linkbox .link-wrap .list {
  padding: 0 20px;
  display: block;
  height: 35px;
  color: #252525;
  line-height: 35px;
  font-size: 1.4rem;
  text-decoration: none;
}
.content-wrap .content .ltside .linkbox .link-wrap .list:hover,
.content-wrap .content .ltside .linkbox .link-wrap .list.on1 {
  background: #129abf;
  color: #fff;
}
.content-wrap .content .ltside .linkbox .link-wrap .list i.icon {
  margin-right: 10px;
}
.content-wrap .content .ltside .linkbox .link-wrap .list i.arrow {
  font-style: normal;
  font-weight: bold;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 {
  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: #666164;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #e9e9e9;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a:hover {
  color: #62c5e6;
}
.content-wrap .content .ltside .linkbox .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .content .ltside .contactbox {
  border: 1px solid #ccc;
  margin-top: 15px;
  padding: 6px;
}
.content-wrap .content .ltside .contactbox .title-arrow {
  background: #225067;
  color: #fff;
  height: 50px;
  font-size: 1.8rem;
  padding: 15px 10px;
}
.content-wrap .content .ltside .contactbox .title-arrow h4.title {
  margin: 0;
}
.content-wrap .content .ltside .contactbox .title-arrow h4.title span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.4rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .content .ltside .contactbox .con {
  margin-top: 3px;
}
.content-wrap .content .ltside .contactbox .con p {
  color: #696969;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 25px;
}
.content-wrap .content .ltside .contactbox .con .pic img {
  width: 100%;
}
.content-wrap .content .main-wrap {
  padding-bottom: 20px;
}
.content-wrap .content .main-wrap .title-posit {
  margin-bottom: 20px;
  height: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 10px;
  line-height: 55px;
}
.content-wrap .content .main-wrap .title-posit .title {
  color: #978f87;
  font-size: 2.2rem;
}
.content-wrap .content .main-wrap .title-posit .title img {
  float: left;
  margin-top: 5px;
}
.content-wrap .content .main-wrap .title-posit .title span {
  margin-left: 5px;
  display: inline-block;
  margin-top: 5px;
  float: left;
}
.content-wrap .content .main-wrap .title-posit .posit {
  margin-top: 12px;
  color: #978f87;
  font-size: 1.4rem;
}
.content-wrap .content .main-wrap .title-posit .posit a {
  color: #978f87;
}
.content-wrap .content .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con .pic {
  text-align: center;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .about-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .about-con p {
  font-size: 1.4rem;
  color: #666;
  line-height: 35px;
  margin-bottom: 0;
}
.content-wrap .content .main-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .content .main-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .product-con .plist a:hover .con {
  background: #f5a200;
}
.content-wrap .content .main-wrap .product-con .plist a:hover .con .tit span {
  color: #fff;
}
.content-wrap .content .main-wrap .product-con .plist a:hover .con .more {
  color: #fff;
}
.content-wrap .content .main-wrap .product-con .plist a .picbox {
  position: relative;
}
.content-wrap .content .main-wrap .product-con .plist a .con {
  background: #225067;
  padding: 10px;
  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 .product-con .plist a .con .tit {
  color: #fff;
  font-size: 1.2rem;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .product-con .plist a .con .tit span {
  display: block;
  color: #bbb;
}
.content-wrap .content .main-wrap .product-con .plist a .con .more {
  margin-top: 10px;
  color: #0bc7b4;
}
.content-wrap .content .main-wrap .app-con .alist {
  padding: 0 10px 20px;
}
.content-wrap .content .main-wrap .app-con .alist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .app-con .alist a:hover .con {
  background: #225067;
}
.content-wrap .content .main-wrap .app-con .alist a:hover .con .tit {
  color: #fff;
}
.content-wrap .content .main-wrap .app-con .alist a:hover .con .tit span {
  color: #fff;
}
.content-wrap .content .main-wrap .app-con .alist a .picbox {
  position: relative;
}
.content-wrap .content .main-wrap .app-con .alist a .con {
  background: #e5e5e5;
  padding: 10px;
  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 .app-con .alist a .con .tit {
  color: #225067;
  font-size: 1.2rem;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .app-con .alist a .con .tit span {
  display: block;
  color: #999;
  text-transform: uppercase;
}
.content-wrap .content .main-wrap .news-con .nlist {
  padding-bottom: 20px;
  border-bottom: 1px dashed #999;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .content .main-wrap .news-con .nlist a .picbox {
  width: 20%;
  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 .news-con .nlist a .con {
  margin-top: 10px;
  width: 78%;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .time {
  font-size: 1.8rem;
  color: #8a8a8a;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .time span {
  margin-right: 5px;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .tit {
  font-size: 1.6rem;
  color: #333;
  line-height: 35px;
  height: 35px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.4rem;
  color: #666;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .video-con .vlist {
  padding: 0 10px 20px;
}
.content-wrap .content .main-wrap .video-con .vlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .content .main-wrap .video-con .vlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .content .main-wrap .video-con .vlist a .picbox {
  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 .video-con .vlist a .tit {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  text-align: center;
  color: #333;
}
.content-wrap .content .main-wrap .message-con {
  position: relative;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist {
  margin-bottom: 5px;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist label {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
  width: 13%;
  line-height: 30px;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .textbox1 {
  float: left;
  width: 40%;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 5px;
  outline: none;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .textbox2 {
  float: left;
  width: 85%;
  height: 120px;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 5px;
  outline: none;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .import {
  line-height: 30px;
  float: right;
  width: 46%;
  color: #999;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .import i {
  font-style: normal;
  margin-right: 10px;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .sbtn {
  margin-top: 20px;
  margin-right: 10px;
  width: 85px;
  height: 30px;
  border: none;
  color: #fff;
  background: #999;
  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 .message-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 13%;
}
.content-wrap .content .main-wrap .message-con .mbox .inputlist .sbtn:hover {
  background: #d93f33;
}
.content-wrap .content .main-wrap .message-con .mbg {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: -1;
}
.content-wrap .content .main-wrap .contact-con .mappic {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .contact-con .mappic img {
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
}
.content-wrap .content .main-wrap .contact-con .ccon .tit {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .contact-con .ccon .cn {
  font-size: 1.4rem;
  color: #333;
  line-height: 30px;
}
.content-wrap .content .main-wrap .contact-con .ccon .cn a {
  color: #447531;
}
.content-wrap .content .main-wrap .product-details-con .picbox {
  text-align: center;
  margin-bottom: 10px;
}
.content-wrap .content .main-wrap .product-details-con .picbox img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .product-details-con .tit {
  font-size: 1.4rem;
  text-align: center;
}
.content-wrap .content .main-wrap .news-details-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .tit {
  font-size: 1.8rem;
  text-align: center;
  color: #595858;
  padding: 10px 0;
}
.content-wrap .content .main-wrap .news-details-con .time {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .pic {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .news-details-con .con {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 25px;
  color: #595858;
}
.footer-wrap {
  background: #222;
}
.footer-wrap .footer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-wrap .footer .link-ul {
  padding-left: 15px;
}
.footer-wrap .footer .link-ul .list {
  float: left;
  color: #fff;
  font-size: 1.4rem;
}
.footer-wrap .footer .link-ul .list a {
  color: #fff;
}
.footer-wrap .footer .link-ul .list span {
  margin: 0 20px;
}
.footer-wrap .footer .footbox {
  padding: 50px 0 10px;
}
.footer-wrap .footer .footbox .fbox {
  padding: 0 15px;
}
.footer-wrap .footer .footbox .fbox .title {
  border-bottom: 1px solid #666;
  font-size: 2.4rem;
  color: #fff;
  padding-bottom: 15px;
}
.footer-wrap .footer .footbox .fbox .fcon {
  margin-top: 15px;
}
.footer-wrap .footer .footbox .fbox .fcon .checklist a {
  color: #999;
  font-size: 1.2rem;
  margin: 0 3px 10px;
  display: inline-block;
}
.footer-wrap .footer .footbox .fbox .fcon .contactbox {
  font-size: 1.4rem;
  color: #999;
  line-height: 28px;
}
.footer-wrap .footer .footbox .fbox .fcon .contactbox span {
  color: #f5a200;
}
.footer-wrap .footer .footbox .fbox .fcon .ewmcn .pic {
  margin-bottom: 10px;
}
.footer-wrap .footer .footbox .fbox .fcon .ewmcn .cn {
  color: #999;
  font-size: 1.4rem;
  line-height: 30px;
}
.footer-wrap .footer .footbox .fbox .fcon .fxcon .iconbox {
  margin-bottom: 15px;
}
.footer-wrap .footer .footbox .fbox .fcon .fxcon .iconbox a {
  opacity: .5;
  margin-right: 10px;
}
.footer-wrap .footer .footbox .fbox .fcon .fxcon .iconbox a:hover {
  opacity: 1;
}
.footer-wrap .footer .footbox .fbox .fcon .fxcon .copyright {
  margin-top: 90px;
  text-align: right;
  color: #999;
  font-size: 1.4rem;
  line-height: 25px;
}
.footer-wrap .footer .footbox .fbox .fcon .fxcon .copyright a {
  color: #999;
}
.footer-wrap .footer .backtop {
  margin-top: 10px;
  border-top: 1px solid #666;
  padding-top: 25px;
}
.footer-wrap .footer .backtop a {
  border: 1px solid #fff;
  font-size: 1.4rem;
  color: #fff;
  display: block;
  width: 120px;
  height: 35px;
  text-align: center;
  margin: 0 auto;
  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;
}
.footer-wrap .footer .backtop a:hover {
  background: #fff;
  color: #333;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #2d596f;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #194459;
}
.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) {
.picture7 iframe{ width:100%; height:600px;}
  .header-wrap .header {
    height: 100px;
  }
  .header-wrap .header .logo {
    line-height: 100px;
  }
  .content-wrap .about-wrap {
    padding: 105px 0 195px;
  }
  .content-wrap .about-wrap .con {
    padding-left: 30px;
  }
  .content-wrap .service-wrap {
    padding: 0;
    position: relative;
    top: -180px;
  }
  .content-wrap .service-wrap .titbg {
    padding: 30px 0 80px;
  }
  .content-wrap .service-wrap .titbg .tit-line {
    height: 55px;
  }
  .content-wrap .service-wrap .titbg .tit-line .tit {
    color: #fff;
  }
  .content-wrap .service-wrap .service-con .sbg {
    position: relative;
    top: -50px;
    background: #fff;
    padding: 20px 20px 0;
  }
  .content-wrap .service-wrap .service-con .srt:nth-child(odd) {
    float: right;
  }
  .content-wrap .app-wrap {
    margin-top: -150px;
  }
  .content-wrap .content .main-wrap .contact-con .ccon {
    padding-left: 20px;
  }
    .content-wrap .content .main-wrap .messages-con {
    margin-bottom: 190px;
  }
  .content-wrap .content .main-wrap .messages-con .mbox {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .col-md-13,
  .col-sm-13 {
    width: 20%;
    float: left;
  }
.picture7 iframe{ height:500px;}
  .content-wrap .content .main-wrap .messages-con {
    margin-bottom: 190px;
  }
  .content-wrap .content .main-wrap .messages-con .mbox {
    width: 600px;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .content-wrap {
    margin-bottom: 75px;
  }
  .content-wrap .app-wrap .app-con {
    overflow: hidden;
  }
.picture7 iframe{ height:500px;}
.content-wrap .service-wrap .service-con .sbg .scon .slist a:hover .picbox1 iframe {
height:200px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox1 iframe {
 height:200px;
}
}
@media (max-width: 480px) {
  .logo img {
    max-width: 60%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .picbox {
    width: 50%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con {
    width: 48%;
  }
.picture7 iframe{height:450px;}
}
@media (max-width: 375px) {
  .content-wrap .content .main-wrap .news-con .nlist a .con .cn {
    height: 50px;
  }
.picture7 iframe{height:350px;}
.content-wrap .service-wrap .service-con .sbg .scon .slist a:hover .picbox1 iframe {
height:200px;
}
.content-wrap .service-wrap .service-con .sbg .scon .slist a .picbox1 iframe {
 height:200px;
}
}
