@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;
    overflow: hidden;
    background-color: #fafafa;
}
#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: #fafafa;
    font-size: 16px;
    color: #868686;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p a {
    display: block;
    font-size: 16px;
    color: #868686;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p:hover a {
    color: #17418b;
    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{
    text-align: center;
	padding:60px 0;
}
.pagination li{
	display: inline-block;
    margin: 0 5px;
	}
.pagination .active span, .pagination .active a{
	background-color:#17418b;
	color:#fff;
	}
.pagination li:hover span, .pagination li:hover a{
	background-color:#17418b;
	color:#fff;
	}
.pagination span, .pagination a {
	display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
    color: #666;
    cursor: pointer;
    background-color: #eee;
}
.pagination .disabled span, .pagination .disabled a{
	color:#ccc;
	}


.n_banner{
	width:100%;
	position:relative;
	display:flex;
    justify-content:center;
    align-items:center;
	}
.n_banner .txt{
	position:absolute;
	margin-top:-20px;
	}
.n_banner h1{
	text-align:center;
    font-size: 50px;
    color: #fff;
	font-family:"BEBAS";
	text-shadow: 0 3px 10px #666;
}
.n_banner .xian{
	width:50px;
	height:2px;
	background-color:#fff;
	box-shadow: 0 3px 10px #666;
	margin:20px auto;
	}

.n_banner p{
	text-align:center;
    font-size: 24px;
    color: #fff;
	text-shadow: 0 3px 10px #666;
}

.list_nav{
	overflow:hidden;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	margin-top:-60px;
	position:relative;
	background-color:rgba(256,256,256,0.85);
	}
.list_nav .center{
	display: flex;
    justify-content: center;
    align-items: center;
	}
.list_nav li{
	float:left;
	width:calc(100%/5);
	}
.list_nav li a{
	font-size:15px;
	color: #343434;
	border-radius:5px;
	display:block;
	line-height:60px;
	}	
.list_nav li:hover a{
	color:#fff;
	background-color:#17418b;
	transition:all 0.3s linear;
	}
.list_nav .ative a{
	color:#fff;
	background-color:#17418b;
	}	
.indrwp .title h1{
	font-size:44px;
	color:#333;
	text-align:center;
	}
.indrwp .title p{
	font-size:15px;
	color:#666;
	text-align:center;
	margin:20px 0;
	}
.indrwp .title .xian{
	width:60px;
	height:4px;
	margin:0 auto 40px;
	background-color:#17418b;
	}

.indrwp .about .one{
	overflow:hidden;
	}
.indrwp .about .one .left{
	float:left;
	width:50%;
	}
.indrwp .about .one .right{
	float:right;
	width:45%;
	padding-left:5%;
	padding-top:120px;
	padding-bottom:120px;
	}
.indrwp .about .one .right h1{
	font-size:70px;
	font-family:"abril fatface";
	color:rgba(23,65,139,0.2);
	font-weight:normal;
	}	
.indrwp .about .one .right h2{
	font-size:46px;
	color:#17418b;
	margin:-40px 0 50px;
	}	
.indrwp .about .one .right p{
	font-size:14px;
	line-height:24px;
	color:#666;
	text-indent:2em;
	}
.indrwp .about .one .right a{
    width: 160px;
    height: 50px;
    margin: 50px 0 0;
    display: block;
    background-color: #17418b;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.indrwp .about .one .right a:hover{
	background-color:#fff;
	box-shadow:0 0 10px #666;
	color:#17418b;
	transition: all 0.4s linear;
	}
		
.indrwp .about .two{
	overflow:hidden;
	background:url(../images/about_two.jpg) no-repeat center/cover;
	padding:100px 0;
	}
.indrwp .about .two .list{
	float:left;
	margin:0 auto;
	width:calc(100%/4);
	position:relative;
	}
.indrwp .about .two .list h1.jumbo {
	font-size: 55px;
	line-height:55px;
	color: #fff;
	text-align:center;
	margin:0;
	}
.indrwp .about .two .list p.a{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:30px;
	}
.indrwp .about .two .list p.b{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	}

.indrwp .about .three{
	overflow:hidden;
	}
.indrwp .about .three .right{
	float:right;
	width:50%;
	}
.indrwp .about .three .left{
	float:left;
	width:45%;
	padding-right:5%;
	padding-top:120px;
	padding-bottom:120px;
	}
.indrwp .about .three .left h1{
	font-size:70px;
	font-family:"abril fatface";
	color:rgba(23,65,139,0.2);
	font-weight:normal;
	}	
.indrwp .about .three .left h2{
	font-size:46px;
	color:#17418b;
	margin:-40px 0 50px;
	}	
.indrwp .about .three .left p{
	font-size:14px;
	line-height:24px;
	color:#666;
	text-indent:2em;
	}
.indrwp .about .three .left a{
    width: 160px;
    height: 50px;
    margin: 50px 0 0;
    display: block;
    background-color: #17418b;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.indrwp .about .three .left a:hover{
	background-color:#fff;
	box-shadow:0 0 10px #666;
	color:#17418b;
	transition: all 0.4s linear;
	}
	
.indrwp .about .four{
	padding:60px 0;
	}
.indrwp .about .four .list{
	overflow:hidden;
	margin-top:40px;
	}
.indrwp .about .four .list li{
	float:left;
	width:calc(100%/4 - 15px);
	margin-right:20px;
	background-color:#fafafa;
	}
.indrwp .about .four .list li:hover{
	background-color:#17418b;
	transition: all 0.3s linear;
	}
.indrwp .about .four .list li:hover .txt h1{
	color:#fff;
	transition: all 0.3s linear;
	}
.indrwp .about .four .list li:hover .txt p{
	color:#fff;
	transition: all 0.3s linear;
	}
.indrwp .about .four .list li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .about .four .list li img{
	display:block;
	width:100%;
	}
.indrwp .about .four .list li .txt{
	padding:20px 0;
	}
.indrwp .about .four .list li .txt h1{
	font-size:24px;
	color:#333;
	text-align:center;
	font-weight:normal;
	margin-bottom:15px;
	}
.indrwp .about .four .list li .txt p{
	font-size:14px;
	color:#666;
	text-align:center;
	line-height:24px;
	width:80%;
	margin:0 auto;    
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}

.indrwp .about .five{
	background-color:#fafafa;
	padding:60px 0 80px;
	}	
.indrwp .about .five .list{
	overflow:hidden;
	margin-top:40px;
	}
.indrwp .about .five .list li{
	float:left;
	width:calc(100%/5 - 24px);
	margin-right:30px;
	margin-bottom:30px;
	}
.indrwp .about .five .list li:nth-child(5n+0){
	margin-right:0;
	}
.indrwp .about .five a{
    width: 160px;
    height: 50px;
    margin: 20px auto 0;
    display: block;
    background-color: #17418b;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.indrwp .about .five a:hover{
	background-color:#fff;
	box-shadow:0 0 10px #666;
	color:#17418b;
	transition: all 0.4s linear;
	}
	
	
.indrwp .prolist .list{
	overflow:hidden;
	margin-top:40px;
	}
.indrwp .prolist .list li{
	float:left;
	width:calc(100%/4 - 15px);
	margin-right:20px;
	margin-top:20px;
	}
.indrwp .prolist .list li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .prolist .list li .txt{
	background-color:#fafafa;
	width:100%;
	height:60px;
	}
.indrwp .prolist .list li:hover .txt{
	background-color:#17418b;
	transition:all 0.3s linear;
	}
.indrwp .prolist .list li:hover .txt p{
	color:#fff;
	transition:all 0.3s linear;
	}
.indrwp .prolist .list li p{
	font-size:16px;
	color:#333;
	text-align:center;
	height:60px;
	line-height:60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
	
.indrwp .newslist{
	padding-top:60px;
	background: url(../images/news_bg.jpg) no-repeat center/cover;
	}
.indrwp .newslist .list{
	overflow:hidden;
	}
.indrwp .newslist .list li{
	float:left;
	width:calc(100%/3 - 22px);
	margin-right:33px;
	margin-bottom:33px;
	}
.indrwp .newslist .list li:nth-child(3n+0){
	margin-right:0;
	}
.indrwp .newslist .list li .txt{
	padding:20px 15px;
	background-color:#fafafa;
	}
.indrwp .newslist .list li .txt h1{
	font-size:16px;
	color:#666;
	font-weight:normal;    
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
.indrwp .newslist .list li .txt .xian{
	width:35px;
	height:4px;
	background-color:#00923f;
	margin:10px 0 30px; 
	}
.indrwp .newslist .list li .txt .bot{
	overflow:hidden;
	}
.indrwp .newslist .list li .txt .bot p{
	float:left;
	font-size:14px;
	color:#666;
	}
.indrwp .newslist .list li .txt .bot span{
	float:right;
	font-size:14px;
	color:#666;
	}
.indrwp .newslist .list li:hover .txt {
    background-color: #17418b;
    transition: all 0.3s linear;
}
.indrwp .newslist .list li:hover .txt h1{
    color: #fff;
    transition: all 0.3s linear;
}
.indrwp .newslist .list li:hover .txt .bot p{
    color: #fff;
    transition: all 0.3s linear;
}
.indrwp .newslist .list li:hover .txt .bot span{
    color: #fff;
    transition: all 0.3s linear;
}
	
.indrwp .news .info h1{
	font-size:44px;
	text-align:center;
	color:#333;
	}
.indrwp .news .info h2{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#999;
	margin:8px 0 30px;
	padding-bottom:30px;
	border-bottom:1px dashed #ccc;
	}
.indrwp .news .info .p p, .indrwp .news .info .p span{
	font-size:15px;
	line-height:26px;
	color:#666;
	}
.indrwp .news .info{
	padding:60px 0 0;
	font-size:15px;
	color:#666;
	}

.indrwp .gook .contact_gbook{
	padding:60px 0;
	}
.indrwp .gook .contact_gbook li input {
	width:98%;
	padding-left:2%;
	background-color:#fff;
	border:1px solid #ccc;
	margin-bottom:20px;
	line-height: 50px;
	font-size:15px;
	color:#333;
	font-family: "微软雅黑";
}
.indrwp .gook .contact_gbook li:nth-child(3) input{
	width:46%;
	float:left;
	}
.indrwp .gook .contact_gbook li:nth-child(4) input{
	width:46%;
	float:right;
	}
.indrwp .gook .contact_gbook li textarea {
	outline:none;
	width:98%;
	padding-left:2%;
	padding-top:10px;
	background-color:#fff;
	border:1px solid #ccc;
	line-height: 34px;
	height: 240px;
	font-size:15px;
	color:#333;
	font-family: "微软雅黑";
}
.indrwp .gook .contact_gbook .tijiao{
	border:none;
	display: block;
    border-radius: 5px;
    margin: 30px auto 0;
    width: 160px;
    height: 50px;
    background-color: #17418b;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
	font-family: "微软雅黑";
	padding:0;
}	
.indrwp .gook .contact_gbook .tijiao:hover{
	background-color:#fff;
	color:#17418b;
	box-shadow:0 0 10px #ccc;
	transition:all 0.3s linear;
	}

.indrwp .honor{
	padding-top:60px;
	}
.indrwp .honor .list{
	overflow:hidden;
	}	
.indrwp .honor .list li{
      text-align: center;
      font-size: 16px;
	  background-color:#efefef;
	  float:left;
	  width:calc(100%/4 - 22.5px);
	  margin-right:30px;
	  margin-top:30px;
    }
.indrwp .honor .list li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .honor .list li a{
		width:90%;
		margin:5px auto 0;
		display:block;
		}
.indrwp .honor .list li p{
		font-size:16px;
		color:#fff;
		text-align:center;
		height:55px;
		line-height:55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;   
	 width: 90%;
    margin: 0 auto;
		}
.indrwp .honor .list li .txt{
	 width:100%;
	 margin:10px auto 0;
	 background-color: #17418b;
	 }			
	
.indrwp .contact{
	padding:80px 0;
	overflow:hidden;
	}
.indrwp .contact .txt{
	float:left;
	width:370px;
	}	
.indrwp .contact .txt .info span{
	color:#00923f;
	}
.indrwp .contact .txt .info	h1{
	font-family:"BEBAS";
	font-size:44px;
	color:#333;
	}	
.indrwp .contact .txt .info	.xian{
	background-color:#17418b;
	height:4px;
	width:50px;
	margin:10px 0;
	}
.indrwp .contact .txt .info p{
	font-size:30px;
	font-weight:bold;
	color:#333;
	}
.indrwp .contact .txt .list{
	margin-top:30px;
	}
.indrwp .contact .txt .list li{
	overflow:hidden;
	margin-top:16px;
	}
.indrwp .contact .txt .list li img{
	float:left;
	margin-right:10px;
	}
.indrwp .contact .txt .list li p{
	float:left;
	font-size:16px;
	line-height:32px;
	color:#333;
	}
	
.indrwp .contact #container{
	float:right;
	width:calc(95% - 370px);
	margin-left:5%;
	height:460px;
	}
		
.indrwp .pro .one{
	overflow:hidden;
	padding:80px 0 40px;
	}
.indrwp .pro .one .left{
	float:left;
	width:40%;
	margin-right:6%;
	}
.indrwp .pro .one .left h1{
	font-size:44px;
	color:#333;
	}
.indrwp .pro .one .left span{
	font-size:16px;
	line-height:26px;
	color:#666;
	display:block;
	margin-top:30px;
	}
.indrwp .pro .one .left .txt{
	border-top:1px solid #ccc;
	padding-top:30px;
	margin-top:30px;
	}
.indrwp .pro .one .left .txt h1{
	font-size:22px;
	color:#333;
	margin-bottom:20px;
	}
.indrwp .pro .one .left .txt p{
	font-size:15px;
	color:#666;
	line-height:34px;
	}
.indrwp .pro .one .left .more_box{
	margin-top:20px;
	overflow:hidden;
	}
.indrwp .pro .one .left .more_box a{
	display:block;
	width:calc(100%/3);
	margin:10px 20px 10px 0;
	float:left;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background-color:#17418b;
	border-radius:5px;
	}
.indrwp .pro .one .left .more_box a:hover{
	transition: all 0.3s linear;
	background-color:#fff;
	box-shadow:0 0 10px #ccc;
	color:#17418b;
	}
.indrwp .pro .one .right{
	float:right;
	width:54%;
	}
.indrwp .pro .one h1{
	font-size:44px;
	text-align:center;
	}
.indrwp .pro .one .xian {
    width: 60px;
    height: 4px;
    margin: 20px auto 0;
    background-color: #17418b;
}
.indrwp .pro .txt>img{
	display:block;
	margin:0 auto 30px;
	}
.indrwp .pro .txt{
	font-size:14px;
	color:#666;
	line-height:24px;
	}	

.indrwp .fanganlist{
	padding:60px 0;
	}
.indrwp .fanganlist .list{
	overflow:hidden;
	}
.indrwp .fanganlist .list li{
	float:left;
	width:calc(100%/3 - 16px);
	margin-right:24px;
	margin-top:24px;
	position:relative;
	}
.indrwp .fanganlist .list li:nth-child(3n+0){
	margin-right:0;
	}
.indrwp .fanganlist .list li .txt{
	position:absolute;
	top:0;
	left:0;
	width:80%;
	height:100%;
	padding:0 10%;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color:rgba(0,0,0,0.4);
	}
.indrwp .fanganlist .list li .txt h1{
	font-size:32px;
	text-align:center;
	color:#fff;
	}
.indrwp .fanganlist .list li .txt .xian{
	width:40px;
	height:2px;
	background-color:#fff;
	margin:20px auto 0;
	}
.indrwp .fanganlist .list li .txt .box{
	max-height:0;
	overflow:hidden;
	}
.indrwp .fanganlist .list li:hover .txt{
	background-color:rgba(23,65,139,0.8);
	transition: all 0.3s linear;
	}
.indrwp .fanganlist .list li:hover .txt .box{
	margin-top:20px;
	max-height:140px;
	transition: all 0.3s linear;
	}
.indrwp .fanganlist .list li .txt .box{
	max-height:0;
	}
.indrwp .fanganlist .list li .txt p{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size:14px;
	line-height:24px;
	color:#fff;
	text-align:center;
	}
.indrwp .fanganlist .list li .txt a{
	width: 140px;
    height: 40px;
    margin: 20px auto 0;
    display: block;
    background-color: #00923f;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
	}
.indrwp .fanganlist .list li .txt a:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #666;
    color: #00923f;
    transition: all 0.4s linear;
}
		
.indrwp .fangan{
	padding:60px 0;
	}
.indrwp .fangan .info .img{
	display:block;
	margin:0 auto 30px;
	}	
.indrwp .fangan .info .inp{
	font-size:14px;
	line-height:24px;
	color:#666;
	}

@media (max-width:1399px){
.indrwp .about .one .right{
	padding-top:100px;
	padding-bottom:100px;
	}

.indrwp .about .three .left{
	padding-top:100px;
	padding-bottom:100px;
	}
}

@media (max-width:1299px){
.indrwp .about .one .right{
	padding-top:90px;
	padding-bottom:90px;
	}
.indrwp .about .one .right h2{
	margin:-40px 0 40px;
	}
.indrwp .about .one .right a{
	margin:40px 0 0;
	}
.indrwp .about .one .right p{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	
.indrwp .about .three .left{
	padding-top:90px;
	padding-bottom:90px;
	}
.indrwp .about .three .left h2{
	margin:-40px 0 40px;
	}
.indrwp .about .three .left a{
	margin:40px 0 0;
	}
.indrwp .about .three .left p{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
}

@media (max-width:1199px){
.indrwp .about .one .right{
	padding-top:75px;
	padding-bottom:75px;
	}
.indrwp .about .one .right h2{
	margin:-40px 0 30px;
	}
.indrwp .about .one .right p{
    -webkit-line-clamp:3;
	}
	
.indrwp .about .three .left{
	padding-top:75px;
	padding-bottom:75px;
	}
.indrwp .about .three .left h2{
	margin:-40px 0 30px;
	}
.indrwp .about .three .left p{
    -webkit-line-clamp:3;
	}
}

@media (max-width:996px){
.n_banner{
	margin-top:50px;
	}
.n_banner h1{
	font-size:26px;
	}
.n_banner .txt{
	margin-top:0;
	}
.n_banner .xian{
	margin:10px auto;
	}
.n_banner p{
	font-size:20px;
	}
.pagination{
	padding:30px 0;
	}
.pagination li:first-child{
	display:none;
	}
.pagination li:last-child{
	display:none;
	}

#pian{
	margin:30px auto;
	}
#pian p{
	height:30px;
	line-height:30px;
	font-size:15px;
	}	
#pian p a{
	font-size:15px;
	}
	
.list_nav{
	display:none;
	}


.indrwp .title h1{
	font-size:26px;
	}
.indrwp .title p{
	font-size:14px;
	margin:10px 0;
	}
.indrwp .title .xian{
	width:50px;
	margin:0 auto 30px;
	}

.indrwp .pro .one h1{
	font-size:26px;
	}
	
.indrwp .about .one .right{
	padding-top:50px;
	padding-bottom:50px;
	}	
.indrwp .about .one .right a {
    margin: 30px 0 0;
	width:140px;
	line-height:40px;
	height:40px;
}
.indrwp .about .one .right h1{
	font-size:48px;
	}
.indrwp .about .one .right h2{
	font-size:30px;
	margin:-30px 0 20px;
	}
	
.indrwp .about .two{
	padding:50px 0;
	}
.indrwp .about .two .list p.b img{
	width:50px;
	}
.indrwp .about .two .list h1.jumbo{
	font-size:40px;
	line-height:40px;
	}
.indrwp .about .two .list p.a{
	margin-top:15px;
	}

.indrwp .about .three .left{
	padding-top:50px;
	padding-bottom:50px;
	}	
.indrwp .about .three .left a {
    margin: 30px 0 0;
	width:140px;
	line-height:40px;
	height:40px;
}
.indrwp .about .three .left h1{
	font-size:48px;
	}
.indrwp .about .three .left h2{
	font-size:30px;
	margin:-30px 0 20px;
	}
.indrwp .about .four{
	padding:40px 0 20px;
	}
.indrwp .about .four .list{
	margin-top:20px;
	}
.indrwp .about .four .list li{
	width:calc(100%/2 - 10px);
	margin-right:20px;
	margin-bottom:20px;
	}
.indrwp .about .four .list li:nth-child(4n+0){
	margin-right:20px;
	}
.indrwp .about .four .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .about .four .list li .txt{
	padding:15px 0;
	}
.indrwp .about .four .list li .txt h1{
	font-size:18px;
	margin-bottom:8px;
	}
		
.indrwp .about .five{
	padding:30px 0 40px;
	}	
.indrwp .about .five .list{
	margin-top:20px;
	}	
.indrwp .about .five .list li{
	width:calc(100%/2 - 10px);
	margin-right:20px;
	margin-bottom:20px;
	}
.indrwp .about .five .list li:nth-child(5n+0){
	margin-right:20px;
	}
.indrwp .about .five .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .about .five a{
    margin: 10px auto 0;
	width:140px;
	line-height:40px;
	height:40px;
}
	
.indrwp .prolist .list{
	margin-top:10px;
	}	
.indrwp .prolist .list li{
	width:calc(100%/2 - 10px);
	}
.indrwp .prolist .list li:nth-child(4n+0){
	margin-right:20px;
	}
.indrwp .prolist .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .prolist .list li .txt{
	height:50px;
	}
.indrwp .prolist .list li p{
	font-size:15px;
	line-height:50px;
	height:50px;
	}	

.indrwp .newslist{
	padding-top:30px;
	}
.indrwp .newslist .list li{
	width: calc(100%/2 - 10px);
    margin-right: 20px;
	margin-bottom:20px;
	}
.indrwp .newslist .list li:nth-child(3n+0){
	margin-right:20px;
	}
.indrwp .newslist .list li:nth-child(even){
    margin-right: 0;
	}
.indrwp .newslist .list li .txt{
	padding:10px 15px;
	}
.indrwp .newslist .list li .txt h1{
	font-size:14px;    
	}
.indrwp .newslist .list li .txt .xian{
	margin:8px 0 16px;
	width: 25px;
    height: 2px;
	}
.indrwp .newslist .list li .txt .bot p{
	font-size:12px;
	line-height:12px;
	}
.indrwp .newslist .list li .txt .bot span{
	font-size:12px;
	line-height:12px;
	}

.indrwp .news .info{
	padding:30px 0 0;
	}
.indrwp .news .info h1{
	font-size:18px;
	}
.indrwp .news .info h2{
	margin:8px 0 20px;
	padding-bottom:20px;
	}
.indrwp .news .info .p p, .indrwp .news .info .p span{
	font-size:14px;
	line-height:24px;
	}	


.indrwp .gook .contact_gbook{
	padding:30px 0;
	}
.indrwp .gook .contact_gbook li input{
	line-height:40px;
	font-size:14px;
	margin-bottom:10px;
	}
.indrwp .gook .contact_gbook li textarea{
	height:150px;
	font-size:14px;
	padding-top:5px;
	}
.indrwp .gook .contact_gbook .tijiao{
	font-size:14px;
	width:120px;
	height:40px;
	line-height:40px;
	margin:20px auto 0;
	}	

.indrwp .honor{
	padding-top:30px;
	}
.indrwp .honor .list{
	margin-top:10px;
	}
.indrwp .honor .list li{
	  width:calc(100%/2 - 10px);
	  margin-right:20px;
	  margin-top:20px;
    }
.indrwp .honor .list li:nth-child(4n+0){
	margin-right:20px;
	}
.indrwp .honor .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .honor .list li a{
	margin:20px auto 0;
	}
.indrwp .honor .list li .txt{
	margin:20px auto 0;
	}
.indrwp .honor .list li p{
	font-size:14px;
	line-height:45px;
	height:45px;
	}

.indrwp .contact{
	padding:40px 0;
	}
.indrwp .contact .txt{
	width:100%;
	float:none;
	}
.indrwp .contact .txt .list{
	margin-top:20px;
	}
.indrwp .contact .txt .info h1{
	font-size:32px;
	}
.indrwp .contact .txt .info .xian{
	width:35px;
	height:2px;
	}
.indrwp .contact .txt .info p{
	font-size:20px;
	}
.indrwp .contact .txt .list li{
	margin-top:10px;
	}
.indrwp .contact .txt .list li p{
	font-size:14px;
	line-height:26px;
	}
.indrwp .contact #container{
	float:none;
	width:100%;
	margin-left:0;
	height:240px;
	margin-top:30px;
	}

.indrwp .pro .one{
	padding:30px 0 20px;
	margin-bottom:10px;
	display:block;
	}
.indrwp .pro .one .left{
	float:none;
	width:100%;
	}	
.indrwp .pro .one .left h1{
	font-size:22px!important;
	margin-bottom:15px!important;
	}
.indrwp .pro .one .left span{
	font-size:14px;
	line-height:24px;
	margin-top:20px;
	}
.indrwp .pro .one .left .txt{
	margin-top:30px;
	padding-top:30px;
	}
.indrwp .pro .one .left .txt p{
	font-size:14px;
	line-height:30px;
	}
.indrwp .pro .one .left .more_box{
	margin-top:10px;
	}
.indrwp .pro .one .left .more_box a{
	height:40px;
	line-height:40px;
	}
.indrwp .pro .one .right{
	float:none;
	width:100%;
	margin-top:30px;
	}	
.indrwp .pro .one .xian{
	width:50px;
	margin:10px auto 0;
	}
.indrwp .fangan{
	padding:30px 0;
	}	
		
.indrwp .fanganlist{
	padding:30px 0;
	}
.indrwp .fanganlist .list li{
	width:calc(100%/2 - 10px);
	margin-right:20px;
	margin-top:20px;
	}
.indrwp .fanganlist .list li:nth-child(3n+0){
	margin-right:20px;
	}
.indrwp .fanganlist .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .fanganlist .list li .txt h1{
	font-size:20px;
	}
.indrwp .fanganlist .list li .txt p{
	 -webkit-line-clamp: 2;
	}
.indrwp .fanganlist .list li .txt .box{
	max-height:120px;
	margin-top:20px;
	}
}

@media (max-width:767px){
.indrwp .about .one{
	background:#fafafa!important;
	}
.indrwp .about .one .right{
	width:100%;
	margin-left:0;
	}
.indrwp .about .one .right p {
    -webkit-line-clamp: 5;
	}


.indrwp .about .three{
	background:#fafafa!important;
	}
.indrwp .about .three .left{
	width:100%;
	margin-left:0;
	}
.indrwp .about .three .left p {
    -webkit-line-clamp: 5;
	}
}

@media (max-width:599px){
.n_banner h1{
	font-size:22px;
	}
.n_banner p{
	font-size:14px;
	margin-top:2px;
	}

.indrwp .about .two{
	padding:50px 0 20px;
	}
.indrwp .about .two .list{
	width:calc(100%/2);
	margin-bottom:30px;
	}

.indrwp .fanganlist .list li{
	width:100%;
	margin-right:0;
	}
.indrwp .fanganlist .list li:nth-child(3n+0){
	margin-right:0;
	}
}


.indrwp .pro .mainsTitle{font-size:55px;color:#333;}
.indrwp .pro .mainSub{width:126px;margin:16px auto 26px auto;height:2px;}
.indrwp .pro .mainsInfo{font-size:36px;line-height:38px;padding-bottom:20px;color:#025b9e;border-bottom:1px solid #d3d3d3;width:100%;}
.indrwp .pro .content:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.indrwp .pro .content .child{position:relative;border-bottom:1px solid #d5d5d5;padding:40px 0;text-align:left;}
.indrwp .pro .content .child.no{border-bottom:2px solid #e60012;}
.indrwp .pro .content .child p{font-size:16px;color:#666;line-height:26px;}
.indrwp .pro .content .child .name{line-height:50px;color:#333;font-size:30px;}
.indrwp .pro .content .child .nameEn{color:#999;font-size:30px;line-height:46px;}
.indrwp .pro .content .child .department{color:#434343;font-size:18px;line-height:40px;}
.indrwp .pro .content .child .department .sub{margin:0 5px;color:#DFDFDF;}
.indrwp .pro .content .child .department .redSpan{color:#025b9e;}
.indrwp .pro .content .child .childContent{padding-top:14px;display:none;font-size:14px; line-height:24px; color:#666;}
.indrwp .pro .content .child .childContent p, .indrwp .pro .content .child .childContent span{font-size:14px; line-height:24px; color:#666;}
.indrwp .pro .content .child .childPointer{position:absolute;cursor:pointer;top:55px;right:0;width:62px;height:32px;background-image:url(../images/jobBottom.png);background-repeat:no-repeat;}
.indrwp .pro .content .child .childPointer{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.indrwp .pro .content .child .childPointer.on{ transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);-webkit-transform:rotateZ(135deg);}
.indrwp .pro .foot{text-align:left;}
.indrwp .pro .foot .redTitle{margin-top:24px;line-height:40px;color:#025b9e;font-size:22px;}
.indrwp .pro .foot .info1{color:#868686;font-size:16px;line-height:24px;}
.indrwp .pro .foot .title{color:#434343;font-size:16px;font-weight:bold;margin-top:10px;}
.indrwp .pro .foot .info2{color:#434343;font-size:16px;line-height:24px;}
.indrwp .pro .foot .info2 span{font-weight:bold;}

@media  (max-width: 479px) {
.indrwp .pro .container{width:80%;}
.indrwp .pro .mainsTitle{font-size:21px;}
.indrwp .pro .mainSub{width:63px;margin:8px auto 13px auto;height:2px;}
.indrwp .pro .mainsInfo{font-size:16px;line-height:16px;padding-bottom:8px;}

.indrwp .pro .content .child{padding:17px 0;}
.indrwp .pro .content .child.no{border-bottom-width:2px;}
.indrwp .pro .content .child p{font-size:12px;line-height:18px;}
.indrwp .pro .content .child .name{line-height:22px;font-size:14px;}
.indrwp .pro .content .child .nameEn{font-size:14px;line-height:20px;}
.indrwp .pro .content .child .department{font-size:12px;line-height:24px;}
.indrwp .pro .content .child .department .sub{margin:0 3px;}
.indrwp .pro .content .child .childContent{padding-top:6px;}
.indrwp .pro .content .child .childPointer{top:23px;width:26px;height:14px;background-size:26px 14px;}

.indrwp .pro .foot .redTitle{margin-top:10px;line-height:20px;font-size:12px;}
.indrwp .pro .foot .info1{font-size:12px;line-height:16px;}
.indrwp .pro .foot .title{font-size:12px;margin-top:4px;}
.indrwp .pro .foot .info2{font-size:12px;line-height:16px;}

}
@media (min-width: 480px) and (max-width: 639px) {
.indrwp .pro .container{width:80%;}
.indrwp .pro .mainsTitle{font-size:26px;}
.indrwp .pro .mainSub{width:63px;margin:8px auto 13px auto;height:2px;}
.indrwp .pro .mainsInfo{font-size:16px;line-height:16px;padding-bottom:8px;}

.indrwp .pro .content .child{padding:17px 0;}
.indrwp .pro .content .child.no{border-bottom-width:2px;}
.indrwp .pro .content .child p{font-size:12px;line-height:18px;}
.indrwp .pro .content .child .name{line-height:22px;font-size:14px;}
.indrwp .pro .content .child .nameEn{font-size:14px;line-height:20px;}
.indrwp .pro .content .child .department{font-size:12px;line-height:24px;}
.indrwp .pro .content .child .department .sub{margin:0 3px;}
.indrwp .pro .content .child .childContent{padding-top:6px;}
.indrwp .pro .content .child .childPointer{top:23px;width:26px;height:14px;background-size:26px 14px;}

.indrwp .pro .foot .redTitle{margin-top:10px;line-height:20px;font-size:12px;}
.indrwp .pro .foot .info1{font-size:12px;line-height:16px;}
.indrwp .pro .foot .title{font-size:12px;margin-top:4px;}
.indrwp .pro .foot .info2{font-size:12px;line-height:16px;}
}
@media (min-width: 640px) and (max-width:1023px ) {
.indrwp .pro .container{width:80%;}
.indrwp .pro .mainsTitle{font-size:46px;}
.indrwp .pro .mainSub{width:126px;margin:16px auto 26px auto;height:2px;}
.indrwp .pro .mainsInfo{font-size:29px;line-height:29px;padding-bottom:16px;}

.indrwp .pro .content .child{padding:34px 0;}
.indrwp .pro .content .child .name{line-height:43px;font-size:26px;}
.indrwp .pro .content .child .nameEn{font-size:26px;line-height:40px;}
.indrwp .pro .content .child .department{font-size:15px;line-height:34px;}
.indrwp .pro .content .child .department .sub{margin:0 5px;}
.indrwp .pro .content .child .childContent{padding-top:12px;}
.indrwp .pro .content .child .childPointer{top:47px;width:53px;height:27px;background-size:53px 27px;}

.indrwp .pro .foot .redTitle{margin-top:20px;line-height:34px;font-size:20px;}
.indrwp .pro .foot .info1{font-size:14px;line-height:20px;}
.indrwp .pro .foot .title{font-size:14px;margin-top:8px;}
.indrwp .pro .foot .info2{font-size:14px;line-height:20px;}
}
@media (min-width: 1024px) and (max-width:1199px ) {
.indrwp .pro .container{width:796px;}
.indrwp .pro .mainsTitle{font-size:38px;}
.indrwp .pro .mainSub{width:104px;margin:13px auto 21px auto;height:2px;}
.indrwp .pro .mainsInfo{font-size:24px;line-height:24px;padding-bottom:13px;}

.indrwp .pro .content .child{padding:28px 0;}
.indrwp .pro .content .child p{font-size:12px;line-height:16px;}
.indrwp .pro .content .child .name{line-height:35px;font-size:21px;}
.indrwp .pro .content .child .nameEn{font-size:21px;line-height:33px;}
.indrwp .pro .content .child .department{font-size:12px;line-height:28px;}
.indrwp .pro .content .child .department .sub{margin:0 4px;}
.indrwp .pro .content .child .childContent{padding-top:10px;}
.indrwp .pro .content .child .childPointer{top:39px;width:44px;height:22px;background-size:44px 22px;}

.indrwp .pro .foot .redTitle{margin-top:16px;line-height:28px;font-size:16px;}
.indrwp .pro .foot .info1{font-size:12px;line-height:16px;}
.indrwp .pro .foot .title{font-size:12px;margin-top:6px;}
.indrwp .pro .foot .info2{font-size:12px;line-height:16px;}
}
@media (min-width: 1200px) and (max-width:1439px ) {
.indrwp .pro .container{width:796px;}
.indrwp .pro .mainsTitle{font-size:38px;}
.indrwp .pro .mainSub{width:104px;margin:13px auto 21px auto;height:2px;}
.indrwp .pro .mainsInfo{font-size:24px;line-height:24px;padding-bottom:13px;}

.indrwp .pro .content .child{padding:28px 0;}
.indrwp .pro .content .child p{font-size:12px;line-height:16px;}
.indrwp .pro .content .child .name{line-height:35px;font-size:21px;}
.indrwp .pro .content .child .nameEn{font-size:21px;line-height:33px;}
.indrwp .pro .content .child .department{font-size:12px;line-height:28px;}
.indrwp .pro .content .child .department .sub{margin:0 4px;}
.indrwp .pro .content .child .childContent{padding-top:10px;}
.indrwp .pro .content .child .childPointer{top:39px;width:44px;height:22px;background-size:44px 22px;}

.indrwp .pro .foot .redTitle{margin-top:16px;line-height:28px;font-size:16px;}
.indrwp .pro .foot .info1{font-size:12px;line-height:16px;}
.indrwp .pro .foot .title{font-size:12px;margin-top:6px;}
.indrwp .pro .foot .info2{font-size:12px;line-height:16px;}
}
@media (min-width: 1440px) and (max-width:1920px ) {
.indrwp .pro .container{width:1200px;}
.indrwp .pro .mainsTitle{font-size:44px;}
.indrwp .pro .mainSub{width:126px;margin:16px auto 26px auto;height:2px;}
.indrwp .pro .mainsInfo{font-size:29px;line-height:29px;padding-bottom:16px;}

.indrwp .pro .content .child{padding:34px 0;}
.indrwp .pro .content .child p{font-size:14px;line-height:24px;}
.indrwp .pro .content .child .name{line-height:43px;font-size:26px;}
.indrwp .pro .content .child .nameEn{font-size:20px;line-height:40px;}
.indrwp .pro .content .child .department{font-size:15px;line-height:34px;}
.indrwp .pro .content .child .department .sub{margin:0 5px;}
.indrwp .pro .content .child .childContent{padding-top:40px;}
.indrwp .pro .content .child .childPointer{top:47px;width:53px;height:27px;background-size:53px 27px;}

.indrwp .pro .foot .redTitle{margin-top:20px;line-height:34px;font-size:20px;}
.indrwp .pro .foot .info1{font-size:14px;line-height:24px;}
.indrwp .pro .foot .title{font-size:14px;margin-top:8px;}
.indrwp .pro .foot .info2{font-size:14px;line-height:24px;}
}