@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}
body {
	max-width: 1920px;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	font-family: "Helvetica Neue",Helvetica, Arial,Tahoma,"Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;

}
ul,ol {
	list-style: outside none none;
}
li {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0c65b6;
}
hr {
	border: none;
}
.none {
	display: none;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ""; 
	display: block; 
	height:0; 
	clear:both; 
	visibility: hidden;
}
.clearfix { *zoom:1; }

.main_width {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
/*头部公用*/
.header {
	height: 95px;
}
.header .logo {
	height: 95px;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.header .logo img {
	display: inline-block;
	float: left;
	height: 100%;
}
.header .logo span {
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
.header .logo span h1 {
	font-size: 22px;
	line-height: 1.5;
}
.header .logo span p {
	font-size: 12px;
	line-height: 2;
}
.header .phone {
	float: right;
	width: 250px;
	height: 100%;
}
.header .phone img {
	display: inline-block;
	float: left;
	margin-top: 20px;
}
.header .phone span {
	display: inline-block;
	margin-top: 20px;
	margin-left: 20px;
}
.header .phone span .p1 {
	font-size: 14px;
	line-height: 1.5;
}
.header .phone span .p2 {
	font-size: 20px;
	color: rgb(14, 107, 192);
	font-weight: 700;
	line-height: 1.5;
}
.nav {
	width: 100%;
	height: 50px;
	background: rgb(12, 101, 182);
}
.nav ul {
	width: 100%;
}
.nav ul li {
	display: inline-block;
	float: left;
	width: 14.28%;
}
.nav ul li a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #fff;
}
.nav ul li a:hover {
	background: rgb(1, 79, 143);
	color: rgb(255, 197, 60);
	font-weight: bold;
}
/*手机端导航*/
.header_m {
	display: none;
}
.header_m {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	z-index: 9999;
	text-align: center;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background: #1e88e5;
}
.header_m .logo {
	height: 100%;
	display: inline;
	margin-left: 30px;
}
.header_m .logo {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 55px;
	line-height: 55px;
}
/*.header_m .logo img {
	height: 100%;
	display: inline-block;
}*/
.flbox {
	position: relative;
	margin-right: 0px;
	width: 60px;
	height: 55px;
	float: right;
	cursor: pointer;
	opacity: 0.9;
}

/*.flbox span {
	display: block;
	position: absolute;
	height: 3px;
	top: 25px;
	left: 8px;
	right: 8px;
	background-color: #fff;
	box-sizing: border-box;
}

.flbox span:before,.flbox span:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
}

.flbox span:before {
	top: -10px;
}

.flbox span:after {
	bottom: -10px;
}*/
div.x,
div.y,
div.z {
	position: absolute; margin: auto;
	top: 0px; bottom: 18px;		
	background: #fff;
	border-radius:2px;
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
	    -ms-transition: all 200ms ease-out;
	     -o-transition: all 200ms ease-out;
	        transition: all 200ms ease-out;
}	
div.x, div.y, div.z {
	height: 3px;
	width: 30px;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
	    -ms-transition: all 100ms ease-out;
	     -o-transition: all 100ms ease-out;
	        transition: all 100ms ease-out;
}
div.y.squize{
	width:0;
	-webkit-transition: all 100ms ease-out;
	   -moz-transition: all 100ms ease-out;
	    -ms-transition: all 100ms ease-out;
	     -o-transition: all 100ms ease-out;
	        transition: all 100ms ease-out;
}
div.y{top: 18px;}
div.z{top: 37px;}

div.open div.x, div.open div.z{
		top:19px;
		-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
	}

div.rotate45{
		-ms-transform: rotate(45deg); 
    	-webkit-transform: rotate(45deg); 
	    transform: rotate(45deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}
div.rotate135{
		-ms-transform: rotate(135deg); 
    	-webkit-transform: rotate(135deg); 
	    transform: rotate(135deg);	
		-webkit-transition: all 100ms ease-out;
		   -moz-transition: all 100ms ease-out;
		    -ms-transition: all 100ms ease-out;
		     -o-transition: all 100ms ease-out;
		        transition: all 100ms ease-out;					
	}

#sideMenuContainer {
  background: #1976d2;
  position: fixed;
  top: 55px;
  right: -150px;
  width: 150px;
  z-index: 4;
  opacity: 0.9;
}
#sideMenuContainer > a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #2196f3;
}
#sideMenuContainer > a:hover {
	background-color:#ffffff;
	color:black;	
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
/*搜索*/
.search {
	width: 100%;
	border-bottom: 1px solid #eee;
}
.search .search_word {
	height: 47px;
	line-height: 47px;
	float: left;
	display: inline-block;
}
.search .search_word span {
	color: rgb(38, 38, 38);
	font-size: 14px;
	font-weight: 700;
}
.search .search_word a {
	color: color: rgb(89, 89, 89);
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.search_input {
	float: right;
}
.search_input form {
	width: 400px;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
	border: 1px solid #ddd;
	position: relative;
}
.search_input form .search_img {
	width: 35px;
	height: 35px;
	background: url(../images/aui-icon-search.png) no-repeat center center;
	background-size: 60% 60%;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	z-index: 999;
}
.search_input form input {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: none;
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding-left: 35px;
}
.search_input form .btn {
	width: 65px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin-top: -1px;
	background-color:rgb(14, 107, 192);
	position: absolute;
	right: 0;
	outline: none;
	border: none;
	cursor: pointer;
	color: #fff;
	font-family: "Microsoft YaHei";
}
.search_input form .btn:hover {
	background-color: #1976d2;
}
input::-webkit-input-placeholder { /* WebKit browsers */ 
	font-family: "Microsoft YaHei";
} 
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
	font-family: "Microsoft YaHei";
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
	font-family: "Microsoft YaHei";
} 
input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
	font-family: "Microsoft YaHei";
} 
/*common_title*/
.common_title {
	text-align: center;
	impact, chicago
}
.common_title .line {
	font-family: impact, chicago;
    color: rgb(216, 216, 216);
    font-size: 30px;
}
.common_title .en {
	font-family: impact, chicago;
    color: rgb(63, 63, 63);
    font-size: 30px;
}
.common_title .ch {
	font-family: 微软雅黑;
    color: rgb(14, 107, 192);
    font-size: 30px;
}
/*产品展示*/
.index_pro {
	margin-top: 80px;
}
.index_pro ul {
	text-align: center;
	margin-top: 20px;
	font-family: "微软雅黑","Microsoft YaHei";
}
.index_pro ul li {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.index_pro ul li a {
	padding: 10px 20px;
	color: #666;
	
}
.index_pro ul li a:hover {
	background-color: rgb(14, 107, 192);
	color: #fff;
}
.index_pro .list {
	margin-top: 10px;
}
.index_pro .list .box {
	width: 31.3%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 7px;
	margin-bottom: 7px;
}
.index_pro .list .box .img_box {
	width: 100%;
	padding-top: 110%;
	border: 1px solid #eee;
	position: relative;
}
.index_pro .list .box .img_box .pic {
	width: 100%;
	height: 90%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_pro .list .box .img_box .title {
	width: 100%;
	position: absolute;
	top: 20px;
	padding-left: 15px;
	box-sizing: border-box;
	z-index: 999;
	color:rgb(12, 101, 182);
	font-size: 18px;
}
.index_pro .list .box .img_box .des {
	width: 100%;
	position: absolute;
	top: 45px;
	padding-left: 15px;
	box-sizing: border-box;
	z-index: 999;
	color: #666;
}
.index_pro .list .box .img_box .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(12, 101, 182);
	opacity: 0.8;
	display: none;
}
.index_pro .list .box .img_box .more {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -60px;
	width: 50px;
	height: 50px;
	display: none;
}
.index_pro .list .box .img_box .more img {
	width: 100%;
	height: 100%;
}
.index_pro .list .box .img_box:hover .bg {
	display: block;
}
.index_pro .list .box .img_box:hover .title {
	text-align: center;
	color: #fff;
	top: 50%;
	padding-left: 0px;
}
.index_pro .list .box .img_box:hover .des {
	text-align: center;
	color: #fff;
	top: 50%;
	margin-top: 30px;
}
.index_pro .list .box .img_box:hover .more {
	display: block;
}
/*.index_pro .list .box:nth-child(2),
.index_pro .list .box:nth-child(4) {
	width: 33%;
}
.index_pro .list .box:nth-child(2) .img_box {
	padding-top: 70%;
}
.index_pro .list .box:nth-child(4) .img_box {
	padding-top: 57%;
}
.index_pro .list .box:nth-child(3),
.index_pro .list .box:nth-child(5) {
	width: 24%;
}
.index_pro .list .box:nth-child(3) .img_box {
	padding-top: 96%;
}
.index_pro .list .box:nth-child(5) .img_box {
	padding-top: 78%;
}
.index_pro .list .box:nth-child(5) .img_box .bg {
	display: block;
}
.index_pro .list .box:nth-child(5) .img_box .title {
	text-align: center;
	color: #fff;
	top: 50%;
}
.index_pro .list .box:nth-child(5) .img_box .more {
	display: block;
}
*/
/*查看更多*/
.view_more {
	width: 140px;
	height: 45px;
	display: block;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	background: #0c65b6;
	margin: auto;
	text-align: center;
	margin-top: 20px;
	font-family: "微软雅黑";
}
.view_more:hover {
	color: #fff;
	box-shadow: 2px 2px 5px #ccc;
}
.view_more span {
	display: inline-block;
	width: 17px;
	height: 18px;
	line-height: 16px;
	font-size: 15px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	color: #0c65b6;
	font-weight: bold;
	float: right;
	margin-right: 20px;
	margin-top: 14px;
}
/*关于我们*/
.index_about {
	width: 100%;
	height: 405px;
	box-sizing: border-box;
	padding-top: 60px;
	margin-top: 30px;
	background: url(../images/index_bg1.jpg) no-repeat center center;
}
.index_about .main {
	height: 345px;
	background: #fff;
	padding-top: 50px;
}
.index_about .main .left {
	width: 36%;
	margin-left: 4%;
	float: left;
}
.index_about .main .left .pic {
	width: 100%;
	padding-top: 60%;
	position: relative;
}
.index_about .main .left .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_about .main .border_right {
	width: 5%;
	height: 155px;
	float: left;
	margin-top: 50px;
	border-right: 1px solid #ddd;
}
.index_about .main .right {
	width: 46%;
	margin-left: 5%;
	float: left;
}
.index_about .main .right .title {

}
.index_about .main .right .title .en {
	font-family: impact, chicago;
    color: rgb(63, 63, 63);
    font-size: 30px;
}
.index_about .main .right .title .ch {
	font-family: "微软雅黑";
    color: rgb(14, 107, 192);
    font-size: 30px;
}
.index_about .main .right hr {
	width: 30px;
	height: 2px;
	background: rgb(63, 63, 63);
	border: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
.index_about .main .right .des {
	font-size: 14px;
    font-family: 微软雅黑;
    color: rgb(89, 89, 89);
    line-height: 175%;
}

.index_about .more {
	text-align: center;
	width: 160px;
	height: 45px;
	margin-top: 30px;
}
.index_about .more a {
	display: inline-block;
	width: 100%;
	height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    color: #1e88e5;
    position: relative;
    background-color: #fff;
    position: relative;
    font-size: 16px;
	border: 1px solid #1e88e5;
	border-radius: 50px;
}
.index_about .more span:first-child {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.index_about .more span:nth-child(2) {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	transform: scale(0,1);
    -moz-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.index_about .more a:hover span:nth-child(2) {
	width: 100%;
	background-color: #0e6bc0;
	
	transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 50px;
}
.index_about .more a:hover {
	color: #fff;
}
.index_about2 {
	width: 100%;
	height: 200px;
	background: url(../images/index_bg2.jpg) no-repeat center center;
}
.index_about2 {
	box-sizing: border-box;
	padding-top: 35px;
}
.index_about2 .box {
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
}
.index_about2 .box .blue {
	font-family: impact, chicago;
    font-size: 40px;
    color: rgb(14, 107, 192);
}
.index_about2 .box .gray {
	font-family: "微软雅黑";
    font-size: 16px;
    color: rgb(89, 89, 89);
    font-weight: 700;
}
/*新闻中心*/
.index_news {
	margin-top: 50px;
}
.index_news .list {
	margin-top: 40px;
}
.index_news .list .box {
	width: 45%;
	height: 115px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
	float: left;
}
.index_news .list .box:nth-child(2n) {
	float: right;
}
.index_news .list .box .time {
	width: 90px;
	height: 90px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
}
.index_news .list .box .time .d {
	font-size: 28px;
	color: #999;
	line-height: 1.5;
}
.index_news .list .box .time .y_m {
	font-size: 14px;
	color: #999;
}
.index_news .list .box .txt {

}
.index_news .list .box .txt .title {
	font-family: "微软雅黑","Microsoft YaHei";
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index_news .list .box .txt .des {
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	line-height: 1.5;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*联系我们*/
.index_cont {
	width: 100%;
	height: 400px;
	margin-top: 50px;
	padding-top: 80px;
	background: url(../images/index_bg3.jpg) no-repeat center center;

}
.index_cont .common_title .en {
	color: #fff;
}
.index_cont .common_title .ch {
	color: #fff;
}
.index_cont .list {
	margin-top: 40px;
}
.index_cont .list .box {
	width: 31.3%;
	height: 240px;
	margin-left: 1%;
	margin-right: 1%;
	background: #fff;
	float: left;
	text-align: center;
}
.index_cont .list .box img {
	display: inline-block;
	margin: auto;
	margin-top: 50px;
}
.index_cont .list .box .msg1 {
	font-family: "微软雅黑", "SimSun";
    font-size: 18px;
    color: rgb(14, 107,192);
    margin-top: 15px;
}
.index_cont .list .box strong span {
	font-family: "微软雅黑", "SimSun";
	font-size: 14px;
	color: rgb(14, 107, 192);
}
.index_cont .list .box .msg2 {
	margin-top: 20px;
}
/*底部*/
.footer {
	width: 100%;
	height: 300px;
	background: #1c1c1c;
}
.footer .foot_nav {
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 10px;
}
.footer .foot_nav ul {

}
.footer .foot_nav ul li {
	display: inline-block;
}
.footer .foot_nav ul li a {
	color: #999;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1;
	border-right: 1px solid #999;
}
.footer .foot_nav ul li a:hover {
	color: rgb(14, 107,192);
}
.footer .foot_nav ul li:last-child a {
	border-right: none;
}
.footer p {
	color: #999;
	text-indent: 5px;
	line-height: 1.8;
}
.footer .copyright {
	margin-top: 50px;
}
.footer .left {
	width: 70%;
	float: left;
}
.footer .wetchart {
	width: 230px;
	height: 230px;
	float: right;
	margin-top: 30px;
}
.footer .wetchart img {
	width: 100%;
	height: 100%;
}
/*手机版底部*/
.foot_h {
	height: 4em;
	display: none;
}
.myfooter { 
	height:4em;  
	position:fixed; 
	left:0;  
	width:100%; 
	z-index:999; 
	bottom:0; 
	background:rgb(30, 136, 229);
	display: none;
}
.myfooter li{ 
	width:33.3%; 
	float:left; 
	position:relative; 
	font-size:0.9em;  
	text-align:center; 
	color:#fff; 
	line-height:1em; 
	height:5.33em; 
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.myfooter li:last-child:before{ 
	height:0;
}
.myfooter li em{ 
	width:28.125%; 
	display:block; 
	margin:0 auto; 
	padding:0.3em 0 0.10em 0;
}
.myfooter li em img{ 
	width:28px; 
	height:auto;
}
.myfooter li a{ 
	color:#fff;
	font-size: 12px;
}
.foot_copy {
	height: 40px;
	line-height: 40px;
	background: #1c1c1c;
	display: none;
	text-align: center;
	color: #999;
	font-size: 12px;
}
.pub_title {
	
}
.pub_title .en {
    font-family: "impact", "chicago";
    font-size: 30px;
    color: rgb(63, 63, 63);
    line-height: 111.364%;
}
.pub_title .ch {
	font-size: 20px;
    color: rgb(89, 89, 89);
    font-family: "微软雅黑";
}
/*关于我们*/
.about {
	margin-top: 50px;
}
.about .content {
	margin-top: 30px;
}
.about .content img {
	max-width: 100%;
	height: auto !important;
}
.idea {
	margin-top: 50px;
}
.idea .list {
	margin-top: 50px;
	margin-bottom: 70px;
}
.idea .list .box {
	width: 25%;
	height: 400px;
	border-top: 10px solid rgb(248, 248, 248);
	border-bottom: 10px solid rgb(248, 248, 248);
	text-align: center;
	float: left;
}
.idea .list .box img {
	width: 60px;
	height: 60px;
	margin-top: 40px;
}
.idea .list .box .tit {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.idea .list .box .des {
	font-size: 12px;
    color: rgb(89, 89, 89);
    line-height: 204.167%;
    width: 80%;
    margin: auto;
}
/*产品中心*/
.product {
	margin-top: 50px;
}
.product .son_nav {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.product .son_nav ul {

}
.product .son_nav ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.product .son_nav ul li a {
	padding: 10px 20px;
	font-size: 16px;
	color: #666;
}
.product .son_nav ul li a.cur,
.product .son_nav ul li a:hover {
	color: #fff;
    background: rgb(12, 101, 182);
}
.product .list {
	margin-top: 40px;
}
.product .list .box {
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
	box-shadow: 0 0 1px 1px #eee;
	padding-bottom: 30px;
	display: block;
	margin-bottom: 30px;
	float: left;
}
.product .list .box .pic {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.product .list .box .pic .img_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.product .list .box .pic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.product .list .box .pic:hover img {
	transform: scale(1.01);
}
.product .list .box .txt {
	width: 100%;
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product .list .box:hover {
	box-shadow: 0 0 3px 5px #efefef;
}
/*分页*/
.page {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.page a {
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
}
.page span {
	padding: 5px 10px;
	border: 1px solid #eee;
	background: rgb(12, 101, 182);
	color: #fff;
	border-radius: 4px;
}
/*新闻资讯*/
.list_news {
	margin-top: 50px;
}

.index_block3 {
	margin-top: 50px;
}
.index_block3 .typename {
	font-size: 20px;
	color: #2ab300;
	text-align: center;
}
.index_block3 hr {
	width: 100%;
	height: 1px;
	background: #2ab300;
	margin-top: 20px;
	margin-bottom: 30px;
}
.index_block3 .list {
	margin-top: 20px;
}
.index_block3 .list .con {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}
.index_block3 .list .con a {
	width: 380px;
	margin-right: 15px;
	display: block;
}
.index_block3 .list .con a .pic {
	width: 100%;
	position: relative;
	padding-top: 60%;
}
.index_block3 .list .con a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_block3 .txt {
	width: 90%;
	margin: auto;
	text-align: left;
}

.index_block3 .txt .title {
	font-size: 18px;
	line-height: 2;
	color: #333;
	margin-top: 15px;
}
.index_block3 .txt .time {
	font-size: 14px;
	color: #999;
}
.index_block3 .txt .des {
	color: #666;
	line-height: 1.8;
	margin: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
    margin-top: 10px;
}
.index_block3 .txt .more {
	width: 80%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #f6f6f6;
	color: #666;
	display: block;
	margin: auto;
	margin-top: 20px;
}
.index_block3 .con {
	position: relative;
}
.index_block3 .pic {
	width: 100%;
	position: relative;
	padding-top: 60%;
}
.index_block3 .pic img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.index_block3 a {
	background: #fff;
	display: block;
	border: 1px solid #eee;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-top: 0;
}
.index_block3 a:hover {
	border: 1px solid rgb(12, 101, 182);
}
.index_block3 a:hover .more {
	color: #fff;
	background: rgb(12, 101, 182);
}

.news {
	margin-top: 50px;
}
.news .list {
	margin-top: 40px;
}
.news .list .box {
	width: 100%;
	height: 115px;
	padding-top: 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
}
.news .list .box .time {
	width: 90px;
	height: 90px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	float: left;
	margin-right: 30px;
}
.news .list .box .time .d {
	font-size: 28px;
	color: #999;
	line-height: 1.5;
}
.news .list .box .time .y_m {
	font-size: 14px;
	color: #999;
}
.news .list .box .txt {

}
.news .list .box .txt .title {
	font-family: "微软雅黑","Microsoft YaHei";
	font-size: 18px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .list .box .txt .des {
	font-size: 13px;
	color: #999;
	margin-top: 10px;
	line-height: 1.5;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*招聘中心*/
.information {
	margin-top: 50px;
}
.information .main {
	margin-top: 50px;
}
.information .main .left {
	width: 50%;
	padding: 50px;
	box-sizing: border-box;
    color: rgb(63, 63, 63);
    font-size: 14px;
    line-height: 200%;
    background: rgb(248, 248, 248);
    border-top: 2px solid rgb(12, 101, 182);
    float: left;
    letter-spacing: 1px;
    border-bottom-left-radius:50px;
}
.information .main .right {
	width: 50%;
	float: left;
}
.information .main .right img {
	width: 100%;
}

.position {
	margin-top: 50px;
}
.pos_list {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background: rgb(248, 248, 248);
}
.pos_list .box {
	width: 31.3%;
	height: 360px;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	padding: 20px 35px;
	box-sizing: border-box;
	border-top: 2px solid rgb(12, 101, 182);
	background: #fff;
	position: relative;
	float: left;
}
.pos_list .box .title {
    color: rgb(38, 38, 38);
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid rgb(119, 119, 119);
}
.pos_list .box .des {
    font-family: "微软雅黑";
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 157.143%;
    margin-top: 20px;
}

.pos_list .cont {
	text-align: center;
	width: 160px;
	height: 45px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -80px;
}
.pos_list .cont a {
	display: inline-block;
	width: 100%;
	height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    color: #1e88e5;
    position: relative;
    background-color: #fff;
    position: relative;
    font-size: 16px;
	border: 1px solid #1e88e5;
	border-radius: 50px;
}
.pos_list .cont span:first-child {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.pos_list .cont span:nth-child(2) {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	transform: scale(0,1);
    -moz-transform: scale(0,1);
    -webkit-transform: scale(0,1);
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.pos_list .cont a:hover span:nth-child(2) {
	width: 100%;
	background-color: #0e6bc0;
	
	transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 50px;
}
.pos_list .cont a:hover {
	color: #fff;
}
.contact {
	margin-top: 50px;
	margin-bottom: 50px;
}
.contact .main {
	margin-top: 50px;
}
.contact .main .left {
	width: 38%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	background: #f2f2f2;
}
.contact .map {
	width: 52%;
	float: right;
	box-shadow: 0 0 0 10px rgb(242, 242, 242);
}
#dituContent {
	width: 100%;
	height: 400px;
	
}

/*产品详情*/
.description{
	margin-top: 50px;
	/*margin-bottom: 100px;*/
}
.description .description_left{
	float: left;
	text-align: center;
}

/*商品详情页的  放大镜效果  ready*/
#showsum {
	margin-top: 10px;
	border-top: none !important;
}
#showsum p{

}
#showsum img {
	top: 0px !important;
}
#showsum p span{
	display: inline-block;
	border: 1px solid #ccc;
}
#showbox{
	border: 1px solid #ccc;
	box-sizing: content-box;
}

/*商品详情页的  放大镜效果  over*/
#showbox span {
    background: url(../images/whitebg.png) repeat;
}

.description .description_right{
	width: 50%;
	margin-left: 30px;
	float: left;
}
.description .description_right h2{
	color: #333;
	font-size: 22px;
}
.description .description_right .right_a {
	color: #808080;
	font-size: 14px;
	display: inline-block;
	line-height: 60px;
}
.description .description_right .right_txt {
	background-color: #f5f3ef;
	padding-bottom: 15px;
	padding-top: 15px;
	/*margin-right: 100px;*/
}
.description .description_right .right_txt  .txt_description{
	padding: 15px;
	color: #5a5a59;
	font-size: 18px;
	color: #333;
}
.description .description_right .right_txt .right_content{
	width: 100%;
	padding: 15px;
	color: #5a5a59;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
}
.pro_img {
	width: 50vw;
	height: 50vw;
	margin: auto;
	margin-top: 40px;
	display: none;
	border: 1px solid #eee;
	position: relative;
}
.pro_img .owl-theme .owl-controls {
	display: none;
}
#banner2 {
	width: 50vw;
	height: 50vw;
}
#preimg {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -25px;
	cursor: pointer;
}
#preimg img {
	width: 100%;
	height: 100%;
}
#nextimg {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: -40px;
	margin-top: -25px;
	cursor: pointer;
}
#nextimg img {
	width: 100%;
	height: 100%;
}


.shop_show {
	margin-top: 50px;
	margin-bottom: 50px;
}
.shop_show img {
	max-width: 100%;
	height: auto !important;
}
.shop_show ul li{
	width: 100%;
}
.shop_show .p_title{
	background-color: #f5f5f5;
	width: 100%;	
	line-height: 40px;
	margin-bottom: 40px;
	color: #4d4d4d;
	box-sizing: border-box;
	padding-left: 10px;
}
.shop_show .p_title a {
	display: inline-block;
	width: 120px;
	text-align: center;
}
.shop_show a {
	color: #333;
}
.shop_show .cur {
	background: #fff;
	color: red;
	border-top: 2px solid red;
}

.shop_show .pro_content {
	width: 100%;
}
.shop_show .pro_content table {
	width: 100% !important;
}
.pre_next {
	margin-bottom: 20px;
}

.crumbs {
	width: 100%;
	height: 65px;
	background: #f5f5f5;
}
.crumbs  {
	position: relative;
}
.crumbs .point {
	display: inline-block;
	position: absolute;
	left: 5;
	top: 50%;
	margin-top: -8px;
}
.crumbs ul {
	display: block;
	margin: auto;
	text-align: center;
}
.crumbs ul li {
	height: 65px;
	line-height: 65px;
	display: inline-block;
	
}

.crumbs ul li a {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
	font-size: 18px;
	border-right: 1px solid #ccc;
}
/*文章详情*/
.article_article {
	padding-bottom: 50px;
}
.article_article img {
	max-width: 100%;
	height: auto !important;
}
.article_article h1 {
	font-size: 20px;
	color: #333;
	line-height: 2;
	text-align: center;
	font-weight: normal;
	margin-top: 30px;
}
.article_article .time {
	font-size: 13px;
	color: #777;
	line-height: 2;
	text-align: center;
}
.article_article .content {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.article_article .pre,
.article_article .next {
	line-height: 2;
}