@charset "utf-8";
/* CSS Document */

input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

table{ width:100%!important;}
	table, td, th{border-collapse: collapse;}table tr td{
    text-align:center;}
    table, td, th
      {
      border:1px solid #aaaeb0!important;
      }
        table td{ text-align:center; vertical-align:middle; font-size:16px; line-height:28px; padding:8px;}
    tbody tr:nth-child(even) td,
    tbody tr:nth-child(even) th {background-color:#ffffff;}
	 tbody .firstRow td,
    tbody .firstRow th {background-color:#0062b1!important; color:#fff;}
	tbody .firstRow td p,tbody .firstRow th p{ color:#fff!important;}
    tbody tr:nth-child(odd) td,
    tbody tr:nth-child(odd) th {background-color:#e7f5fe;}
     tbody tr:nth-child(odd) th span{
		 color:#fff;
		 }

#pian {
    width: 100%;
    margin: 60px auto 0;
    overflow: hidden;
}
#pian p:first-child {
    border-right: 1px solid #dfdfdf;
    text-align: left;
    float: left;
    margin: 15px 0;
    padding-left: 30px;
    padding-right: 10px;
}
#pian p:last-child {
    text-align: right;
    float: right;
    margin: 15px 0;
    padding-right: 30px;
    padding-left: 10px;
}
#pian p {
    width: calc(100%/2 - 41px);
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p a {
    display: block;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p:hover a {
    color: #e20202;
    transition: all 0.3s linear;
}

#pian p:first-child a:before {
    content: "<";
    margin-right: 4%;
    font-size: 16px;
}
#pian p:last-child a:after {
    content: ">";
    margin-left: 4%;
    font-size: 16px;
}

.pagination{
	padding-top:40px;
    text-align: center;
}
.pagination li{
	display: inline-block;
    margin: 0 5px;
	}
.pagination .active span, .pagination .active a{
	background-color:#e20202;
	color:#fff;
	}
.pagination li:hover span, .pagination li:hover a{
	background-color:#e20202;
	color:#fff;
	}
.pagination span, .pagination a {
	display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
    color: #666;
    cursor: pointer;
    background-color: #fff;
}
.pagination .disabled span, .pagination .disabled a{
	color:#666;
	}


.n_banner{
	height:190px;
	width:100%;
	}
.n_banner h1{
	float:right;
	line-height:190px;
    font-size: 30px;
    color: rgba(255,255,255,0.45);
    font-family: Century Gothic;
    text-transform: uppercase;
    font-weight: bold;
}

.in_about{
	padding:0 0 60px;
	background:#fdfdfd url(../images/inabout_bg.jpg) no-repeat center bottom;
	}
.in_about .one .center{
	display:flex;
    justify-content:center;
    align-items:center;
	}
.in_about .one .txt{
	float:left;
	width:50%;
	margin-right:5%;
	}
.in_about .one .txt span{
	display:block;
	margin-top:16px;
	font-size:16px;
	color:#e20202;
	font-family: BEBAS;
	float:left;
	margin-right:8px;
	}
.in_about .one .txt h1{
	font-size:20px;
	font-weight:normal;
	color:#333;
	margin:5px 0 30px;
	}
.in_about .one .txt p{
	font-size:15px;
	line-height:26px;
	color:#666;
	}
.in_about .one .txt>img{
	height:36px;
	}
.in_about .one .img{
	width:45%;
	float:right;
	}
.in_about .one .center .list{
	overflow:hidden;
	}
.in_about .one .center .list li{
	float:left;
	width:calc(100%/2 - 10px);
	margin-right:20px;
	margin-bottom:20px;
	overflow:hidden;
	max-height:380px;
	}
.in_about .one .center .list li:nth-child(even){
	margin-right:0;
	}	
	

.in_about .two{
	margin-top:50px;
	}
.in_about .two .txt p, .in_about .two .txt span{
	font-size:15px;
	line-height:26px;
	color:#666;
	}
.in_about .title{
	overflow:hidden;
	margin-bottom:50px;
	}
.in_about .title .txt{
	width:20%;
	float:left;
	}
.in_about .title .img{
	width:80%;
	float:right;
	margin-top: 26px;
	}
.in_about .title .img p{
	font-size:14px;
	color:#666;
	float:right;
	}
.in_about .title .img p a{
	font-size:14px;
	color:#666;
	}
.in_about .title .img p a:hover{
	color:#e70012;
	transition:all 0.3s linear;
	}	
.in_about .title .txt span{
    font-size: 20px;
    color: #e70012;
    font-family: BEBAS;
    margin-bottom: 8px;
}	
.in_about .title .txt h1{
    font-size: 28px;
	font-weight:normal;
    color: #3a3a3d;
}
.in_about .list_nav{
	overflow:hidden;
    margin-bottom: 40px;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#fff;
	}
.in_about .list_nav li{
	float:left;
	width:calc(100%/3);
	}
.in_about .list_nav li a{
	font-size:15px;
	color:#999;
	display:block;
	}	
.in_about .list_nav li:hover a{
	color:#fff;
	background-color:#e20202;
	transition:all 0.3s linear;
	}
.in_about .list_nav .ative a{
	color:#fff;
	background-color:#e20202;
	}	
	
.in_newslist{
	padding:0 0 60px;
	background-color:#fafafa;
	}	
.in_newslist .title{
	overflow:hidden;
	margin-bottom:50px;
	}
.in_newslist .title .txt{
	width:20%;
	float:left;
	}
.in_newslist .title .img{
	width:80%;
	float:right;
	margin-top: 26px;
	}
.in_newslist .title .img p{
	font-size:14px;
	color:#666;
	float:right;
	}
.in_newslist .title .img p a{
	font-size:14px;
	color:#666;
	}
.in_newslist .title .img p a:hover{
	color:#e70012;
	transition:all 0.3s linear;
	}	
.in_newslist .title .txt span{
    font-size: 20px;
    color: #e70012;
    font-family: BEBAS;
    margin-bottom: 8px;
}	
.in_newslist .title .txt h1{
    font-size: 28px;
	font-weight:normal;
    color: #3a3a3d;
}
.in_newslist .list{
	overflow:hidden;
	}
.in_newslist .list li{
    float: left;
    padding: 30px 20px;
    background: #fff;
    margin: 30px 40px 0 0;
    width: calc(100%/2 - 60px);
}
.in_newslist .list li:hover{
	box-shadow:0 0 20px #ccc;
	transition:all 0.3s linear;
	}
.in_newslist .list li:hover .date{
	background-color:#e70012;
	transition:all 0.3s linear;
	}
.in_newslist .list li:hover .txt h1{
	color:#e70012;
	transition:all 0.3s linear;
	}

.in_newslist .list li:nth-child(even){
    margin: 30px 0 0 0;
	}
.in_newslist .list li .date{
    float: left;
    width: 15%;
    height: 100px;
    background: #a9a9a9;
    text-align: center;
    padding: 16px 0 0;
}
.in_newslist .list li .date p{
	font-size:26px;
	color:#fff;
	text-align:center;
	}
.in_newslist .list li .date span{
	font-size:12px;
	color:#fff;
	text-align:center;
	display:block;
	margin:5px 0 8px;
	}
.in_newslist .list li .date>img{
	display:block;
	margin:0 auto;
	}
.in_newslist .list li .txt{
    float: right;
    width: 75%;
	margin-right:2%;
    padding: 15px 0 0;
}
.in_newslist .list li .txt h1{
	font-size:16px;
	font-weight:normal;
	color:#e20202;
	margin-bottom:20px;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.in_newslist .list li .txt .p{
	font-size:14px;
	line-height:24px;
	color:#999;
	height:48px;
	overflow:hidden;
	}
.in_newslist .list_nav{
	overflow:hidden;
    margin-bottom: 40px;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#fff;
	}
.in_newslist .list_nav li{
	float:left;
	width:calc(100%/6);
	}
.in_newslist .list_nav li a{
	font-size:15px;
	color:#999;
	display:block;
	}	
.in_newslist .list_nav li:hover a{
	color:#fff;
	background-color:#e20202;
	transition:all 0.3s linear;
	}
.in_newslist .list_nav .ative a{
	color:#fff;
	background-color:#e20202;
	}

.in_news{
	padding:60px 0;
	background-color:#fafafa;
	}
.in_news .info h1{
	font-size:22px;
	text-align:center;
	color:#333;
	}
.in_news .info h2{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#999;
	margin:5px 0 40px;
	padding-bottom:30px;
	border-bottom:1px dashed #ccc;
	}
.in_news .info .p p, .in_news .info .p span{
	font-size:15px;
	line-height:25px;
	color:#666;
	}

.in_contact	{
	padding:60px 0;
	background-color:#fafafa;
	}
.in_contact .title{
	overflow:hidden;
	margin-bottom:50px;
	}
.in_contact .title .txt{
	width:20%;
	float:left;
	}
.in_contact .title .img{
	width:80%;
	float:right;
	margin-top: 26px;
	}
.in_contact .title .img p{
	font-size:14px;
	color:#666;
	float:right;
	}
.in_contact .title .img p a{
	font-size:14px;
	color:#666;
	}
.in_contact .title .img p a:hover{
	color:#e70012;
	transition:all 0.3s linear;
	}	
.in_contact .title .txt span{
    font-size: 20px;
    color: #e70012;
    font-family: BEBAS;
    margin-bottom: 8px;
}	
.in_contact .title .txt h1{
    font-size: 28px;
	font-weight:normal;
    color: #3a3a3d;
}	
.in_contact .box{
	overflow:hidden;
	margin-bottom:60px;
	}
.in_contact .box .left{
	float:left;
	width:42%;
	padding:0 2.5%;
	height:300px;
	border:4px solid #e5e5e5;
	background:url(../images/contact_bg.png) no-repeat center right;
	}
.in_contact .box .right{
	float:right;
	width:42%;
	padding:0 2.5%;
	height:300px;
	border:4px solid #e5e5e5;
	background:url(../images/contact_bg.png) no-repeat center right;
	}
.in_contact .box h1{
	margin-top:60px;
	font-weight:normal;
	font-size:22px;
	color:#333;
	margin-bottom:30px;
	}
.in_contact .box .left p{
	font-size:15px;
	color:#666;
	line-height:30px;
	}
.in_contact .box .right>img{
	border:4px solid #fff;
	}

.in_techlist{
	padding:60px 0 80px;
	background:url(../images/tech_bg.jpg) no-repeat top center;
	}
.in_techlist .title h1{
	text-align:center;
	font-size: 32px;
    font-weight: normal;
    color: #3a3a3d;
	}
.in_techlist .title h2{
	text-align:center;
	font-size: 100px;
    font-weight: normal;
    color: #999;
	opacity:0.2;
	margin:5px 0 10px;
	}
.in_techlist .title span {
	text-align:center;
	display:block;
	font-size: 24px;
    color: #e70012;
    font-family: BEBAS;
}
.in_techlist .title p{    
	width: 80%;
    margin: 0 auto;
	text-align:center;
	font-size:15px;
	color:#666;
	line-height:25px;
}
.in_techlist .list{
	margin-top:60px;
	}
.in_techlist .list li{
	padding: 4% 2% 3%;
	float:left;
	width:calc(100%/4 - 15px - 4% - 8px);
	margin-right:20px;
	background-color:#fff;
	border:4px solid #e5e5e5;
	}
.in_techlist .list li:nth-child(4){
	margin-right:0;
	}
.in_techlist .list li:hover{
	background-color:#fff;
	transition:all 0.3s linear;
	box-shadow:0 0 20px #b3b3b3;
	}	
.in_techlist .list li:hover span{
	color:#e20202;
	transition:all 0.3s linear;
	}	
.in_techlist .list li img{
	display:block;
	margin:0 auto 30px;
	}
.in_techlist .list li h1{
	text-align:center;
	font-size:18px;
	color:#333;
	}
.in_techlist .list li .xian{
	height:2px;
	width:60px;
	background-color:#e20202;
	margin:20px auto;
	}
.in_techlist .list li p{
	font-size:14px;
	line-height:24px;
	color:#999;
	}
.in_techlist .list li span{
	display:block;
	text-align:center;
	font-size:14px;
	color:#999;
	margin-top:20px;
	}
	
.in_tech{
	padding:60px 0;
	background-color:#fafafa;
	}
.in_tech .txt{
	overflow:hidden;
	}
.in_tech .txt span{
	font-size:18px;
	color:#e20202;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:2px;
	}
.in_tech .txt p{
	font-size:24px;
	color:#bfbfbf;
	float:left;
	}
.in_tech .info{
	margin-top:40px;
	font-size:14px;
	color:#666;
	line-height:24px;
	}
.in_tech .info p, .in_tech .info span{
	font-size:14px;
	color:#666;
	line-height:24px;
	}
	
.in_join{
	padding:60px 0;
	background-color:#fafafa;
	}
.in_join .title{
	overflow:hidden;
	margin-bottom:50px;
	}
.in_join .title .txt{
	width:20%;
	float:left;
	}
.in_join .title .img{
	width:80%;
	float:right;
	margin-top: 26px;
	}
.in_join .title .img p{
	font-size:14px;
	color:#666;
	float:right;
	}
.in_join .title .img p a{
	font-size:14px;
	color:#666;
	}
.in_join .title .img p a:hover{
	color:#e70012;
	transition:all 0.3s linear;
	}	
.in_join .title .txt span{
    font-size: 20px;
    color: #e70012;
    font-family: BEBAS;
    margin-bottom: 8px;
}	
.in_join .title .txt h1{
    font-size: 28px;
	font-weight:normal;
    color: #3a3a3d;
}
.in_join .list li{
    padding: 30px 20px;
    background: #fff;
	border-right:10px solid #e70012;
	margin-bottom:20px;
}
.in_join .list li:last-child{
	margin-bottom:0;
	}
.in_join .list li:hover{
	box-shadow: 0 0 20px #b3b3b3;
	transition:all 0.3s linear;
	}
.in_join .list li h1{
	font-size:22px;
	color:#e20202;
	font-weight:normal;
	float:left;
	}
.in_join .list li>img{
	float:right;
	width:24px;
	}
.in_join .list li .xq{
	overflow:hidden;
	margin-top:20px;
	}
.in_join .list li .xq p{
	float:left;
	border-right:2px solid #ccc;
	font-size:16px;
	line-height:16px;
	color:#333;
	margin-right:10px;
	padding-right:10px;
	}
.in_join .list li .xq p:last-child{
	border:none;
	padding-right:0;
	margin-right:0;
	}
.in_join .list li .xq p span{
	font-size:16px;
	color:#e70012;
	}
.in_join .list li .kai{
	display:none;
	}
.in_join .list li .kai>div{
	margin-top:15px;
	font-size:14px;
	line-height:24px;
	color:#666;
	}
.in_join .list li .kai>div:first-child{
	margin-top:30px;
	}

.in_prolist{
	padding:0 0 60px;
	background-color:#fafafa;
	}	
.in_prolist .title{
	overflow:hidden;
	margin-bottom:50px;
	}
.in_prolist .title .txt{
	width:20%;
	float:left;
	}
.in_prolist .title .img{
	width:80%;
	float:right;
	margin-top: 26px;
	}
.in_prolist .title .img p{
	font-size:14px;
	color:#666;
	float:right;
	}
.in_prolist .title .img p a{
	font-size:14px;
	color:#666;
	}
.in_prolist .title .img p a:hover{
	color:#e70012;
	transition:all 0.3s linear;
	}	
.in_prolist .title .txt span{
    font-size: 20px;
    color: #e70012;
    font-family: BEBAS;
    margin-bottom: 8px;
}	
.in_prolist .title .txt h1{
    font-size: 28px;
	font-weight:normal;
    color: #3a3a3d;
}
.in_prolist .list_nav{
	overflow:hidden;
    margin-bottom: 40px;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#fff;
	}
.in_prolist .list_nav li{
	float:left;
	width:calc(100%/8);
	}
.in_prolist .list_nav li a{
	font-size:15px;
	color:#999;
	display:block;
	}	
.in_prolist .list_nav li:hover a{
	color:#fff;
	background-color:#e20202;
	transition:all 0.3s linear;
	}
.in_prolist .list_nav .ative a{
	color:#fff;
	background-color:#e20202;
	}
.in_prolist .list{
	overflow:hidden;
	}
.in_prolist .list li{
	float:left;
	width:calc(100%/4 - 15px);
	margin-bottom:40px;
	margin-right:20px;
	}	
.in_prolist .list li:nth-child(4n+0){
	margin-right:0;
	}	
.in_prolist .list li:hover{
	background-color:#e20202;
	transition:all 0.3s linear;
	}
.in_prolist .list li:hover h1{
	color:#fff;
	transition:all 0.3s linear;
	}
.in_prolist .list li:hover span{
	color:#fff;
	transition:all 0.3s linear;
	}
.in_prolist .list li a{
	display:block;
	border-bottom:2px solid #e20202;
	}
.in_prolist .list li .img{
	background-color:#fff;
	}
.in_prolist .list li .img>img{
	width:100%;
	}
.in_prolist .list li h1{
	width:90%;
	margin:20px auto 10px;
	text-align:center;
	font-size:18px;
	line-height:1;
	color:#333;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.in_prolist .list li span{
	width:90%;
	margin:0 auto 15px;
	text-align:center;
	font-size:14px;
	line-height:1;
	color:#666;
	display:block;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.in_prolist .list>a:hover {
    color: #fff;
    background-color: #e20202;
    transition: all 0.3s linear;
}
.in_prolist .list>a {
	margin:50px auto 0;
    width: 150px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #e20202;
    border-radius: 22.5px;
    border: 1px solid #e20202;
}




@media (max-width:992px){
.n_banner{
	display:none;
	}
#pian{
	margin: 30px auto 0;
	}
.pagination{
	padding-top:30px;
	}
.pagination li:first-child, .pagination li:last-child{
	display:none;
	}
.in_about{
	padding: 40px 0;
    margin-top: 50px;
	}
.in_newslist{
	padding:40px 0;
	margin-top:50px;
	}
.in_news{
	padding:40px 0;
	margin-top:50px;
	}
.in_contact	{
	padding:40px 0;
	margin-top:50px;
	}
.in_techlist{
	padding:40px 0 60px;
	margin-top:50px;
	}
.in_tech{
	padding:40px 0 60px;
	margin-top:50px;
	}
.in_join{
	padding:40px 0 60px;
	margin-top:50px;
	}
.in_prolist{
	padding:40px 0 60px;
	margin-top:50px;
	}
.in_pro{
	padding:40px 0 60px;
	margin-top:50px;
	}


.in_about .one .center{
	display:block;
	}	
.in_about .one .txt{
	width:100%;
	float:none;
	margin-right:0;
	margin-bottom:20px;
	}
.in_about .one .txt span{
	float:none;
	margin:0;
	}
.in_about .one .txt>img{
	display:none;
	}
.in_about .one .img{
	width:100%;
	float:none;	
	}
.in_about .two{
	margin-top:20px;
	}
.in_about .title{
	margin-bottom:30px;
	}
.in_about .title .txt{
	width:100%;
	float:none;
	text-align: center;
	}
.in_about .title .txt h1{
	font-size:26px;
	}
.in_about .title .txt span{
	font-size:18px;
	}
.in_about .title .img{
	display:none;
}	
.in_about .list_nav{
	display:none;
	}

.in_newslist .title{
	margin-bottom:30px;
	}
.in_newslist .title .txt{
	width:100%;
	float:none;
	text-align: center;
	}
.in_newslist .title .txt h1{
	font-size:26px;
	}
.in_newslist .title .txt span{
	font-size:18px;
	}
.in_newslist .title .img{
	display:none;
}
.in_newslist .list li{
    margin: 20px 0 0 0;
    width: calc(100% - 30px);
	padding:20px;
	}
.in_newslist .list li:nth-child(even){
    margin: 20px 0 0 0;
	}
.in_newslist .list li .date{
	width: 22%;
	}
.in_newslist .list li .txt{
	width: 70%;
	margin-right:1%;
	}
.in_newslist .list_nav{
	display:none;
	}
	
.in_contact .title{
	margin-bottom:30px;
	}
.in_contact .title .txt{
	width:100%;
	float:none;
	text-align: center;
	}
.in_contact .title .txt h1{
	font-size:26px;
	}
.in_contact .title .txt span{
	font-size:18px;
	}
.in_contact .title .img{
	display:none;
}
.in_contact .box{
	margin-bottom:40px;
	}
.in_contact .box .left{
	width:calc(100% - 48px);
	height:auto;
	padding:20px;
	float:none;
	border-right:4px solid #e70012;
	margin-bottom:20px;
	background:none;
	}
.in_contact .box .right{
	width:calc(100% - 48px);
	height:auto;
	padding:20px;
	float:none;
	border-right:4px solid #e70012;
	background:none;
	}
.in_contact .box .right>img{
	margin:0 auto;
	display:block;
	}
.in_contact .box h1 {
	text-align:center;
    margin-top:0;
	}
.in_contact #container{
	height:auto!important;
	}

.in_techlist .list {
    margin-top: 20px;
	}
.in_techlist .list li{
	width:calc(100%/2 - 10px - 4% - 8px);
	margin-top:20px;
	background-color:#f8f8f8;
	border:none;
	}
.in_techlist .list li:nth-child(even){
	margin-right:0;
	}
.in_techlist .list li img{
	width:50px;    
	margin: 0 auto 20px;
	}
.in_techlist .list li h1{
    font-size: 16px;
	}
.in_techlist .title p {
    width: 90%;
	}

.in_tech .info{
	margin-top:20px;
	}
	
.in_join .title{
	margin-bottom:30px;
	}
.in_join .title .txt{
	width:100%;
	float:none;
	text-align: center;
	}
.in_join .title .txt h1{
	font-size:26px;
	}
.in_join .title .txt span{
	font-size:18px;
	}
.in_join .title .img{
	display:none;
}
.in_join .list li{
	padding:20px;
	border-right: 4px solid #e70012;
	}
.in_join .list li:hover{
	box-shadow:0 0 10px #ccc;
	}
.in_join .list li h1{
	font-size:18px;
	}
.in_join .list li .xq{
	margin-top:10px;
	}
.in_join .list li .xq p{
	border:none;
	float:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	}
.in_join .list li .kai>div:first-child{
	margin-top:20px;
	}
.in_join .list li .kai>div{
	margin-top:10px;
	}	

.in_prolist .title{
	margin-bottom:30px;
	}
.in_prolist .title .txt{
	width:100%;
	float:none;
	text-align: center;
	}
.in_prolist .title .txt h1{
	font-size:26px;
	}
.in_prolist .title .txt span{
	font-size:18px;
	}
.in_prolist .title .img{
	display:none;
}	
.in_prolist .list_nav{
	display:none;
	}
.in_prolist .list li{
	float:left;
	width:calc(100%/2 - 10px);
	margin-bottom:20px;
	margin-right:20px;
	}	
.in_prolist .list li:nth-child(even){
	margin-right:0;
	}	
.in_prolist .list li h1{
	font-size:16px;
	}
.in_prolist .list {
    margin: 0 auto;
	}
.in_prolist .list>a{
	margin:30px auto 0;    
	width: 120px;
    height: 30px;
    line-height: 30px;
	}

}

@media (max-width:767px){
.in_prolist .list li h1{
	font-size:14px;
	}
.in_prolist .list li span{
	font-size:12px;
	}
}

@media (max-width:460px){
.in_techlist .title h2{
	font-size:70px;
	}
.in_techlist .list li p{
	display:none;
	}
.in_techlist .list li span{
	display:none;
	}
.in_techlist .list li .xian{
	margin: 20px auto 0;
	}
.in_techlist .list li {
    padding: 5% 2% 4%;
	}
}