
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
	
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url("../fonts/SourceHanSansCN-Regular.otf");
}
@font-face {
  font-family: 'Calisto-MT';
  src: url("../fonts/Calisto-MT.ttf");
}
.wid {
  width: 1300px;
  margin: 0 auto;
  min-width: 1300px;
}
body,
html {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
  height: 80px;
}
.head .logo {
  float: left;
  height: 80px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.head .logo img {
  height: 60px;
  width: auto;
}
.head .nav {
  float: left;
}
.head .email {
  float: right;
  height: 80px;
  display: flex;
  align-items: center;
  color: #233062;
  font-size: 16px;
}
.head .email img {
  margin-right: 8px;
}
.head .nav ul {
  width: 100%;
}
.head .nav ul li {
  width: auto;
  line-height: 80px;
  font-size: 16px;
  font-family: arial;
  min-width: 110px;
  text-align: center;
  position: relative;
  margin-right: 40px;
}
.head .nav ul li a {
  color: #233062;
  text-decoration: none;
  font-family: 'SourceHanSansCN-Regular';
  display: block;
}
.head .nav ul li.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #233062;
}
.head .nav ul li.active:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -9px;
  bottom: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #233062;
}
.banner {
  width: 100%;
}
.banner ul {
  width: 100%;
}
.banner ul li {
  width: 100%;
}
.banner ul li img {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 20px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  margin: 0 9px;
  height: 14px;
  opacity: 1;
  background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #233062;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 80px;
  height: 80px;
  background-color: rgba(231,212,47,0.3);
  border-radius: 50%;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
  content: '' !important;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  margin: 0;
}
.banner .swiper-button-prev:after {
  border-width: 22px 28px 22px 0;
  border-color: transparent #fff transparent transparent;
  margin-left: -8px;
}
.banner .swiper-button-next:after {
  border-width: 22px 0 22px 28px;
  border-color: transparent transparent transparent #fff;
  margin-left: 8px;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background-color: #233062;
}
.titles {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.titles h5 {
  text-align: center;
}
.titles h5 span {
  display: inline-block;
  padding: 0 80px;
  position: relative;
  font-size: 24px;
  font-family: 'Calisto-MT';
  line-height: 28px;
}
.titles h5 span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #233062;
}
.titles h5 span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 1px;
  background-color: #233062;
}
.titles p {
  font-size: 12px;
  line-height: 20px;
  color: #233062;
  text-align: center;
  font-family: 'Calisto-MT';
  text-transform: uppercase;
  font-style: italic;
  zoom: 0.8;
}
.product {
  width: 100%;
}
.product .conts {
  width: 100%;
  background-color: #f3fbff75;
  float: left;
}
.product .conts .list {
  width: 100%;
  padding: 20px 100px;
  float: left;
  position: relative;
}
.product .conts .list .swiper-button-prev,
.product .conts .list .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #cfd5ca;
}
.product .conts .list .swiper-button-prev:after,
.product .conts .list .swiper-button-next:after {
  color: #fff;
  font-size: 28px;
  font-family: inherit !important;
}
.product .conts .list .swiper-button-prev:after {
  content: '' !important;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 20px 16px 0;
  border-color: transparent #fff transparent transparent;
  margin-left: -6px;
}
.product .conts .list .swiper-button-next:after {
  content: '' !important;
  font-size: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 20px;
  border-color: transparent transparent transparent #fff;
  margin-left: 6px;
}
.product .conts .list .swiper-button-prev:hover,
.product .conts .list .swiper-button-next:hover {
  background-color: #233062;
}
.product .conts .list .swiper-button-prev {
  left: 46px;
}
.product .conts .list .swiper-button-next {
  right: 46px;
}
.product .conts .list .roll {
  width: 100%;
  padding: 20px 0;
}
.product .conts .list .roll ul {
  width: 100%;
}
.product .conts .list .roll ul li {
  width: 20%;
  padding: 0 18px;
  text-align: center;
}
.product .conts .list .roll ul li .cont {
  width: 182px;
  height: 436px;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
}
.product .conts .list .roll ul li .cont .imgs {
  width: 100%;
  height: 308px;
}
.product .conts .list .roll ul li .cont .imgs img {
  width: 100%;
}
.product .conts .list .roll ul li .cont .txts {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'Calisto-MT';
  line-height: 106px;
}
.product .conts .list .roll ul li .cont .ico {
  width: 182px;
  height: 182px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% 50% 0 0;
}
.product .conts .list .roll ul li.li-acti .ico {
  background: none;
}
.hots {
  width: 100%;
  float: left;
}
.hots .conts {
  width: 100%;
  background-color: #f3fbff75;
  float: left;
  padding: 60px 0;
  padding-top: 20px;
}
.hots .conts .mores {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  float: left;
}
.hots .conts .mores a {
  display: inline-block;
  width: 144px;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #233062;
  text-align: center;
  line-height: 44px;
  color: #233062;
  text-decoration: none;
  font-size: 16px;
}
.hots .conts .list {
  width: 100%;
  padding: 0 65px;
  padding-top: 30px;
  float: left;
}
.hots .conts .list ul {
  width: 100%;
}
.hots .conts .list ul li {
  width: 210px;
  margin: 0 12px;
  min-height: 200px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 10px;
  margin-bottom: 26px;
}
.hots .conts .list ul li a {
  text-decoration: none;
}
.hots .conts .list ul li .imgs {
  width: 100%;
  height: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hots .conts .list ul li .text {
  width: 100%;
  font-size: 16px;
  font-family: 'Calisto-MT';
  text-align: center;
  line-height: 24px;
  padding: 6px 0;
  min-height: 60px;
}
.hots .conts .list ul li .more {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  float: left;
}
.samples {
  width: 100%;
  height: 237px;
  background: url("../images/6c4c35_1920x237.jpg") top center no-repeat;
  float: left;
}
.samples .conts {
  width: 100%;
  padding: 0 100px;
}
.samples .conts .imgs {
  width: 370px;
  height: 237px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 9;
}
.samples .conts .intrs {
  width: 730px;
  height: 237px;
  padding: 38px 0;
}
.samples .conts .intrs .txts {
  width: 100%;
}
.samples .conts .intrs .txts h5 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
  font-family: 'Calisto-MT';
}
.samples .conts .intrs .txts p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.samples .conts .intrs .btns {
  width: 100%;
  padding-top: 44px;
}
.samples .conts .intrs .btns a {
  display: inline-block;
  width: 290px;
  height: 46px;
  background-color: #f5fdee;
  border-radius: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 26px;
  font-size: 16px;
  color: #233062;
  text-decoration: none;
}
.footer {
  width: 100%;
  background-color: #233062;
  padding: 22px 0;
  padding-bottom: 50px;
  float: left;
}
.footer .intrs {
  width: 200px;
  margin-right: 160px;
}
.footer .intrs .logo {
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .intrs .txts {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 14px 0;
}
.footer .intrs .more {
  width: 100%;
}
.footer .intrs .more a {
  display: inline-block;
  width: 120px;
  height: 30px;
  background-color: #f5fdee;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #233062;
  text-transform: uppercase;
  border-radius: 15px;
}
.footer .contact {
  width: auto;
  padding-top: 40px;
}
.footer .contact .item {
  width: 250px;
}
.footer .contact .item .tits {
  width: 100%;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'SourceHanSansCN-Regular';
  letter-spacing: 1px;
}
.footer .contact .item .cont {
  width: 100%;
}
.footer .contact .item .cont .box {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
}
.footer .contact .item .cont .box span {
  padding-left: 10px;
  font-size: 14px;
}
.footer .contact .item .cont .box img {
  position: relative;
  top: -2px;
}
.footer .contact .item .list {
  width: 100%;
  max-width: 200px;
}
.footer .contact .item .list a {
  color: #fff;
  text-decoration: none;
  padding-right: 20px;
  line-height: 32px;
}
.footer .contact .item .txts {
  width: 100%;
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
  font-family: 'SourceHanSansCN-Regular';
}
.page-bann {
  width: 100%;
}
.page-bann img {
  width: 100%;
}
.contacts {
  width: 100%;
}
.contacts .wid {
  background-color: #f3fbff75;
  display: table;
}
.contacts .wid .intrs {
  width: 100%;
  padding: 60px;
  float: left;
}
.contacts .wid .intrs .item {
  width: 25%;
}
.contacts .wid .intrs .item .ico {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contacts .wid .intrs .item .text {
  width: 100%;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
}
.contacts .wid .intrs .item .text h5 {
  font-size: 18px;
  color: #000;
  line-height: 46px;
  font-family: 'SourceHanSansCN-Regular';
  font-weight: bold;
}
.contacts .wid .intrs .item .text p {
  line-height: 20px;
  font-size: 15px;
  font-family: 'SourceHanSansCN-Regular';
  color: #3d3d3d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
}
.contacts .wid .work {
  width: 100%;
  height: 235px;
  background: #233062 url("../images/e8a811_393x168.png") center no-repeat;
  float: left;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.contacts .wid .work .title {
  width: 100%;
  font-size: 32px;
  color: #fff;
  line-height: 2;
  font-family: 'Calisto-MT';
  font-weight: normal;
  text-align: center;
  letter-spacing: 2px;
}
.contacts .wid .work .btns {
  width: 100%;
  text-align: center;
}
.contacts .wid .work .btns a {
  display: inline-block;
  width: 154px;
  height: 44px;
  background-color: #fff;
  border-radius: 22px;
  color: #233062;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 44px;
  text-decoration: none;
}
.contacts .wid .forms {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  margin: 75px 0;
  margin-top: 95px;
  float: left;
  min-height: 200px;
  padding: 10px 30px;
}
.contacts .wid .forms .title {
  width: 100%;
  height: 108px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contacts .wid .forms .title span {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Calisto-MT';
  letter-spacing: 1px;
}
.contacts .wid .forms .title img {
  margin-right: 20px;
}
.contacts .wid .forms .conts {
  width: 100%;
  padding-right: 245px;
  float: left;
  position: relative;
}
.contacts .wid .forms .conts:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-60%);
  width: 176px;
  height: 416px;
  background: url("../images/81f865_176x416.png") center no-repeat;
}
.contacts .wid .forms .conts .item {
  width: 100%;
  margin: 18px 0;
  float: left;
}
.contacts .wid .forms .conts .item .box {
  width: 100%;
}
.contacts .wid .forms .conts .item .box .ico {
  width: 48px;
  height: 46px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contacts .wid .forms .conts .item .box .txt {
  width: calc(100% - 48px);
}
.contacts .wid .forms .conts .item .box .txt input {
  width: 100%;
  height: 46px;
  background-color: #ededed;
  border-radius: 23px;
  border: none;
  padding: 0 24px;
  font-size: 16px;
  font-family: 'Calisto-MT';
}
.contacts .wid .forms .conts .item .box .txt textarea {
  width: 100%;
  height: 265px;
  background-color: #ededed;
  border-radius: 23px;
  padding: 24px;
  font-size: 16px;
  font-family: 'Calisto-MT';
  border: none;
}
.contacts .wid .forms .conts .item:first-child .box {
  width: 45%;
}
.contacts .wid .forms .conts .button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
  float: left;
}
.contacts .wid .forms .conts .button button {
  width: 154px;
  height: 40px;
  border: 1px solid #81956f;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  margin-left: 26px;
  background: none;
  font-size: 16px;
  font-family: 'SourceHanSansCN-Regular';
  color: #233062;
}
.company {
  width: 100%;
  float: left;
}
.company .conts {
  width: 100%;
  background-color: #f3fbff75;
  float: left;
  padding: 60px 80px;
  padding-top: 20px;
}
.company .conts .intrs {
  width: 100%;

  float: left;
}
.company .conts .intrs .imgs {
  width: 435px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company .conts .intrs .details {
  width: 680px;
}
.company .conts .intrs .details .text {
  width: 100%;
  padding: 18px 0;
  float: left;
}
.company .conts .intrs .details .text h3 {
  font-size: 18px;
  color: #233062;
  line-height: 28px;
  letter-spacing: 1px;
  margin: 15px 0;
  font-weight: bold;
  width: 100%;
  float: left;
  font-family: 'SourceHanSansCN-Regular';
}
.company .conts .intrs .details .text h5 {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  width: 100%;
  float: left;
  font-family: 'SourceHanSansCN-Regular';
  margin-bottom: 15px;
}
.company .conts .intrs .details .text p {
  font-size: 16px;
  font-family: 'SourceHanSansCN-Regular';
  line-height: 1.5;
  width: 100%;
  float: left;
}
.company .conts .intrs .details .more {
  width: 100%;
  text-align: right;
  float: left;
  padding-right: 30px;
}
.company .conts .intrs .details .more a {
  display: inline-block;
  width: 200px;
  height: 46px;
  background-color: #233062;
  text-align: center;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-family: 'SourceHanSansCN-Regular';
  padding: 0 20px;
  border-radius: 23px;
  float: right;
}
.news {
  width: 100%;
  float: left;
}
.news .conts {
  width: 100%;
  background-color: #f3fbff75;
  float: left;
  padding: 60px 80px;
  padding-top: 20px;
}
.news .conts .intrs {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.news .conts .intrs .imgs {
  width: 442px;
  position: relative;
}
.news .conts .intrs .imgs .date {
  width: 56px;
  height: 48px;
  background-color: #233062;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  left: 15px;
  text-align: center;
  top: -5px;
  color: #fff;
  border-radius: 6px;
  padding: 0 3px;
}
.news .conts .intrs .imgs .date b {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  font-family: 'Calisto-MT';
  font-weight: normal;
}
.news .conts .intrs .imgs .date em {
  display: block;
  font-family: 'Calisto-MT';
  line-height: 1.4;
}
.news .conts .intrs .imgs img {
  width: 100%;
}
.news .conts .intrs .list {
  width: 674px;
  min-height: 100px;
}
.news .conts .intrs .list .item {
  width: 100%;
  height: 148px;
  padding: 20px 24px;
  padding-right: 60px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  margin-bottom: 12px;
  position: relative;
}
.news .conts .intrs .list .item .date {
  width: 56px;
  height: 48px;
  background-color: #233062;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  right: 15px;
  text-align: center;
  top: -5px;
  color: #fff;
  border-radius: 6px;
  padding: 0 3px;
}
.news .conts .intrs .list .item .date b {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  font-family: 'Calisto-MT';
  font-weight: normal;
}
.news .conts .intrs .list .item .date em {
  display: block;
  line-height: 1.4;
  font-family: 'Calisto-MT';
}
.news .conts .intrs .list .item .text {
  width: 100%;
}
.news .conts .intrs .list .item .text h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  font-family: 'Calisto-MT';
  line-height: 2;
}
.news .conts .intrs .list .item .text p {
  font-size: 13px;
  line-height: 24px;
  font-family: 'Calisto-MT';
}
.news .conts .intrs .list .item .more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  font-family: 'SourceHanSansCN-Regular';
}
.news .conts .intrs .list .item .more a {
  font-family: 'SourceHanSansCN-Regular';
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
  color: #233062;
  letter-spacing: 2px;
}
.news .conts .intrs .list .item .more a img {
  height: 24px;
}
.companys {
  width: 100%;
}
.companys .conts {
  width: 100%;
  background-color: #f3fbff75;
  padding: 80px 30px;
  float: left;
}
.companys .conts .intrs {
  width: 100%;
}
.companys .conts .intrs .imgs {
  width: 620px;
}
.companys .conts .intrs .imgs img {
  width: 100%;
}
.companys .conts .intrs .content {
  width: 580px;
}
.companys .conts .intrs .content .item {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.companys .conts .intrs .content .item .tits {
  line-height: 22px;
  font-size: 18px;
  font-family: 'Calisto-MT';
  color: #3d3d3d;
  padding-left: 60px;
  position: relative;
  height: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.companys .conts .intrs .content .item .tits img {
  position: absolute;
  left: 0;
  top: 6px;
}
.companys .conts .intrs .content .item .tits span {
  font-weight: bold;
}
.companys .conts .intrs .content .item .txts {
  width: 100%;
  padding: 15px 0;
  line-height: 24px;
  font-size: 16px;
  font-family: 'Calisto-MT';
}
.companys .conts .intrs .content .item .txts b {
  text-transform: uppercase;
  font-weight: normal;
}
.companys .conts .details {
  width: 100%;
}
.companys .conts .details .item {
  width: 100%;
  margin: 20px 0;
  float: left;
}
.companys .conts .details .item .tits {
  width: 100%;
  line-height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.companys .conts .details .item .tits img {
  margin-right: 20px;
}
.companys .conts .details .item .tits span {
  font-size: 18px;
  font-family: 'Calisto-MT';
  font-weight: bold;
}
.companys .conts .details .item .txts {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Calisto-MT';
  padding: 20px 0;
  float: left;
}
.companys .conts .details .item .list {
  width: 100%;
  padding: 20px 0;
}
.companys .conts .details .item .list .image img {
  width: auto;

  float: left;
  margin-right: 30px;
}
.companys .conts .details .item.item-image {
  position: relative;
}
.companys .conts .details .item.item-image .tits,
.companys .conts .details .item.item-image .txts {
  max-width: 790px;
}
.companys .conts .details .item.item-image .imgs {
  width: 448px;
  position: absolute;
  right: 0;
  top: 0;
}
.companys .conts .details .item.item-image .imgs img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
}
