.cantainer .title-nav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #FFFFFF;
	/*position: absolute;*/
}
.title-nav.fixed{
/*	position: fixed;
	top: 0;
	left: 0;*/
	z-index: 30;
}
/*.title-nav.fixed ~ .section2 .section2-abstract h4{
	margin-top: 115px;
}*/
.cantainer .title-nav ul{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	font-size: 0;
}
.cantainer .title-nav ul li{
	width: 160px;
	display: inline-block;
	vertical-align: top;
	color: #666;
	font-size: 16px;
	cursor: pointer;
}
.cantainer .title-nav ul li a{color: #666;}
.cantainer .title-nav ul li a:hover{color:#00a2ea;}
.cantainer .title-nav ul .li-act{
	background: #00a2ea;
	color: #FFFFFF;
}
.cantainer .title-nav ul .li-act a,.cantainer .title-nav ul .li-act a:hover{ color:#FFF;}

.cantainer .section{
	width: 100%;
	background: #F7F7F7;
}

.container .section-title{
	text-align: center;
}
.container .section-title h3{
	font-size: 34px;
	color: #333333;
	font-weight: 300;
	margin-top: 62px;
}
.container .section-title span{
	width: 65px;
	height: 2px;
	display: inline-block;
	background: #00A2EA;
	margin-top: 15px;
	margin-bottom: 20px;
}
.container .section-title p{
	font-size: 14px;
	color: #737373;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: left;
}
.container .section-txt {
	width:100%;
	max-width:1200px;
    margin-top: 15px;
	margin-bottom:15px;
	font-size: 1.2rem;
	font-weight:500;
	color: #222;
	line-height:1.86;
	margin-left: auto;
    margin-right: auto;
	font-family:Radomir-Tinkov-Gilroy-Regular,Arial,sans-serif!important;
}
.container .section-txt h3 {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 2rem;
	line-height: 1;
    color: #333333;
}
.container .section-txt .text .t{ font-weight:600; }
.container .section-txt P{ width:100%; }
.container .section-txt img{ max-width:100%;}

@media only screen and (max-width:1380px) {
	.cantainer .section .bred-nav{
		width: 1100px;
	}

	.cantainer .container{
		width: 1100px;
	}
	.container .pro-img{
		height: 239px;
	}
}

@media only screen and (max-width:1199px) {
	.cantainer .section .bred-nav{
		width: 940px;
	}
	.cantainer .container{
		width: 940px;
	}
	.container .pro-img{
		height: 205px;
	}
}

@media only screen and (max-width:991px) {
	.cantainer .section .bred-nav{
		width: 100%;
		padding: 0 15px;
	}
	.cantainer .container{
		width: 100%;
		padding: 0 15px;
	}
	.container .pro-img{
		height: auto;
	}
}

@media (max-width: 768px) and (min-width: 320px){
	.cantainer .title-nav{
		height: auto;
		line-height: 45px;
	}
	.cantainer .title-nav ul {
    	width: 100%;
        position: inherit;
	}
	.cantainer .title-nav ul li{
		font-size: 14px;
	}
	.cantainer .title-nav ul li{ width:50%; }
	.container>ul>li{
		width: 100%;
		margin-right: 0;
	}
	.container .btn{
		width: 200px;
		margin-bottom: 30px;
		margin-top: 0px;
	}
	.container .pro-img{
		height: auto;
	}
	.container .section-txt .text{
		padding-left: 0;
   		padding-right: 0;
	}
}

