@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%;}
.lzpic2{display: block; }
.lzpic1{display: none; }
.wrapper {
	padding: 50px 0;
}
.head-top {
	display: none;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0;
	position: fixed;
}
.header .logo {
	height: 30px;
	margin-top: 10px;
}
.header .logo2{
	display: none;
}
.header .tel{
	display: none;
}
.header .search-box {
	margin: 0 30px 0 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;
	line-height: 50px;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	font-size: 1.6rem;
	font-weight: bold;
	color: #1a3f9a;
}
.header .menu-btn span {
	width: 28px;
	height: 3px;
	background: #1a3f9a;
	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;
}
.header .nav {
	width: 260px;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #1a3f9a;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li.s2,
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
}
.header .nav .sub1 li a::after,
.header .nav .sub1 ul::after,
.header .nav > ul > li > a::after,
.header .nav > ul > li.s2 > a::before,
.header .nav > ul > li.s2.aw > a::before{
	display: none;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li > a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #575757;
	text-align: left;
	text-indent: 20px;
}
.header .nav > ul > li.on:hover > a ,
.header .nav > ul > li.on > a {
	border-bottom: solid 1px #1a3f9a;
	color: #1a3f9a;
}
.header .nav > ul > li .arrow{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	background: url(../images/arrow1.png) no-repeat center;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;

}
.header .nav > ul > li.now .arrow{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}
.header .nav .sub1,
.header .nav .sub2,
.header .nav .sub {
	display: none;
	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: 0;
	background: #eee;
}
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
}
.header .nav .sub li a:hover {
	background: #999;
}
.header .nav .sub1 ul {
	background: none;
	border-radius: 0;
	padding: 0;
}
.header .nav .sub1 li a:hover,
.header .nav .sub1 li a {
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	color: #555;
	border-bottom: solid 1px #ccc;
	text-align: left;
	text-indent: 30px;
}
.header .nav .sub2 ul {
	display: block;
	padding: 20px 0 0 0;
}
.header .nav .sub2 li {
	float: none;
	margin: 0 0 20px 0;
}
.header .nav .sub2 li a:hover,
.header .nav .sub2 li a {
	display: block;
	color: #555;
	height: auto;
	line-height: 20px;
	padding: 0 20px;
}
.header .nav .sub2 li .picc {
	border: solid 2px #e6eaf4;
	margin-bottom: 10px;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menu-btn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menu-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menu-btn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
}
.footer .right,
.footer .left,
.footer .wrap {
	width: 100%;
}
.footer .right,
.footer .left{
	padding: 0;
	position: relative;
}
.footer .left{
	padding: 20px;
}
.footer .link-list {
	padding: 0;
	min-height: auto;
}
.footer .link-list .list {
	width: 100%;
	float: none;
	border-bottom: solid 1px #bbb;
}
.footer .link-list .tit {
	height: 44px;
	line-height: 44px;
	font-size: 1.6rem;
	margin-bottom: 0;
	display: block;
}
.footer .link-list ul{
	display: none;
	padding-bottom: 10px;
}
.footer .link-list li {
	line-height: auto;
	margin-bottom: 0;
}
.footer .link-list li a {
	display: block;
	height: 30px;
	line-height: 30px;
}
.footer .qrcode {
	width: 100%;
	position: relative;
	top: 0;
	margin: 20px auto;
	text-align: center;
}
.footer .qrcode i {
	margin: 0 auto 10px auto;
}
.footer .friendship {
	margin: 0 0 20px 0;
	padding: 0 10px;
	display: inline-block;
	text-align: left;
}
.footer .telbox .number {
	margin: 10px 0;
}
.footer .telbox .number a {
	font-size: 3rem;
}
.footer .telbox .btn a {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background-position: 20px center;
	font-size: 1.6rem;
}
.footer .address {
	font-size: 1.6rem;
	margin: 20px 0 12px 0;
 }
.footer .support {
	position: static;
	bottom: 0;
	margin-top: 10px;
}
.fixed-sidebar {
	width: 100%;
	right: 0;
	top: auto;
	bottom: 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);
	border: none;
}
.fixed-sidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
}
.fixed-sidebar li.pcshow{
	display: none;
}
.fixed-sidebar li.mbshow{
	display: block;
}
.fixed-sidebar li:first-child{
	border-left: none;
}
.fixed-sidebar li:hover a {
	background: #fff;
	color: #707070;
}
.fixed-sidebar li:hover a i {
	-webkit-filter: brightness(0%);
	-moz-filter: brightness(0%);
	-ms-filter: brightness(0%);
	-o-filter: brightness(0%);
	filter: brightness(0%);
}
.fixed-sidebar li a {
	height: 50px;
	border: none;
}
.fixed-sidebar li a i {
	height: 30px;
	line-height: 30px;
}
.fixed-sidebar li .hide {
	height: auto;
	line-height: auto;
	top: auto;
	bottom: 50px;
	right: auto;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	display: none;
	background: #fff;
}
.fixed-sidebar li .phone {
	display: none;
}
.fixed-sidebar li .qrcode p{
	height: 20px;
	line-height: 20px;
	display: block;
	margin-bottom: 6px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 2px;
	border-radius: 4px;
}
.banner .swiper-pagination-bullet-active {
	width: 30px;
}
.main .pcmore:hover {
	background-image: url(../images/arrow3.png);
	background-position: right 0 center;
	color: #333;
}
.main .pcmore.w:hover,
.main .pcmore.w {
	color: #fff;
	background-image: url(../images/arrow4.png);
}
.main .about .title {
	font-size: 2.2rem;
}
.main .about .slogan {
	font-size: 1.6rem;
}
.main .about .btn a {
	padding: 0 26px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	font-size: 1.6rem;
}
.main .about .number {
	margin: 30px auto 0 auto;
}
.main .about .number li{
	width: 50%;
	margin-bottom: 30px;
}
.main .about .number li:nth-child(4n+1) {
  clear: none;
}
.main .about .number li:nth-child(2n+1) {
  clear: left;
}
.main .about .number li {
	font-size: 1.4rem;
}
.main .about .number li .p1 {
	font-size: 1.8rem;
}
.main .about .number li .p1 span {
	font-size: 4rem;
}
.main .product .product-list ul,
.main .product .side .menu ul {
	min-height: auto;
	max-height: none;
}
.main .strength .title,
.main .videolayer .title,
.main .service .title,
.main .cooperation .title {
	font-size: 2.2rem;
}
.main .strength .slogan,
.main .videolayer .slogan,
.main .service .slogan,
.main .cooperation .slogan {
	font-size: 1.6rem;
}
.main .cooperation .content,
.main .service .service-list,
.main .strength .strength-list,
.main .videolayer .video-list {
	margin-top: 30px;
}
.main .cooperation .swiper-container {
	padding-bottom: 30px;
}
.main .cooperation .swiper-pagination-bullet-active {
	width: 30px;
}
.main .cooperation .swiper-slide .see,
.main .cooperation .swiper-slide a::after {
	display: none;
}
.main .cooperation .swiper-slide a:hover .picc span {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .cooperation .swiper-slide a:hover .tit {
	bottom: 0px;
}
.product .side {
	width: 100%;
	float: none;
}
.product .side .title {
	background: url(../images/menu.png) no-repeat right 0 center;
	background-size: 40px auto;
}
.product .side .title .en {
	line-height: 50px;
	font-size: 1.6rem;
	vertical-align: top;
	top: 4px;
}
.product .side .title .en::first-letter {
	font-size: 6rem;
	line-height: 80px;
}
.product .side .title .tit {
	left: 42px;
	top: 34px;
	font-size: 2.2rem;
}
.product .side .menu{
	display: none;
}
.product .side .menu li {
	height: 40px;
	line-height: 40px;
}
.product .side .menu li.on {
	background-image: url(../images/arrow5.png);
}
.product .content {
	padding: 10px 14px;
}
.product .content .title {
	line-height: 40px;
}
.product .content .title .tit {
	font-size: 2.2rem;
}
.product-list ul {
	margin: 10px -4px 0 -4px;
}
.product-list li {
	padding: 0 4px;
	margin-bottom: 10px;
}
.product-list li a:hover .picc span {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.product-list li a:hover .tit,
.product-list li a:hover .type {
	color: #333;
}
.product-list li a:hover .text,
.product-list li .text {
	padding: 6px 0;
	background: none;
}
.video-list li .picc::after {
	width: 30px;
	height: 30px;
}
.video-list li .tit {
	font-size: 1.6rem;
	margin-top: 10px;
}
.layui-layer.layui-layer-iframe{
	overflow: visible;
}
.strength-list ul {
	margin: 0 -2px;
}
.strength-list li {
	padding: 0 2px;
}
.strength-list li a:hover .picc span {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.strength-list li .tit {
	font-size: 1.6rem;
	margin-top: 10px;
}
@media only screen and (max-width: 750px){
	.product-list li{
		width: 50%;
	}
	.video-list li {
		width: 50%;
	}
	.video-list li:nth-child(4n+1) {
		clear: none;
	}
	.video-list li:nth-child(2n+1) {
		clear: left;
	}
	.strength-list li{
		width: 50%;
	}
	.strength-list li:nth-child(4n+1) {
		clear: none;
	}
	.strength-list li:nth-child(2n+1) {
		clear: left;
	}
}
.service-list ul {
	margin: 0 -4px;
}
.service-list li {
	width: 100%;
	margin-bottom: 10px;
	padding: 0 4px;
}
.service-list li:nth-child(10) .box,
.service-list li:nth-child(8) .box,
.service-list li:nth-child(7) .box,
.service-list li:nth-child(6) .box,
.service-list li:nth-child(3) .box,
.service-list li:nth-child(2) .box,
.service-list li .box {
	background: url(../images/service_list_bg1.png);
}
.service-list li:nth-child(even) .box{
	background: url(../images/service_list_bg2.jpg);
}
.service-list li .box:hover {
	top: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.service-list li .text {
	min-height: auto;
	padding: 10px;
}
.service-list li .text .p1 {
	font-size: 1.8rem;
}
.service-list li .number {
	font-size: 50px;
	right: 10px;
	line-height: 50px;
}
.crumbs span {
	padding: 0;
}
.paging li a {
	width: 40px;
	height: 40px;
	line-height: 38px;
}
.product-page .product-list .title .tit{
	display: none;
}
.product-page .title .crumbs {
	float: none;
	background-position: 0 13px;
}
.product-page .product-list ul {
	margin-bottom: 20px;
}
.product-page .details {
	padding-top: 10px;
}
.product-page .details .single,
.product-page .details .content {
	margin-top: 10px;
	padding: 10px;
}
.product-page .details .single{
	padding: 30px 10px;
}
.product-page .details .photo ,
.product-page .details .leftcont {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.product-page .details .leftcont{
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-page .details .leftcont .text{
	min-height: auto;
}
@media only screen and (max-width: 600px){
	.product-page .details .leftcont .title {
		font-size: 22px;
		line-height: 36px;
		padding: 10px 0;
	}
	.product-page .details .leftcont .text p {
		margin: 14px 0;
	}
	.product-page .details .leftcont .btnbox {
		margin-top: 30px;
	}
	.product-page .details .leftcont .btnbox a {
		padding-left: 30px;
	}
	.product-page .details .leftcont .btnbox .btn1 {
		background-position: 30px center;
	}
	.product-page .details .leftcont .btnbox .btn2 {
		background-position: 20px center;
	}
	.product-page .details .photo .bottom {
		padding: 0;
	}
	.product-page .details .photo .gallery-thumbs {
		margin-top: 10px;
	}
	.product-page .details .photo .gallery-thumbs .swiper-slide-thumb-active {
		border: solid 1px #bec6dc;
	}
	.product-page .details .photo .swiper-button-next,
	.product-page .details .photo .swiper-button-prev {
		display: none;
	}
}
.product-page .features .title {
	padding: 20px 0;
	font-size: 2.2rem;
}
.product-page .features .article {
	padding: 30px 0;
}
.product-page .prevnext .prev,
.product-page .prevnext .next,
.product-page .prevnext .return {
	height: 34px;
	line-height: 32px;
	border-radius: 34px;
}
.product-page .prevnext .prev:hover,
.product-page .prevnext .next:hover,
.product-page .prevnext .return:hover {
	border: solid 1px #e4e4e4;
	background-color: #f6f6f6;
	color: #333;
}
.product-page .prevnext .prev {
	padding: 0 16px 0 30px;
	margin-right: 10px;
	background-position: 12px center;
}
.product-page .prevnext .next {
	padding: 0 30px 0 26px;
	background-position: right 12px center;
}
.product-page .prevnext .return {
	padding: 0 16px 0 34px;
	background-position: 12px center;
}
.strength-page .head .crumbs,
.video-page .head .crumbs {
	float: none;
}
.strength-page .head .title,
.video-page .head .title {
	float: none;
	font-size: 2.2rem;
}
.strength-page .video-list li .tit,
.video-page .video-list li .tit {
	margin-top: 14px;
}
.strength-page .strength-list li {
	margin-bottom: 30px;
}
.column-menu {
}
.column-menu .wrap {
	top: -25px;
	height: 50px;
}
.column-menu li {
	margin: 0 20px;
}
@media only screen and (max-width: 600px){
	.column-menu li {
		margin: 0 5px;
	}
}
.column-menu li a {
	font-size: 1.4rem;
	line-height: 50px;
	height: 50px;
}
.column-menu li.on a,
.column-menu li.on a:hover{
	color: #1a3f9a;
}
.column-menu li a:hover {
	color: #444;
}
.column-menu li.on a:hover::after,
.column-menu li.on a::after{
	width: 100%;
}
.column-menu li a:hover::after {
	width: 0;
}
.about-page .pctitle {
	font-size: 2.2rem;
}
.about-page .pcentit {
	line-height: 24px;
}
.about-page .pcslogan {
	font-size: 1.4rem;
	margin-bottom: 30px;
}
.about-page .introduction {
	padding: 40px 0;
}
.about-page .introduction .wrap{
	max-width: 600px;
}
.about-page .introduction .picbox {
	width: 100%;
	float: none;
	margin: 30px 0;
}
.about-page .introduction .content {
	width: 100%;
	float: none;
}
.about-page .introduction .title {
	font-size: 2.2rem;
	line-height: 30px;
}
.about-page .introduction .text {
	line-height: 28px;
	font-size: 1.4rem;
}
.about-page .introduction .number .p1 {
	font-size: 1.5rem;
}
.about-page .introduction .number .num {
	font-size: 4rem;
}
.about-page .introduction .number sup {
	top: 0;
	right: 2px;
	font-size: 1.6rem;
}
.about-page .introduction .number .p2 {
	font-size: 1.6rem;
}
.about-page .ability {
	padding: 40px 0;
}
.about-page .ability .content {
	margin-top: 40px;
}
.about-page .ability .gallery-thumbs {
	margin-top: -6px;
	position: relative;
}
.about-page .ability .gallery-thumbs .swiper-slide {
	font-size: 1.6rem;
}
.about-page .ability .gallery-thumbs .swiper-slide::before {
	width: 10px;
	height: 10px;
	margin: 0 auto 10px;
	border: 2px solid #828081;
}
.about-page .ability .gallery-top {
	width: 96%;
	margin: 30px auto 0;
	padding-bottom: 10px;
}
.about-page .ability .gallery-top p {
	width: 100%;
}
.about-page .culture li{
	height: 540px;
}
.about-page .culture li .tit {
	font-size: 2.2rem;
	line-height: 34px;
}
.about-page .culture li .text {
	width: 100%;
	top: 5%;
	left: 50%;
	line-height: 24px;
}
.about-page .culture li .text .t {
	font-size: 2rem;
	margin-bottom: 14px;
}
.about-page .culture li.on .text {
	padding: 0 10px;
}
.about-page .cooperation {
	padding: 40px 0;
}
.about-page .cooperation ul {
	margin: 0 -5px;
}
.about-page .cooperation ul li {
	margin: 5px;
}
.about-page .environment {
	padding: 40px 0;
}
.about-page .environment .layer .right ,
.about-page .environment .layer .left {
	width: 100%;
	float: none;
}
.about-page .environment .layer .txt {
	font-size: 2rem;
}
.about-page .environment .layer1 {
	margin-bottom: 10px;
}
.about-page .environment .layer1 .right li:nth-child(1){
	margin-top: 10px;
	width: 100%;
}
.about-page .environment .layer1 .right li:nth-child(2),
.about-page .environment .layer1 .right li:nth-child(3) {
	width: 49%;
	margin-top: 10px;
}
.about-page .environment .layer2 .left li {
	margin-right: 1.2%;
	width: 24.35%;
}
.about-page .environment .layer2 .left li:nth-child(3) {
	width: 48.5%;
	margin-right: 0;
}
.about-page .environment .layer2 .left .text {
	margin-bottom: 5px;
}
.about-page .environment .layer2 .right{
	margin-top: 10px;
}
.case-page .wrap15 {
	margin-top: -50px;
}
.case-page .title {
	font-size: 2.2rem;
	line-height: 22px;
	border-left: 4px solid #1a3f9a;
	margin: 30px 0;
}
.case-page .title::before {
	width: 2px;
}
.case-list li {
	width: 50%;
}
.case-list li:nth-child(3),
.case-list li:nth-child(4) {
	border-top: none;
}
.case-list li:nth-child(4n+1) {
	clear: none;
}
.case-list li:nth-child(2n+1) {
	clear: left;
}
.case-list li a {
	padding: 5px;
}
.case-list li a:hover {
	top: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.case-list li .tit {
	font-size: 1.4rem;
}
.news-page .newsbox {
	padding: 50px 0;
}
.news-page .newsbox .title {
	font-size: 2.2rem;
	line-height: 30px;
}
.news-page .newsbox .slogan {
	font-size: 1.4rem;
}
.news-list {
	margin: 30px 0;
}
.news-list ul {
	margin: 0 -5px;
}
.news-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.news-list li:nth-child(4n+1) {
	clear: none;
}
.news-list li:nth-child(2n+1) {
	clear: left;
}
.news-list li a:hover {
	top: 0;
}
.news-list li a:hover .text {
	background: #f6f8fb;
}
.news-list li a:hover .date {
	background: #1a3f9a;
	color: #fff;
}
.news-list li a:hover .tit{
	color: #444;
}
.news-list li a:hover .more {
	color: #1a3f9a;
}
.news-list li a:hover .txt {
	color: #666;
}
.news-list li .text {
	padding: 0 10px;
	min-height: 150px;
}
.news-list li .date {
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
}
.news-list li .date b {
	font-size: 2rem;
}
.news-list li .tit {
	font-size: 1.6rem;
}
.news-list li .txt {
	margin-top: 6px;
	font-size: 1.2rem;
}
.news-list li .more {
	padding-bottom: 10px;
}
.news-page .sidebar {
	display: none;
}
.news-page .contentleft {
	padding-right: 0;
	margin-bottom: 50px;
}
.news-page .details .head {
	padding: 20px 10px;
}
.news-page .details .title {
	font-size: 1.8rem;
}
.news-page .details .article {
	padding: 30px 10px 10px 10px;
}
.news-page .details .share {
	padding: 20px 10px;
}
.contact-page .contact {
	padding: 40px 0;
}
.contact-page .contact .title {
	font-size: 2.6rem;
	line-height: 50px;
}
.contact-page .contact .address {
	font-size: 1.4rem;
}
.contact-page .telbox {
	margin-top: 40px;
}
.contact-page .telbox li {
	width: 50%;
	margin-bottom: 30px;
}
.contact-page .telbox li:nth-child(4n+1) {
	clear: none;
}
.contact-page .telbox li:nth-child(2n+1) {
	clear: left;
}
.contact-page .telbox li i {
	margin-bottom: 10px;
	max-width: 100px;
}
.contact-page .telbox li .tit {
	margin: 10px 0 0 0;
}
.contact-page .telbox li .num a,
.contact-page .telbox li .num {
	font-size: 1.6rem;
}
.contact-page .map {
	width: 100%;
	position: static;
}
.contact-page #allmap {
	height: 300px;
}
.contact-page .message {
	width: 100%;
	float: none;
	padding: 30px 20px;
	text-align: center;
}
.contact-page .message .title {
	font-size: 2.6rem;
}
.contact-page .message input[type="text"],
.contact-page .message textarea {
	max-width: 364px;
	padding: 10px;
	margin: 0 auto 20px auto;
}
.contact-page .message textarea {
	height: 100px;
}
.contact-page .message button,
.contact-page .message input[type="submit"],
.contact-page .message input[type="button"] {
	margin: 0 auto;
}



































} /* Less than 1200 */
