* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  margin: 0px;
  padding: 0px;
  list-style: none;
  background-repeat: no-repeat;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body{
	color: #333;
  min-width: 280px;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.55;
  opacity: 1;
  padding: 0px;
  margin: 0px;
  background: rgb(255, 255, 255);
}
.all{
	position: relative;
  max-width: 1920px;
  width: 100%;
  min-width: 320px;
  margin: 0px auto;
  background: rgb(255, 255, 255);
  overflow: hidden;
}
.navs{
  position: fixed;
  width: 100%;
  z-index: 99;
  background: rgb(255, 255, 255);
  border: 0;
  box-shadow: 0 1px 10px #ccc;
  border-radius: 0;
  top: 0;
  left: 0;
}
.nav{
  position: relative;
  z-index: 9;
  background: rgb(255, 255, 255);
  border: 0;
  margin: 0;
}
.navs .logo,.navs .logo:hover,.navs .logo:focus{
	margin-top: -2px;
	/*width: 97px;*/
	height: 25px;
	font-size: 21px;
	font-family: Arial-BoldMt;
	font-weight: normal;
	color: rgba(30, 161, 232, 1);
	line-height: 25px;
}
.navs .logo>span,.navs .logo>span:hover,.navs .logo>span:focus{
	font-size: 12px;
  font-weight: normal;
}
.top{
	position: relative;
  z-index: 9;
  min-width: 320px;
  font-size: 15px;
  line-height: 1.3;
  height: 48px;
  width: 100%;
  max-width: 1350px;
  clear: both;
  margin: 0 auto;
}
.logo{
	z-index: 3;
  float: left;
  /*width: 180px;*/
  position: relative;
  /*height: 68px;*/
  text-align: center;
}
.tname{
	position: absolute;
	top: 0;
	right: 0;
	/*height: 79px;*/
	z-index: 5;
}
.tname>ul>li {
  /*height: 79px;*/
  float: left;
  position: relative;
}
.tname>ul>li>a{
	display: block;
	height: 18px;
	font-size: 13px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(117, 117, 117, 1);
	line-height: 18px;
}
.dropdown-menu{
	padding: 10px 0;
}
.dmenu{
	width: 490px;
	overflow: hidden;
}
.dmenu>li{
	float: left;
	min-width: 25%;
}
.dmenu>li>ul>li>a,.dmenu>li>strong{
	display: block;
	padding: 3px 10px;
	clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.carousel-indicators{
	left: 0;
	bottom: 35px;
	width: 100%;
	text-align: center;
	margin: 0;
	z-index: 10;
}
.carousel-indicators li,.carousel-indicators li.active{
	width: 18px;
	height: 18px;
	margin: 0 10px;
}
.carousel-indicators li.active{
	background: #d8d8d8;
}
.catop{
	padding-top: 79px;
}
.catopin{
	height: 100%;
	overflow: initial;
}
.catopin>.item{
	width: 100%;
  /*position: relative;*/
  overflow: hidden;
  min-height: 520px;
  height: auto;
  z-index: 3;
}
.catop .item > a > .limg{
	min-width: 800px;
  width: 100%;
  height: auto;
  min-height: 600px;
  position: absolute;
  left: 0;
  bottom: -25%;
}
.cap{
	width: 90%;
	right: 0;
	left: calc(50% + -45%);
	left: -moz-calc(50% + -45%);
	left: -webkit-calc(50% + -45%);
	top: 24%;
	text-shadow:none;
}
.cap>span{
	font-size: 22px;
	color: #fff;
	background: #27a1ea;
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 20px;
}
.cap>h1,.cap4>h1{
	font-size: 60px;
	color: #fff;
}
.cap>h1>span{
	color: #27a1ea;
	font-size: 80px;
}
.cap>p,.cap4>p{
	font-size: 24px;
	margin-top: 30px;
}
.cap2{
	top: 20%;
}
.cap3{
	left: 15%;
	text-align: left;
	top: 10%;
}
.cap4{
  position: absolute;
  right: 10%;
  top: 21%;
  z-index: 10;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	text-align: left;
}
.item .ecap3{
	width: 43%;
}
.item .ecap4{
	width: 43%;
}
.itimg{
	position: absolute;
}
.catop .item > a > img.it3{
	right: 15%;
	bottom: 0;
	width: 450px;
}
.catop .item > a > img.it4{
	width: 34%;
	left: 10%;
	top: 21%;
	max-width: 600px;
}
.arr1{
	position: absolute;
  font-size: 100px;
  color: #979797;
  top: 40%;
  left: 2%;
  opacity: 0.4;
  z-index: 5;
}
.right .arr1{
  right: 2%;
  left: auto;
}
.arr1:hover{
	color: #27a1ea;
	opacity: 1;
}
.middle{
	width: 100%;
}
.content{
	padding: 70px 0;
	margin: 0 auto;
	width: 1140px;
}
.cheader{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}
.cheader>div{
	display: inline-block;
	position: relative;
	height: 65px;
	margin: 0 10px;
}
.cheader>div>a{
	display: inline-block;
	color: #4a4a4a;
	font-size: 20px;
	width: 180px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 27px;
	white-space:nowrap;
	/*transition: background 1s linear,color 1s linear;*/
}
.cheader>div>a>img{
	display: inline-block;
	margin-right: 3px;
	margin-top: -5px;
	width: 40px;
	height: 40px;
}
.cheader>div>a:before{
	display: inline-block;
	margin-right: 3px;
	content: '';
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-top: -5px;
}
.pro:before{
	background: url('../../images/index_images/product_unselected.png') center center no-repeat;
}
.abo:before{
	background: url('../../images/index_images/about juphoon_unselected.png') center center no-repeat;
}
.exa:before{
	background: url('../../images/index_images/successful case_unselected.png') center center no-repeat;
}
.new:before{
	background: url('../../images/index_images/new_unselected.png') center center no-repeat;
}
.ctit.active>.pro:before,.pro:hover:before{
	background: url('../../images/index_images/product_selected.png') center center no-repeat;
}
.ctit.active>.abo:before,.abo:hover:before{
	background: url('../../images/index_images/about juphoon_selected.png') center center no-repeat;
}
.ctit.active>.exa:before,.exa:hover:before{
	background: url('../../images/index_images/successful case_selected.png') center center no-repeat;
}
.ctit.active>.new:before,.new:hover:before{
	background: url('../../images/index_images/new_selected.png') center center no-repeat;
}

.cheader>div>a:hover,.cheader>div>a:focus,.cheader>div.active>a{
	color: #fff;
	background: #27a1ea;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
	text-decoration: none;
}
.cheader>div.active:after{
	content: '';
	display: block;
	position: absolute;
	top: 55px;
	left: 87px;
	width: 0px;
	height: 0px;
	border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #27a1ea;
  /*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);*/
}
.arrow{display: none;}
.acont,.econt,.ncont{
	display: none;
}
.ch-cont{
	overflow: hidden;
}
.cont{
	overflow: hidden;
	padding: 20px 0;
}
.col-item{
	opacity: 0;
	position: relative;
}
.col-item:nth-of-type(2n+1),.col-item:nth-of-type(3n+1),.col-item:nth-of-type(4n+1){
	animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
	-webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
	-moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
	-o-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}
.col-item:nth-of-type(2n+2),.col-item:nth-of-type(3n+2),.col-item:nth-of-type(4n+2){
	animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
	-webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
	-moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
	-o-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
}
.col-item:nth-of-type(3n+3),.col-item:nth-of-type(4n+3){
	animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
	-webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
	-moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
	-o-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s forwards;
}
.col-item:nth-of-type(4n+4){
	animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
	-webkit-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
	-moz-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
	-o-animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.5s forwards;
}
.col-item,.col-item:hover,.col-item:focus{
	padding: 0 40px;
	width: 33.33333%;
	max-width: 33.33333%;
	float: left !important;
  margin: 0;
  text-decoration: none;
  color: #4a4a4a;
}
@keyframes o-upfade-top{
	0%{margin-top: 50px;opacity: 0;}
	50%{opacity: 0.5;}
	100%{margin-top: 0;opacity: 1;}
}
.ci-cont {
  width: 100%;
  box-shadow: 2px 6px 13px 0 rgba(0, 0, 0, 0.16);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ci-cont:hover{
	text-decoration: none;
	transform: scale(1.035);
  box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.ci-cont .col-img{
	position: relative;
  /*max-height: 180px;*/
  z-index: 1;
  line-height: 0;
  overflow: hidden;
}
.col-img>img{
	max-width: 100%;
}
.ci-cont>.col-cont{
  padding: 1.333em 1.333em 1.5em;
  height: 20rem;
}
.col-cont>h2{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.more,.more:hover{
	padding-top: 20px;
	text-align: center;
}
.more>a,.more>a:hover{
	font-size: 14px;
	color: #27a1ea;
	text-decoration: none;
}
.partners{
	width: 100%;
	background-color: rgba(216, 216, 216, 0.2);
	min-height: 740px;
	padding: 77px 0 100px;
}
.partners h2{
	color: #0d122b;
	text-align: center;
	margin-bottom: 21px;
	font-size: 36px;
}
.partners p{
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
	color: #898989;
	width: 65%;
	margin: 0 auto;
}
.parcont{
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.parcont>div{
	width: 25%;
	padding: 0 10px;
	margin: 20px 0;
	text-align: center;
}
.parcont>div>img{
	width: 100%;
	max-width: 214px;
}
.bcar>a{
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.bcar>.right{
	position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.arr{
	position: absolute;
	font-size: 100px;
	color: #979797;
	top: 38%;
	left: 20%;
}
.arr:hover{
	color: #27a1ea;
}
.right .arr{
	right: 20%;
	left: auto;
}
.bottom{
	width: 100%;
	background: #213a50;
	padding: 55px 0 31px;
	border: 0;
	overflow: hidden;
}
.botcont{
	width: 1140px;
	margin: 0 auto;
}
.bcont{
	overflow: hidden;
}
.botcont h4{
	color: #bdbdbd;
	text-align: left;
}
.botcont ul>li>a,.botcont ul>li{
	font-size: 12px;
	color: #808080;
	line-height: 25px;
	text-decoration: none;
	text-align: left;
}
.botcont ul>li>a:hover{
	color: #ededed;
	text-decoration: none;
}
.botnav{
	float: left;
	width: 16.6667%;
}
.botlast{
	padding-top: 100px;
	text-align: center;
}
.ceChange{
	padding-bottom: 45px;
}
.ceChange>a,.ceChange>span{
	font-size: 12px;
	margin-right: 11px;
	color: #808080;
}
.ceChange>a.active,.ceChange>span{
	color: #afaeaf;
}
.copyright{
	font-size: 12px;
	color: #616161;
	text-align: center;
}
.copyright .copytxt,.copyright a:hover{
	color:#606060;
	line-height:24px;
	text-decoration: none;
}
#contact_button{
	position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 100000;
  width: 70px;
  height: 70px;
  cursor: pointer;
  /*background: url(../../images/index_images/contact-number.png);*/
  background-size: 100%;
}
#qq_button{
	position: fixed;
  right: 21px;
  bottom: 140px;
  z-index: 100000;
  width: 61px;
  height: 61px;
  cursor: pointer;
  /*background: url(../../images/index_images/download.png);*/
  background-size: 100%;
}
.tel_detail {
  position: fixed;
  right: 0px;
  bottom: 150px;
  z-index: 1000000;
  width: 320px;
  height: 270px;
  display: none;
}
.bclose{
	height: 30px;
	width: 320px;	
}
.bclose>img{
	float: right;
}
.tel_detail_kuang {
  width: 320px;
  height: 350px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #dfdfdf;
  box-shadow: 0 1px 23px rgba(0,0,0,.16);
  -webkit-box-shadow: 0 1px 23px rgba(0,0,0,.16);
  -moz-box-shadow: 0 1px 23px rgba(0,0,0,.16);
}
.btitle{
	margin-top:20px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	color:#333;
	line-height:20px;
	text-align:left;
	font-size:14px;
	padding-left:15px;
}
.btitle>img{
	margin-bottom: 3px;
	margin-right:5px;
	vertical-align: middle;
	display:inline;
}
.bphone{
	margin-top:10px;
	color:#333;
	line-height:20px;
	text-align:left;
	font-size:14px;
	font-weight: 500;
	padding-left:20px;
	margin-bottom:0px;
}
.bemail{
	margin-top:10px;
	color:#333;
	line-height:20px;
	text-align:left;
	font-size:14px;
	font-weight: 500;
	padding-left:20px;
	margin-bottom:0px;
}
.btxt{
	color:#747474;
	line-height:20px;
	text-align:left;
	font-size:12px;
	margin-left:-5px;
	margin-bottom:14px;
	font-weight: 500;
	margin-top:0px;
}
.btxt>img{
	visibility: hidden;
	margin-right:5px;
	display:inline;
}
.binp{
	width:285px;
	border:1px solid #bcbcbc;
	border-radius:2px;
	height:30px;
	line-height:30px;
	font-size:14px;
	padding:0 5px;
	margin-bottom: 14px;
}
#sub_product_advice{
	float:right;
	height:30px;
	margin-top:16px;
	margin-right:16px;
	border-radius:2px;
	font-size:14px;
	line-height:29px;
	color:#fff;
	cursor:pointer;
	padding: 0 40px;
	border:0 none;
	background: -webkit-gradient(linear, left top, left bottom, from(#34a5f8), to(#088ef0));
  background: linear-gradient(#34a5f8, #088ef0);
}
@media only screen and (max-width: 1500px) {
	.cap3{
	  left: 8%;
	}
	.cap4{
	  right: 6%;
	}
	.catop .item > a > img.it3{
		right: 8%;
	}
	.catop .item > a > img.it4{
		left: 6%;
	}
	.catop .item > a > .limg{
	  bottom: -10%;
	}
}
@media only screen and (max-width: 1300px) {
	.cap>span{
		font-size: 18px;
		padding: 7px;
	}
	.cap>h1,.cap4>h1{
		font-size: 50px;
	}
	.cap>h1>span{
		font-size: 65px;
	}
	.cap>p,.cap4>p{
		font-size: 20px;
	}
	.col-cont>h2{
		font-size: 21px;
		margin-top: 10px;
	}
	.partners>p{
		font-size: 18px;
	}
	.catop .item > a > .limg{
	  bottom: 0;
	}
}
@media only screen and (max-width: 1200px) {
	.top{
		width: 90%;
	}
	.catopin>.item{
	  min-height: 400px;
	}
	.catop .item > a > .limg{
	  min-height: 420px;
	  bottom: -10%;
	}
	.cap>h1,.cap4>h1{
		font-size: 40px;
	}
	.cap>p,.cap4>p{
		font-size: 18px;
	}
	.cap4{
	  right: 5%;
	}
	.catop .item > a > img.it3{
		width: 350px;
		right: 5%;
	}
	.catop .item > a > img.it4{
		bottom: 30%;
		left: 5%;
	}
	.col-item,.col-item:hover,.col-item:focus{
		padding: 0 25px;
	}
	.content{
		width: 90%;
	}
	.parcont{
		width: 800px;
	}
	.botcont{
		width: 90%;
	}
}
@media only screen and (max-width: 1000px) {
	.navs .logo, .navs .logo:hover, .navs .logo:focus{
		font-size: 28px;
	}
	.tname>ul>li>a{
		padding: 0 8px;
	}
	.catop .item > a > .limg{
	  bottom: 0;
	}
	.catop .item > a > img.it3{
		right: 0;
	}
	.cap>h1, .cap4>h1{
		font-size: 30px;
	}
	/*.item .ecap4{
		width: 100%;
		bottom: 50%;
	}*/
	.cheader{
		width: 100%;
	}
	.cheader>div{
		margin: 0 3px;
	}
	.cheader>div>a{
		width: 160px;
		height: 50px;
		line-height: 50px;
	}
	.cheader>div.active:after{
		top: 50px;
		left: 77px;
	}
	.col-item,.col-item:hover,.col-item:focus{
		width: 100%;
		max-width: 900px !important;
		margin-bottom: 50px !important;
	}
	.col-item, .col-item:hover{
		padding: 0 20px;
	}
	.ci-cont .col-img{
		float: left;
		height: 18rem;
		width: 22rem;
		position: relative;
	}
	.col-img>img{
		height: 100%;
		max-width: -moz-fit-content;
		max-width: fit-content;
		position: absolute;
    top: 0;
    left: -2rem;
	}
	.ci-cont>.col-cont{
		height: 18rem;
		overflow: hidden;
	}
	.more, .more:hover{
		padding: 0;
	}
	.partners{
		padding: 77px 5% 100px;
	}
	.partners>p{
		font-size: 16px;
	}
	.parcont{
		width: 70%;
	}
	.parcont>div{
		width: 50%;
	}
	.bline{
		width: 100%;
		height: 1px;
		float: left;
	}
	.botnav{
		width: 50%;
		margin-bottom: 15px;
	}
	.botnav:last-child{
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.top{
		height: 50px;
	}
	.top .tname{
    position: absolute;
    top: 60px;
    background: #fff;
    border: 1px solid #ccc;
		padding: 0;
		border-top: 0;
		min-width: 90px;
	}
	.nav ul{
		display: block;
		position: relative;
		float: none;
		border: 0;
		box-shadow: none;
		width: auto;
	}
	.dmenu>li{
		float: none;
		min-width: auto;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.tname>ul>li {
		float: none;
	}
	.tname>ul>li>a{
		line-height: 35px;
	}
	.catopin>.item{
	  min-height: 300px;
	}
	.catop{
		padding-top: 60px;
	}
	.catop .item > a > .limg{
	  min-height: 320px;
	  /*bottom: -10%;*/
	}
	.carousel-indicators{
		bottom: 20px;
	}
	.cap,.cap4{
		width: 90%;
		left: calc(5%);
		left: -moz-calc(5%);
		left: -webkit-calc(5%);
	}
	.cap h1{
		margin: 10px 0;
	}
	.cap>span{
		font-size: 14px;
		padding: 5px;
	}
	.cap>h1,.cap4>h1{
		font-size: 25px;
	}
	.cap>p,.cap4>p{
		font-size: 12px;
		margin-top: 13px;
	}
	.catop .item > a > img.it3{
		width: 250px;
	}
	.cap4 {
    width: 95%;
    left: 5%;
    bottom: 50%;
    top: auto;
	}
	.catop .item > a > img.it4 {
    left: 5%;
    bottom: 15%;
    width: 200px;
    top: auto;
	}
	.item .ecap4{
		width: 90%;
	}
	.cheader{
		cursor: pointer;
		height: 50px;
		border: 2px solid #27a1ea;
		transition: 0.5s height;
		width: 95%;
		display: flex;
		flex-direction: column;
	}
	.cheader.open{
		height: auto;
	}
	.arrow{
		display: inline-block;
		position: absolute;
		top: 6px;
		right: 15px;
		color: #fff;
		font-size: 36px;
	}
	.cheader>div{
		display: block;
		margin: 0;
		padding: 0 1em;
		width: 100%;
		height: 48px;
		-ms-flex-order: 1;
    order: 1;
		-ms-flex-preferred-size: auto;
    flex-basis: auto;
	}
	.cheader>div:hover{
		background: #cad9de;
	}
	.cheader>div.active{
		background: #27a1ea;
		-ms-flex-order: 0;
		order: 0;
	}
	.cheader>div.active>a{
		box-shadow: none;
		border: 0;
	}
	.cheader>div>a{
		width: 100%;
		border-radius: 0;
		box-shadow: none;
		transition: color .5s ease;
		display: block;
		text-decoration: none;
		text-align: left;
		height: 48px;
		border-top: 1px solid #cad9de;
	}
	.cheader>div>a:hover,.cheader>div>a:focus{
		color: #27a1ea;
		background: #cad9de;
		box-shadow: none;
	}
	.cheader>div.active>a{
		color: #fff;
		background: #27a1ea;
	}
	.cheader>div.active:after{
		display: none;
	}
	.partners p{
		width: 90%;
	}
	.bcont .col-sm-3{
		width: 50%;
		float: left;
	}
}
@media only screen and (max-width: 639px) {
	.ci-cont{
		width: 300px;
		margin: 0 auto;
	}
	.ci-cont .col-img{
		float: none;
		width: auto;
	}
	.col-img>img{
		position: relative;
		top: 0;
		left: 0;
	}
	.col-cont>p{
		font-size: 14px;
		overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	}
}
@media only screen and (max-width: 960px) {
	.tname {
		top: 18px;
	}
}
@media only screen and (max-width: 500px) {
	.cap3{
		width: 45%;
	}
	.catop .item > a > img.it3{
		width: 220px;
	}
}
@media only screen and (min-width: 960px) {
	.navbar-nav {
		width: 670px;
	}

	.tname ul li:last-child {
		margin-left: 22%;
	}
}
@media only screen and (max-width: 380px) {
	.navs .logo, .navs .logo:hover, .navs .logo:focus{
		font-size: 24px;
	}
	.content {
    width: 100%;
	}
	.col-item, .col-item:hover{
		padding: 0;
	}
}
@media only screen and (min-width: 960px) {
	.navbar-nav {
		width: 670px;
	}

	.tname ul li:last-child {
		margin-left: 22%;
	}
}
@media only screen and (min-width: 640px) {
	.col-cont>p{
	  font-size: 14px;
	  color: #4a4a4a;
	  word-break:break-all;
	  margin: 0;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
  }
}
@media only screen and (min-width: 1001px) {
	.col-cont>p{
	  font-size: 16px;
	  color: #4a4a4a;
	  word-break:break-all;
	  margin: 0;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 4;
	  -webkit-box-orient: vertical;
  }
  .ecolcont>p{
	  -webkit-line-clamp: 3;
  }
	.navbar-nav {
		width: 750px;
	}

	.tname ul li:last-child {
		margin-left: 15%;
	}
}
@media only screen and (min-width: 1201px) {
	.navs .logo, .navs .logo:hover, .navs .logo:focus {
		margin-left: 42px;
	}

	.tname {
		width: 1000px;
	}

	.navbar-nav {
		width: 1000px;
	}

	.tname ul li:last-child {
		margin-left: 33%;
	}
}
.navbar-default .navbar-toggle {
	border: 0px solid #000;
}
.navbar-default .navbar-toggle:focus {
	background-color: white;
}
#newBridge .icon-right-center{
	position:absolute;
	bottom:220px!important;
	right:15px!important;
	top: auto!important;
}