@charset "utf-8";
/*===================== 重置样式 START =====================*/
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight: 300;}
em,strong,i{font-style: normal;font-weight: normal;}
li{list-style: none;}
a{ text-decoration: none;background: transparent;outline: none;display: block;height:100%;}
img{ border: 0;display: block;vertical-align: middle;max-width:100%;}
table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;display: inline-block;font-size:14px;}
input::-moz-placeholder, textarea::-moz-placeholder { color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #000; }
html::-webkit-scrollbar{width:8px;height:8px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:0px;width:8px;height:8px;background-color:#013fa4;}
textarea{ resize:none; overflow: auto;}
input{ padding-top: 0; padding-bottom: 0;};
select,input{ vertical-align:middle; }
select,input,textarea{ font-size:14px; margin:0;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after { clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;height: 100%; }
body{font-family: "Microsoft Yahei";font-size:16px;color:#000;min-height:100%;background-color: #fff;}
/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/
#toper{position: relative;}
#toper .header{position: absolute;width:100%;background-color:rgba(255,255,255,0);top:58px;left:0;z-index:2;}
#toper .header .inner{width:1557px;margin:0 auto;}
#toper .logo, #toper .nav{float: left;}
#toper .nav{margin:28px 0 0 66px;}
#toper .nav ul li{float: left;width:107px;position: relative;height:38px;line-height:38px;background-color: #013fa4;border-radius:6px;margin-right: 14px;}
#toper .nav ul li a{font-size:16px;color:#fff;text-align: center;position: relative;}
#toper .nav ul li .son_nav{display: none;position: absolute;top:48px;left:0;right:0;z-index:9;width:140px;}
#toper .nav ul li .son_nav a{font-size:14px;padding:4px 4px;color:#000;position: relative;background:#fff;}
#toper .nav ul li .son_nav a:hover{background-color: #013fa4;color:#fff;}
#toper .call{width:240px;overflow: hidden;margin-top:14px;}
#toper .call .ico{margin:8px 12px 0 0;}
#toper .call p{color:#1a1a1a;font-size:16px;}
#toper .call h3{font-weight:bold;font-size:32px;color:#c50000;letter-spacing:-4px;}

.menu_button{display: none;position: absolute;right:6px;top:20px;width:44px;height:44px;cursor:pointer;}
.menu_button i{position: absolute;top:2px;right:0px;width:40px;height:3px;background-color: #000;border-radius:8px;}
.menu_button i::after, .menu_button i::before{content:'';position: absolute;right:0px;height:3px;background-color: #000;border-radius:8px;}
.menu_button i::after{top:11px;width:12px;animation:line_left 4s ease-in-out infinite;}
.menu_button i::before{top:22px;width:20px;}

.header_nav{display: none;position: fixed;width:70%;height:100%;overflow:auto;background:rgba(0,112,192,0.75);box-sizing: border-box;padding:10px 0.2rem 0;right:-70%;top:66px;z-index:999999;}
.header_nav ul{width:100%;margin:0 auto 0;text-align: center;}
.header_nav ul li a{font-size:18px;display:block;color:#fff;position: relative;line-height: 40px;border-bottom:1px dotted #f9f9f9;}
.header_nav ul li .son_nav{display: none;width:100%;}
.header_nav ul li .son_nav a{display: block;font-size:14px;line-height: 34px;color:#fff;border-bottom:none;}

.footer{background-color: #003385;padding:30px 0;}
.footer .inner{width:1290px;margin:0 auto;}
.footer .name{height:74px;font-size:30px;padding-left: 190px;color: #fff;line-height:74px;background:url(../images/f_logo.png) left center no-repeat;}
.footer .item{color:#fff;padding:0 50px;line-height:28px;margin:10px 0;}
.footer ul{padding:0 50px;width:450px;}
.footer ul li{float: left;margin:10px 10px 0 0;background-color:#265197;text-align: center;width: 140px;height:40px;line-height: 40px;}
.footer ul li a{color:#fff;}

.copyright{padding:30px 0;text-align: center;color:#7f8796;background-color:#001b46;}
.copyright a, .copyright img{display: inline-block;}

.swiper-pagination-bullet-active{background-color:#013fa4 !important;}

.inner1200{width:1200px;margin:0 auto;padding:30px 0;}

.left_box{width:260px;float: left;}
.left_box .box_one, .left_box .box_two{border:1px solid #ccc;margin-bottom:30px;}
.left_box .box_one .title{height:90px;background-color:#003385;line-height:90px;text-align: center;}
.left_box .box_one .title h3{font-weight:bold;font-size:30px;color:#fff;}
.left_box .box_one ul{padding:10px;}
.left_box .box_one ul li{padding-left:14px;height:40px;line-height:40px;background-color: #ccc;margin-bottom:6px;}
.left_box .box_one ul li i{display: inline-block;width:26px;height:26px;margin-right:10px;vertical-align: middle;background:url(../images/arrow.png) no-repeat center center/100%;}
.left_box .box_one ul li a{color:#333;}
.left_box .box_one ul li:hover{background-color: #003385;}
.left_box .box_one ul li:hover a{color:#fff;}
.left_box .box_one ul li:hover i{background:url(../images/arrow_hover.png) no-repeat center center/100%;}

.left_box .box_two .title{height:50px;line-height:50px;background-color: #003385;padding:0 10px;}
.left_box .box_two .title span{color:#fff;font-size:18px;}
.left_box .box_two .title a{display: inline-block;color:#fff;font-size:14px;float: right;}
.left_box .box_two .word{padding:20px 10px;line-height:26px;}

.right_box{width:900px;float: right;}
.right_box .position{border-bottom:2px solid #ccc;padding:20px 10px;font-size:18px;}
.right_box .position a{display: inline-block;font-weight:bold;color:#000;}
.right_box .position span{color:#333;}
.right_box .content_box{padding:30px 10px;line-height:26px;}

.ul_list li{width:14.6%;margin:1%;height:40px;line-height:40px;border-radius:6px;background-color:#003385;text-align: center;float: left;}
.ul_list li a{color:#fff;}
@media( max-width:1240px ){
	.ul_list li{width:31.33%;}
}
@media( max-width:640px ){
	.ul_list li a{font-size:14px;}
}
@media( max-width:440px ){
	.ul_list li{width:48%;}
}
/*===================== 公用样式 END =====================*/

/*===================== 首页 START =====================*/
.section_one{height:636px;background:url(../images/bg1.jpg) no-repeat center center;overflow: hidden;}
.section_one .title, .section_two .title, .section_four .title{width:784px;height:152px;margin:58px auto 0;text-align: center;background: url(../images/a1.png) no-repeat center center;}
.section_one .title h3, .section_two .title h3, .section_four .title h3, .wap_title h3{font-size:44px;color:#383838;padding-top:60px;}
.section_one .title span, .section_two .title span, .section_four .title span, .wap_title span{color:#c50000;}
.section_one .title p, .section_two .title p, .section_four .title p, .wap_title p{color:#686868;padding-top:20px;}
.wap_title{display: none;}
.section_one .inner{width:1325px;margin:0 auto;padding-top:70px;}
.section_one .item{width:210px;height:265px;float: left;margin-right:13px;position: relative;overflow: hidden;}
.section_one .item img{max-width:none;height:100%;margin:0 -75px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.section_one .item .shadow{position: absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.45);}
.section_one .item .box{position: absolute;top:14px;left:14px;width:182px;height:236px;border:1px solid #7d8180;line-height:236px;color:#fff;text-align: center;}
.section_one .item:hover img{-webkit-transform:scale(1.3, 1.3);-moz-transform:scale(1.3, 1.3);-o-transform:scale(1.3, 1.3);-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3);}
.section_one .item:hover .shadow{display: none;}
.section_one .item:hover .box{border:none;}

.section_two{height:950px;background:url(../images/bg2.jpg) no-repeat center center;overflow: hidden;}
.section_two .title{margin-top:8px;}
.section_two .inner{width:1660px;margin:0 auto;padding-top:84px;}
.section_two ul li, .product_box .list li{float: left;width:400px;margin:0 20px 20px 0;}
.section_two ul li a, .product_box .list li a{position: relative;}
.section_two ul li p, .product_box .list li p{position: absolute;bottom:0;left:0;width:100%;color:#fff;text-align: center;height:48px;line-height:48px;background:rgba(0,0,0,0.6);}
.section_two ul li .shadow, .product_box .list li .shadow{display: none;position: absolute;left:0;top:0;text-align: center;width:100%;height:100%;background:rgba(197,0,0,0.7);}
.section_two ul li .shadow h3, .section_two ul li .shadow h4, .product_box .list li .shadow h3, .product_box .list li .shadow h4{color:#fff;}
.section_two ul li .shadow h3, .product_box .list li .shadow h3{font-size:24px;padding:90px 0 10px 0;}
.section_two ul li .shadow h4, .product_box .list li .shadow h4{font-size: 22px;}
.section_two ul li .shadow img, .product_box .list li .shadow img{display: inline;padding-top:15px;}
.section_two ul li:hover p, .product_box .list li:hover p{display: none;}
.section_two ul li:hover .shadow, .product_box .list li:hover .shadow{display: block;}
#demo1 .list{ display:block;width:1660px; overflow:hidden;}
#demo1 {height:600px;width:1660px;margin:0 auto;}

.section_three{height:780px;padding-top:90px;background:#fff url(../images/a2.jpg) left 400px no-repeat;}
.section_three .l{float: right;width:446px;margin-right:50px;}
.section_three .l h3{font-size:56px;color:#013fa4;}
.section_three .l h4{font-size:28px;color:#013fa4;padding:10px 0 30px 0;}
.section_three .l p{font-size:14px;line-height:24px;color:#000;text-indent: 2em;}
.section_three .l a{width:138px;height:38px;margin-top:30px;border:1px solid #747474;line-height: 38px;color:#747474;text-align: center;-webkit-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;}
.section_three .l a:hover{border-radius:20px;background-color:#013fa4;color:#fff;}
.section_three .l img{padding-top:30px;}
.section_three .r{float: right;padding-top:44px;}
.section_three .r .bg{width:1046px;height:415px;background:url(../images/d1.jpg) no-repeat;}
.section_three .r .num{padding-top:95px;}
.section_three .r .item{width:236px;height:122px;border-right:1px solid #ccc;float: left;text-align: center;}
.section_three .r .item h3{font-size:50px;color: #013fa4;font-weight: bold;}
.section_three .r .item h3 em{font-size:24px;vertical-align: top;padding:0 10px;font-weight:normal;}
.section_three .r .item h3 span{font-size:22px;vertical-align: middle;font-weight:normal;}
.section_three .r .item p{color: #575757;padding-top:10px;}

.section_four{height:789px;background:url(../images/bg4.jpg) no-repeat center center;overflow: hidden;}
.section_four .title{margin-top:52px;}
.section_four .muma{position: relative;width:1200px;margin:0 auto;}
.sc666.swiper-container {padding-top: 50px;padding-bottom: 50px;}
.ss666.swiper-slide {background-position: center;background-size: cover;width: 620px;height: 406px;	}
@media( max-width:630px ){.ss666.swiper-slide{width:300px;height:200px;}}

.section_five{height:700px;padding-top:70px;background:url(../images/bg5.jpg) no-repeat center center;overflow: hidden;}
.section_five .line{width:378px;height:80px;background:url(../images/ico3.png) no-repeat center center;}
.section_five .word{font-size:32px;color: #013fa4;font-weight: bold;margin-left: 30px;}
.section_five .word span{font-size:22px;color:#c50000;padding-top:10px;font-weight: normal;}
.section_five .inner{width: 1121px;margin:50px auto 0;}
.section_five .item{width:154px;height:333px;margin-right: 37px;float: left;border:1px solid #cacaca;position: relative;text-align: center;}
.section_five .item h3{font-weight:bold;font-size:70px;color: #c9c9c9;font-family: impact;padding:30px 0 0px 0;}
.section_five .item h4{font-size:18px;color:#363636;line-height:40px;}
.section_five .item p{font-size:14px;color:#363636;}
.section_five .item img{position: absolute;left:50%;margin-left:-70px;bottom:-70px;}
.section_five .item:nth-of-type(1){
	-webkit-animation:up_down 4s infinite;
	-moz-animation:up_down 4s infinite;
	-o-animation:up_down 4s infinite;
	-ms-animation:up_down 4s infinite;
	animation:up_down 4s infinite;
}
.section_five .item:nth-of-type(2){
	-webkit-animation:up_down 4s 1s infinite;
	-moz-animation:up_down 4s 1s infinite;
	-o-animation:up_down 4s 1s infinite;
	-ms-animation:up_down 4s 1s infinite;
	animation:up_down 4s 1s infinite;
}
.section_five .item:nth-of-type(3){
	-webkit-animation:up_down 4s 1.5s infinite;
	-moz-animation:up_down 4s 1.5s infinite;
	-o-animation:up_down 4s 1.5s infinite;
	-ms-animation:up_down 4s 1.5s infinite;
	animation:up_down 4s 1.5s infinite;
}
.section_five .item:nth-of-type(4){
	-webkit-animation:up_down 4s 2s infinite;
	-moz-animation:up_down 4s 2s infinite;
	-o-animation:up_down 4s 2s infinite;
	-ms-animation:up_down 4s 2s infinite;
	animation:up_down 4s 2s infinite;
}
.section_five .item:nth-of-type(5){
	-webkit-animation:up_down 4s 1.5s infinite;
	-moz-animation:up_down 4s 1.5s infinite;
	-o-animation:up_down 4s 1.5s infinite;
	-ms-animation:up_down 4s 1.5s infinite;
	animation:up_down 4s 1.5s infinite;
}
.section_five .item:nth-of-type(6){
	-webkit-animation:up_down 4s 2.5s infinite;
	-moz-animation:up_down 4s 2.5s infinite;
	-o-animation:up_down 4s 2.5s infinite;
	-ms-animation:up_down 4s 2.5s infinite;
	animation:up_down 4s 2.5s infinite;
}
@keyframes up_down{30% { transform:translateY(0);}60% { transform:translateY(100px);}100% { transform:translateY(0);}}

.section_six{height:573px;background:url(../images/bg6.jpg) no-repeat center center;margin-top:-1px;overflow: hidden;}
.section_six .inner{width:1270px;margin:0 auto;}
.section_six .right_side{padding-top:26px;}
.section_six .img_box{width:588px;height: 440px;position: relative;}
.section_six .img_box img{display: none;}
.section_six .img_box .box{position: absolute;top:74px;left:-54px;width:226px;padding:46px 0 0 30px;height:214px;background-color: #013fa4;color:#fff;}
.section_six .img_box .box h3{font-size:40px;}
.section_six .img_box .box h4{font-size:36px;}
.section_six .img_box .box em{display: block;width:82px;height:8px;background-color: #fff;margin-top:60px;}
.section_six .item{width:640px;height:90px;background-color: #fff;padding-top:30px;}
.section_six .item:hover{background-color: #e9e9e9;}
.section_six .item:hover .left h3, .section_six .item:hover .left h4{color:#C50000;}
.section_six .item .left{width:105px;height: 60px;border-right:1px solid #bbbbbb;text-align:right;padding-right:20px;}
.section_six .item .left h3{font-size:30px;color:#434343;}
.section_six .item .left h4{color:#434343;}
.section_six .item .right{width:450px;margin-left:30px;}
.section_six .item .right h3{font-size:18px;color:#2e2e2e;padding-bottom:6px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.section_six .item .right p{color:#6b6b6b;line-height:24px;height:48px;overflow: hidden;}
.section_six .more{width:134px;height:34px;font-size:14px;line-height: 34px;color:#fff;text-align: center;background-color: #c50000;-webkit-transition: 0.3s;-o-transition: 0.3s;-ms-transition: 0.3s;-moz-transition: 0.3s;transition: 0.3s;}
.section_six .more:hover{color:#c50000;border-radius:20px;background-color: #fff;}
/*===================== 首页 END =====================*/

/*===================== 新闻中心 START =====================*/
.news_box .list li{padding:14px 20px 14px 30px;border-bottom:1px dotted #ccc;}
.news_box .list li a{position: relative;}
.news_box .list li span{position: absolute;right:0;top:0;color:#c50000;}
.news_box .list li h3{color:#333;font-size:18px;margin-bottom:10px;}
.news_box .list li p{color:#666;}
/*===================== 新闻中心 END =====================*/

.fixed_bottom{display: none;}
.fixed_bottom{position: fixed;bottom:0;left:0;width:100%;height:50px;background-color:rgba(0,0,0,0.65);z-index:99999;}
@media (min-width:640px){.fixed_bottom{width:640px !important;left:50%;margin-left:-320px;}}
.fixed_bottom a{float: left;width:33.33%;text-align: center;}
.fixed_bottom img{display: inline-block;height:24px;margin:5px 0 0;}
.fixed_bottom strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;font-weight:100;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1670px ){
	.section_two .inner{width:100%;}
	.section_two ul li{width:23%;margin:1% !important;}
	.section_two ul li .shadow h3{padding:10% 0 10px 0;}
	#demo1 .list, #demo1{width:1200px;}
}
@media( max-width:1557px ){
	#toper .header .inner{width:100%;}
}
@media( max-width:1500px ){
	#toper .nav ul li{width:90px;}
}
@media( max-width:1326px ){
	.section_one .inner{width:1200px;}
	.section_one .item{width:189px;}
	.section_one .item .box{width:160px;height:236px;line-height:236px;}
	#toper .nav{margin: 28px 0 0 20px;}
	#demo1 .list, #demo1{width:1000px;}
	.section_two ul li .shadow h3{font-size:16px;}
}
@media( max-width:1890px ){
	.section_three {background: #fff url(../images/a2.jpg) -100px 400px no-repeat;}
}
@media( max-width:1780px ){
	.section_three {background: #fff url(../images/a2.jpg) -200px 400px no-repeat;}
}
@media( max-width:1680px ){
	.section_three {background: #fff url(../images/a2.jpg) -300px 400px no-repeat;}
}
@media( max-width:1560px ){
	.section_three .r .bg{width:900px;background: url(../images/d1.jpg) no-repeat center center;}
}
@media( max-width:1400px ){
	.section_three .r .bg{width:700px;background: url(../images/d1.jpg) no-repeat center center;}
	.section_six .inner{width:1070px;}
	.section_six .img_box{width:500px;height:auto;}
	.section_six .img_box .box{height:180px;}
	.section_six .img_box .box h3{font-size:30px;}
	.section_six .img_box .box h4{font-size:26px;}
	.section_six .img_box .box em{margin-top:40px;}
	.section_six .item{width:530px;}
	.section_six .item .right{width:340px;}
	.section_six .item .right p{height:24px;}
	.section_six .right_side{padding-top:8px;}
}
@media( max-width:1300px ){
	.footer .left, .footer .right{width:48%;}
	.footer .inner{width:96%;}
	#toper .nav ul li{margin-right:8px;}
	.section_four .muma{width:100%;}
}
@media( max-width:1240px ){
	.section_three .l img{width:400px;}
	#toper .header{top:0;padding:6px 1%;position: fixed;width:98%;background-color: #fff;}
	#toper .nav, #toper .call{display: none;}
	#toper .logo img{height:54px;}
	.menu_button{display: block;}
	.banner.swiper-container{margin-top:66px;}
	.footer .name{font-size:24px;}
	.section_one .inner{width:1000px;}
	.section_one .item{width:155px;}
	.section_one .item .box{width:122px;height:232px;line-height:232px;font-size:14px;}
	.section_three{background:none;}
	.section_three .l, .section_three .r{width:48%;margin:0;overflow: hidden;}
	.section_three .r .item{width:33.33%;box-sizing:border-box;}
	.header_nav{display: block;}
	.footer ul{padding:0;width:auto;}
	.inner1200{width:98%;}
	.left_box, .right_box{float:none;width:100%;}
	.left_box .box_two, .left_box .box_one .title{display: none;}
	.left_box .box_one ul li{float:left;width:23%;box-sizing:border-box;margin:5px 1%;}
	.swiper-button-next, .swiper-button-prev{width:21px !important;height:59px !important;}
}
@media( max-width:1001px ){
	#demo1 .list, #demo1{width:640px;}
	.section_two ul li .shadow h3{font-size:16px;}
	.section_two ul li{width:31.33%;margin:1% !important;}
}
@media( max-width:900px ){
	.left_box .box_one ul li{width:31.33%;}
}
@media( max-width:640px ){
	.left_box .box_one ul li{width:48%;}
	#demo1 .list, #demo1{width:320px;}
	.section_two ul li{width:98%;margin:1% !important;}
}

@media( max-width:750px ){
	.fixed_bottom{display: block;}
	.section_one .title, .section_two .title, .section_four .title, .section_five .line{display: none;}
	.section_one, .section_two, .section_five, .section_six, .section_three, .section_four{height:auto;}
	.wap_title{display: block;}
	.wap_title h3{padding-top:20px;font-size:24px;text-align: center;}
	.section_one .inner, .section_two .inner, .section_five, .section_three{padding-top:20px;}
	.section_one .inner, .section_five .inner, .section_six .inner, .section_three{margin:0 auto;width:98%;}
	.section_five .item{width:48%;margin:1% !important;}
	.section_two ul li p{height:30px;line-height:30px;font-size:14px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
	.section_one .item{height:200px;width:31.33%;margin:1%;}
	.section_one .item .box{border:none;width:100%;height:100%;top:0;left:0;line-height: 200px;}
	.section_one .item img{margin:0;}
	.section_five .word{float:none;text-align: center;}
	.section_five .item{animation:none !important;box-sizing:border-box;}
	.section_five .item img{bottom:10px;}
	.section_six .left_side{display: none;}
	.section_six .right_side{float:none;}
	.section_six .item{width:100%;}
	.section_three .r .bg{display: none;}
	.section_three{background: none;}
	.section_three .r, .section_three .l{padding:0;width:100%;float:none;}
	.section_three .r .item{width:31.33%;box-sizing:border-box;padding:1%;}
	.section_three .r .item:nth-of-type(3){border:none;}
	.section_three .l img{margin:0 auto;}
	.section_six .item .left{width:20%;padding-right:10px;box-sizing:border-box;}
	.section_six .item .right{float: right;width:75%;margin:0;}
	.section_five .item h3{font-size:50px;}
	.section_six{padding-bottom:30px;}
	.section_six .more{margin-top:20px;}
	.section_three .r .num{padding:0;}
	.footer .left, .footer .right{float:none;width:100%;}
	.footer .item{margin:30px 0;padding:0;}
	.footer .name{font-size:16px;padding-left:170px;}
	.footer ul{padding:0;width:100%;}
	.footer ul li{width:31.33%;margin:1%;font-size:12px;}
	.copyright{padding:10px 0;height:auto;margin-bottom:50px}
	.section_two ul li .shadow h3{font-size:18px;padding: 10% 0 10px 0;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
	.section_two ul li .shadow h4{font-size:14px;}
	.section_two ul li .shadow img{display: inline-block;width:20px;}
}
@media( max-width:500px ){
	.section_six .item .left h3{font-size:20px;}
	.footer .name{padding-left:140px;background-size:35%;}
	.left_box .box_one ul li{padding-left:4px;}
	.left_box .box_one ul li a{font-size:14px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
	.section_one .item{width:48%;margin:1%;}
}
@media( max-width:360px ){
	.section_six .item .left h3{font-size:18px;}
	.section_six .item .left h4, .footer .name{font-size:14px;}
	.footer ul li{width:48%;}
	.footer .name{padding-left:120px;}
}
@media( max-width:560px ){
	.section_three .r .item h3 i{font-size:30px;}
	.section_three .r .item p, .section_three .r .item h3 span, .section_three .r .item h3 em{font-size:14px;}
	.section_three .r .item{height:auto;padding:10px 0;}
	.section_three .r .item h3 em{padding:0;}
	.section_three .l h3{display: none;}
	.section_three .r .item{border:none;}
}
@media( max-width:420px ){
	.footer .item{font-size:14px;}
}
@media( max-width:380px ){
	.footer .item .fl, .footer .item .fr{float:none;width:100%;}
}
/*===================== 响应式代码 END =====================*/


.footer .item {float: left;}
.footer ul{float: right;}

.footer .item   img{margin-left: 20px;	}
