﻿@charset "utf-8";

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* -------------------------------- Primary style-------------------------------- */
html {
	font-size: 62.5%;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #0061ae;
}
.flt_left {
	float: left;
}
.flt_right {
	float: right;
}
.clear_fix {
	clear: both;
}
.clear_fix::before, .clear_fix::after {
	content: "";
	display: table;
}
img {
	max-width: 100%;
}
/*****************************prodcut_category_end*******************************//*****************************prodcut_detail_start******************************/
.max_width_890 {
	width: 890px;
	margin: auto;
}
.pro_zi_show .pro_show1 {
	display: table;
	width: 100%;
}
.pro_zi_show .pro_show1 .left {
	display: table-cell;
	width: 60%;
	vertical-align: top;
	text-align: center;
	padding-right: 30px;
}
.pro_zi_show .pro_show1 .left .img1 {
	padding: 2%;
	width: 93%;
	text-align: center;
	margin: auto;
     border: 1px solid #ddd;
}
#zoomiocontainer {
	cursor: crosshair;
}
.pro_zi_show .pro_show1 .left .list {
    width: 89%;
    padding: 15px 44px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}
.pro_zi_show .pro_show1 .left .list .text {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.pro_zi_show .pro_show1 .left .list .pre {
	position: absolute;
	left: 0;
	top: 35%;
	cursor: pointer;
}
.pro_zi_show .pro_show1 .left .list .next {
	position: absolute;
	top: 35%;
	right: 0;
	cursor: pointer;
}
.pro_zi_show .pro_show1 .left .list ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 1500px;
}
.pro_zi_show .pro_show1 .left .list ul li {
	width: 113px;
	float: left;
	margin-right: 10px;
	padding: 0.25%;
	border: 1px solid #ccc;
	cursor: pointer;
}
.pro_zi_show .pro_show1 .left .list ul li:hover {
	border: 1px solid #0061ae;
}
.pro_zi_show .pro_show1 .left .list ul li img {
	width: 100%;
	height: 100%;
}
.pro_zi_show .pro_show1 .right {
	display: table-cell;
	width: 40%;
	vertical-align: top;
        padding-right: initial;
}
.pro_zi_show .pro_show1 .right h2.title, .pro_zi_show .pro_show1 .right h3.title, .pro_zi_show .pro_show1 .right p.p1 {
    font-size: 22px;
    padding: 25px 0;
    line-height: 30px;
    margin-top: -25px;
}
.pro_zi_show .pro_show1 .right h2.title, .pro_zi_show .pro_show1 .right h3.title {
	border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
}
.pro_zi_show .pro_show1 .right h2.title span, .pro_zi_show .pro_show1 .right h3.title span{
     font-size: 25px;
     font-weight: 400;
}
.pro_zi_show .pro_show1 .right .list {
	margin-top: -5%;
	position: relative;
	max-width: 500px;
       border-bottom: 1px solid #ddd;
       padding-bottom: 8px;
       margin-bottom: 40px;
}
.pro_zi_show .pro_show1 .right .list1{
    border-bottom: initial;
    margin-bottom: 12px;
}
.pro_zi_show .pro_show1 .right .list .download_pdf{
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #014694;
    padding: 5px;
    text-align: center;
    width:60%;
}
.pro_zi_show .pro_show1 .right .list .download_pdf i{
    width: 35px;
    height: 48px;
    background: url(../images/down_ml.png) no-repeat;
    background-size: 50%;
    position: absolute;
    background-position: 0px 0px;
   -webkit-transition: 0.4s ease 0.2s;
    transition: 0.4s ease 0.2s;
}
.pro_zi_show .pro_show1 .right .list .download_pdf:hover i{
        background-position: 0px -28px;
        color: #fff;
}
.pro_zi_show .pro_show1 .right .list .download_pdf img{
    width: 9%;
    padding: 5px;
}
.pro_zi_show .pro_show1 .right .list .download_pdf:hover{
    background: #0980c5;
}
.pro_zi_show .pro_show1 .right .list .download_pdf:hover a{
   color:#fff;
}
.pro_zi_show .pro_show1 .right .list .download_pdf span{
    margin-left: 25px;
    -webkit-transition: 0.4s ease 0.2s;
    transition: 0.4s ease 0.2s;
}
.pro_zi_show .pro_show1 .right .list .download_pdf:hover span{
   color:#fff;
}
.pro_zi_show .pro_show1 .right .list a.a_img {
	display: inline-block;
	margin-right: 1%;
	width: 18%;
	padding-bottom: 13%;
}
.pro_zi_show .pro_show1 .right .list a.a_img .text {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	width: 85%;
	line-height: 28px;
	position: absolute;
	bottom: 106%;
	left: 0;
	display: none;
	text-align: center;
}
.pro_zi_show .pro_show1 .right .list a.a_img .text i.i1 {
	width: 30px;
	height: 27px;
	position: absolute;
	left: 45%;
	bottom: -20px;
	display: none;
}
.pro_zi_show .pro_show1 .right .list a.a_img:hover .text {
	display: block;
	box-shadow: 0 0 5px #ccc;
	border-radius: 5px;
}
.pro_zi_show .pro_show1 .right .list a.a_img .text img {
	max-width: 50%;
	width: 50%;
}
.pro_zi_show .pro_show1 .right .list a.a_img img {
	width: 100%;
}
.pro_zi_show .pro_show1 .right .list a#img_bg1 .text, .pro_zi_show .pro_show1 .right .list a#img_bg2 .text, .pro_zi_show .pro_show1 .right .list a#img_bg3 .text {
	padding: 30px 10px;
}
.pro_zi_show .pro_show1 .right .list a#img_bg1 {
	background: url(../images/product_detail_img5-1.png) no-repeat center center;
	background-size: contain;
}
.pro_zi_show .pro_show1 .right .list a#img_bg2 {
	background: url(../images/product_detail_img6-1.png) no-repeat center center;
	background-size: contain;
}
.pro_zi_show .pro_show1 .right .list a#img_bg3 {
	background-size: contain;
}
.pro_zi_show .pro_show1 .right .list a#img_bg4 {
	background-size: contain;
	margin-right: 0;
}
.pro_zi_show .pro_show1 .right .list a#img_bg1:hover {
	background: url(../images/product_detail_img5-2.png) no-repeat center center;
	background-size: contain;
}
.pro_zi_show .pro_show1 .right .list a#img_bg2:hover {
	background: url(../images/product_detail_img6-2.png) no-repeat center center;
	background-size: contain;
}
.pro_zi_show .pro_show1 .right .list a#img_bg3:hover {
	background-size: contain;
}
.pro_zi_show .pro_show1 .right .list a#img_bg4:hover {
	background-size: contain;
}
.pro_zi_show .pro_show1 .right .list .ewm{
    width: 60%;
    margin-top: 40px;
}
.pro_zi_show .pro_show1 .right .list .ewm img{
    text-align: center;
    border: 1px solid #ddd;
}
.pro_zi_show .pro_show1 .right .list .ewm p{
    text-align: center;
    font-size: 16px;
}
#gallerycontainer {
	width: 100%;
	max-width: 100px;
}
#zoomiocontainer img {
	max-width: none !important;
}
#gallery-target {
	width: 100%;
	height: 100%;
}
#gallery-thumbs {
	text-align: center;
}/* sample CSS to #celebrity image */
#celebrity {
	width: 350px;
	height: auto;
}
.pro_zi_show .center {
	display: table;
	width: 100%;
	background: #0061ae;
	margin-top: 50px;
}
.pro_zi_show .center .list ul {
	display: table;
	width: 100%;
}
.pro_zi_show .center .list ul li {
	display: table-cell;
	width: 15%;
	color: #fff;
	padding: 30px 0;
	cursor: pointer;
}
.pro_zi_show .center .list .text {
	padding: 10px;
}
.pro_zi_show .center .list ul li.cur {
	background: #fff;
	border-top: 2px solid #0061ae;
	color: #000;
}
.pro_zi_show .center .list ul li:last-child .text {
	border-right: none;
}
.pro_zi_show .center .list ul li i {
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
}
.pro_zi_show .center .list ul li h3.title {
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	margin-top: 20px;
}
.pro_zi_show .bottom {
	margin-top: 50px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}/***********/
.pro_zi_show .bottom .zhezhao {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}/***********/
.pro_zi_show .bottom ul li {
	display: none;
}
.pro_zi_show .bottom .pro_detail_canshu .text {
	display: block;
	width: 100%;
	padding-bottom: 50px;
}
.pro_zi_show .bottom .pro_detail_canshu .text .left {
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	width: 20%;
	float: left;
	vertical-align: top;
}
.pro_zi_show .bottom .pro_detail_canshu .text .left h4.title {
	border-bottom: 4px solid #00a0d9;
	padding-bottom: 15px;
	text-align: center;
	min-width: 300px;
}
.pro_zi_show .bottom .pro_detail_canshu .text .right {
	display: inline-block;
	width: 80%;
	vertical-align: top;
	padding-left: 40px;
	padding-top: 46px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
}
.pro_zi_show .bottom .pro_detail_canshu .text .right p.p1 {
	line-height: 28px;
	font-size: 16px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	color: #666;
}
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c {
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c .left {
	display: table-cell;
	width: 10%;
	vertical-align: top;
	background: #d5d5d5;
	padding: 0;
}
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c .left img1 {
	float: none;
	padding: 0;
	width: 100%;
}
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c .left img {
	width: 100%;
}
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c .right {
	display: table-cell;
	width: 90%;
	vertical-align: top;
	padding: 30px 2%;
	background: #f7f7f7;
}
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c .right h4 {
	font-size: 24px;
	padding-bottom: 20px;
}
.pro_zi_show .bottom .pro_detail_ziliao .list_table table {
	width: 100%;
}
.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr {
	border-top: 1px solid #999;
}
.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr:first-child {
	background: #d5d5d5;
}
.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr:last-child {
	border-bottom: 1px solid #999;
}
.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr td {
	padding: 15px 20px;
	text-align: center;
}
.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr td:first-of-type {
	width: 50%;
	text-align: left;
	padding-left: 40px;
}
.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr:first-child td:first-of-type {
	background: none;
	padding-left: 20px;
}
.pro_zi_show .bottom .pro_detail_liuyan label, .pro_zi_show .bottom .pro_detail_liuyan label.la2, .pro_zi_show .bottom .pro_detail_liuyan label.la3 {
	display: table;
	font-size: 24px;
	width: 100%;
}
.pro_zi_show .bottom .pro_detail_liuyan label.la1 {
	width: 33.3333%;
	float: left;
	padding-right: 30px;
	position: relative;
	margin-top: 15px;
}
.pro_zi_show .bottom .pro_detail_liuyan label.la1 span {
	display: inline-block;
	position: absolute;
	width: 75px;
	left: 0;
	bottom: 20px;
}
.pro_zi_show .bottom .pro_detail_liuyan label.la1 input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 15px 80px;
	font-size: 20px;
}
.pro_zi_show .bottom .pro_detail_liuyan label.la2 span {
	display: block;
	padding: 80px 0 20px 0;
}
.pro_zi_show .bottom .pro_detail_liuyan label.la2 textarea {
	width: 100%;
	height: 350px;
	border: 1px solid #ccc;
	padding: 10px;
}
.pro_zi_show .bottom .pro_detail_liuyan label.la3 input {
	width: 100%;
	border: 1px solid #ccc;
	padding: 10px 0;
	background: #fff;
	margin-top: 40px;
	cursor: pointer;
}
.pro_zi_show .bottom .pro_detail_liuyan label.la3 input:hover {
	background: #0061ae;
	color: #fff;
}/*****************************prodcut_detail_end*******************************//*****************************talent_start*******************************/

.noborder_r{
	border-right:none !important;
 }

@media only screen and (max-width:1250px){
	.in_product_category .bottom .right .list ul::after {
    background: #eee none repeat scroll 0 0;
    content: "";
    display: block;
    height: 117px;
    width: 100%;
}
	}

	
	
@media only screen and (max-width:1024px){	
 .i_product_cate a{
	 width:100% !important;
  }
.i_product_cate a .sp2{
	opacity:1;}
.i_product_cate a p{
	width:100%;
	text-align:center;
	font-size:20px;
	}	
	
 .i_product .center .list_left,.i_product .center .list_right,.i_product .bottom .left,.i_product .bottom .right{
	 display:block;
	 width:100%;
	 }
.i_product .center .list_left ul li::after{
	padding-top:0;
	}
.i_product .center .list_right{
	margin-top:50px;}		 
.i_product .bottom .right{
	padding-left:0;
	margin-top:50px;
	}
 .i_product .center .list_left .text{
		width:90%;
		padding-left:10%;
	}

.in_product{
	display:block;
	}
		  
.in_product .list .left,.in_product .list .right{
	display:table-row;	
	background:#fff;
    
																
}

.in_product .list .left{
	height:400px;
	}
	
.in_product .list .left .img1{
	height:0;
	padding-bottom:50%;
	background-size:contain;
	}

	
.in_product .list .left .bg1,.in_product_category .pro_show1 .bg1{
	position:relative;
	left:0;
	background:#fff;
	color:#000;
	padding:0;
	
	
	}	
	
.in_product .list .left .text a.a_text,.in_product .list .right .pro_show1 h2.title{
	display:none;
	}	


		
.in_product .list .right .center{
	width:40%;
	float:left;
	background:#00a0e9;
display: none;}
.in_product .list .right .center::after{
	content:"";
	displaY:block;
	padding-top:15%;}	
.in_product .list .right .bottom{

}

.in_product .list .right .pro_show1{
	width:100%;
	}

.in_product .list .right .bottom dl dt{
	width:50%;
	float:left;}
.in_product .list .right .center ul li{
	float:none;
	border:none !important;
	border-bottom:1px solid #fff !important;
	width:100% !important;
	}
.cur_arraw1::after{
	display:block;
	position:absolute;
	left:15% !important;
	top:0 !important;
	transform:rotate(90deg);
	}	
.in_product_category .pro_show1 .bg1{
	position:relative;
	left:0;
	height:auto;
	}	
.in_product_category .bottom{
	display:block;}	
.in_product_category .bottom .left,.in_product_category .bottom .right{
	display:block;
	width:100%;
	}
.in_product_category .bottom .left{
	height:300px;
	}
.max_width_890{
	width:98%;}	
.pro_zi_show .pro_show1 .left,.pro_zi_show .pro_show1 .right{
	  display:table;
	  width:100%;
	  padding:0;
	  }		
	
.pro_zi_show .pro_show1 .right h2.title, .pro_zi_show .pro_show1 .right h3.title, .pro_zi_show .pro_show1 .right p.p1{
	font-size:18px;
        margin-bottom: 0;
        margin-top: 0;
	}	
.pro_zi_show .pro_show1 .right .list .ewm {
    margin-top: inherit;
    margin-bottom: 8px;
}
.pro_zi_show .pro_show1 .left .img1	{
	max-width:718px;
	margin:auto;
	}
.pro_zi_show .pro_show1 .left .list{
	width:100%;

	}
	
.pro_zi_show .pro_show2{
    margin: 0px 0px;
}
		
.pro_zi_show .pro_show1 .right .list{
	margin-top:0;
}	
.pro_zi_show .pro_show1 .right .list1{
    margin-top: -16px;
    margin-bottom: 8px;
}
.pro_zi_show .pro_show1 .right .list .download_pdf{
    background: #0980c5;
    text-align: initial;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.pro_zi_show .pro_show1 .right .list .download_pdf i{
    background-position: 0px -28px;
}
.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr td:nth-of-type(2),.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr td:nth-of-type(3),.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr td:nth-of-type(4){
	display:none;}	
.pro_zi_show .bottom .pro_detail_ziliao .list_table table tr td:first-of-type{
	width:75%;}		
	
.pro_zi_show .bottom .pro_detail_liuyan label.la1{
	width:50%;
	}
						
}
	
@media only screen and (max-width:768px){
.i_product_cate a.text{
	
	display:block;
	width:100%;
	height:70px;
	margin-bottom:20px;
	}
.i_product_cate a.text:last-child{
	margin-bottom:0;
	}	
.i_product_cate a.text p{
	padding:1%;
	}	
.i_product .pro_show1 .img1,.i_product .pro_show1 .img_list .img2,.i_product .pro_show1 .img_list .img3{
	  width:100%;
	  padding-left:0;
	  padding-bottom:2%;
	  
	  display:block;
	  }
.i_product{
	padding:50px 15px;
	
	}
 .i_product .center .list_right ul li{
	   width:49%;
	   margin-right:2%;
	   float:left;
	   }
	 .i_product .center .list_right ul li:nth-child(3n){
	   margin-right:2%;
	  }
   .i_product .center .list_right ul li:nth-child(2n),.i_server ul li:nth-child(2n){
	   margin-right:0;
	  }
	  

.in_product .list .right .center,.in_product .list .right .bottom{
	width:100%;
	}			
.in_product .list .right .center ul li{
	padding:2% 0;
	}
.in_product .list .right .center::after{
	padding-top:3%;}	
	
.in_product .list .right .bottom dl dt{
	width:100%;
	float:none;}	
.in_product_category .center ul li,.in_product_category .center .left,.in_product_category .center .right{
	display:block;
	width:100%;
	}	
.in_product_category .center .right h2.title{
	font-size:20px;
	}	
.in_product_category .center .text{
	margin-top:0;}	
.in_product_category .center .text p.p1{
	height:auto;
	}

.pro_zi_show .pro_show1 .left .img1,.pro_zi_show .pro_show1 .left .list{
	float:none;
	}
.pro_zi_show .bottom .pro_detail_chicun .pro_show1_c{
	display:block;
	}	
.pro_zi_show .bottom .pro_detail_chicun .pro_show1_c .left,.pro_zi_show .bottom .pro_detail_chicun .pro_show1_c .right{
	display:block;
	width:100%;
	
	}	
.pro_zi_show .bottom .pro_detail_chicun .pro_show1_c .left img{
	width:50px;
	heidht:50px;
	
	}
.pro_zi_show .bottom .pro_detail_liuyan label.la1{
	width:100%;
	}
.in_talent .pro_show1 .left,.in_talent .pro_show1 .right{
	display:table;
	width:100%;
	
	}			
.in_talent .center .left,.in_talent .center .center, .in_talent .center .right{
	display:table;
	width:100%;
	}
.in_talent .pro_show1 .right .text{
	width:100%;
	border-bottom:2px solid #00a0e9;
	}	
.in_talent .center .left .text p.p1,.in_talent .pro_show1 .right .text p.p1{
	height:auto;
	}
.in_talent .center .left .text:hover p.p1,.in_talent .pro_show1 .right .text:hover p.p1{
	height:auto;}		
.in_talent .center .left .text i.i1,.in_talent .pro_show1 .right .text i.i2{
	display:none;
	}
.in_recruit .list ul li	{
	width:100%;
	margin-right:0;
	}
.in_recruit_add .list ul li{
	width:100%;
	margin-right:0;
	}	
.in_recruit .bottom a.a_text{
		display:block;
		
		margin-bottom:30px;
		}
.in_recruit .bottom a.a_text:first-child{
	margin-right:0;
	}	
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c .left{
	display:block;
	height:50px;
	width:100%;
	
	}
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c .left .img1{
	width:50px;
	}	
.pro_zi_show .bottom .pro_detail_ziliao .pro_show1_c .right{
	display:block;
	width:100%;
	}		
.pro_zi_show .bottom .pro_detail_canshu .text .left,.pro_zi_show .bottom .pro_detail_canshu .text .right{
	display:block;
	width:100%;
	padding-left:0;
	}	
	.pro_zi_show .pro_show1 .left .img1,.pro_zi_show .pro_show1 .left .list{
		margin:auto;}							  											 		   
}

@media only screen and (max-width:768px){
.in_product .list .left .text h2.title{
	font-size: 20px;
	line-height: 40px;
}

.in_product .list .left .text p.p1{
	color: #666;
}

}
@media only screen and (max-width:560px){
	 .i_product_cate a .i1{
		 display:none;
		 }
	}
@media only screen and (max-width:480px){
   .in_about .center .blank{
	   display:none;}
	.i_product .center .list_right ul li,.i_news .pro_show1 ul li,.i_server ul li,.in_solve .bottom ul li,.in_solve .pro_show1 ul li,.in_news .pro_show1 .list ul li{
		width:100%;
		margin-right:0;
		
		}	 
	  .foot .left .list_left,.foot .left .list_center,.foot .left .list_right{
	 width:100%;
	 } 
	 .in_about .center .left,.in_about .center .center{
		 display:block;
	width:100%;
	}
	.in_product_category .center .text a.a_text{
		 display:block;
	width:100%;
	text-align:center;
		}
	}
	

	
	
	/*************************common*********************************************/
	@media only screen and (max-width:1024px){
	.img_width_60{
		width:100%;
		}
	.p_table1 td{
		font-size:14px;
		}
	}
	
	@media only screen and (max-width:480px){
	.pro_zi_show .bottom .pro_detail_canshu .text .right p.p1{
		font-size:12px;
		}
	.pro_zi_show .bottom .pro_detail_canshu .text .right{
		font-size:12px;
		font-size:12px !important;

		}	
	.p_table1 td{
		font-size:10px;
		}
	.p_title1{
		font-size:16px;
		font-size:16px !important;
		}	
	}
	
/* CSS Document */


















































