@charset "utf-8";
/* CSS Document */

/*初始化*/
html {font-family: "微软雅黑"; background:#fff;} 
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input,figure { margin: 0; padding: 0; }
body { -webkit-overflow-scrolling: touch; text-align:left;  max-height: 100%; max-width:640px; margin:0 auto; }
a, a:hover { text-decoration: none; outline: none;  }
li { list-style: none }
img { border: none; max-width:100%; margin:0; padding:0;/* display:block; */}
input, select, textarea { border: none; outline: none; background: none }
em,i { font-style: normal }
h1, h2, h3, h4, h5, h6 { font-weight: normal }
.clear{clear:both; width:100%; overflow:hidden;}
.clearfix::after{ clear: both; display: block; height: 0; content: '';}
.verticalcenter{ position: relative;   top: 50%; -webkit-transform: translateY(-50%); -o-transform: translateY(-50%);    transform: translateY(-50%);}
/* clear */
.fn-clearfix:after { display: block; font-size: 0; content: '\0020'; clear: both; height: 0; }
.fn-clearfix { zoom: 1; /*for IE6 IE7*/ }
.fn-clear { visibility: hidden; clear: both; }
.fl{ float:left}
.fr{ float:right}
/*header*/
.header { padding:8px 0; background:#fff; display:table; margin:0 auto; width:10rem; overflow:hidden; }
.header .logo {  float:left; z-index:5; position:relative  }
.header .logo img { height:1rem; margin-left:0.35rem }
.header .menu { line-height:1rem; float:right; height:0.8rem; background:none; border:none; margin-right:0.25rem; outline:medium;}
.header .menu a img{ height:0.4rem; padding:0.2rem 0 0 0.2rem}
.header .menu a{ color:#333333; font-size:15px;}
.header .tel { float: right; margin: 0 0.3rem 0 0; height:1rem; padding:0rem 0 0 0.6rem;display:table; background:url(../images/tel1.png) no-repeat center left; background-size:0.5rem }
.header .tel a{display:table; height:1rem; color:#333333; font-size:16px; line-height:1rem; font-weight:400}



/*弹出菜单*/
.menu1{background-color:rgba(1, 112, 204,0.6); font-family: "微软雅黑"; z-index:}
.menu1 a{color: #fff; font-size:14px;}
.menu1 a:hover{text-decoration: underline;}
.menu-header{border-bottom:1px solid #4596cc; padding: 18px 6px 18px 10px; text-align:center; font-size:18px;}
.menu-header-title{font-weight: 400; letter-spacing: 0.5px; margin: 0;}
.menu-section{ width:4.6rem; position:absolute; right:0; background-color:rgba(1, 112, 204, 0.8); height:100%; }
.menu-section-title{text-transform: uppercase; color: #2e6afe; font-weight: 200; font-size: 13px; letter-spacing: 1px; padding: 0 20px; margin:0;}
.menu-section-list{padding:0; margin: 10px 0; list-style:none;}
.menu-section-list a{display: block; padding:0.15rem 0.4rem;}
.menu-section-list .menu_nav{ display:table; margin:0 auto; padding:0 0.6rem;}
.menu-section-list .menu_nav a{ float:left; width:50%; box-sizing:border-box; padding:0.1rem 0.2rem;}
.menu-section-list a:hover{background-color: rgba(255, 255, 255, 0.1); text-decoration: none;}
.menu1 {position: fixed; top: 0; bottom: 0; right: 0; z-index: 4000; width:100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; display: none;}
@-webkit-keyframes shake { 0%, 100% { -webkit-transform:translate3d(0, 0, 0);  transform:translate3d(0, 0, 0); }
  50% {  -webkit-transform:translate3d(-10px, 0, 0); transform:translate3d(-10px, 0, 0);  }}

@keyframes shake {
  0%, 100% {  -webkit-transform:translate3d(0, 0, 0);  transform:translate3d(0, 0, 0);  }
  50% { -webkit-transform:translate3d(-10px, 0, 0);  transform:translate3d(-10px, 0, 0);  }}

.shake { -webkit-animation-name:shake; animation-name:shake; -webkit-animation-duration:0.5s; animation-duration:0.5s;
 -webkit-animation-iteration-count: 1; animation-iteration-count: 1;  display:block;}
 /*s_nav*/
.s_nav{ width:10rem; display: table; background:#2e6afe;}
.s_nav dt{display:table; width:10rem;border-bottom:1px solid #4b7fe1}
.s_nav a{ width:2.5rem; text-align:center; float:left; font-size:14px; color:#fff; padding:0.25rem 0; /*background:url(../images/nav_xx.jpg) no-repeat center right*/}
.s_nav a:last-child{ background:none}
#nav{text-align:left; width:100%;background:#f4ae03;}
#nav li{height:28px; line-height:28px; font:500 14px/28px '微软雅黑';width:25%; float:left;border-bottom:1px solid #d49101; box-sizing: border-box; text-align: center}
#nav li a{display:block; color:#fff; width:100%;font-weight:500;}
#nav li+li{
	
}

 
/*banner*/
.sy_banner{ width:10rem; display:table; position:relative}
.swiper-container { width:10rem;   height: auto; }
.swiper-slide {  text-align: center;font-size: 18px; background: #fff; }
.swiper-container .swiper-slide img { display: table}
.swiper-pagination-bullet{width:0.5rem; height:0.1rem; background:#fff; border-radius:0; opacity:1;}
.swiper-pagination-bullet-active{ width:0.5rem; height:0.1rem;  background:#2e6afe; border-radius:0; opacity:1;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background:url(../images/arr_slide.png) no-repeat center center; width:0.8rem; height:0.8rem; background-size:0.8rem }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background:url(../images/arr_slide2.png) no-repeat center center; width:0.8rem; height:0.8rem; background-size:0.8rem}


/*wrap*/
.wrap{ width:10rem;}
.box2{ width:100%; display:table; margin:0 auto;background:url("../images/bj1.jpeg") no-repeat center;background-size:cover}


.bt{font-size:32px;font-weight:600;font-stretch:normal;line-height:25px;letter-spacing:0px;color:#ffffff;text-align:center; position: relative; height: 1.4rem; margin: 0.9rem auto 0.8rem}
.bt span{ position: absolute; width: 100%; display: table; top: 0.7rem;}
.bt img{ height: 0.8rem; display: table; margin: 0 auto}

.tlt1{text-align:center;padding:50px 0 30px;background:url(../images/bt1.png) no-repeat center;background-size:14rem}
.tlt1 h2{font-size:0.6rem;color:#333;line-height:1.5}
.tlt1 h2 span{font-weight:bold;color:#2e6afe}
.tlt1 h3{font-size:0.4rem;color:#a5a5a5;text-transform:uppercase}

.sortt{width:9.2rem; text-align: center;box-shadow:0px 0px 24px 0px rgba(255,255,255,0.4);border-radius:10px;border:solid 1px rgba(255,255,255,0.5);margin:0 auto 0.6rem;padding:0.2rem 0.1rem; display: table; box-sizing: border-box}
.sortt li{border-radius:4px;padding:0px 0.1rem; display: inline-block;margin:0 0.1rem}
.sortt li a{font-family:MicrosoftYaHei;font-size:14px;font-weight:normal;font-stretch:normal;line-height:2;letter-spacing:0px;color:#ffffff}

.sortt li a span{font-weight:600;padding-right:5px}

.box1{ width:100%; display:table; margin:0 auto;background:url("../images/bj4.png") no-repeat center;background-size:cover; padding: 0 0 0.7rem}
.att1{color:#fff;font-weight:600;font-size:20px; display:table; margin:0 auto;}
.att2{height:48px;background-image:linear-gradient(45deg,#2e6afe 0%,#5955e1 100%),linear-gradient(#2e6afe,#2e6afe);background-blend-mode:normal,normal;text-align:center;font-family:MicrosoftYaHei-Bold;font-size:16px;font-weight:600;font-stretch:normal;line-height:48px;letter-spacing:0px;color:#ffffff; display:table; margin:0 auto;height:48px;margin-top:12px}
.jj_t{ width:9rem; display:table; margin:0 auto}
.jj_w{width:9rem; display:table; margin:0 auto; color:#fff; line-height:1.8; font-size:14px; padding:0.6rem 0}
.more{ margin: 0 auto;display:table; text-align:center}
.more a{ font-size:14px; background: #2e6afe; color:#fff; line-height:0.9rem; display: table; padding: 0 0.9rem; border-radius:0.1rem }

.ys_t1 img{ display:table;width:10rem; }
.ysk{ width:10rem;  background:#f7f7f7; margin:0 auto; text-align: left; display:table; padding:0 0 0.6rem;}
.ys_t0{ width:10rem; display:table; margin:0 auto; padding:0.1rem 0 0}
.k2 .swiper-slide{ background:none}
.k2 .swiper-container4{ width:9rem;  margin:0 auto; padding:0 0 0.4rem}
.ys{ width:9rem; display:table; margin:0 auto; text-align:left}
.ys h1{  color:#333;font-size:20px; background:url(../images/ys_ico1.jpg) no-repeat center left; background-size:0.6rem;  text-transform:uppercase; font-weight:bolder; width:100%; display:table; line-height:1.2rem; padding:0.1rem 0 0.1rem 0; box-sizing:border-box }
.ys h1 span{ display:table; font-weight:bolder; padding:0 0 0 0.8rem}
.ys p{ font-size:14px; line-height:0.6rem;  margin:0 0 0.9rem; color:#666666; }
.tel1{ background:url(../images/tel2.png) no-repeat center left; background-size:0.5rem; line-height:0.8rem;  display:table; margin:0 auto; color:#fff; font-size:14px; padding-left:0.7rem;}
.tel1 span{ font-size:20px; font-weight:bolder}
.ysk .swiper-pagination-bullet{ background:#666666}
.ysk .swiper-pagination-bullet-active{ background:#0066d9}
.ysk .swiper-slide{ background:#f7f7f7}




.box5{ width:100%; display:table; margin:0 auto;background:url("../images/bj5.png") no-repeat center;background-size:cover; padding: 0 0 0.7rem}


.lc_ll{/*background:url("../images/bj6.png") no-repeat center center; */background-size: 10rem; width:10rem;margin:0 auto;margin-top:65px;display:table; padding: 0 0 0  0.5rem; box-sizing: border-box}
.lc_ll li{float:left;margin:0 0;margin-bottom:20px;width:3rem;overflow:hidden}
.lc_ll li .img1{display:table;margin:0 auto;text-align:center;}
.lc_ll li .img1 a img{text-align:center; height: 1rem;}
.lc_ll li h2{width:33px;height:53px;margin:0 auto;margin-top:10px;background:url("../images/lc01.png") no-repeat center top;text-align:center;font-family:Arial-BoldMT;font-size:17px;font-weight:normal;font-stretch:normal;line-height:35px;letter-spacing:0px;color:#ffffff;margin-top:10px}
.lc_ll li h2 a{color:#ffffff}
.lc_ll li h3{font-family:MicrosoftYaHei-Bold;font-size:18px;font-weight:600;font-stretch:normal;line-height:25px;letter-spacing:0px;color:#ffffff;margin-top:15px;text-align:center}
.lc_ll li h3 a{font-family:MicrosoftYaHei-Bold;font-size:18px;font-weight:600;font-stretch:normal;line-height:25px;letter-spacing:0px;color:#ffffff;text-align:center}
.huan{font-family:MicrosoftYaHei;font-size:14px; line-height: 1.4; font-weight:normal;font-stretch:normal;line-height:25px;letter-spacing:0px;color:#ffffff;text-align:center;margin-top:0.1rem}
.dianhua{color:#fff;text-align:center;margin-top:15px; display: table; margin: 0 auto;font-size: 18px; font-weight: bold; padding: 0.3rem 0 0}
.dianhua img{ float: left; display: table; height: 0.6rem; margin-right: 0.3rem}
.dianhua a{ color: #fff}

.sy_nav{  display:table; margin:0 auto 0.0rem; padding:0 0 0.2rem 0; text-align:center}
.sy_nav a{ color:#fff;width:2.3rem; margin:0.1rem 0.05rem; background:#2e6afe;   text-align:center; font-size:14px; line-height:0.8rem; height:0.8rem; display: inline-block}
.box2{ padding: 0 0 0.8rem;}
.cp{ width: 10rem; padding-left:0.2rem; display:table; box-sizing:border-box; margin: 0 0 0.4rem}
.cp li{width: 4.8rem; float:left; margin:0 0 0.3rem;}
.cp li a{ margin:0 auto; display:table}
.cp li a .cp_t{ width: 4.53rem; height: 3.03rem;   }
.cp li a .cp_t img{ width: 4.53rem; height:3.03rem; display:table}
.cp li a h3{  width:4.53rem;  height:1rem; line-height:1rem; font-size:15px; color:#fff; text-align:center}
.cp li a h3{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; }

.box3{ margin:0 0; padding:0.6rem 0 0.8rem; width:10rem; background:url(../images/bj3.png) no-repeat center top; background-size: cover}

.yuan_ll{background:url("../images/bj33.png") no-repeat 50% 13%}
.yuan_ll li{float:left;width:50%; padding: 0 0.3rem; box-sizing: border-box}
.yuan_ll li .img1{display:table;margin:0 auto;text-align:center; width:1.8rem;height:1.8rem;border:solid 1px #8e9aa3;margin-top:0.2rem;border-radius:50%}
.yuan_ll li .img1 a img{text-align:center;margin-top:0.4rem; width: 1rem;}

.yuan_ll li h2 a{text-align:center;color:#fff;font-size:18px;font-weight:600}
.yuan_ll li h2{font-family:MicrosoftYaHei-Bold;font-size:18px;font-stretch:600;line-height:1; letter-spacing:0px;color:#ffffff;text-align:center; padding: 0.6rem 0 0}
.yuan_ll li:last-child{float:right;margin-right:0px}
.xx2{width:50px;height:2px;background-color:#ffffff;margin:0 auto;margin-top:20px;margin-bottom:20px}
.yuan_ll li span{font-family:MicrosoftYaHei;font-size:12px;font-weight:normal;font-stretch:normal;line-height:0.5rem; height: 3rem; letter-spacing:0px;color:#ffffff;display:block;text-align:center;overflow:hidden}
.yuan_ll li span b{text-align:center}
.yuan_ll li .ma{width:43px;margin:0 auto;height:43px;margin-top:20px;background:url("../images/cp-jh.png") no-repeat center top; display: none}
.yuan_ll li:hover .ma{background:url("../images/cp-jh1.png") no-repeat center top}

.box4{ width:100%; display:table; margin:0 auto ;background:url("../images/bj2.jpg") no-repeat center;background-size:cover; padding: 0 0 0.3rem}
.box4 .casek{ width:9.2rem; margin-left: 0.4rem;  display:table; position:relative}
.box4 .casek .swiper-container { width:9.2rem;   height: auto; padding: 0 0 1.2rem;}
.box4 .casek .swiper-slide {  text-align: center;font-size: 18px; background:none; }
.box4 .casek .swiper-slide h3{ position: absolute; bottom:0.2rem;background: #2e6afe; border-radius: 0.1rem; width: 90%; left: 5%; color: #fff; line-height: 0.9rem; font-size: 15px;}
.box4 .casek .swiper-container .swiper-slide img { display: table; width: 100%}
.box4 .casek .swiper-pagination-bullet{width:0.2rem; height:0.2rem; background:#fff; border-radius:50%; opacity:1;}
.box4 .casek .swiper-pagination-bullet-active{ width:0.5rem; height:0.2rem;  background:#fff; border-radius:0; opacity:1;}
.box4 .casek .swiper-button-next, .box4 .casek .swiper-container-rtl .swiper-button-prev{ background:url(../images/arr_slide.png) no-repeat center center; width:0.8rem; height:0.8rem; background-size:0.8rem }
.box4 .casek .swiper-button-prev, .box4 .casek .swiper-container-rtl .swiper-button-next{background:url(../images/arr_slide2.png) no-repeat center center; width:0.8rem; height:0.8rem; background-size:0.8rem}



/*news*/
.k5{ display:table; padding:0 0 0.6rem; width:10rem}

.k4{ width:100%; display:table; margin:0 auto;background:url("../images/bj7.png") no-repeat center;background-size:cover; padding: 0 0 0.7rem}

.box7{ width:100%; display:table; margin:0 auto;background:url("../images/bj8.png") no-repeat center;background-size:cover; padding: 0 0 0.7rem}
.box7 img{ width:9rem; display: table; margin: 0 auto}

.xw_t{ width:9.5rem; display:table; margin:0 auto 0.3rem}
.xw_t img{ width:9.5rem; }
.idea_r{  display: table; margin:0.1rem auto 0.4rem; padding:0.1rem 0 0}
.idea_r a{ font-size:13px; color:#7f7d7d; border:1px solid #a7a7a7; background:#fff; display:table; width:9.4rem; margin:0rem auto 0.3rem; padding:0;}
.idea_r a li{width:9.4rem; display: table; }
.idea_r a li .time{ width:1.7rem; height:1.75rem;float:left; margin-right:0.4rem; color:#fff; background:#2e6afe}
.idea_r a li .time h1{ font-size:24px; width:100%; padding:0.3rem 0 0; text-align:center; line-height:0.7rem; height:0.7rem;}
.idea_r a li .time span{ width:100%; line-height:0.5rem; font-size:12px; text-align:center; display:block;}
.idea_r a li .idea_w{ width:7rem; float:left;}
.idea_r a li .idea_w h1{ line-height:0.5rem; height:0.5rem; margin-top:0.15rem; margin-bottom:0.05rem; font-size:14px; color:#4f4e4e;}
.idea_r a li .idea_w h1{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; }
.idea_r a:hover {background:#2e6afe;color:#fff;}
.idea_r a:hover li .idea_w h1,.idea_r a:hover li .time{ color:#fff;}

.idea_r a li .idea_w h2{ font-size:12px; line-height:0.4rem; height:0.8rem;}
.idea_r a li .idea_w h2{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:2; }


/* k4 */
.k4 .slideTxtBox1{ width:10rem; text-align:left; padding:0 0 0.4rem;  }
.k4 .slideTxtBox1 .hd{  }
.k4 .slideTxtBox1 .hd ul{ display:table;  margin:0 auto; padding:0rem 0 0.2rem }
.k4 .slideTxtBox1 .hd ul li{ font-size:14px; display:inline-block; text-align:center;  background:url(../images/nav3.png) no-repeat center center; background-size:100%; width:2.8rem;  line-height:0.8rem; }
.k4 .slideTxtBox1 .hd ul li.on{ background:url(../images/nav2.jpg) no-repeat center center; background-size:100%;  color:#fff; }
.k4 .slideTxtBox1 .bd{ padding:0;  zoom:1;  }

.xw_t{ width: 9.36rem; display:table; margin:0 auto 0.2rem; padding:0.3rem 0 0}
.xw_t img{ width:100%; display:table}
.xw{ width:9.36rem; display:table; margin:0 auto; padding:0 0 0.5rem}
.xw ul{ width:100%; padding:0 0 0.4rem}
.xw li{ width:100%;  line-height:0.5rem; }
.xw li a{color:#fff;padding:0.3rem 0; display:table; width:100%}
.xw li a h1{background:url(../images/nav1.png) no-repeat center left; background-size:0.2rem;  width:100%; font-size:16px; overflow:hidden}
.xw li a h1 span{ width:70%; float: left; padding:0 0 0 0.4rem;}
.xw li a h1 span{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:1; }
.xw li a time{ font-size:13px; float:right;opacity:.7}
.xw li a p{ margin-top:0.2rem; height:1rem; font-size:13px; color:#999999}
.xw li a p{display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-box-orient:vertical; -webkit-line-clamp:2; }


.fo{ display: table;   padding:0.6rem 0 0.5rem; width:10rem; margin:0px auto 0; background:#333333; color:#fff }

.fo_w{ display:table; float: right; margin-right:0.5rem}
.fo_w dl{ width:2rem; float: left; }
.fo_w img{ width:2rem; height:2rem; padding:0.2rem 0 0; }
.fo_w h1{ text-align:center; font-size:13px; line-height:1; padding:0.2rem 0 0}

.fo_l{ width:10rem; color:#fff; background:#2c2c2c; display:table; padding:0.4rem 0.7rem; box-sizing:border-box;}
.fo_logo{ height:56px; display:table; margin:0 0 10px}
.fo_logo img{ height:1.2rem;}
.fo_l li{ display:table; line-height:0.7rem; font-size:15px; padding:7px 0}
.fo_l li img{ width:0.7rem; height:0.7rem; float:left; margin:0 10px 0 0; float:left}
.fo_l li span{ width:6.2rem; float:right}

.box6{background:#333333;padding: 30px 0;color:#fff;text-align:left;}
.mob-ads{color:#fff;padding-bottom: 15px;margin-left: 30px;}
.mob-ads p{font-size:15px;line-height:0.5rem; padding: 0.1rem 0}
.mob-ads strong{font-size:18px;padding-left:10px;line-height: 42px;}
.mob-ads img { height: 0.4rem; margin-right: 0.2rem}
.box6 .err {text-align: center;border-top: 1px solid #c7c2c2ee;padding: 15px 0;}
.box6 .err img{width:100px;}
.box6 .wwz{font-size:14px;line-height:25px;text-align:center;}



@media screen and (max-width:414px) {
.s_nav a{ font-size:14px; }

	}


@media screen and (max-width:384px) {
.bt h1{ font-size:52px;}
.bt h2{ font-size:26px;}
	}
@media screen and (max-width:375px) {
.idea_r a li .idea_w h1{ font-size:14px;}
.idea_r a li .idea_w h2{ font-size:12px;}
.idea_r a li .time h1{ font-size:40px;}


.bt h1{ font-size:50px;}
.bt h2{ font-size:26px;}
}	
	
@media screen and (max-width:320px) {
.s_nav a{ font-size:14px; }
.idea_r a li .idea_w h1{ font-size:13px;}
.idea_r a li .time h1{ font-size:38px;}

.slideTxtBox .hd ul li{ font-size:14px}
.bt h1{ font-size:48px;}
.bt h2{ font-size:24px;}

}



.fy{ font-size:14px; color:#282828; margin:0.2rem; text-align:center;}
/*footer*/
.footer { background:#2e6afe;position:fixed; bottom:0; width:10rem; z-index:5000;height: 1.08rem; }
.footer ul li { float:left; width:33.3333%; text-align:center;vertical-align: sub;}
.footer ul li a { display: block; font-size: 14px; color: #fff; padding:.1rem 0;vertical-align: sub;}
.footer ul li .fo1 { line-height:0.85rem; height:1.08rem; display: inline-block; background:url(../images/ico11.png) 0rem 0px no-repeat; padding-left:.7rem;  font-size: 14px; color: #fff; background-size:0.59rem 1.08rem;   }
.footer ul li .fo2 { line-height:0.85rem; height:1.08rem; display: inline-block; background:url(../images/ico22.png) 0rem 0px no-repeat; padding-left:.7rem;  font-size: 14px; color: #fff; background-size:0.59rem 1.08rem;   }
.footer ul li .fo3 { line-height:0.85rem; height:1.08rem; display: inline-block; background:url(../images/ico44.png) 0rem 0px no-repeat; padding-left:.7rem;  font-size: 14px; color: #fff; background-size:0.59rem 1.08rem;   }
.footer ul li a img { width:0.59rem; height:1.08rem;/*vertical-align: sub;*/ }
.footer ul li a p { margin-top:5px; font-size:16px;}

.info1 { font-size:12px;width: 8.4rem;height: 27px;line-height: 28px;text-align: center;margin: 8px auto; border: 1px dashed #ccc;border-left: none;border-right: none;color: #6f6f6f;}
