﻿html,body{font-size: 16px;font-family:'Arial Normal', 'Arial';color: #333;}
a{background-color:transparent;text-decoration:none;color: #666;}
a{outline:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
li{list-style:none;}
input,button,select,textarea{outline:medium; outline:none; resize: none; border:none; outline:0px; }
img{border:0px;}
/*button,select,textarea{-webkit-appearance:none;background: transparent;}*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}

body{background: #f8f5f4;-webkit-text-size-adjust: none;}

button { cursor: pointer; -webkit-appearance: none; font-size: 16px;}
::-webkit-input-placeholder {color: #999999;font-size: 16px;}
*{margin: 0;padding: 0;}
th,td{ font-weight: 500; /*overflow:hidden;*/ word-wrap:break-word; word-break:break-all;}

img , .bg_img{
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges; \
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
.com{
	
}
.nav{
	width: 86%;
	padding: 0 7%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.navin{
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
}
.nav_l{
	width: 20%;
	padding-top: 12px;
}
.nav_logo{
	width: 230px;
	height: 76px;
}
.nav_ul{
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 30px;
}
.nav_li{
	position: relative;
}
.nav_li a{
	color: #fff;
	width: 100%;
	padding:20px;
}
.nav_lion::after{
	content: "";
	display: inline;
	width: 40px;
	height: 5px;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}
.nav_li:hover::after{
	content: "";
	display: inline;
	width: 40px;
	height: 5px;
	border-radius: 10px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}
.nav_r{
	width: 20%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.nav_w{
	background: #fff;
	box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
}
.nav_w .nav_li a{
	color: #333;
}
.nav_w .nav_r{
	color: #0460c8;
}
.nav_w .nav_lion::after{
	content: "";
	display: inline;
	width: 40px;
	height: 5px;
	border-radius: 10px;
	background: #0223fe;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}
.nav_w .nav_li:hover::after{
	content: "";
	display: inline;
	width: 40px;
	height: 5px;
	border-radius: 10px;
	background: #0223fe;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -20px;
}

.banner{
	width: 100%;
	height: auto;
}
.banner_img{
	width: 100%;
	display: block;
}

/*企业文化*/
.q{
	width: 86%;
	padding: 80px 7%;
	background: #fff;
	background-image: url(../image/bg.jpg);
	background-size: 100% 460px;
	background-position: bottom center;
	background-repeat: no-repeat; 
	height: 610px;
}
.qtite{
	text-align: center;
	padding-bottom: 70px;

}
.qtite h3{
	font-size: 30px;
	position: relative;
}
.qtite_p{
	padding-top: 30px;
	color: #999;
}
.qtite h3::after{
	content: "";
	display: inline;
	width: 40px;
	height: 5px;
	border-radius: 10px;
	background: #0223fe;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -15px; 
}
.zanwei{
	width: 100%;
	height: 150px;
}
.qin{
	width: 100%;
	display: flex;
	justify-content: center;
}
.qind{
	width: calc((100% - 40px) / 4);
	margin-right: 40px;
	background: #fff;
	box-shadow: 0 0 12px 4px rgba(172,176,201,0.2);
	text-align: center;
	padding: 50px 40px 90px;
	transition: all .2s linear;
}
.qind:hover{
	transform:scale(1.1);
	transition: all .2s linear;
} 
.qindicon{
	width: 62px;
	height: 62px;
}
.qindt{
	font-size: 24px;
	color: #0223fe;
	padding-top: 25px;
}
.qindd{
	padding-top: 35px;
	line-height: 24px;
}
.lxd{
	width: 100%;
	padding-top: 80px;
}
.lx1{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
	align-items: flex-start;
	padding-bottom: 100px;
}
.lx{
	flex:1;
	height: 350px;
	border-radius:10px;
	overflow: hidden;
	border:1px solid #ccc;
}
.lximg{
	width: 100%;
	display: block;
}
.lx2{
    width: 50%;
    padding: 30px 0 0 80px;
    display: flex;
    align-items: center;
}
.lx2L{
    width: 9rem;
    height: 9rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.lx2L img{
    width: 100%;
}
.lx2R{
    flex:1;
    padding: 0.8rem 0rem 0 1.5rem;
}
.lx2 p{
	padding-bottom: 20px;
}
.lx2R span{
	color: #0223fe;
	font-weight: bold;
}
.kh{
	width: 100%;
	padding-top: 70px;
}
.khal{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.khalin{
	width: 23%;
	margin: 0 2.5% 30px 0;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.khalin:nth-child(4n){
	margin-right: 0px;
}
.khalimg{
	width: 100%;
}
/*新闻列表*/
.xw{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 50px 20px 0;
	box-sizing: border-box;
}
.xw1{
	height: 400px;
	padding:20px 25px;
	background-color: #fff;
	box-shadow: 0 0 10px 4px rgba(172,176,201,0.2);
	display: flex;
}
.xw1l{
	width: 50%;
	height: 400px;
	overflow: hidden;
}
.xw1l img{
	width: 100%;
	height: 100%;
}
.xw1r{
	flex: 1;
	padding: 20px 0 0  70px;
}
.xw1rt{
	font-size: 32px;
	line-height: 40px;
}
.xw1rt a{
	color: #333;
}
.xw1r:hover .xw1rt a{
	color: #0223fe;
}
.xw1rw{
	padding-top: 32px;
	font-size: 20px;
	line-height: 36px;
	text-indent: 2em;
	overflow: hidden; 
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5; 
}
.xw1rw:hover a{
	color: #325a85;
}
.xw1rw2{
	padding-top: 30px;
	font-size: 24px;
	text-align: right;
}
.xw1rw2 a{
	color: #333;
}
.xw1rw2:hover em{
	color: #0223fe;
}
.xw1rw2:hover a{
	color: #0223fe;
}
.xw_ul{
	width: 100%;
	max-width: 1250px;
	margin: 30px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.xw_li{
	background-color: #fff;
	padding:27px;
	height: 180px;
	box-shadow: 0 0 10px 4px rgba(172,176,201,0.2);
	display: flex;
	margin-bottom: 20px;
	transition: all .2s linear;
}
.xw_li:hover{
	transform:scale(1.1);
	transition: all .2s linear;
}
.xw_lid{
	width: 360px;
	height: 180px;
	overflow: hidden;
	transition: all .2s linear;
}
.xw_lid img{
	width: 100%;
	height: 100%;
}
.xw_lid:hover{
	transform:scale(1.1);
	transition: all .2s linear;
}
.xw_lid2{
	flex: 1;
	padding: 25px 0 0 60px;
}
.xw_lid2:hover .xw_lit{
	color: #0223fe;
}
.xw_lid2:hover .xw_liw{
	color: #325a85;
}
.xw_lit{
	color: #333;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.xw_liw{
	padding-top: 20px;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden; 
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; 
}
.xw_liw2{
	text-align: right;
	font-size: 18px;
	padding-top: 20px;
}
.xw_liw2:hover a{
	color: #0223fe;
}
.xw_liw2:hover em{
	color: #0223fe;
}
.xwxq_1{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 50px 20px 0;
	box-sizing: border-box;
}
.xwxq_1t{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.xwxq_1t2{
	text-align: center;
	font-size: 787878;
	padding: 20px 0 30px 0;
}
.xwxq_2{
	font-size: 18px;
	line-height: 200%;
}

/*首页*/
/*banner*/
/*.banner{ margin-top: -5rem; padding: 0 1rem;}*/
/*幻灯片广告*/
.focus{ width:100%; height:auto;  margin:0 auto; position:relative; overflow:hidden;}
.focus .hd{ width:100%; height:0.3rem;  position:absolute; z-index:1; bottom:0; text-align:center;  display: none;}
.focus .hd ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:0.3rem; background-color:rgba(51,51,51,0.5);   }
.focus .hd ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; }
.focus .hd ul .on{ background:#11305f;  }
.focus .bd{ position:relative; z-index:0;border-radius: 0rem;overflow: hidden; }
.focus .bd li img{ width:100%;  height:auto; display: block;}
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }

.index_1{
	width: 100%;
	background-color: #fff;
	background-image: url(../images/bg2.png);
	background-size: 100% 265px;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 890px;
}
.index_1in{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.index_1t{
	padding: 90px 0;
	text-align: center;
}
.index_1t1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_1timg{
	width: 46px;
	height: 20px;
}
.index_1tt{
	font-size: 38px;
	font-weight: bold;
	color: #105ed8;
	padding: 0 30px;
}
.index_1t2{
	font-size: 18px;
	color: #787878;
	padding-top: 25px;
}
.index_4_1{
	position: relative;
}
.index_4_1bg{
	position: absolute;
	width: 440px;
	height: 440px;
	left: 50%;
	margin-left: -220px;
	top: 50%;
	margin-top: -220px;
}
.index_4_1bg img{
	animation: play02 3s linear .5s infinite;
}
@keyframes play02{
    from{transform: translate(-0%,-0% ) rotate(0deg);}
    to{transform: translate(-0%,-0% ) rotate(360deg);}
}
.index_4{
	display: flex;
	flex-wrap: wrap; 
}
.index_4in{ width: 50%; display: flex; margin-bottom: 50px;}
.index_4in1{padding-top: 20px;}
.index_4inR{ flex: 1;text-align: right;padding-right: 15px; }
.index_4inR_2{ text-align: left; padding-left: 15px;}
.index_4inRt{ font-size: 28px;color: #0174f1; }
.index_4inR2{ color: #999999; padding-top: 10px;}
.index_4inL{ width: 80px;height: 80px; margin: 0 15px; position: relative;transition:all .8s; animation: dw1 1.5s linear 0s infinite alternate;transition:all .7s;}
.index_4inr2{ width: 80px;height: 80px; margin: 0 15px; position: relative;transition:all .8s; animation: dw3 1.2s linear 0s infinite alternate;transition:all .7s;}
.index_4icon{ width: 100%;position: absolute; width: 80px;height: 80px; z-index: 2;}
.index_4inL .index_4inLsp{display: inline-block; position: absolute; width: 80px;height: 80px;background: #c5e2fc; z-index: 1;
    animation: fw 1.5s linear 0s infinite alternate;
    transition: all .7s;
    border-radius: 50%;
   /* left: 1%;
    top: 1%;*/
    transform: translate(-5%,-5% );
}
.index_4inr2 span{display: inline-block; position: absolute; width: 80px;height: 80px;background: #c5e2fc; z-index: 1;
    animation: fw2 1.5s linear 0s infinite alternate;
    transition: all .7s;
    border-radius: 50%;
    transform: translate(-5%,-5% );
}
@keyframes dw1{
    from{left:10px;top:-5px;}
    to{left:10px;top:-25px;}   
}
@keyframes dw3{
    from{left:10px;top:-5px;}
    to{left:10px;top:-25px;}   
 }
@keyframes fw{
	 0% {
	    /*left: 1px;*/
	    top: 3px;
	    transform: translate(-5%,-5% ) scale(1);
	    opacity: 1;
	}
	100% {
	    /*left: 1px;*/
	    top: 10px;
	    transform: translate(-5%,-5% ) scale(1.4);
	    opacity: 0;
	}
}
@keyframes fw2{
	 0% {
	    /*left: 1px;*/
	    top: 3px;
	    transform: translate(-5%,-5% ) scale(1);
	    opacity: 1;
	}
	100% {
	    /*left: 1px;*/
	    top: 10px;
	    transform: translate(-5%,-5% ) scale(1.4);
	    opacity: 0;
	}
}

.index_4inL1{ padding-right: 90px; }
.index_4inL2{ padding-left: 90px; } 
.index_4inL3{ padding-right: 160px; }
.index_4inL4{ padding-left: 160px; }
.index_4inL5{ padding-right: 125px; }
.index_4inL6{ padding-left: 125px; }


.index_4inR {
	visibility: hidden;
    position: relative;
    transition: opacity 0.5s, transform 0.5s;
}
.index_4inR_left {
    transform: translateX(-100%);
}
.index_4inR_right {
    transform: translateX(100%);
}


.index_3{
	background-color: #fff;
	padding-bottom: 90px;
}
.index_3in{
	display: flex;
}
.index_3in2{
	width: 360px;
	height: 450px;
	margin-right: 85px;
	background: url(../images/i_7.png),linear-gradient(to right,#00d9ff,#2da0ff);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-radius: 10px;
	text-align: center;
}
.index_3in2_2{
	background: url(../images/i_8.png),linear-gradient(to right,#7dd77a,#64b443);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.index_3in2_3{
	background: url(../images/i_9.png),linear-gradient(to right,#ffb657,#f1803a);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.index_3in2:nth-child(3n){
	margin-right: 0;
}
.index_3img{
	width: 120px;
	height: 88px;
	margin-top: -26px;
}
.index_3in3{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 10px;
	position: relative;
}
.index_3in3::after{
	content: "";
	display: inline-block;
	width: 54px;
	height: 2px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	left: 50%;
	margin-left: -27px;
	top: 50px;
}
.index_3ul{
	width: 85%;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
}
.index_3li{
	width: 45%;
	float: left;
	margin-right: 10%;
	padding:10px 10px;
	border:1px solid #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
}
.index_3li:nth-child(2n){
	margin-right: 0;
}

.index_3_1{
	background: #f8fdff;
	padding-bottom: 90px;
}
.index_2{
	width: 180px;
	height: 170px;
	margin-right: 30px;
	background: linear-gradient(#f3f5f8,#fff);
	border:2px solid #fff;
	border-radius: 10px;
	text-align: center;
	box-shadow:0 0 10px 6px rgba(4,1,38,0.13);
	padding: 20px 8px 0px 8px;
	position: relative;
}
.index_2:last-child{
	margin-right: 0;
}
.index_3in_2 img{
	width: 100%;
	height: 134px;
	margin-top: -50px;
}
.index_2icon{
	width: 70px;
	height: 70px;
}
.index_2in{
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.index_2in1{
	font-size: 16px;
	padding-top: 10px;
}
.index_2sp{
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	left: center;
	margin-left: -10px;
	bottom: -20px;
}
.index_2_1{
	margin-top: 87px;
}
.index_5{
	width: 18%;
	text-align: center;
	transition:all .8s;
}
.index_5img{
	width: 150px;
	height: 150px;
	transition: transform 0.5s ease;
}
.index_5:hover .index_5img { 
	animation: rotate 2s linear infinite; /* 调用名为"rotate"的关键帧动画 */ 
	} /* 定义关键帧动画 */
@keyframes rotate { 
	0% { transform: rotate(0deg); /* 初始状态：不旋转 */ } 
	100% { transform: rotate(360deg); /* 最终状态：顺时针旋转360度 */ } 
}

.index_5in{
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}
.index_5in2{
	font-size: 16px;
	color: #666;
	padding: 15px 10px 0 10px;
	line-height: 24px;
}
.index_5_1{
	width: 2.5%;
	text-align: center;
}
.index_5_1 img{
	width: 32px;
	height: 150px;
}

.index_5:hover .index_5in{
	color: #ff9000;
}
.index_5:hover .index_5in2{
	color: #72b5fe;
}
.index_6{
	width: 100%;
	position: relative;
}
.index_6in{
	width: 100%;
	overflow: hidden;
}
.index_6inL{
	float: left;
	width: 50%;
	height: 135px;
	background: linear-gradient(to right, #f5f9ff,#bbd2ff);
	text-align: right;
	padding:35px 250px 20px 10px;
	box-sizing: border-box;
	margin-top: 8px;
	border-radius: 20px;
}
.index_6inL1{
	font-size: 22px;
	font-weight: bold;
	color: #105ed8;
}
.index_6inL2{
	width: 100%;
	font-size: 20px;
	padding-top: 10px;
	color: #454545;
}
.index_6inr{
	float: left;
	width: 50%;
	height: 135px;
	background: linear-gradient(to right, #bbd2ff,#f5f9ff);
	padding:35px 10px 20px 250px;
	box-sizing: border-box;
	margin-top: 8px;
	border-radius: 20px;
}
.index_6in2{
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top:50%;
	margin-top: -225px;
	width: 450px;
	height: 450px;
	border-radius: 100%;
	background: url(../images/bg6.png),#f8fdff;
	background-repeat: no-repeat;
	background-position: center center;
}
.index_6in3{
	width: 340px;
	height: 340px;
	border-radius: 100%;
	background: linear-gradient(120deg, #5f95ff,#1c68ff);
	margin:55px auto;
	text-align: center;
}
.index_6in3img{
	height: 124px;
	margin-top: 65px;
}
.index_6in4{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	margin-top: 22px;
}
/*资讯动态开始*/
.new{
    width:100%;
    /*height:720px;*/
    background:url(../image/bg8.jpg),#fff;
    background-size: 100% 680px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 40px;
}
.new_02{
    width:555px;
    height:500px;
    visibility: hidden;
    position: relative;
    transition: opacity 0.5s, transform 0.5s;
}
.new_left {
    transform: translateY(100%);
}
.new_right {
    transform: translateY(-100%);
}

.new_02:nth-child(2){
    margin-left: 140px;
}
.new_03{
    width:610px;
    height:30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
    padding-bottom: 10px;
}
.new_03 h3{
    float: left;
    width:100px;
    border-bottom: 3px solid #105ed8;
    padding-bottom: 10px;
}
.new_03 span{
    float: right;
    color:#999;
}
.new_04{
    width:100%;
    margin-top: 20px;
}
.new_04a{
	display: flex;

}
.new_04 img{
    width:243px;
    height: 150px;
    transition: all .2s linear;
}
.new_04 img:hover{
	transform:scale(1.1);
	transition: all .2s linear;
}
.new_05{
    flex:1;
    height:140px;
    padding:10px 20px 0 20px;
    box-sizing: border-box;
    
}
.new_05 h4{
    font-size: 16px;
    width:320px;
    height:40px;
    line-height: 40px;
    overflow:hidden; 
}
.new_06{
    width:330px;
    height: 70px;
    line-height: 24px;
    text-indent: 2em;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.new_05:hover{
    color:#325690;
}
.new_07{
    width:100%;
    margin-top: 30px;
}
.new_07 li{
    border-top: 1px dashed #ccc;
    line-height: 50px;
}
.new_07 li span{
    float: right;
    font-size: 12px;
}
.new_07 li a:hover{
    color:#0460c8;
}
.index_7{
	width: 100%;
	height: 270px;
	background:url(../images/bg9.jpg);
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position: top center;
	text-align: center;
	visibility: hidden;
}


.index_7in{
	padding-top: 35px;
	font-size: 40px;
	color: #2a2a2a;
}
.index_7in2{
	font-size: 28px;
	padding-top: 20px;
	color: #333;
}
.index_7btn{
	width: 230px;
	height: 54px;
	background: #0174f1;
	border-radius: 30px;
	font-size: 22px;
	color: #fff;
	box-shadow: 0 5px 10px rgba(22,73,154,0.34);
	margin-top: 35px;
}
.index_7btn:hover{
	background: #318be3;
}
/*底部*/
.index_8{
	width: 100%;
	background: #212121;
}
.index_8in{
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
	padding: 70px 0;
}
.index_8L{
	width: 400px;
}
.index_8Llogo{
	width: 230px;
	height: 76px;
}
.index_8L1{
	padding-top: 25px;
	font-size: 26px;
	line-height: 46px;
	color: #fff;
}
.index_8L1 span{
	font-weight: bold;
}
.index_8L2{
	padding-top: 40px;
	color: #fff;
}
.index_8c{
	flex:1;
	display: flex;
	padding: 20px 0 0 50px;
	/*justify-content:center;*/
	/*background: pink*/
}
.index_8c1{
	padding: 0 30px;
	font-size: 18px;
}
.index_8c1 a{
	color: #fff;
}
.index_8r{
	width: 230px;
	text-align: center;
	padding-top: 20px;
}
.index_8r1{
	width: 200px;
	height: 200px;
	padding: 0px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 auto;
}
.index_8r1img{
	width: 100%;
}
.index_8r2{
	color: #fff;
	padding-top: 10px;
}
.index_8in2{
	border-top: 1px solid #323232;
	padding:20px 0;
	text-align: center;
	color: #777;
}

/* 响应式设计 */
@media (max-width: 1200px) {
	.navin {
		padding: 0 15px;
	}
	
	.nav_logo {
		width: 200px;
		height: 66px;
	}
	
	.index_1in, .lx1, .xw, .xw_ul, .xwxq_1, .index_8in {
		padding: 0 15px;
	}
}

@media (max-width: 768px) {
	.navin {
		padding: 0 10px;
		height: 80px;
	}
	
	.nav_logo {
		width: 150px;
		height: 50px;
	}
	
	.nav_ul {
		padding-left: 15px;
	}
	
	.nav_li a {
		padding: 15px;
		font-size: 14px;
	}
	
	.nav_r {
		font-size: 18px;
	}
	
	.index_1in, .lx1, .xw, .xw_ul, .xwxq_1, .index_8in {
		padding: 0 10px;
	}
	
	.index_1t {
		padding: 60px 0;
	}
	
	.index_1tt {
		font-size: 24px;
	}
	
	.index_1t2 {
		font-size: 14px;
	}
	
	.lx1 {
		flex-direction: column;
		padding-bottom: 50px;
	}
	
	.lx {
		margin-bottom: 30px;
	}
	
	.xw1 {
		height: auto;
		padding: 15px;
	}
	
	.xw_li {
		height: auto;
		padding: 20px;
		margin-bottom: 15px;
	}
	
	.index_8in {
		flex-direction: column;
		padding: 40px 10px;
	}
	
	.index_8L {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.index_8c {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.index_8r {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.navin {
		height: 70px;
	}
	
	.nav_logo {
		width: 120px;
		height: 40px;
	}
	
	.nav_li a {
		padding: 10px;
		font-size: 12px;
	}
	
	.nav_r {
		font-size: 16px;
	}
	
	.index_1tt {
		font-size: 20px;
	}
	
	.index_1t2 {
		font-size: 12px;
	}
	
	.xw1 {
		padding: 10px;
	}
	
	.xw_li {
		padding: 15px;
	}
}