@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.sm-col12{width: 100%; float: left;}
.col.sm-col1{width: 8.33333333%;}
.col.sm-col2{width: 16.66666667%;}
.col.sm-col3{width: 25%;}
.col.sm-col4{width: 33.33333333%;}
.col.sm-col5{width: 41.66666667%;}
.col.sm-col6{width: 50%;}
.col.sm-col7{width: 58.33333333%;}
.col.sm-col8{width: 66.66666667%;}
.col.sm-col9{width: 75%;}
.col.sm-col10{width: 83.33333333%;}
.col.sm-col11{width: 91.66666667%;}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0 0 0;
}
.header {
	height: 50px;
	z-index: 105;
}
.header .logo {
	height: 40px;
	margin-top: 5px;
}
.header .language {
	margin: 0 50px 0 0;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
	padding: 0 16px 0 0;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: none;
}
.header .search-box {
	margin: 0;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0px;
}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 28px;
	height: 3px;
	background: #0173a9;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menu-btn span.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.menu-btn.on span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.menu-btn.on span.line2 {
	opacity: 0;
}
.menu-btn.on span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.header .nav {
	float: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	overflow: auto;
	max-height: 100vh;
	display: none;
}
.header .nav > ul > li {
	float: none;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li > a {
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 15px;
	color: #333;
	padding: 0 20px;
	border-bottom: solid 1px #eee;
	position: relative;
}
.header .nav > ul > li:hover > a::before,
.header .nav > ul > li > a::after,
.header .nav > ul > li > a::before {
	display: none;
}
.header .nav > ul > li .arrow {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	background: url(../images/arrow4.png) no-repeat center;
}
.header .nav > ul > li.now .arrow{
	background-image: url(../images/arrow3.png);
}
.header .nav > ul > li.on > a,
.header .nav > ul > li.now > a,
.header .nav > ul > li.on:hover > a{
	color: #0173a9;
	border-bottom: solid 1px #0173a9;
}
.header .nav .sub {
	width: 100%;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	padding-top: 0;
}
.header .nav .sub li {
	margin-top: 0;
	border-bottom:1px solid #ccc;
}
.header .nav .sub li a:hover ,
.header .nav .sub li a {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #333;
	background: #eee;
	text-align: left;
	padding: 0 30px;
	border-bottom: solid 1px #ddd;
}


































}/*手机版css*/
