*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul,ol,dl,table,th,tr,td,input,textarea,li,a,div,span,em,i{margin: 0;padding: 0;	border: 0;}
img {margin: 0;padding: 0;	border: 0;}
li {list-style: none;}
/*全局样式*/
html,body {width: 100%;	margin: 0 auto;}
/*= 清除浮动=*/
.clear {clear: both;height: 0px;line-height: 0px;font-size: 0px;overflow: hidden;display: block;}
.clearfix:after {content: "";display: block;height: 0px;clear: both;visibility: hidden;font-size: 0px;}
:focus{outline:0}
a, button, input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer}
/* Hides from IE-mac \*/
* html .clearfix {height: 0%;}
/* End hide from IE-mac */
* + html .clearfix {min-height: 0%;}
/* 针对IE7 */
* + html .clearfix {min-height: 0%;}
.w100 {width: 100%;}
.fl {float: left;}
.fr {float: right;}
/*原文件配置*/
body {color: #333;background: #ffffff;font: 16px arial, sans-serif;min-width: 320px;}
a {color: #000;text-decoration: none;}
a:hover {color: #e69f0b;}
/*块级转化*/
.di_in {display: inline-block;}
.di_no {display: none;}
.di_bl {display: block;}
/*原文件配置  end*/

/*纵向居中*/
.v_middle {vertical-align: middle;}
/*横向居中*/
.te_c {text-align: center;}
/*相对定位*/
.p_r {position: relative;}
/* 白色背景 */
.bgfff {background: #fff;}
.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.flex-v {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.flex-1 {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-warp{flex-flow: wrap}
.flex-column{flex-flow: column}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.transition{-webkit-transition: all .5s; -moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.container{width: 100%;padding-left: 5.625rem;padding-right: 5.625rem;}
.showbox{ margin-bottom:10px;}
.showbox img{ max-width:100% !important; height:auto !important;}
/*全局样式 start*/
.cd-auto-hide-header {position: fixed;z-index: 99;top: 0;left: 0;width: 100%;background-color: #FFF;-webkit-transform: translateZ(0);transform: translateZ(0);will-change: transform;-webkit-transition: -webkit-transform .5s;transition: -webkit-transform .5s;transition: transform .5s;transition: transform .5s, -webkit-transform .5s;-moz-box-shadow:0px 2px 20px rgba(0,0,0,0.30); -webkit-box-shadow:0px 2px 20px rgba(0,0,0,0.30); box-shadow:0px 2px 20px rgba(0,0,0,0.30);}
.cd-auto-hide-header::after {clear: both;content: "";display: block;}
.cd-auto-hide-header.is-hidden {-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}
.cd-auto-hide-header .container{height: 7.5rem;}
.cd-auto-hide-header .logo{margin-right: 5.9375rem;}
.cd-auto-hide-header .nav-trigger {position: absolute;top: 50%;bottom: auto;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);display: none;}
.cd-auto-hide-header .nav-trigger {display: none;height: 1.875rem;padding: 0 1em;font-size: 1.2rem;text-transform: uppercase;color: #25283D;font-weight: bold;right: 0;}
.cd-auto-hide-header .nav-trigger span {display: table-cell;vertical-align: middle;color: #FFF;font-size: 12px;line-height: 1.5;}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {display: block;position: relative;height: 2px;width: 22px;background-color: #333;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.cd-auto-hide-header .nav-trigger em {margin: 25px auto 14px;-webkit-transition: background-color .2s;transition: background-color .2s;}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {position: absolute;content: '';left: 0;-webkit-transition: -webkit-transform .2s;transition: -webkit-transform .2s;transition: transform .2s;transition: transform .2s, -webkit-transform .2s;}
.cd-auto-hide-header .nav-trigger em::before {-webkit-transform: translateY(-6px);-ms-transform: translateY(-6px);transform: translateY(-6px);}
.cd-auto-hide-header .nav-trigger em::after {-webkit-transform: translateY(6px);-ms-transform: translateY(6px);transform: translateY(6px);}
.cd-auto-hide-header.nav-open .nav-trigger em {background-color:#FFF;}
.cd-auto-hide-header.nav-open .nav-trigger em::before {-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.cd-auto-hide-header.nav-open .nav-trigger em::after {-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.cd-primary-nav {display: flex;flex:1;}
.cd-primary-nav > ul {display: flex;width:100%;position: relative;top: 0;padding: 0;box-shadow: none;font-family: arial;font-size: 1.5rem;justify-content:space-between;}
.cd-primary-nav > ul::after {clear: both;content: "";display: block;}
.cd-primary-nav > ul li { height: 7.5rem; line-height: 7.5rem;     position: relative;}
.cd-primary-nav > ul li a{ display: block; height: 7.5rem; line-height: 7.5rem;}
.cd-primary-nav > ul li .navson{ display: none; line-height: 2rem; background: #e4e9ee; padding: 1rem 0;     
    position: absolute;
    left: 0;}
.cd-primary-nav > ul li .navson p{ padding: 0 ; margin: 0;}

.cd-primary-nav > ul li .navson p a{line-height: 3.5rem; height: auto; padding:0 20px;white-space:nowrap; font-size: 1.5rem; padding:0 1rem; }
.cd-primary-nav > ul li:hover .navson{  display: block; }
.cd-primary-nav > ul li:last-of-type {margin-right: 0;}
.cd-primary-nav > ul a {height: auto;line-height: normal;padding: 0;}
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {color: #fe7002;text-decoration: underline;}
.nav-open .cd-primary-nav ul,.cd-primary-nav ul:target {display: flex;}
.banner{height: 40rem;background-repeat: no-repeat;margin-top: 7.5rem;background-position: center;background-size: auto 100%;}
.banner .text-content{width: 75rem;margin-left: auto;margin-right: auto;padding-top: 7%;}
.banner .text{font-size: 5rem;font-family: arial;line-height: 1.2;background-image: linear-gradient(135deg,#007bd3,#034677);background-clip:text;-webkit-background-clip:text;color: transparent;}
.banner .btn{font-size: 1.5rem;width: 14.375rem;height: 4.25rem;line-height: 4.25rem;color: #FFF;font-family: arial;border-radius: 2.125rem;border: 1px #052f4e solid;margin-top: 3.75rem;background: -webkit-linear-gradient(#3897dc, #13358d);background: -o-linear-gradient(#3897dc, #13358d);background: -moz-linear-gradient(#3897dc, #13358d);background: linear-gradient(#3897dc, #13358d);}
.banner .btn:hover{background: -webkit-linear-gradient(#3897dc, #0e4aa1);background: -o-linear-gradient(#3897dc, #0e4aa1);background: -moz-linear-gradient(#3897dc, #0e4aa1);background: linear-gradient(#3897dc, #0e4aa1);}
.public-title{font-size: 2.25rem;line-height: 1.5;margin-top: 2.5rem;}

.home-list li{margin-top: 0.9375rem;width: 32.5%;margin-right: 1.2%;}
.home-listhui li{ background: #eeeeee; margin-bottom:20px;} 
.home-listhui li .listnewlitit{ margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0.9375rem;}
.home-listhui li p{ color: #666666; margin-right: 0.9375rem;   margin-left: 0.9375rem; margin-top: 0; margin-bottom:0.9375rem; }
.home-listhui li h3{  margin-right: 0.9375rem;   margin-left: 0.9375rem; margin-bottom:0.9375rem; }
.home-list li:last-child{margin-right: 0;}
.home-list .listnewli{ overflow-y: scroll;}
.home-list li h3{font-size: 1.5rem;font-weight: normal;line-height: 1.5;margin-top: 0.9375rem;}
.home-list li h3 a{color: #007bd3;}

.home-listhui .listnewli .listnew{ padding-bottom: 0.5rem; display: block; border-bottom:#e2e2e2 1px solid;}
 
.home-list li .pic{overflow: hidden;}
.home-list li .pic img{width: 100%;transition: all .3s;}
.home-lista  .btn,.home-list li .btn{width: 8.75rem;height: 2.75rem;line-height: 2.75rem;border-radius: 1.375rem;-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.35); -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.35); box-shadow:0px 0px 5px rgba(0,0,0,0.35);position: absolute;bottom: 1.25rem;right: 1.25rem;border: 1px #b58443 solid;background: -webkit-linear-gradient(#cd964e, #edc887);background: -o-linear-gradient(#cd964e, #edc887);background: -moz-linear-gradient(#cd964e, #edc887);background: linear-gradient(#cd964e, #edc887);font-size: 1.25rem;text-shadow: 1px 1px 1px rgba(0,0,0,0.35);color: #FFF;}
.home-list li:hover .pic img{transform: scale(1.05,1.05);}
.home-list li .btn:hover,.home-lista .btn:hover{background: -webkit-linear-gradient(#d19d56, #edc887);background: -o-linear-gradient(#d19d56, #edc887);background: -moz-linear-gradient(#d19d56, #edc887);background: linear-gradient(#d19d56, #edc887);}
.home-lista{ position: relative;}
.home-lista .btn { right: 0; width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 16px;
} 
.pic-warp{width: 100%;height: 39rem;background-position: center;background-repeat: no-repeat;margin-top: 1.25rem;overflow: hidden;background-size: auto 100%;}
.pic-warp .text-content{width: 75rem;margin-left: auto;margin-right: auto; background: url("../images/heitou.png"); padding: 2rem; margin-top: 4rem}
.pic-warp .text{font-size: 2.625rem;font-family: arial;line-height: 1.2; color: #fff}
.pic-warp .text:nth-child(1),.pic-warp .text:nth-child(2),.pic-warp .text:nth-child(3){margin-top: 3.0625rem;}
.pic-warp .text:nth-child(1){ margin-top: 1.0625rem;}
.pic-warp .text:nth-child(3){ margin-bottom: 1.0625rem;}
.pic-warp1{height: 31.25rem;width: 100%;overflow: hidden;background-repeat: no-repeat;background-size: auto 100%;margin-top: 1.25rem;background-position: center;}
.pic-warp1 .text{font-size: 4.5rem;font-family: arial;line-height: 1.2;background-image: linear-gradient(135deg,#007bd3,#034677);background-clip:text;-webkit-background-clip:text;color: transparent;margin-top: 1.25rem;}
.pic-warp1 .submit{position: absolute;left: 5.625rem;bottom: 0px;right: 5.625rem;}
.pic-warp1 .btn{width: 10.625rem;height: 3.125rem;line-height: 3rem;border-radius: 1.5625rem;-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.35); -webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.35); box-shadow:0px 0px 5px rgba(0,0,0,0.35);position: absolute;bottom: 1.875rem;right: 1.25rem;border: 1px #052f4e solid;background: -webkit-linear-gradient(#3897dc, #14358e);background: -o-linear-gradient(#3897dc, #14358e);background: -moz-linear-gradient(#3897dc, #14358e);background: linear-gradient(#3897dc, #14358e);font-size: 1.25rem;text-shadow: 1px 1px 1px rgba(0,0,0,0.35);color: #FFF;}

.footer{font-size: 1.125rem;padding-top: 35px;padding-bottom: 35px;}

.n-banner{height: 33.125rem;}
.n-banner::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);z-index: 1;}
.n-banner .txt-content{position: absolute;z-index: 9;left: 0;top: 0;width: 100%;height: 100%;padding: 0 5.625rem 1.4375rem 5.625rem;color: #FFF;justify-content: flex-end;}
.n-banner h1{font-size: 3.75rem;margin: 0;font-weight: normal;line-height: 1.2;}
.crumbs{font-size: 1.25rem;margin-top: 2.8125rem;}
.crumbs a{color: #FFF;margin-right: 1rem;padding-right: 1rem;}
.crumbs a::after{content: "";position: absolute;top: 50%;right: -0.5rem;transform: rotate(-45deg) translateY(-50%);width: 5px;height: 5px;border-bottom: 1px solid currentColor;border-right: 1px solid currentColor;}
.news-content,.contacts{margin-bottom: 3.125rem;}
.news-content .item{margin-top: 3.125rem;}
.news-content .item .pic{width: 52.5rem;height: 33.125rem;overflow: hidden;margin-right: 2.5rem;}
.news-content .item .pic img{width: 100%;}
.news-content .item:nth-child(2) .pic{margin-right: 0;margin-left: 2.5rem;}
.news-content .item .title{font-size: 3.375rem;line-height: 1;}
.news-content .item .txt{font-size: 1.875rem;line-height: 1.2;margin-top: 3.125rem;}
.news-content .item .url{font-size: 1.5rem;}
.showtitle{ font-size: 2.2rem; text-align: center; margin-bottom:1rem; }
.showtime{ text-align: center; color: #666666; border-bottom: #999999 1px dotted;  padding-bottom:1rem; margin-bottom: 1rem;}

.bg-color{background-color: #f9f9f9;}
.news-list{      margin-bottom: 5rem; min-height:750px; margin-top: 3.125rem;
} 
.news-list li{border-bottom: #999999 1px dotted; }
.news-list li a{ display: block; display: flex; justify-content: space-between; line-height:30px;padding:20px 0; font-size: 1.5rem;} 
.news-list li .listtime{ color: #666666;     width: 100px;}
.page{ text-align: center; margin-top: 3rem;}
.page a,.page span{ display: inline-table; border: 1px #14348c solid;     padding: 0 12px;  line-height: 34px;}
.page span{ background:#14348c; color: #fff; }
.contacts {padding-top: 3.125rem;}
.contacts .item{width: 49%;}
.contacts .title{font-size: 3.75rem;font-weight: 550;}
.contacts .text{color: #1296cd;font-size: 1.875rem;line-height: 1.3;margin-top: 1.65rem;}
.contacts .info{font-size: 1.875rem; color: #666;margin-top: 6rem;line-height: 1.2;}
.contacts .info .address{padding-left: 3.125rem;background: url(../images/address.png)no-repeat left center;background-size: 2rem;}
.contacts .info .email{margin-top: 2.5rem;padding-left: 3.125rem;background: url(../images/email.png)no-repeat left center;background-size: 2.25rem;}
.contacts .txt{color: #1296cd;font-size: 1.875rem;line-height: 1.3;}
.contacts .txt span{color: red;}
.contacts input[type='text']{width: 100%;height: 4.6875rem;background-color: #f7f7f7;border: 1px #e5e5e5 solid;border-radius: 0.625rem;margin-top: 0.625rem;padding: 0 0.625rem;font-size: 1.25rem;}
.contacts .group{margin-bottom: 2.1875rem;}
.contacts input[type='submit']{width: 15.3125rem;height: 4.25rem;background-color: #d94948;color: #FFF;font-size: 1.75rem;border-radius: 2.125rem;}
.contacts textarea{width: 100%;background-color: #f7f7f7;border: 1px #e5e5e5 solid;border-radius: 0.625rem;margin-top: 0.625rem;height: 20rem
;padding: 0.625rem;font-size: 1.25rem;}


/*全局样式 end*/

@media (max-width: 1681px) {
	.banner .text-content{padding-top: 8%;}
}

@media (max-width: 1199px) {
	/*修改1200以下、小屏显示器*/
	.container{width: 100%;padding: 0 20px;}
	.cd-auto-hide-header .container{height: 80px;}

	

	 .home-lista{  margin-top: 15px;
    line-height: 40px;}
    
	.cd-primary-nav > ul{font-size: 16px;display:flex;justify-content:space-between;flex:1;width:100%;}
	.cd-primary-nav > ul li{float:none;}
	.cd-primary-nav > ul li{float:none;}

	/*.cd-primary-nav > ul .navs{ height: auto;}*/
	.cd-auto-hide-header .logo img{height: 50px;}
	.cd-auto-hide-header .logo,.cd-primary-nav > ul li {}

	.news-list li a{ flex-wrap: wrap; line-height: 30px; padding: 10px 0;}
	.listtitle,.listtime{ width: 100%;}
	.banner{height: 480px;margin-top: 80px;}
	.banner .text{font-size: 48px;}
	.banner .text-content{width: 100%;padding-left: 20px;padding-right: 20px;padding-top: 10%;}
	.public-title,.showtitle{font-size: 32px;}
	
	.home-list li h3,.news-list li a{font-size: 18px;}
	.pic-warp .text-content{width: 100%;padding-left: 20px;padding-right: 20px; }
	.pic-warp{height: 450px;}
	.pic-warp .text{font-size: 32px;}
	.pic-warp .text:nth-child(1),.pic-warp .text:nth-child(2),.pic-warp .text:nth-child(3){margin-top: 50px;}
	.pic-warp1 .submit .btn{bottom: 20px;}
	.pic-warp1{height: 400px;}
	.pic-warp1 .text{font-size: 42px;}
	.banner .btn{width: 120px;height: 36px;}
	.pic-warp1 .btn{height: 36px;line-height: 34px;border-radius: 18px;width: 160px;}
	.home-list li .btn{width: 100px;height: 36px;border-radius: 18px;line-height: 36px;font-size: 14px;}
	.footer{padding: 20px;font-size: 14px;}
	
	.n-banner{height: 300px;}
	.n-banner h1{font-size: 44px;}
	.crumbs{font-size: 14px;}
	.contacts{padding-top: 30px;}
	.contacts .title{font-size: 24px;}
	.contacts .text,.contacts .info,.contacts .txt{font-size: 16px;}
	.cd-primary-nav > ul li{padding:0;}
	.cd-primary-nav > ul li .navson{display:none;}
}

@media (max-width: 1023px) {
	/*修改1024以下、平板*/
	.nav-open .cd-primary-nav ul,.cd-primary-nav ul:target {display: block;}
	.cd-auto-hide-header .nav-trigger {display: table;}
	
	.cd-primary-nav {display: inline-block;height: 100%;margin-right: 3%;}
	.cd-primary-nav > ul {position: fixed;z-index: 2;top: 80px;left: 0;  width: 100%;display: none;box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);z-index: 99;background-color: #FFF;}
	.cd-primary-nav > ul li{display: block;width: 100%;border-bottom: 1px #ccc solid;}
	.cd-primary-nav > ul a {display: block;height: 50px;line-height: 50px;padding-left: 5%;}
	.banner{height: 420px;}
	.banner .text{font-size: 38px;}
	.banner .text-content{padding-top: 0;flex-flow: column;display: flex;justify-content: center;height: 100%;}
	.banner .text-content br{display: none;}
	.banner .btn{margin-top: 40px;font-size: 20px;height: 60px;line-height: 60px;}
	.public-title,.showtitle{font-size: 28px;}
	.home-list li h3,.news-list li a{font-size: 18px;}
	.pic-warp{height: 360px;}
	.pic-warp .text{font-size: 28px;}
	.pic-warp .text:nth-child(1),.pic-warp .text:nth-child(2),.pic-warp .text:nth-child(3){margin-top: 40px;}
	.pic-warp1{height: 350px;}
	.pic-warp1 .text{font-size: 38px;}
	
	.n-banner{height: 300px;}
	.contacts .text,.contacts .info,.contacts .txt{font-size: 14px;}
		.cd-primary-nav > ul li{
	    height: auto;
	    line-height: normal;
        padding:10px 0;
    }
    .cd-primary-nav > ul li .navson{
        display: block;
        right:0;
    }
    .cd-primary-nav > ul li .navson p{
        padding: 5px;
        margin-left: 38px ;
        line-height:normal;
    }
    .cd-primary-nav > ul li .navson p a{
        font-size: 14px;
        padding: 0 5px;
        display: block;
        line-height:normal;
    }
	
}

@media (max-width: 767px) {
	/*修改768以下、小屏平板*/
	.cd-auto-hide-header .nav-trigger{height: 20px;}
	.cd-auto-hide-header .container{height: 60px;}
	.cd-auto-hide-header .logo img{height: 40px;}
	.cd-primary-nav > ul{top: 60px;}
	.banner{margin-top: 60px;height: 380px;background-position: 70% center;}
	.banner .text{font-size: 32px;}
	.public-title,.showtitle{font-size: 24px;}
	.home-list li h3,.news-list li a{font-size: 16px;}
	.pic-warp .text{font-size: 24px;}
	.pic-warp1{height: 300px;}
	.pic-warp1 .text{font-size: 32px;}
	.home-list li .btn{width: 120px;height: 36px;line-height: 34px;border-radius: 18px;}
	.n-banner{height: 240px;}
	.n-banner .txt-content{padding-bottom: 30px;}
	.n-banner h1{font-size: 28px;}
	.crumbs{display: none;}
	.news-content{margin-bottom: 20px;}
	.news-content .item{margin-top: 30px;}
	.news-content .item .pic{width: 100%;height: auto;margin: 0;order: 1;}
	.news-content .item:nth-child(2) .pic{margin: 0;}
	.news-content .item .text-content{order: 2;margin-top:20px;}
	.news-content .item .title{font-size: 24px;}
	.news-content .item .txt{font-size: 14px;}
	.news-content .item .url{font-size: 12px;}
	.contacts .txt{font-size: 16px;}
	.contacts .item{width: 100%;}
	.contacts .form-group{margin-top: 30px;}
	.contacts .info .address,.contacts .info .email{padding-left: 25px;line-height: 1.5;}
	.contacts .info .address{background-size: 16px;}
	.contacts .info .email{background-size: 18px;}
	.contacts input[type='text']{height: 35px;border-radius: 5px;margin-top: 5px;padding: 0 15px;}
	.contacts .group{margin-bottom: 15px;}
	.contacts input[type='submit']{width: 140px;height: 35px;font-size: 16px;border-radius: 16px;}
	.contacts textarea{height: 300px;border-radius: 5px;padding: 15px;}

}

@media (max-width: 424px) {
	/*修改425以下、普通的安卓手机屏*/
	.cd-primary-nav > ul{font-size: 14px;}
	.banner{height: 300px;}
	.banner .text{font-size: 28px;}
	.banner .btn{font-size: 16px;width: 140px;height: 40px;border-radius: 20px;line-height: 40px;}
	.home-list li{width: 100%;margin-right: 0;}
	.home-list li h3,.news-list li a{font-size: 14px;}
	.home-list li .btn,.pic-warp1 .btn{font-size: 16px;}
	.pic-warp{height: 300px;}
	.pic-warp .text{font-size: 18px;}
	.pic-warp .text:nth-child(1),.pic-warp .text:nth-child(2),.pic-warp .text:nth-child(3){margin-top: 25px;}
	.footer>div{width: 100%;text-align: center;}
	.pic-warp1{height: 260px;}
	.pic-warp1 .text{font-size: 28px;}
	.n-banner{height: 200px;}
}

@media (max-width: 375px) {
	/*修改375以下、iPhone5，4，等小屏手机*/
	.public-title{font-size: 22px;}
	.home-list li .btn,.pic-warp1 .btn{font-size: 16px;}
	.pic-warp{height: 260px;}
	.pic-warp .text{font-size: 16px;}
	.pic-warp .text:nth-child(1),.pic-warp .text:nth-child(2),.pic-warp .text:nth-child(3){margin-top: 20px;}
}