/*max 最大宽度*/
@media (max-width: 414px) {}

@media (max-width: 384px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}

/*mobile*/
@media (max-width: 768px) {
	

}

@media (max-width: 992px) {
	.pic{
		
		height: 300px;
		
	}
	
	.news-display{
		
		
		display: none;
	}
	
	.equip-display{
		
		
		display: none;
	}
	.customer{
		
		display: none;
	}
	.about-left {
		display: none;
	}

	.ico {
		display: none;
	}

	.piclist .img-box img {
		width: 200px;
		height: 160px;
		transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
		-moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
		-o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
		-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
	}
	.piclist1 .img-box img {
		width: 160px;
		height: 160px;
		transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
		-moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
		-o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
		-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
	}
	

	/*pro内页*/

	.about-right {}

	.link-content {
		border: 1px #ffffff solid;
		height: 189px;
		margin-top: -5px;
		color: white;
	}

	.link-h1 {
		color: #FFFFFF;
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 30px;
		line-height: 36px;
	}

	.link-h2 {
		color: #FFFFFF;
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.link-h3 {
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.link-text {
		padding: 0 20px;
	}

	.header_top {
		display: none;
	}

	.tt-header-top {
		display: none;
	}

	.tt-header {
		margin: 10px 0;
		background: #fff;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		height: auto;
		overflow-x: hidden;
		-webkit-transition: width 1s, height 1s, transform 1s;
		-moz-transition: width 1s, height 1s, transform 1s;
		transition: width 1s, height 1s, transform 1s
	}

	.tt-header.stick {
		position: relative;
		animation: none !important;
		transition: none !important
	}

	.tt-header .logo {
		height: 70px;
		line-height: 70px
	}

	.tt-header .logo img {
		display: inline-block;
		max-width: 100%;
		max-height: 70px;
		width: auto;
		height: auto;
		vertical-align: middle
	}

	.tt-header .cmn-toggle-switch {
		display: block;
		margin: 25px 0;
	}

	.tt-header .logo img.black {
		display: inline-block;
	}

	.tt-header .logo img.white {
		display: none;
	}

	.tt-header .toggle-block {
		display: none;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100%;
		overflow: auto;
		padding: 0
	}

	.tt-header .main-nav {
		margin-bottom: 0;
		text-align: left
	}

	.tt-header .main-nav>ul>li {
		border-bottom: 1px solid #dbdbdb;
		overflow: hidden
	}

	.tt-header .main-nav>ul>li>a,
	.tt-header .main-nav>ul>li>a:focus {
		display: block;
		position: relative;
		width: 750px;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		padding: 13px 15px 13px 15px;
		margin: 0 auto
	}

	.tt-header .main-nav>ul>li>a:after,
	.tt-header .main-nav>ul>li>a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -500px;
		width: 500px;
		bottom: 0;
		background: 0 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header .main-nav>ul>li>a:after {
		left: auto;
		right: -500px
	}

	.tt-header .main-nav>ul>li.active>a,
	.tt-header .main-nav>ul>li.select>a,
	.tt-header .main-nav>ul>li>a:hover {
		color: #fff;
		background: #3c4f90;
		text-decoration: none
	}

	.tt-header .main-nav>ul>li.select>a .menu-toggle {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.tt-header .main-nav>ul>li.active>a:after,
	.tt-header .main-nav>ul>li.active>a:before,
	.tt-header .main-nav>ul>li.select>a:after,
	.tt-header .main-nav>ul>li.select>a:before,
	.tt-header .main-nav>ul>li>a:hover:after,
	.tt-header .main-nav>ul>li>a:hover:before {
		background: #001a57
	}

	.tt-header .main-nav>ul>li>ul {
		display: none;
		background: #f0f0f0;
		border-top: 1px solid #dbdbdb
	}

	.tt-header .main-nav>ul>li>ul>li {
		border-bottom: 1px solid #dbdbdb
	}

	.tt-header .main-nav>ul>li>ul>li>a {
		display: block;
		width: 750px;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		padding: 13px 22px;
		margin: 0 auto
	}

	.tt-header .main-nav>ul>li>ul>li>a span:before {
		content: '-';
		margin-right: 10px
	}

	.tt-header .main-nav>ul>li>ul>li>a,
	.tt-header .main-nav>ul>li>ul>li>a:focus {
		display: block;
		position: relative;
		text-decoration: none
	}

	.tt-header .main-nav>ul>li>ul>li>a:after,
	.tt-header .main-nav>ul>li>ul>li>a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -500px;
		width: 500px;
		bottom: 0;
		background: 0 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header .main-nav>ul>li>ul>li>a:after {
		left: auto;
		right: -500px
	}

	.tt-header .main-nav>ul>li>ul>li.active>a,
	.tt-header .main-nav>ul>li>ul>li.select>a,
	.tt-header .main-nav>ul>li>ul>li>a:hover {
		color: #fff;
		background: #3c4f90
	}

	.tt-header .main-nav>ul>li>ul>li.active>a:after,
	.tt-header .main-nav>ul>li>ul>li.active>a:before,
	.tt-header .main-nav>ul>li>ul>li.select>a:after,
	.tt-header .main-nav>ul>li>ul>li.select>a:before,
	.tt-header .main-nav>ul>li>ul>li>a:hover:after,
	.tt-header .main-nav>ul>li>ul>li>a:hover:before {
		background: rgba(0, 0, 0, .55)
	}

	.tt-header .main-nav>ul>li>ul>li.select>a .menu-toggle {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.tt-header .main-nav>ul>li>ul>li>ul {
		display: none;
		background: #333;
		border-top: 1px solid #dbdbdb
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li {
		border-bottom: 1px solid #dbdbdb
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li:last-child {
		border-bottom: 0
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a {
		display: block;
		position: relative;
		width: 750px;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		background: #333;
		padding: 12px 40px;
		margin: 0 auto;
		text-decoration: none
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a:after,
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -500px;
		width: 500px;
		bottom: 0;
		background: 0 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a:after {
		left: auto;
		right: -500px
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a span:before {
		content: '-';
		margin-right: 10px
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a,
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover {
		text-decoration: none;
		color: #fff;
		background: #3c4f90
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a:after,
	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a:before,
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover:after,
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover:before {
		background: #fff
	}

	.tt-header .menu-toggle {
		position: absolute;
		top: 50%;
		right: 9px;
		padding: 13px 16px;
		margin-top: -20px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header.stick {
		top: 0
	}

	.tt-header.stick .main-nav {
		margin-top: 0
	}

	.tt-header.stick .toggle-block {
		padding-top: 0;
		-webkit-transition: padding .3s ease-in-out;
		-moz-transition: padding .3s ease-in-out;
		transition: padding .3s ease-in-out
	}

	.tt-header .main-nav>ul>li>a,
	.tt-header .main-nav>ul>li>a:focus,
	.tt-header .main-nav>ul>li>ul>li>a {
		width: auto;
		text-decoration: none
	}

	.header-2 .logo-switch.tt-header .logo img.black,
	.header-2 .stick.logo-switch.tt-header .logo img.black {
		display: inline-block
	}

	.header-2 .logo-switch.tt-header .logo img.white,
	.header-2 .stick.logo-switch.tt-header .logo img.white {
		display: none
	}

	.header-6 .call-us {
		display: none;
	}

	/* TT-MSLIDE */
	.tt-mslide {
		position: relative;
		overflow: hidden;
	}

	.tt-mslide:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0);
	}

	.tt-mslide-entry {
		display: table-cell;
		width: 99999px;
		height: 200px;
		padding-bottom: 80px;
		text-align: center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		background-position: center center;
		vertical-align: bottom;
	}

	.tt-mslide-entry:before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: '';
	}

	.slider_content {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}

	.tt-mslide-title {
		color: #fff;
		text-transform: initial;
		text-align: center;
	}

	.tt-mslide-title h3 {
		font-size: 24px;
		line-height: 50px;
		display: block;
	}

	.tt-mslide-title p {
		font-size: 16px;
	}

	.tt-mslide .text-animation {
		visibility: hidden;
	}

	.tt-mslide .text-animation.animated {
		visibility: visible;
	}

	/* SWIPER 轮播切换按钮 */
	.swiper-slide {
		position: relative
	}

	.swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		background: #999;
		opacity: 1
	}

	.swiper-pagination .swiper-pagination-bullet-active {
		background: #3c4f90
	}

	/* swiper-pagination-white */
	.swiper-pagination-white .swiper-pagination-bullet {
		background: #999
	}

	.swiper-pagination-white .swiper-pagination-bullet-active {
		background: #3c4f90
	}

	/* swiper position */
	.swiper-pagination.fixed {
		bottom: 10px !important
	}

	.swiper-pagination.relative-pagination {
		position: relative;
		top: 0;
		margin-top: 30px
	}

	.swiper-button-next,
	.swiper-button-prev {
		color: #fff !important;
		display: none;
	}

	/* 内页header_hd */
	.header_wrap {
		overflow: hidden;
	}

	/* 模块主标题 */
	.mkbt {}

	/*.mkbt h2.maintitle{font-size:36px;background-image:-webkit-linear-gradient(bottom,#3c4f90,#3c4f90,#3c4f90);-webkit-background-clip:text;-webkit-text-fill-color:transparent; margin:0; }*/
	.mkbt h2.maintitle {
		font-size: 24px;
		color: #3c4f90;
		margin: 0;
	}

	.mkbt h2.maintitle::after {
		content: "";
		display: block;
		width: 90px;
		height: 3px;
		background: #3c4f90;
		margin: 10px auto 10px auto;
	}

	.mkbt h2.maintitle span {
		color: #3c4f90;
	}

	.mkbt p.subtitle {
		font-size: 16px;
		color: #666;
		text-transform: uppercase;
		display: block;
	}

	.mkbt p.subtitle span {
		color: #3c4f90;
	}

	.mkbt p.overview {
		font-size: 14px;
		color: #333;
	}

	.mkbt img {
		max-width: 300px;
	}

	.mkbt-white {}

	.mkbt-white h2.maintitle {
		font-size: 24px;
		color: #fff;
		margin: 0;
	}

	.mkbt-white h2.maintitle::after {
		content: "";
		display: block;
		width: 90px;
		height: 3px;
		background: #fff;
		margin: 10px auto 10px auto;
	}

	.mkbt-white h2.maintitle span {
		color: #fff;
	}

	.mkbt-white p.subtitle {
		font-size: 16px;
		color: #fff;
		text-transform: uppercase;
		display: block;
	}

	.mkbt-white p.overview {
		font-size: 14px;
		color: #fff;
	}

	/* 头部搜索2 */
	.top-search {
		display: inline-block;
		float: left;
	}

	/* OTHER设置 */
	.ny-left {
		display: none;
	}

	/* FOOTER 底部*/
	footer .footer-copyright {
		margin-bottom: 50px;
	}

	footer .footer-bg {
		display: none;
	}

	.header_hd {
		position: relative;
	}

	.header_hd .backg {
		background: url(../images/banner.jpg) no-repeat top center;
		height: 200px;
		background-size: cover;
		background-position: center;
	}

	.bottom-nav {
		display: none;
	}


.service-bg{display: none;}
}

@media (min-width: 768px) {}

/*ipad*/
@media (min-width: 769px) and (max-width: 992px) {}

/*992px以上*/
@media (min-width: 992px) {
	.equip-display{
		
		
		display: block;
	}
	.pro-left {
		width: 249px;
	}

	.news_more{
		margin-left: 30px;

	}

	.pro-left>p {
		margin-top: 20px;

	}

	.piclist .img-box {
		overflow: hidden;
		margin-bottom: 10px;
		text-align: center;


		width: auto;
		height: auto;
	}




	.piclist .img-box img {
		border: #ffffff 1px solid;
		padding: 10px 10px;
		
		transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
		-moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
		-o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
		-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
	}

	.link-content {
		border: 1px #ffffff solid;
		height: 189px;
		margin-top: -5px;
		color: white;
	}

	.link-h1 {
		color: #FFFFFF;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 30px;
		line-height: 36px;
	}

	.link-h2 {
		color: #FFFFFF;
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.link-h3 {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.tt-header-top {
		background-color: #f2f2f2;
	}

	.tt-header {
		position: relative;
	}

	.tt-header .top-inner {
		position: relative;
		float: left;
		padding: 5px 0
	}

	.tt-header .toggle-block {
		display: block !important;
		float: right
	}

	.tt-header .toggle-block .container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		background-color: #fff;
	}

	.tt-header .main-nav {
		display: inline-block;
		vertical-align: top
	}

	.tt-header .main-nav>ul>li {
		position: relative;
		float: left;
		list-style: none
	}

	.tt-header .main-nav>ul>li>a {
		display: block;
		position: relative;
		padding: 25px 0px
	}

	.tt-header .main-nav>ul>li:last-child>a {
		padding-right: 0;
	}

	.tt-header .main-nav>ul>li.active,
	.tt-header .main-nav>ul>li:hover {
		color: #3c4f90
	}

	.tt-header .main-nav>ul>li.active>a,
	.tt-header .main-nav>ul>li:hover>a {
		color: #3c4f90
	}

	.tt-header .main-nav>ul>li>ul {
		display: block;
		position: absolute;
		box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0);
		top: 100%;
		left: 0;
		width: 160px;
		background: #333;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header .main-nav>ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.tt-header .main-nav>ul>li>ul>li {
		border-bottom: 1px solid #444;
		text-align: left;
		list-style: none
	}

	.tt-header .main-nav>ul>li>ul>li:last-child {
		border-bottom: 0
	}

	.tt-header .main-nav>ul>li>ul>li>a {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 18px;
		color: #fff;
		padding: 15px 30px 15px 30px;
	}

	.tt-header .main-nav>ul>li.active ul li a {
		color: #fff;
		padding-left: 20px
	}

	.tt-header .main-nav>ul>li>ul>li {
		position: relative
	}

	.tt-header .main-nav>ul>li>ul>li>a:hover {
		background: #3c4f90;
		color: #fff
	}

	.tt-header .main-nav>ul>li>ul>li>ul {
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 160px;
		background: #333;
		visibility: hidden;
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		transform: translateY(40px);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		list-style: none
	}

	.tt-header .main-nav>ul>li:nth-last-child(1)>ul>li>ul,
	.tt-header .main-nav>ul>li:nth-last-child(2)>ul>li>ul {
		left: auto;
		right: 100%;
		margin-right: 0
	}

	.tt-header .main-nav>ul>li>ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li {
		border-bottom: 1px solid #444;
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li:last-child {
		border-bottom: 0
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a {
		display: block;
		position: relative;
		font-size: 14px;
		line-height: 18px;
		color: #fff;
		padding: 15px 30px 15px 30px
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover {
		background: #3c4f90;
		color: #fff;
	}

	.tt-header .menu-toggle {
		padding-left: 5px
	}

	.tt-header.stick {
		position: fixed;
		left: 0;
		width: 100%;
		background: rgba(255, 255, 255, 1);
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
		box-shadow: 0 0 10px rgba(0, 0, 0, .5)
	}

	.tt-header.stick .logo {
		height: 70px;
		line-height: 70px
	}


	.header-5 .tt-header .top-inner {
		display: none
	}

	.header-5 .header_top {
		border-bottom: 1px solid rgba(0, 0, 0, .0);
		margin: 10px 0;
	}

	.header-5 .header_top img {
		display: inline-block;
	}

	.header-5 .tt-header {
		background: #3c4f90;
	}

	.header-5 .tt-header.stick {
		background: #3c4f90
	}

	.header-5 .tt-header .toggle-block {
		float: left
	}

	.header-5 .tt-header .main-nav>ul>li>a {
		padding: 17px 36px;
		color: #fff;
	}

	.header-5 .tt-header .main-nav>ul>li.active {
		background: rgba(255, 255, 255, 0.2)
	}

	.header-5 .tt-header .main-nav>ul>li:hover {
		background: rgba(255, 255, 255, 0.2)
	}

	.header-5 .tt-header .main-nav>ul>li:hover a {
		color: #fff
	}

	.header-5 .tt-header .main-nav>ul>li.active>a {
		color: #fff
	}

	.header-5 .tt-header .main-nav>ul>li>ul>li:hover span {
		color: #fff
	}

	.header-5 .tt-header .main-nav>ul>li>ul>li:hover a {
		color: #fff
	}

	.header-5 .tt-header .main-nav>ul>li>ul>li.parent a {
		color: #fff
	}

	.header-5 .tt-header .main-nav>ul>li>ul>li.parent ul li:hover span {
		color: #fff
	}

	.header-5 .tt-header .main-nav>ul>li>ul>li>ul>li>a {
		color: #262626
	}

	.header-5 .tt-header .main-nav>ul>li>ul>li.parent a:hover span {
		color: #fff
	}

	form {
		position: relative;
		width: 200px;
		margin-right: 50px;
		margin-top: 30px;
	}

	.d1 input {
		width: 100%;
		height: 35px;
		padding-left: 10px;
		border: 1px solid #39a86f;

		outline: none;
		background: white;
		color: #39a86f;
	}

	.d1 button {
		position: absolute;
		margin-top: 3px;
		right: 0px;
		width: 35px;
		height: 35px;
		border: 1px solid #39a86f;
		border-left: none;
		background: white;

		cursor: pointer;
	}

	.d1 button:before {
		content: "\f002";
		font-family: FontAwesome;
		font-size: 19px;
		color: #39a86f;
	}


}

@media (min-width: 993px) and (max-width: 1300px) {
	.pic{
		
		height: 120px;
		
	}
	
	.container{ width:100%;}
	
	.pro-left {
		width: 210px;
	}
	.news_more{
		margin-left: 20px;
	
	}

	.pro-left>p {
		margin-top: 0px;

	}

	.link-h1 {
		color: #FFFFFF;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 30px;
		line-height: 36px;
	}

	.link-h2 {
		color: #FFFFFF;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.link-h3 {
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.piclist1 .img-box img {
		width: 160px;
		height: 160px;
		transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
		-moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
		-o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
		-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
	}

	.piclist .img-box {
		overflow: hidden;
		margin-bottom: 10px;
		text-align: center;


		width: 170px;
		height: auto;
	}

	.piclist .img-box img {
		width: 200px;
		height: 160px;
		border: #c8c8c8 1px solid;
		padding: 10px 10px;
		transition: opacity .3s ease-out, transform .3s ease-out, filter .3s ease-out;
		-moz-transition: opacity .3s ease-out, -moz-transform .3s ease-out, -moz-filter .3s ease-out;
		-o-transition: opacity .3s ease-out, -o-transform .3s ease-out, -o-filter .3s ease-out;
		-webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out, -webkit-filter .3s ease-out;
	}

	/*pro内页*/







	.bottom-nav {
		display: none;
	}

	.piclist .img-box {
		overflow: hidden;
		margin-bottom: 10px;
		text-align: center;
	}

	.tt-header-top {
		background-color: #f2f2f2;
	}

	.header_top {
		margin: 20px 0;
	}

	.tt-header {
		background: #fff;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		height: auto;
		overflow-x: hidden;
		-webkit-transition: width 1s, height 1s, transform 1s;
		-moz-transition: width 1s, height 1s, transform 1s;
		transition: width 1s, height 1s, transform 1s
	}

	.tt-header.stick {
		position: relative;
		animation: none !important;
		transition: none !important
	}

	.tt-header .logo {
		height: 70px;
		line-height: 70px
	}

	.tt-header .logo img {
		display: inline-block;
		max-width: 100%;
		max-height: 70px;
		width: auto;
		height: auto;
		vertical-align: middle
	}

	.tt-header .cmn-toggle-switch {
		display: block;
		margin: 25px 0;
	}

	.tt-header .logo img.black {
		display: inline-block;
	}

	.tt-header .logo img.white {
		display: none;
	}

	.tt-header .toggle-block {
		display: none;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 100%;
		overflow: auto;
		padding: 0
	}

	.tt-header .main-nav {
		margin-bottom: 0;
		text-align: left
	}

	.tt-header .main-nav>ul>li {
		border-bottom: 0px solid #dbdbdb;
		overflow: hidden
	}

	.tt-header .main-nav>ul>li>a,
	.tt-header .main-nav>ul>li>a:focus {
		display: block;
		position: relative;
		width: 750px;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		padding: 13px 15px 13px 15px;
		margin: 0 auto
	}

	.tt-header .main-nav>ul>li>a:after,
	.tt-header .main-nav>ul>li>a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -500px;
		width: 500px;
		bottom: 0;
		background: 0 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header .main-nav>ul>li>a:after {
		left: auto;
		right: -500px
	}

	.tt-header .main-nav>ul>li.active>a,
	.tt-header .main-nav>ul>li.select>a,
	.tt-header .main-nav>ul>li>a:hover {
		color: #fff;
		background: #6372a6;
		text-decoration: none
	}

	.tt-header .main-nav>ul>li.select>a .menu-toggle {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.tt-header .main-nav>ul>li.active>a:after,
	.tt-header .main-nav>ul>li.active>a:before,
	.tt-header .main-nav>ul>li.select>a:after,
	.tt-header .main-nav>ul>li.select>a:before,
	.tt-header .main-nav>ul>li>a:hover:after,
	.tt-header .main-nav>ul>li>a:hover:before {
		background: #3c4f90;
	}

	.tt-header .main-nav>ul>li>ul {
		display: none;
		background: #f0f0f0;
		border-top: 1px solid #dbdbdb
	}

	.tt-header .main-nav>ul>li>ul>li {
		border-bottom: 0px solid #dbdbdb
	}

	.tt-header .main-nav>ul>li>ul>li>a {
		display: block;
		width: 750px;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		padding: 13px 22px;
		margin: 0 auto
	}

	.tt-header .main-nav>ul>li>ul>li>a span:before {
		content: '-';
		margin-right: 10px
	}

	.tt-header .main-nav>ul>li>ul>li>a,
	.tt-header .main-nav>ul>li>ul>li>a:focus {
		display: block;
		position: relative;
		text-decoration: none
	}

	.tt-header .main-nav>ul>li>ul>li>a:after,
	.tt-header .main-nav>ul>li>ul>li>a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -500px;
		width: 500px;
		bottom: 0;
		background: 0 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header .main-nav>ul>li>ul>li>a:after {
		left: auto;
		right: -500px
	}

	.tt-header .main-nav>ul>li>ul>li.active>a,
	.tt-header .main-nav>ul>li>ul>li.select>a,
	.tt-header .main-nav>ul>li>ul>li>a:hover {
		color: #fff;
		background: #3c4f90
	}

	.tt-header .main-nav>ul>li>ul>li.active>a:after,
	.tt-header .main-nav>ul>li>ul>li.active>a:before,
	.tt-header .main-nav>ul>li>ul>li.select>a:after,
	.tt-header .main-nav>ul>li>ul>li.select>a:before,
	.tt-header .main-nav>ul>li>ul>li>a:hover:after,
	.tt-header .main-nav>ul>li>ul>li>a:hover:before {
		background: rgba(0, 0, 0, .55)
	}

	.tt-header .main-nav>ul>li>ul>li.select>a .menu-toggle {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.tt-header .main-nav>ul>li>ul>li>ul {
		display: none;
		background: #333;
		border-top: 1px solid #dbdbdb
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li {
		border-bottom: 1px solid #dbdbdb
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li:last-child {
		border-bottom: 0
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a {
		display: block;
		position: relative;
		width: 750px;
		font-size: 14px;
		line-height: 20px;
		color: #fff;
		background: #333;
		padding: 12px 40px;
		margin: 0 auto;
		text-decoration: none
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a:after,
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: -500px;
		width: 500px;
		bottom: 0;
		background: 0 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a:after {
		left: auto;
		right: -500px
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li>a span:before {
		content: '-';
		margin-right: 10px
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a,
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover {
		text-decoration: none;
		color: #fff;
		background: #3c4f90
	}

	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a:after,
	.tt-header .main-nav>ul>li>ul>li>ul>li.active>a:before,
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover:after,
	.tt-header .main-nav>ul>li>ul>li>ul>li>a:hover:before {
		background: #fff
	}

	.tt-header .menu-toggle {
		position: absolute;
		top: 50%;
		right: 9px;
		padding: 13px 16px;
		margin-top: -20px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.tt-header.stick {
		top: 0
	}

	.tt-header.stick .main-nav {
		margin-top: 0
	}

	.tt-header.stick .toggle-block {
		padding-top: 0;
		-webkit-transition: padding .3s ease-in-out;
		-moz-transition: padding .3s ease-in-out;
		transition: padding .3s ease-in-out
	}

	.tt-header .main-nav>ul>li>a,
	.tt-header .main-nav>ul>li>a:focus,
	.tt-header .main-nav>ul>li>ul>li>a {
		width: auto;
		text-decoration: none
	}

	. .header-2 .logo-switch.tt-header .logo img.black,
	.header-2 .stick.logo-switch.tt-header .logo img.black {
		display: inline-block
	}

	.header-2 .logo-switch.tt-header .logo img.white,
	.header-2 .stick.logo-switch.tt-header .logo img.white {
		display: none
	}

	.header-5 .tt-header .main-nav>ul>li>a {
		padding: 17px 26px;
		color: #fff;
	}

	.header-6 .call-us {
		display: none;
	}


}

@media (min-width: 1024px) {}

/*>=1024的设备*/
@media (min-width: 1100px) {}

/*>=1100的设备*/
@media (min-width: 1200px) {}

@media (min-width: 1199px) and (max-width: 1680px) {}

@media (min-width: 1280px) {}
@media (min-width: 1300px) {.container{ width: 1300px;}
	.pic{
		
		height: 120px;
		
	}



}
/*>=1280的设备*/
@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width: 1681px) and (max-width: 1920px) {}

@media (min-width: 1920px) {}
