﻿@charset "utf-8";

body{width: 100%;height: 100%; font-family:"微软雅黑";overflow-scrolling:touch;-webkit-overflow-scrolling:touch;}
body.active,html.active{ overflow: hidden;}
.no-margin{margin:0 !important}
.overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
a{text-decoration:none !important;cursor:pointer !important}
.container-fluid{max-width:1230px !important}
::-webkit-input-placeholder{transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;}
:-moz-placeholder{transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;}
::-moz-placeholder{transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;}
:-ms-input-placeholder{transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;}
.tr{transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;}
.tr3{transition:all 1s;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;}
input,button,textarea,.swiper-pagination span,.swiper-button,video{ outline: none !important; }
.sizeCover{ background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-image: url(../images/zhan.jpg);}

.main-pad-1{ padding:40px 0 0;}
.main-pad-2{ padding:0 0 40px;}
.main-pad-3{ padding:15px 0 0;}
.main-background-1{ background: #f3f3f3;}

.main-site{position: relative; z-index: 999; background: #fff;}

header{ position:relative;left: 0;top: 0; z-index:999999; width: 100%; background: #fff;}
header .box{ display: flex; justify-content:space-between; align-items: center;}
header .logo a{ display:block; font-size:0;}

.banner{ position:relative;}
.banner a{ display: block; font-size: 0; text-align: center;}
.banner a img{ width: 100%;}
.banner .swiper-pagination{ position: absolute; left: 0; bottom: 20px; z-index: 1; width: 100%; font-size: 0; text-align: center;}
.banner .swiper-pagination span{ margin: 0 5px; width: 10px; height: 10px; background: #fff; opacity: 1; transition: all .3s;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background: #f4c400;}

.title-1 .biaoti{ display: flex; justify-content: center; margin-bottom: 15px;}
.title-1 .biaoti .mc{ position: relative; font-size: 30px; color: #000; font-weight: bold; line-height: 34px;}
.title-1 .biaoti .mc b{ display: block; position: absolute; top:50%; z-index: 1; width: 20px; height: 4px; border-top:solid 1px #004da5; border-bottom:solid 1px #004da5;}
.title-1 .biaoti .mc b:nth-child(-n+2){ right:calc(100% + 15px);}
.title-1 .biaoti .mc b:nth-child(n+3){ left:calc(100% + 15px);}
.title-1 .biaoti .mc b:nth-child(1),.title-1 .biaoti .mc b:nth-child(3){ margin-top:-3px;}
.title-1 .biaoti .mc b:nth-child(2),.title-1 .biaoti .mc b:nth-child(4){ margin-top:3px;}
.title-1 .jieshao{ position: relative; padding-bottom:20px; font-size:18px; color: #9b9b9b; line-height: 24px;}
.title-1 .jieshao:before{ content: ""; position: absolute; left: 50%; bottom: 0; z-index: 1; margin-left:-12px; border-left:solid 12px transparent; border-right:solid 12px transparent; border-top:solid 12px #004da5;}
.title-2 ul{ display: flex; flex-wrap: wrap; justify-content: center;}
.title-2 ul li{ margin:0 5px 10px;}
.title-2 ul li a{ display: flex; justify-content: center; align-items: center; padding: 0 10px; min-width: 150px; height: 40px; font-size: 18px; color: #fff; background: #004da5; border-radius: 5px;}
.title-2 ul li.active a{ background: #f4c400;}
.title-2-nr-box{ position: relative;}
.title-2-nr{ position: relative; z-index: 1; visibility: hidden; opacity: 0;}
.title-2-nr:nth-child(n+2){ position: absolute; left: 0; top: 0; width: 100%;}
.title-2-nr.active{ z-index: 2; visibility: visible; opacity: 1;}
.title-3{ overflow: hidden;}
.title-3 .maxen{ display: flex; justify-content: center; margin-bottom:-115px; font-family: 'Arial'; font-size: 115px; color: rgba(255,255,255,.1); line-height: 115px; font-weight: bold;}
.title-3 .biaoti{ position: relative; z-index: 2; padding-top:20px; height: 115px;}
.title-3 .biaoti .cn{ margin-bottom: 10px; font-size: 35px; color: #fff; font-weight: bold; line-height: 40px;}
.title-3 .biaoti .cn span{ color: #f6bc00;}
.title-3 .biaoti .en{ color: #fff; line-height: 24px;}

.title-7{ margin-bottom: 20px; padding-bottom: 15px; border-bottom: dashed 1px #e0e0e0;}
.title-7 .biaoti{ font-size: 20px; color: #333; font-weight: bold; line-height: 24px;}
.title-7 .time{ margin-top: 5px; font-size: 12px; color: #999; line-height: 24px;}

.text-3{ color: #333; line-height: 30px;}
.text-5{ margin: 0 auto; max-width: 600px;}
.text-5 ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.text-5 ul li:nth-child(-n+2){ width: calc(50% - 5px);}
.text-5 ul li:nth-child(n+3){ margin-top: 10px; width:100%;}
.text-5 ul li input{ display: block; padding: 0 10px; width: 100%; height: 40px; font-size: 12px; color: #333; line-height: 40px;background: #f2f2f2; border:none;}
.text-5 ul li input::-webkit-input-placeholder{ color: #333;}
.text-5 ul li input:-moz-placeholder{ color: #333;}
.text-5 ul li input::-moz-placeholder{ color: #333;}
.text-5 ul li input:-ms-input-placeholder{ color: #333;}
.text-5 ul li textarea{ display: block; padding:5px 10px; width: 100%;max-width: 100%;min-width: 100%; height: 115px; min-height: 115px; font-size: 12px; color: #333; line-height:30px;background: #f2f2f2; border:none;}
.text-5 ul li textarea::-webkit-input-placeholder{ color: #333;}
.text-5 ul li textarea:-moz-placeholder{ color: #333;}
.text-5 ul li textarea::-moz-placeholder{ color: #333;}
.text-5 ul li textarea:-ms-input-placeholder{ color: #333;}
.text-5 ul li button{ display: block; padding: 0; width: 100%; height:40px; color: #fff; line-height: 40px; background: #004da5; border:none;}

.more-1{ display: flex; justify-content: center;}
.more-1 a{ display: flex; justify-content: center; align-items: center; width: 190px; height: 44px; font-size: 20px; color: #fff; line-height: 44px; background: #004da5; border-radius: 22px;}
.more-1.active a{ color: #333; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.3);}

.picture-1{ position: relative;}
.picture-1 ul{ display: flex; flex-wrap: wrap;}
.picture-1-list a{ display: block;}
.picture-1-list a .imgbox{ margin-bottom: 3px; overflow: hidden; background: #fff; border:double 3px #e7e7e7;}
.picture-1-list a .imgbox span{ display: block; padding-top: calc(224 / 279 * 100%); background-size: contain;}
.picture-1-list a .textbox{ display: flex; justify-content: center; align-items: center; padding: 0 10px; height: 45px; font-size: 18px; color: #fff; background: #004da5; border:solid 1px #e7e7e7;}
.picture-1 .swiper-button{ display: flex; justify-content: center; align-items: center; margin-top: -26px; width: 52px; height: 52px; font-size: 20px; color: #fff; background: #d0d0d0; border-radius: 50%; opacity: 1;}
.picture-1 .swiper-button.swiper-button-prev{ left: -70px; transform: rotateY(180deg);}
.picture-1 .swiper-button.swiper-button-next{ right: -70px;}
.picture-2 ul li .imgbox{ display: flex; justify-content: center;font-size: 0;}
.picture-2 ul li .imgbox img{ max-width: 100%;}
.picture-2 ul li .textbox .biaoti{ display: flex; align-items: center; margin-bottom:30px; padding:0 10px; height: 83px; border:dashed 1px rgba(255,255,255,.2);}
.picture-2 ul li .textbox .biaoti .shuzi{ width: 54px; font-family: 'Arial'; font-size:55px; color: #f6bc00; font-weight: bold;}
.picture-2 ul li .textbox .biaoti .text{ padding-left: 15px; width: calc(100% - 54px); color: #fff;}
.picture-2 ul li .textbox .biaoti .text .cn{ font-size: 27px; font-weight: bold; line-height: 30px;}
.picture-2 ul li .textbox .biaoti .text .en{ font-family:'Arial'; font-size: 15px;}
.picture-2 ul li .textbox .jieshao{ padding-left: 60px; font-size: 16px; color: #fff; line-height: 30px;}
.picture-3-list a{ display:block;}
.picture-3-list a .imgbox{ margin: 0 auto 15px; width:176px; border:solid 13px #e9e9e9; border-radius: 50%;}
.picture-3-list a .imgbox .imgs{ position: relative; padding-top: 100%; background: #fff; border-radius: 50%;}
.picture-3-list a .imgbox .imgs span{ position: absolute; left: 0; top: 0; z-index: 1; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; font-size: 0; border-radius: 50%; overflow: hidden;}
.picture-3-list a .imgbox .imgs span img{ max-width: 100%; max-height: 100%;}
.picture-3-list a .textbox{ margin-bottom:15px; font-size:16px; color: #004da5; font-weight: bold; line-height: 24px;}
.picture-3-list a .jiangexian{ margin: 0 auto; width:50px; height: 3px; background: #004da5;}
.picture-4-list a{ display: block;}
.picture-4-list a .imgbox{ margin-bottom: 10px; border:solid 1px #dddddd; overflow: hidden;}
.picture-4-list a .imgbox span{ display: block;}
.picture-4-list a .textbox,.picture-5-list a{ display: flex; align-items: center; height: 133px; border:solid 1px #dddddd;}
.picture-4-list a .textbox > .time,.picture-5-list a > .time{ width:94px; font-family: 'Arial'; color: #333; font-weight: bold; text-align: center;}
.picture-4-list a .textbox > .time .maxshuzi,.picture-5-list a > .time .maxshuzi{ font-size: 48px; line-height: 48px;}
.picture-4-list a .textbox > .time .minshuzi,.picture-5-list a > .time .minshuzi{ line-height: 16px;}
.picture-4-list a .textbox .text,.picture-5-list a .text{ padding: 0 25px; width: calc(100% - 94px);}
.picture-4-list a .textbox .text .biaoti,.picture-5-list a .text .biaoti{ display: flex; align-items: center; justify-content: space-between; margin-bottom:10px; line-height: 24px;}
.picture-4-list a .textbox .text .biaoti .mc,.picture-5-list a .text .biaoti .mc{ width: calc(100% - 40px); font-size: 16px; color: #333;}
.picture-4-list a .textbox .text .biaoti .time,.picture-5-list a .text .biaoti .time{ color: #999999;}
.picture-4-list a .textbox .text .jieshao,.picture-5-list a .text .jieshao{ height: 50px; color: #777777; line-height: 25px; overflow: hidden;}
.picture-6{ display: flex; justify-content:space-between; align-items: center;}
.picture-6 .imgbox{ width: calc(50% - 20px); overflow: hidden;}
.picture-6 .imgbox a{ display: block; padding-top: 325px;}
.picture-6 .textbox{ width: 50%;}
.picture-6 .textbox .biaoti{margin-bottom:10px;font-size: 20px; color: #004da5; font-weight: bold; line-height: 24px;}
.picture-6 .textbox .jieshao{ font-size: 16px; color: #333; line-height:30px;}
.picture-9{ margin-bottom: 20px; font-size: 0;}
.picture-9 img{ max-width: 100%;}
.picture-10 ul li:nth-child(n+2){ margin-top: 30px;}
.picture-10 ul li a{ display: flex; align-items: center; padding: 20px; border:solid 1px #e9e9e9; box-shadow: 5px 10px 15px rgba(0,0,0,0.1);}
.picture-10 ul li a .imgbox{ width: 245px; overflow: hidden;}
.picture-10 ul li a .imgbox span{ display:block; padding-top: 207px;}
.picture-10 ul li a .textbox{ padding-left: 20px; width: calc(100% - 245px);}
.picture-10 ul li a .textbox .biaoti{ margin-bottom:5px; font-size: 17px; color: #333; font-weight: bold; line-height:24px;}
.picture-10 ul li a .textbox .time{ margin-bottom:5px; font-size: 12px; color: #b1b1b1; line-height:24px;}
.picture-10 ul li a .textbox .jieshao{ margin-bottom:20px; height: 75px; color: #333; line-height: 25px; overflow: hidden;}
.picture-10 ul li a .textbox .more{ display: flex; justify-content: center; align-items: center; width: 95px; height: 30px; font-size: 12px; color: #333; background: #fff; border:solid 1px #d9d9d9; border-radius: 15px;}

.subnav .biaoti{ background: #004da5;}
.subnav .biaoti .cn{ color: #fff; font-weight: bold;}
.subnav ul{ background: #fff; border:solid 2px #004da5;}
.subnav ul li{ border-top:solid 1px #fff;}
.subnav ul li:last-child{ border-bottom:none;}
.subnav ul li a{ display: block; padding: 0 20px; font-size: 16px; color: #333; line-height: 40px; background: #f3f3f3;}
.subnav ul li.active a{ color: #fff; background: #004da5;}
.subnav .ul{ display: none;}
.subnav .ul .li{ border-top: solid 1px #dcdcdc;}
.subnav .ul .li a{ display: block; padding: 0 20px; font-size: 16px; color: #333; line-height: 40px;}
.subnav .ul .li.active a{ color: #fff; background: #004da5;}

.weixin-qrcode-wrap{position:fixed;left:0;top:0;z-index:9999999;width:100%;height:100%;background:rgba(0,0,0,.6);opacity:0;visibility: hidden;transition: all .3s;}
.weixin-qrcode-wrap .weixin-qrcode-container{position:absolute;left:50%;top:50%;width:260px;height:280px;margin-left:-130px;margin-top:-140px;padding-top:27px;background:#fff;box-shadow:0 3px 15px rgba(0,0,0,.2);transform:scale(1.2); transition: all .3s;}
.weixin-qrcode-wrap .weixin-qrcode-container .qrcode{margin:0 auto;width:206px;}
.weixin-qrcode-wrap .weixin-qrcode-container .qrcode img{width:100%;}
.weixin-qrcode-wrap .weixin-qrcode-container .txt{margin-top:8px;margin-bottom:0; font-size:0; text-align:center}
.weixin-qrcode-wrap .weixin-qrcode-container .txt span{ font-size: 14px;}
.weixin-qrcode-wrap.active{opacity: 1;visibility: visible;}
.weixin-qrcode-wrap.active .weixin-qrcode-container{ transform: scale(1);}

footer .tops{ padding:20px 0 45px; background:#004da5;}
footer .tops .link{ display: flex; margin-bottom:40px;}
footer .tops .link .biaoti{ width: 90px; color: #fff; border-right: solid 1px #fff;}
footer .tops .link .biaoti .en{ font-family: 'Arial'; font-size: 20px;}
footer .tops .link .biaoti .cn{ font-size: 16px; line-height: 24px;}
footer .tops .link .right{ padding-top:12px; padding-left:30px; width: calc(100% - 90px);}
footer .tops .link .right ul{ display: flex; flex-wrap: wrap;}
footer .tops .link .right ul li{ margin-right: 30px;}
footer .tops .link .right ul li a{ color: #fff; line-height: 24px;}
footer .tops .link .right ul li a:hover{ text-decoration: underline !important;}
footer .tops .contact .ul{ display: flex; justify-content: space-between;}
footer .tops .contact .ul .li{ display: flex; align-items: center; padding:15px 0; width: calc(100% / 3);}
footer .tops .contact .ul .li:nth-child(2){ justify-content: center;}
footer .tops .contact .ul .li:nth-child(3){ justify-content: flex-end;}
footer .tops .contact .ul .li:nth-child(n+2){ border-left: solid 1px #fff;}
footer .tops .contact .ul .li .text{ font-size: 20px; color: #fff; line-height: 35px;}
footer .bots{ padding: 20px 0; background: #e5e5e5;}
footer .bots .box{ display: flex; justify-content: space-between; align-items: center;}
footer .bots .box .logo a{ font-size: 0;}
footer .bots .box .copyright{ color: #333; line-height: 30px;}
footer .bots .box .ewm ul{ display: flex;}
footer .bots .box .ewm ul li:nth-child(n+2){ margin-left: 40px;}
footer .bots .box .ewm ul li .imgbox{ font-size: 0;}
footer .bots .box .ewm ul li .imgbox img{ width: 116px;}
footer .bots .box .ewm ul li .mc{ color: #333; line-height: 24px;}


@media (min-width:992px){
	.col-md-3-cz-1{ padding-right: 10px; width:265px;}
	.col-md-9-cz-1{ padding-left: 10px; width:calc(100% - 265px);}
	header .top_bar{ background: #e6e6e6;}
	header .top_bar .biaoyu{ color: #8c8c8c; line-height: 45px;}
	header .top_bar .right ul{ display: flex; align-items: center;}
	header .top_bar .right ul li{ height: 14px; line-height: 14px;}
	header .top_bar .right ul li:nth-child(n+2){ margin-left: 10px; padding-left: 10px; border-left: solid 1px #8c8c8c;}
	header .top_bar .right ul li a{color: #8c8c8c;}
	header .top_bar .right ul li a:hover{color: #f4c400; text-decoration: underline !important;}
	header .qita .left{ display: flex; align-items: center;}
	header .qita .left .logo a{ line-height: 117px;}
	header .qita .right .tel { display: flex; align-items: flex-end;}
	header .qita .right .tel .icon{ font-size:40px; color: #000;}
	header .qita .right .tel .text .mc{ color: #333; line-height: 16px;}
	header .qita .right .tel .text .shuzi{ display: flex; align-items: center;}
	header .qita .right .tel .text .shuzi a{ font-family: 'Impact'; font-size: 30px; color: #004da5;}
	header .qita .right .tel .text .shuzi a:nth-child(n+2){ margin-left: 15px;}			
	header .menu{ background: #004da5;}
	header .menu ul{ display: flex; align-items: center;}
	header .menu ul li{ position:relative; width: calc(100% / 6);}
	header .menu ul li:before,header .menu ul li:last-child:after{ content: ""; position: absolute; top: 0; z-index: 1; width:1px; height:100%; background:rgba(52,128,215,.4); transition: all .3s;}
	header .menu ul li:before{ left:0;}
	header .menu ul li:last-child:after{ right:0;}
	header .menu ul li.active:before{opacity: 0;}
	header .menu ul li.active:last-child:after{opacity: 0;}
	header .menu ul li.active + li:before{opacity: 0;}
	header .menu ul li.active +li:last-child:after{opacity: 0;}
	header .menu ul li:hover:before{opacity: 0;}
	header .menu ul li:hover:last-child:after{opacity: 0;}
	header .menu ul li:hover + li:before{opacity: 0;}
	header .menu ul li:hover +li:last-child:after{opacity: 0;}
	header .menu ul li > a{ position: relative; z-index: 2; display:block; font-size:18px; color:#fff; line-height:48px; text-align: center;}
	header .menu ul li:hover > a{ background: #f4c400;}
	header .menu ul li.active > a{ background: #f4c400;}
	header .menu ul li.active:last-child > a:hover{ background: #f4c400;}
	header .menu ul li.active:last-child > a{ background: #004da5;}
	
	header .menu ul li .ul{ display: none; position:absolute; left:0; top:100%; width:100%;}
	header .menu ul li .ul .li > a{ position: relative; display:block; padding:0 10px; color:#fff; line-height:40px; background:rgba(0,0,0,.4); text-align: center;}
	header .menu ul li .ul .li:nth-child(n+2) > a{ border-top:solid 1px rgba(255,255,255,.1);}
	header .menu ul li .ul .li:hover > a{background:#f4c400;}
	.title-2 ul li a:hover{ background: #f4c400;}
	.title-6{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; height: 58px; border-bottom: solid 1px #ebebeb;}
	.title-6 .left{ font-size: 18px; color: #333; font-weight: bold;}
	.title-6 .right{color: #333;}
	.title-6 .right a:hover{ color: #004da5; text-decoration: underline !important;}
	.title-6 .right a{color: #333;}
	.title-6 .right span{color: #004da5;}
	.text-1{ position: relative; padding-bottom:36px;}
	.text-1:before{ content: ""; position: absolute; left: 0; top:70px; z-index: 1; border-left: solid 60px transparent; border-right: solid 20px transparent; border-top: solid 36px #003c80;}
	.text-1:after{ content: ""; position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height:71px; background: #004da5; clip-path: polygon(50px 0%,100% 0%,calc(100% - 50px) 100%,0% 100%);}
	.text-1 .box{ position: relative; z-index: 2; display: flex; justify-content:space-between; align-items: center; padding: 20px 60px 20px 50px;}
	.text-1 .box .search-hot{ display: flex; align-items: center; width: calc(100% - 300px);}
	.text-1 .box .search-hot .mc{ widows: 100px; font-size: 16px; color: #fff; line-height: 30px;}
	.text-1 .box .search-hot ul{ display: flex; flex-wrap: wrap; width: calc(100% - 100px); height: 30px; overflow: hidden;}
	.text-1 .box .search-hot ul li{ margin-right: 30px;}
	.text-1 .box .search-hot ul li a{ display: block; font-size: 16px; color: #fff; line-height: 30px;}
	.text-1 .box .search-hot ul li a:hover{text-decoration: underline !important;}
	.text-1 .box form{ display: flex; align-items: center; width:270px;}
	.text-1 .box form input{ display: block; padding: 0 10px; width: calc(100% - 35px); height: 30px; color: #333; line-height: 30px; background: #fff; border:none;}
	.text-1 .box form input::-webkit-input-placeholder{ color: #333;}
	.text-1 .box form input:-moz-placeholder{ color: #333;}
	.text-1 .box form input::-moz-placeholder{ color: #333;}
	.text-1 .box form input:-ms-input-placeholder{ color: #333;}
	.text-1 .box form button{ display: block; padding: 0; width: 35px; height: 30px; font-size: 18px; color: #828282; background:#fff; border:none;}					
	.text-1 .box form button:hover{ color: #fff; background: #f4c400;}
	.text-3 a:hover{ background: #009a39;}
	.text-3 a:hover .icon{ color: #fff;}
	.text-3 a:hover .shuzi{ color: #fff;}
	.text-5 ul li input:hover{ background: #ccc;}
	.text-5 ul li textarea:hover{background: #ccc;}
	.text-5 ul li button:hover{ background: #8c0005;}
	.more-1 a:hover{ color: #fff; background: #f4c400;}
	.picture-1 .swiper-button:hover{ background: #004da5;}
	.picture-1 ul li{ margin-right: 20px; width: calc((100% - 40px) / 3);}
	.picture-1 ul li:nth-child(3n+3){ margin-right: 0;}
	.picture-1 ul li:nth-child(n+4){ margin-top: 20px;}
	.picture-1-list a:hover .imgbox span{ transform: scale(1.2);}
	.picture-1-list a:hover .textbox{ color: #fff; background: #f6bc00;}
	.picture-2 ul li{ display: flex; justify-content: space-between; align-items: center;}
	.picture-2 ul li:nth-child(n+2){ margin-top: 30px;}
	.picture-2 ul li:nth-child(odd){ flex-direction: row-reverse;}
	.picture-2 ul li .imgbox{padding: 0 30px; width: 40%;}
	.picture-2 ul li .textbox{ width: 60%;}
	.picture-3-list a:hover .imgbox{ border-color: #f4c400; transform: rotateY(180deg);}
	.picture-3-list a:hover .textbox{color: #f4c400;}
	.picture-4-list a .imgbox span{ padding-top:274px;}
	.picture-4-list a .textbox,.picture-5-list a{transition: all .3s;}
	.picture-4-list a .textbox > .time,.picture-5-list a > .time{transition: all .3s;}
	.picture-4-list a .textbox .text .biaoti .mc,.picture-5-list a .text .biaoti .mc{transition: all .3s;}
	.picture-4-list a .textbox .text .biaoti .time,.picture-5-list a .text .biaoti .time{transition: all .3s;}
	.picture-4-list a .textbox .text .jieshao,.picture-5-list a .text .jieshao{ transition: all .3s;}
	.picture-4-list a:hover .textbox,.picture-5-list a:hover{ background: #004da5; border-color: #004da5;}
	.picture-4-list a:hover .textbox > .time,.picture-5-list a:hover > .time{ color: #fff;}
	.picture-4-list a:hover .textbox .text .biaoti .mc,.picture-5-list a:hover .text .biaoti .mc{ color: #fff;}
	.picture-4-list a:hover .textbox .text .biaoti .time,.picture-5-list a:hover .text .biaoti .time{ color: #fff;}
	.picture-4-list a:hover .textbox .text .jieshao,.picture-5-list a:hover .text .jieshao{ color: #fff;}
	.picture-4-list a:hover .imgbox span{transform: scale(1.2);}
	.picture-5 .swiper-container{ height:419px;}
	.picture-5 .swiper-slide{ height: auto !important;}
	.picture-6 .imgbox a:hover{ transform: scale(1.2);}
	.picture-10 ul li a:hover .imgbox span{ transform: scale(1.2);}
	.picture-10 ul li a:hover .textbox .biaoti{color: #004da5;}
	.picture-10 ul li a:hover .textbox .more{ color: #fff; background: #004da5;border-color: #004da5;}
	.subnav .biaoti{ padding: 12px;}
	.subnav .biaoti .cn{ margin-bottom: 10px; font-size: 24px; color: #fff; font-weight: bold; line-height: 30px; text-align: center;}
	.subnav .biaoti .en{ display: flex; justify-content: center; overflow: hidden;}
	.subnav .biaoti .en span{ display: flex; align-items: center; position: relative; padding: 0 15px; height: 24px; font-family:'Arial'; color:rgba(255,255,255,.24); border:solid 1px rgba(255,255,255,.24);}
	.subnav .biaoti .en span:before,.subnav .biaoti .en span:after{ content: ""; position: absolute; top: 50%; z-index: 1; width: 30px; height: 1px; background:rgba(255,255,255,.24);}
	.subnav .biaoti .en span:before{ right: 100%;}
	.subnav .biaoti .en span:after{ left: 100%;}
	.subnav ul{ margin: 0 0 10px;}
	.subnav ul li:hover a{ color: #fff; background: #004da5;}
	.subnav .ul .li:hover a{ color: #fff; background: #004da5;}
	.subnav .contact{ padding:25px 15px; background: #004da5;}
	.subnav .contact .tel{ display: flex; align-items: center; margin-bottom:10px;}
	.subnav .contact .tel .icon{ display: flex; justify-content: center; align-items: center; width: 37px; height: 37px; font-size: 25px; color: #fff; border:solid 2px #fff; border-radius: 50%;}
	.subnav .contact .tel .icon:before{ transform: rotate(10deg);}
	.subnav .contact .tel .text{ padding-left:8px; width: calc(100% - 37px); color: #fff;}
	.subnav .contact .tel .text .mc{ line-height: 24px;}
	.subnav .contact .tel .text .shuzi{ font-family: 'Arial'; font-size: 25px; font-weight: bold; line-height: 30px;}
	.subnav .contact .textbox{ font-size: 16px; color: #fff; line-height: 24px;}			
}

@media (max-width:1349px){
	.picture-1 .swiper-button{ display: none;}
}

@media (max-width:1199px){
	header .qita .left .logo a{ line-height: 100px;}
	header .qita .left .logo a img{ width: 350px;}
	header .qita .left .biaoyu img{ width: 160px;}
	header .menu ul li > a{ font-size: 16px; line-height: 40px;}
	.picture-10 ul li:nth-child(n+2){margin-top: 20px;}
	.picture-10 ul li a{padding: 15px;}
	footer .tops .link{ margin-bottom: 20px;}
	footer .tops .contact .ul .li .text{ font-size: 16px; line-height: 30px;}
	footer .bots .box .logo a img{ width: 450px;}
	footer .bots .box .ewm ul li:nth-child(n+2){ margin-left: 20px;}
	footer .bots .box .ewm ul li .imgbox img{ width:90px;}
}

@media (max-width:991px){
	html,body{ position: fixed;left: 0;top: 0;}
	.container-fluid{padding:0 5px;}
	.container-fluid .row{margin:0 -5px;}
	.container-fluid .col-xs-12,.container-fluid .col-md-6,
	.container-fluid .col-md-3,.container-fluid .col-md-9,
	.container-fluid .col-md-4,.container-fluid .col-md-8,
	.container-fluid .col-md-5,.container-fluid .col-md-7
	{padding:0 5px;}
	.main-pad-1{ padding:30px 0 0;}
	.main-pad-2{ padding:0 0 30px;}
	.main-pad-3{ padding:0;}
	.main-pad-5{ padding:30px 0 0;}
	.col-md-6:nth-child(2) .main-pad-1{ padding: 20px 0 0;}
	header{ position: fixed; background: #fff; box-shadow: 0 3px 5px rgba(0,0,0,.1);}
	header .left{ padding-left: 80px; width: calc(100% - 80px);}
	header .right{ display: flex; align-items: center;}
	header .qita .left .logo{ display: flex; justify-content: center;}
	header .qita .left .logo a{line-height:54px;}
	header .qita .left .logo a img{max-height:44px;}
	header .search .search-show{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; font-size:20px; color: #333; cursor: pointer; border-radius: 50%;}
	header .search .formbox{ position: fixed; left: 0; top: 0; z-index: 999999999; width: 100%; height: 100%;background:rgba(0,0,0,.6);opacity:0;visibility: hidden;transition: all .3s;}
	header .search .formbox .form{margin:59px 5px 0; max-width:830px; transform: translateY(30px); transition: all .3s;}
	header .search .formbox form{ display:flex; justify-content: center;}
	header .search .formbox form input{ padding: 0 15px; width: calc(100% - 80px); height:40px; font-size: 14px; line-height: 40px; color: #000; background: #fff; border:none;}
	header .search .formbox form button{ padding: 0; width: 80px; height:40px; font-size: 24px; line-height: 40px; color: #fff; background: #004da5; border:none;}
	header .search .formbox .search-hot{ display: flex;justify-content: center; align-items: center; margin-top: 10px;  font-size: 12px;}
	header .search .formbox .search-hot .mc{ width: 70px; color: #fff;line-height: 24px;}
	header .search .formbox .search-hot ul{ display: flex; flex-wrap: wrap; align-items: center;max-width: calc(100% - 70px); height:24px; overflow: hidden;}
	header .search .formbox .search-hot ul li{ line-height: 24px;}
	header .search .formbox .search-hot ul li:nth-child(n+2){ margin-left: 10px;}
	header .search .formbox .search-hot ul li a{ color: #fff;}
	header .search .formbox.active{opacity: 1;visibility: visible;}
	header .search .formbox.active .form{ transform: translateY(0);}
	header .fenxiang{ margin-left:15px;}
	header .fenxiang ul{ display: flex; align-items: center;}
	header .fenxiang ul li:nth-child(n+2){ margin-left: 10px;}
	header .fenxiang ul li a{ display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; font-size: 20px; color: #333; border-radius: 50%;}
	.menu-box{position: fixed;top:0px;left: 0; z-index:1; padding-top: 50px; width:260px;height: 100%; background: #fff; overflow-y: auto;}
	.menu-box ul li{ min-height:50px; font-size: 13px; border-top: 1px solid rgba(0,0,0,.1);}
	.menu-box ul li .biaoti{ position: relative; display: flex; justify-content: space-between; align-items: center;}
	.menu-box ul li .biaoti a{ position: relative; display: block; padding: 0 20px 0 25px; width: calc(100% - 50px); height: 49px; color: #777; line-height: 49px;}	
	.menu-box ul li .biaoti a span.circle{ display: inline-block; margin-right: 20px; width: 10px; height: 10px; border: 1px solid #474747; border-radius: 50%;}	
	.menu-box ul li .biaoti span.more{ position: absolute; right: 0; top:-1px; width:50px; height:50px;}
	.menu-box ul li .biaoti span.more:before,.menu-box ul li .biaoti span.more:after{ content: ""; position: absolute; left:19px; top:24px; width: 12px; height: 2px; background: #777;}
	.menu-box ul li .biaoti span.more:after{transform:rotate(90deg); transition: all .3s cubic-bezier(.4,.01,.165,.99);}
	.menu-box ul li .biaoti span.more.active:after{transform:rotate(0deg);}
	.menu-box ul li.active .biaoti{ background:#004da5;}
	.menu-box ul li.active .biaoti a{ color: #fff;}
	.menu-box ul li.active .biaoti a span.circle{ border-color: #fff;}
	.menu-box ul li.active .biaoti span.more:before,.menu-box ul li.active .biaoti span.more:after{ background: #fff;}
	.menu-box ul li ul{ display: none;}
	.menu-box ul li ul li a{ display: block;padding: 0 25px;height: 49px; color: #777; line-height: 49px; background: #f2f2f2;}
	.menu-box ul li ul li a span.arrow{ display: inline-block; margin-right:18px; font-size:12px; color:#3e3e3e; line-height:49px;}
	.menu-btn{ position:absolute; left:-5px; top: 0; width:54px; height:54px;}
	.menu-btn span{ display: block;position: absolute; left: 12px; top: 12px; width: 30px; height: 30px;transition:transform .25s cubic-bezier(.4,.01,.165,.99) .2s,-webkit-transform .25s cubic-bezier(.4,.01,.165,.99) .2s;}
	.menu-btn span i{ display: block; position: absolute; left: 0; top: 14px; width: 30px; height: 1px; background: #999;transition:-webkit-transform .2s ease;}
	.menu-btn span:nth-child(1) i{transform:translate3d(0,-6px,0)}
	.menu-btn span:nth-child(2) i{transform:translate3d(0,6px,0)}
	.menu-btn.active span:nth-child(1){ transform: translateZ(0) rotate(45deg);}
	.menu-btn.active span:nth-child(2){ transform: translateZ(0) rotate(-45deg);}
	.menu-btn.active span i{ transform: translateZ(0);}		
	.main-site{height: 100%; box-shadow: 0 20px 20px rgba(0,0,0,.45); transition: all .3s;}
	.main-site.active{ transform:translateX(260px);}
	.main-site .scroll-view{ padding-top: 53px; height: 100%; overflow-x: hidden; overflow-y: auto;}	
	.mask{ display: none; position:fixed;left:260px;top:0;z-index: 999999; width: 100%; height: 100%;background: hsla(0,0%,100%,0);}
	.title-1 .biaoti{ margin-bottom: 10px;}
	.title-1 .biaoti .mc{ font-size: 20px; line-height: 24px;}
	.title-1 .jieshao{ font-size: 16px;}
	.title-3{ margin: 0 -5px;}
	.title-3 .maxen{ margin-bottom:-80px; font-size: 80px; line-height:80px;}
	.title-3 .biaoti{ padding-top:10px; height:80px;}
	.title-3 .biaoti .cn{ margin-bottom:0; font-size: 24px; line-height: 30px;}
	.text-3{ line-height: 26px;}
	.more-1 a{ width: 160px; height:40px; font-size: 16px; line-height: 40px;}
	.picture-1 ul{ justify-content: space-between;}
	.picture-1 ul li{ width: calc(50% - 10px);}
	.picture-1 ul li:nth-child(n+3){ margin-top: 20px;}
	.picture-1-list a .textbox{ height: 40px; font-size: 16px;}
	.picture-2 ul li:nth-child(n+2){ margin-top:20px;}
	.picture-2 ul li .imgbox{ margin-bottom: 20px;}
	.picture-2 ul li .textbox .biaoti{ margin-bottom:20px;}
	.picture-2 ul li .textbox .biaoti .text .cn{ margin-bottom: 5px; font-size:20px; line-height: 30px;}
	.picture-2 ul li .textbox .jieshao{ padding-left:20px;}
	.picture-3-list a .imgbox{ width: 140px;}
	.picture-4-list a .imgbox span{ padding-top:calc(272 / 600 * 100%);}
	.picture-6{ flex-wrap: wrap;}
	.picture-6 .imgbox{ margin-top: 0; margin-bottom: 20px; width: 100%;}
	.picture-6 .imgbox a{ padding-top:calc(305 / 580 * 100%);}
	.picture-6 .textbox{ width: 100%;}
	.picture-6 .textbox .biaoti{ margin-bottom: 15px;}
	.picture-6 .textbox .biaoti a{ line-height: 40px;}
	.picture-6 .textbox .biaoti a .en{ font-size: 40px;}
	.picture-6 .textbox .jieshao{font-size: 14px;line-height: 24px;}
	.picture-10 ul li a .textbox .biaoti{font-size: 16px;}
	.picture-10 ul li a .textbox .jieshao{height: 72px; line-height: 24px;}
	.subnav .biaoti{ display: flex; justify-content: space-between; align-items: center; padding: 0 15px; height: 40px;}
	.subnav .biaoti .cn{ font-size: 16px;}
	.subnav .biaoti .icon{ color: #fff;}
	.subnav .biaoti.active .icon{ transform: rotate(90deg);}
	.subnav ul li a{ padding: 0 15px; font-size: 14px; line-height: 34px;}
	.subnav .ul .li a{ font-size: 14px; line-height: 30px;}
	.subnav.active{ margin-bottom: 20px;}
	.weixin-qrcode-wrap .weixin-qrcode-container{ padding-top: 15px; margin-left: -100px; margin-top: -110px; width: 200px; height: 220px;}
	.weixin-qrcode-wrap .weixin-qrcode-container .qrcode{ width:160px;}
	.view-wecht-icon{position: fixed; right:0; bottom:5%; z-index: 99999;}
	.view-wecht-icon button{ position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; padding: 0; width:60px; height:60px; font-size:30px; color: #fff; background: #004da5; border:none; border-radius: 50%;}
	.view-wecht-icon input{ display: block; position: absolute; left: 10px; top: 10px; z-index: 1; width: 40px; height: 40px; opacity: 0;}
	.view-wecht-box{position: fixed; left:0; top:0; z-index: 99999; width: 100%; height: 100%; background: rgba(0,0,0,.5); overflow: hidden; visibility: hidden; opacity: 0; transition: all .3s;}
	.view-wecht-box .view-wecht{ position: absolute; left:calc(50% - 200px); top: 50%; margin-top: -150px; width: 400px; background: #fff; border-radius: 20px; box-shadow:0 0 15px rgba(0,0,0,.1); transform: scale(1.2); transition: all .3s;}
	.view-wecht-box .view-wecht .esc{ position: absolute; right: 15px; top: 15px; z-index: 1; font-size: 20px; color: #333;}
	.view-wecht-box .view-wecht .view-wecht-container{ padding:30px;}
	.view-wecht-box .view-wecht .view-wecht-container .zhuangtai{margin-bottom:10px; font-size:70px; color: #004da5; line-height: 70px;}
	.view-wecht-box .view-wecht .view-wecht-container .mc{ margin-bottom: 20px; font-size: 20px; color: #333; line-height: 24px; font-weight: bold;}
	.view-wecht-box .view-wecht .view-wecht-container .textbox{ margin-bottom: 15px; font-size: 16px; color: #333; line-height: 24px;}
	.view-wecht-box .view-wecht .view-wecht-container .textbox span{ font-family:'Impact';}
	.view-wecht-box .view-wecht .view-wecht-container .queren{ margin: 0 auto; width:160px; font-size: 18px; color: #fff; line-height: 50px; background: #004da5; border-radius: 5px;}
	.view-wecht-box.active{ visibility: visible; opacity: 1;}
	.view-wecht-box.active .view-wecht{ transform: scale(1);}
	.view-wecht-icon.wechtanimated{animation-duration:2s;animation-fill-mode:both;animation-iteration-count:infinite;animation-duration:2s}
	.view-wecht-icon.wechtup{animation-name:upAnimation;transform-origin:center bottom;cursor:pointer}
	@keyframes upAnimation{
		0%,100%,20%,50%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}
		40%,43%{transition-timing-function:cubic-bezier(.755,.50,.855,.060);transform:translate3d(0,-30px,0)}
		70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}
		90%{transform:translate3d(0,-4px,0)}
	}
	@keyframes aroundAnimation{
		0%,100%,20%,50%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}
		40%,43%{transition-timing-function:cubic-bezier(.755,.50,.855,.060);transform:translate3d(-20px,0,,0)}
		70%{transition-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(-10px,0px,0)}
		90%{transform:translate3d(20px,0,0)}
	}
	.data-mobile-wow{animation-fill-mode:forwards;animation-duration: .5s;}
	.data-mobile-wow[data-mobile-wow-name="wowIn"]{opacity:0;transform:scale3d(.3,.3,.3)}
	.data-mobile-wow[data-mobile-wow-name="wowIn"].open{animation-name:wowIn;}
	.data-mobile-wow[data-mobile-wow-name="wowInUp"]{transform: translateY(30px); opacity:0;}
	.data-mobile-wow[data-mobile-wow-name="wowInUp"].open{animation-name:wowInUp;}
	.data-mobile-wow[data-mobile-wow-name="wowInLeft"]{transform: translateX(-100%); opacity:0;}
	.data-mobile-wow[data-mobile-wow-name="wowInLeft"].open{animation-name:wowInLeft;}
	.data-mobile-wow[data-mobile-wow-name="wowInRight"]{transform:translateX(100%); opacity:0;}
	.data-mobile-wow[data-mobile-wow-name="wowInRight"].open{animation-name:wowInRight;}
	@keyframes wowIn{
		0%{opacity:0;transform:scale(.3)}
		100%{opacity:1;transform:scale(1)}
	}
	@keyframes wowInUp{
		0%{transform: translateY(30px); opacity:0;}
		100%{transform: translateY(0); opacity:1;}
	}
	@keyframes wowInLeft{
		0%{transform: translateX(-100%); opacity:0;}
		100%{transform: translateX(0); opacity:1;}
	}
	@keyframes wowInRight{
		0%{transform: translateX(100%); opacity:0;}
		100%{transform: translateX(0); opacity:1;}
	}
	footer .tops{ padding: 20px 0;}
	footer .tops .contact .ul{ flex-wrap: wrap;}
	footer .tops .contact .ul .li{ padding:0; width: 100%;}
	footer .tops .contact .ul .li:nth-child(n+2){ border-left: none;}
	footer .tops .contact .ul .li .text{ width: 100%; text-align: center;}
	footer .bots .box{ flex-wrap: wrap;}
	footer .bots .box .logo{ margin-bottom:15px; width: 100%; text-align:center;}
	footer .bots .box .logo a img{ width: 350px;}
	footer .bots .box .copyright{ width: 100%; text-align:center;}
	footer .bots .box .ewm{ display: flex; justify-content: center; margin-bottom: 15px; width: 100%;}
}

@media (max-width:767px){
	.main-pad-1{ padding:20px 0 0;}
	.main-pad-2{ padding:0 0 20px;}
	.main-pad-5{ padding:20px 0 0;}
	.main-site .scroll-view{padding-bottom:53px;}
	header .qita .left .logo a img{ width:280px;}
	.banner .swiper-pagination{ bottom: 10px; }
	.banner .swiper-pagination span{ width: 8px; height: 8px; }
	.title-1 .biaoti{ margin-bottom: 5px;}
	.title-1 .jieshao{ font-size: 14px;}
	.title-1 .jieshao:before{ transform: scale(.8);}
	.title-2 ul li a{ min-width: 120px; height: 34px; font-size: 14px;}
	.title-3 .maxen{ margin-bottom:-60px; font-size: 60px; line-height: 60px;}
	.title-3 .biaoti{ height: 60px; font-size: 18px;}	
	.title-3 .biaoti .cn{ font-size: 20px; line-height: 24px;}
	.title-3 .biaoti .en{ font-size:12px;}
	.title-7 .biaoti{ font-size: 18px; line-height: 24px;}
	.picture-1 ul li{ width: calc(50% - 5px);}
	.picture-1 ul li:nth-child(n+3){ margin-top: 10px;}
	.picture-1-list a .textbox{ height: 34px; font-size: 14px;}
	.picture-3-list a .imgbox{ font-size:50px; border-width:8px;}
	.picture-3-list a .textbox{ font-size: 14px;}
	.picture-4-list a .textbox .text, .picture-5-list a .text{ padding: 0 15px 0 10px;}
	.picture-6 .imgbox{ margin-bottom:10px;}
	.picture-6 .textbox .biaoti{ margin-bottom:5px; font-size: 16px;}
	.picture-6 .textbox .jieshao{font-size: 12px; line-height: 24px;}
	.picture-10 ul li:nth-child(n+2){ margin-top: 6px;}
	.picture-10 ul li a{padding: 10px;}
	.picture-10 ul li a .imgbox{ width: 40%;}
	.picture-10 ul li a .imgbox span{ padding-top: 150px;}
	.picture-10 ul li a .textbox{ width: 60%;}
	.picture-10 ul li a .textbox .biaoti{font-size: 14px;}
	.picture-10 ul li a .textbox .jieshao{ margin-bottom: 10px; height: 48px; font-size: 12px;}
	.picture-10 ul li a .textbox .more{ width: 60px; height: 24px; font-size: 12px; border-radius: 12px;}
	.tabBar{ position: fixed; left: 0; bottom: 0; z-index: 99999; width: 100%; background: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 -3px 5px rgba(0,0,0,.1);}
	.tabBar ul{ display: flex; align-items: center;}
	.tabBar ul li{ width: calc(100% / 3);}
	.tabBar ul li a{ display: block; padding:5px 0;}
	.tabBar ul li:nth-child(n+2) a{border-left:solid 1px rgba(0,0,0,.1);}
	.tabBar ul li a .icon{ font-size:18px; color: #000; line-height: 24px;}
	.tabBar ul li a .mc{ font-size: 12px; color: #999; line-height: 20px;}
	.tabBar ul li.active a{ background: #004da5;}
	.tabBar ul li.active a .icon{ color: #fff;}
	.tabBar ul li.active a .mc{ color: #fff;}
	.tabBar ul li .tanchuang{ position: absolute; left: 15px; bottom: 100%; z-index: 1; padding-bottom: 10px; width: calc(100% - 30px); transform: translateY(10px); opacity: 0; visibility: hidden; transition: all .3s;}
	.tabBar ul li .tanchuang:before{ content: ""; position: absolute; right: calc(((100% + 30px) / 3 - 30px - 12px) / 2); bottom: 4px; z-index: 1; width: 0; height: 0; border-left: solid 6px transparent; border-right: solid 6px transparent; border-top: solid 6px rgba(23,168,253,.8);}
	.tabBar ul li.active .tanchuang{ transform: translateY(0px); opacity: 1; visibility: visible;}
	.tabBar ul li .tanchuang .imgbox{ padding: 10px; font-size: 0; background: rgba(83, 104, 116, .8); border-radius: 5px;}
	.tabBar ul li .tanchuang .imgbox img{ max-width: 100px;}	  
}

@media (max-width:479px){
	header .qita .left .logo a img{ width: 220px;}
	header .search .formbox form input{ width: calc(100% -  60px);}
	header .search .formbox form button{ width: 60px;}
	header .search .formbox .search-hot{flex-wrap: wrap; justify-content: flex-start;}
	header .search .formbox .search-hot .mc{ width: 100%;}
	header .search .formbox .search-hot ul{ width: 100%; height: auto;}
	header .search .formbox .search-hot ul li{ width: 100%;}
	header .search .formbox .search-hot ul li:nth-child(n+2){ margin-left: 0;}
	header .fenxiang{ margin-left: 0;}
	.view-wecht-box .view-wecht{left: 5%; width: 90%;}
	.weixin-qrcode-wrap .weixin-qrcode-container .txt{ font-size: 12px;}
	.title-1 .biaoti .mc{ font-size: 18px;}
	.title-1 .jieshao{ font-size: 12px;}
	.title-2 ul li a{ min-width: 100px; height: 30px; font-size: 12px;}
	.picture-2 ul li .textbox .biaoti{ margin-bottom: 15px; height: 70px;}
	.picture-2 ul li .textbox .biaoti .shuzi{ width: 40px; font-size: 40px;}
	.picture-2 ul li .textbox .biaoti .text{ width: calc(100% - 40px);}
	.picture-2 ul li .textbox .biaoti .text .cn{ font-size: 18px; line-height: 24px;}
	.picture-2 ul li .textbox .biaoti .text .en{ font-size: 12px;}
	.picture-2 ul li .textbox .jieshao{ font-size: 14px; line-height: 26px;}
	.picture-3-list a .imgbox{ width:150px; border-width: 6px;}
	.picture-3-list a .textbox{ font-size: 12px;}
	.picture-6 .textbox .biaoti a{line-height: 34px;}
	.picture-6 .textbox .biaoti a .en{font-size: 24px;}
	.picture-6 .textbox .biaoti a .cn img{ width: 70px;}
	.picture-6 .textbox .jieshao{ font-size: 12px;}
	.picture-10 ul li a .imgbox span{padding-top: 125px;}
	.picture-10 ul li a .textbox{padding-left: 15px;}
	.picture-10 ul li a .textbox .biaoti{margin-bottom: 0;}
	.picture-10 ul li a .textbox .time{margin-bottom: 0;}
	.picture-10 ul li a .textbox .jieshao{margin-bottom:5px;}
	footer .tops .contact .ul .li .text{ font-size: 14px; line-height: 26px;}
	footer .bots .box .copyright{ line-height: 26px;}
}

@media (max-width:399px){
	header .left{padding-left:65px; width: calc(100% - 65px);}
	header .qita .left .logo a img{ width:180px;}
	header .fenxiang{ margin-left:0;}
	.picture-4-list a .textbox, .picture-5-list a{ height: 120px;}
	.picture-4-list a .textbox > .time, .picture-5-list a > .time{ width: 80px;}
	.picture-4-list a .textbox > .time .maxshuzi, .picture-5-list a > .time .maxshuzi{ font-size: 40px; line-height: 40px;}
	.picture-4-list a .textbox .text, .picture-5-list a .text{ padding:0;}
	.picture-4-list a .textbox .text .biaoti, .picture-5-list a .text .biaoti{ margin-bottom: 5px;}
	.picture-4-list a .textbox .text .jieshao, .picture-5-list a .text .jieshao{ font-size: 12px;}
	.picture-4-list a .textbox .text .biaoti .mc, .picture-5-list a .text .biaoti .mc{ font-size: 14px;}
	.picture-4-list a .textbox .text .biaoti .time, .picture-5-list a .text .biaoti .time{ display: none;}
	.view-wecht-box .view-wecht .view-wecht-container .zhuangtai{ font-size:60px; line-height:60px;}
	.view-wecht-box .view-wecht .view-wecht-container .queren{ font-size: 16px; line-height: 40px;}
	footer .bots .box .logo a img{ width: 280px;}
	footer .bots .box .copyright{ font-size: 12px;}
}