/*全局样式*/
body {
	padding: 0;
	margin: 0;
	font-family: 微软雅黑;
	font-size: 12px;
	color: #000;
}

body.modal-open {
	position: fixed;
	width: 100%;
}

div,
img,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
	padding: 0;
	margin: 0;
	border: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #000;
}

i,
em {
	font-style: normal;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*去掉 input 默认边框*/
input {
	padding: 0;
	border: 0;
	font-family: 微软雅黑;
}

/*清除ios端 input,textarea 默认内阴影 默认圆角*/
input[type="text"],
input[type="submit"],
textarea {
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"] {
	background-color: transparent;
	cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

/*去掉 textarea 默认边框*/
textarea {
	padding: 0;
	border: 0;
	font-family: 微软雅黑;
	font-size: 0.24rem;
}

/*去掉 button 默认边框*/
button {
	border: 0;
	padding: 0;
	background-color: transparent;
	font-family: 微软雅黑;
	font-size: 0.24rem;
	cursor: pointer;
}

/*清除浮动*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/*解决chrome 浏览器，当文本框，多行文本获得焦点的时候，会有一个边框的问题*/
input,
textarea {
	outline: none;
	resize: none;
}

/*去掉select默认样式*/
select:focus {
	outline: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/*去掉表格自带间隙*/
table {
	border-collapse: collapse;
}

/*常用宽度*/
.w1520 {
	position: relative;
	width: 96%;
	margin: 0 auto;
	max-width: 1520px;
}

.w1200 {
	position: relative;
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
}

.w1000 {
	position: relative;
	width: 96%;
	margin: 0 auto;
	max-width: 1000px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*滚动条*/
.webkitScroll {
	overflow-y: auto;
	width: 100%;
	height: 100%;
	position: relative;
	right: -1px;
}

.webkitScroll::-webkit-scrollbar-button {
	background-color: transparent;
	height: 22px;
}

body *::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: transparent;
}

body *::-webkit-scrollbar-thumb {
	background-color: #0063b6;
	display: block;
}


/*头部*/
.header {
	height: 146px;
}

.header .top {
	height: 100px;
	background-color: #26578f;
}

.header .top .logo {
	margin-top: 12px;
	display: inline-block;
	width: 400px;
}

.header .top .right {
	float: right;
	overflow: hidden;
}

.header .top .right .top1 {
	text-align: right;
}

.header .top .right .top1 a {
	margin-top: 24px;
	margin-bottom: 12px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 12px;
}

.header .top .right .top1 a.a2 {
	margin-left: 12px;
}

.header .top .right .top1 a.a3 {
	margin-left: 12px;
}

.header .top .right .top1 a.a4 {
	margin-left: 12px;
}

.header .top .right .top1 span {
	color: #fff;
	margin: 0 16px;
}

.header .top .right .bottom1 {
	overflow: hidden;
}

.header .top .right .bottom1 img {
	display: inline-block;
	vertical-align: middle;
}

.header .top .right .bottom1 .search {
	margin-left: 20px;
	display: inline-block;
}

.header .top .search {
	width: 260px;
	height: 36px;
	box-sizing: border-box;
	background-color: #0c3565;
	border-radius: 4px;
}

.header .top .search form {
	height: 100%;
}

.header .top .search .txt {
	background-color: #0c3565;
	width: calc(100% - 30px);
	height: 100%;
	line-height: 33px;
	padding-left: 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}

.header .top .search .btn {
	height: 100%;
	width: 30px;
	float: right;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	color: transparent;
	background-size: 18px 18px;
	background-position: 0px 9px;
}

/*导航*/
.nav-boxs {
	background-color: #376ba5;
}

.nav-boxs .w1200 {
	height: 46px;
	position: relative;
}

.nav-box {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 46px;
	line-height: 46px;
	width: 100%;
}

.nav-box .nav {}

.nav-box .nav>li {
	position: relative;
	float: left;
	width: 10%;
	font-size: 16px;
}

.nav-box .nav>li:first-child {
	padding-left: 0;
}

.nav-box .nav>li:last-child {
	padding-right: 0;
}

.nav-box .nav>li:first-child:before {
	display: none;
}

.nav-box .nav>li .more-btn {
	display: none;
}

.nav-box .nav>li>a {
	display: block;
	color: #fff;
	text-align: center;
}

.nav-box .nav>li.on,
.nav-box .nav>li:hover {
	background-color: #26578f;
}

.nav-box .nav>li.on>a,
.nav-box .nav>li:hover>a {
	font-weight: bold;
}

.nav-box .nav-2nd {
	display: none;
	z-index: 20;
	position: absolute;
	left: 0;
	top: 46px;
	width: 164px;
	background-color: #0063b6;
	background-color: #26578f;
	border-top: 1px solid #103662;
}

.nav-box .nav-2nd>li {
	position: relative;
	padding: 0 10px;
}

.nav-box .nav-2nd>li>a {
	color: #fff;
	text-align: left;
	font-size: 16px;
	display: table-cell;
	line-height: 25px;
	height: 50px;
	vertical-align: middle;
}

.nav-box .nav-2nd>li:hover {
	background-color: #376ba5;
}

.nav-box .nav>.li {
	display: none;
}

.nav-box .nav-3nd {
	display: none;
	z-index: 2;
	position: absolute;
	left: 164px;
	top: 0;
	width: 164px;
	background-color: #0063b6;
	background-color: #26578f;
	border-left: 1px solid #103662;
}

.nav-box .nav-3nd>li {}

.nav-box .nav-3nd>li>a {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	display: block;
}

.nav-box .nav-3nd>li:hover {
	background-color: #376ba5;
}

/*头部 end*/

/*底部*/
.foot {
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	padding: 10px 0 16px 0;
}

.foot .p:nth-child(2) {
	color: #29684e;
}

.inside_foot .p:nth-child(1) {
	background-color: #f7f7f7;
}

/*底部 end*/

/*banner*/
.banner {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.banner .swiper-pagination-bullet-active {
	background-color: #26578f;
}

.banner .swiper-slide {
	height: 405px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*banner end*/

/*index_content*/
.index_tit {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 15px;
}

.index_tit .h {
	font-size: 30px;
	color: #333;
	line-height: 30px;
	float: left;
	padding-left: 14px;
	border-left: 4px solid #015f97;
}

.index_tit a {
	font-size: 14px;
	color: #3f99cd;
	float: right;
	vertical-align: bottom;
	line-height: 14px;
	margin-top: 16px;
}

.index_content {
	overflow: hidden;
}

.index_top {
	background-color: #376ba5;
	overflow: hidden;
	border-bottom: 1px solid #285c96;
}

.index_top .w1200>a {
	font-size: 16px;
	color: #fff;
	line-height: 56px;
	float: right;
}

.banner .swiper-slide {
	display: block;
}

.banner .swiper-slide .w1200 {
	height: 100%;
}

.banner .swiper-slide em {
	display: block;
	position: absolute;
	bottom: -56px;
	font-size: 20px;
	color: #fff;
	left: 0;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	width: calc(100% - 108px);
	float: left;
}

.banner .swiper-button-white {
	background-size: 10px 16px;
	width: 27px;
	height: 27px;
	background-color: #264b73;
	border: 1px solid #567aa3;
}

.banner .swiper-button-next {
	bottom: 15px;
	right: 140px;
	left: auto;
	top: auto;
}

.banner .swiper-button-prev {
	bottom: 15px;
	right: 170px;
	left: auto;
	top: auto;
}

.banner .swiper-pagination {
	display: table;
	width: auto;
	left: auto;
	bottom: 70px;
	width: 100%;
	text-algin: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 0.3;
}

.index_link {
	margin: auto;
}

.index_link .w1200 {
	background-color: #376ba5;
	padding-top: 12px;
}

.index_link .link {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.index_link .link .swiper-slide {
	width: 20%;
}

.index_link .link .swiper-slide .pics {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
}

.index_link .link .swiper-slide .pics .pic {
	width: 35px;
	height: 35px;
	display: inline-block;
	margin-top: 17px;
	background-position: 0 0;
	background-size: 35px 70px;
}

.index_link .link .slide1 .pics .pic {
	background-image: url(../images/link_icon1.png);
}

.index_link .link .slide2 .pics .pic {
	background-image: url(../images/link_icon2.png);
}

.index_link .link .slide3 .pics .pic {
	background-image: url(../images/link_icon3.png);
}

.index_link .link .slide4 .pics .pic {
	background-image: url(../images/link_icon4.png);
}

.index_link .link .slide5 .pics .pic {
	background-image: url(../images/link_icon5.png);
}

/*.index_link .link .slide6 .pics .pic{background-image: url(../images/code.jpg);background-size: 65px 65px;background-position: center;background-repeat: no-repeat;}2019.7.27*/
.index_link .link .swiper-slide .txt {
	color: #fff;
	font-size: 16px;
	line-height: 44px;
}

.index_link .link .swiper-slide:hover .pics {
	background-color: #fff;
}

.index_link .link .swiper-slide:hover .pics .pic {
	background-position: 0 -35px;
}

/*2019.7.27*/
.index_link .link .slide6:hover .pics {
	background-color: transparent;
}

.index_link .link .slide6:hover .pics .pic {
	background-position: center;
}

.index_content .part1 {
	width: 40.5%;
	float: left;
}

.index_content .part2 {
	width: 54.5%;
	float: right;
}

.index_content .part1 .list li {
	margin-bottom: 0;
}

.index_content .part1 .list li a {
	overflow: hidden;
	position: relative;
	display: block;
}

.index_content .part1 .day {
	width: 58px;
	height: 58px;
	background-color: #376ba5;
	color: #fff;
	text-align: center;
	float: left;
	border-radius: 4px;
}

.index_content .part1 .day .top {
	font-size: 30px;
	line-height: 40px;
}

.index_content .part1 .day .bottom {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}

/*2019.7.27*/
.index_content .part1 .list li a .txt {
	position: relative;
	left: 0;
	width: calc(100% - 100px);
	float: left;
	padding-left: 12px;
	line-height: 39px;
	height: 39px;
	overflow: hidden;
	font-size: 16px;
	color: #2a2a2a;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.index_content .part1 .list li a:hover .txt {
	left: 4px;
	color: #015f97;
}

.index_content .part1 .list li a .txt:before {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #015f97;
}

.index_content .part1 .list li a span {
	vertical-align: middle;
	display: inline-block;
	line-height: 39px;
	float: right;
	font-size: 16px;
	color: #2a2a2a;
}


.index_content .part2 .list li {
	overflow: hidden;
	margin-bottom: 16px;
}

.index_content .part2 .list li .pics {
	width: 185px;
	height: 100px;
	overflow: hidden;
	float: left;
	margin: 8px 0;
}

.index_content .part2 .list li .txt {
	position: relative;
	float: right;
	width: calc(100% - 205px);
	margin: 8px 0;
}

.index_content .part2 .list li .txt a {
	display: block;
	width: 100%;
}

/*2019.7.27*/
.index_content .part2 .list li .txt a .p {
	position: relative;
	left: 0;
	float: left;
	display: inline-block;
	font-size: 16px;
	color: #2a2a2a;
	line-height: 30px;
	width: calc(100% - 100px);
	height: 35px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.index_content .part2 .list li .txt a span {
	vertical-align: middle;
	display: inline-block;
	line-height: 30px;
	float: right;
	font-size: 16px;
	color: #2a2a2a;
}

.index_content .part2 .list li .txt a .day {
	width: 58px;
	height: 58px;
	background-color: #376ba5;
	display: inline-block;
	color: #fff;
	text-align: center;
	vertical-align: top;
	border-radius: 4px;
}

.index_content .part2 .list li .txt a .day .top {
	font-size: 30px;
	line-height: 40px;
}

.index_content .part2 .list li .txt a .day .bottom {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}

.index_content .part2 .list li .txt .solid {
	position: absolute;
	left: 0;
	top: 57.5px;
	width: 82px;
	height: 1px;
	background-color: #d1d1d1;
}

.index_content .part2 .list li .txt a .p:hover {
	left: 4px;
	color: #015f97;
}

.index_content .part3 {
	position: relative;
	height: 388px;
}

.index_content .part3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 140px);
	background-color: #376ba5;
	z-index: -1;
}

.index_content .part3 .list {
	overflow: hidden;
	padding-bottom: 118px;
}

.index_content .part3 .list .swiper-slide {
	width: 23.75%;
	height: 150px;
	padding: 28px 0;
	background-position: center;
	background-size: cover;
}

.index_content .part3 .list .swiper-slide .txt {
	opacity: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.index_content .part3 .list .swiper-slide .txt .cn {
	position: relative;
	top: 4px;
	line-height: 58px;
	color: #fff;
	font-size: 26px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.index_content .part3 .list .swiper-slide .txt .en {
	position: relative;
	top: 4px;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 18px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.index_content .part3 .list .swiper-slide:hover .txt {
	opacity: 1;
}

.index_content .part3 .list .swiper-slide:hover .txt .cn {
	top: 0;
}

.index_content .part3 .list .swiper-slide:hover .txt .en {
	top: 0;
}

.index_content .part3 .list .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	font-style: italic;
	display: table;
	font-size: 80px;
	color: #d5d5d5;
	line-height: 78px;
}

.index_content .part3 .list .swiper-button-white {
	background-size: 10px 16px;
	width: 27px;
	height: 37px;
	background-color: #264b73;
	border: 1px solid #567aa3;
}

.index_content .part3 .list .swiper-button-next {
	bottom: 0;
	left: 280px;
	right: auto;
	top: auto;
}

.index_content .part3 .list .swiper-button-prev {
	bottom: 0;
	left: 250px;
	right: auto;
	top: auto;
}

/*index_content end*/

/*side_nav*/
.side_nav {
	width: 267px;
	float: left;
	margin-right: 11px;
}

.side_nav .top {
	padding: 17px 0 0 25px;
	width: 100%;
	height: 52px;
	background-image: url(../images/side_top_bj.jpg);
	background-size: 100% 100%;
}

.side_nav .top .cn {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
}

.side_nav .top .en {
	font-size: 12px;
	color: #fff;
	line-height: 12px;
	margin-top: 8px;
}

.side_nav .list {
	padding: 0 4px 4px 4px;
	background-color: #ebebeb;
	display: table;
	width: 100%;
}

.side_nav .list>li {
	position: relative;
	font-size: 16px;
	color: #323232;
}

.side_nav .list>li>a:before {
	content: "";
	width: 4px;
	height: 8px;
	position: absolute;
	top: 20px;
	left: 22px;
	background-image: url(../images/side_nav_bj.png);
	background-position: 0 0;
}

.side_nav .list>li>a {
	padding-left: 40px;
	display: block;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	width: 100%;
}

.side_nav .list>li:hover,
.side_nav .list>li.on {
	background-color: #fff;
}

.side_nav .list>li.on.has>a:before {
	transform: rotate(90deg);
}

.side_nav .list>li:hover>a,
.side_nav .list>li.on>a {
	color: #26578f;
}

.side_nav .list>li:hover:before,
.side_nav .list>li.on:before {
	background-position: 0 -8px;
}

.side_nav .list>li .list1 {
	width: 100%;
	line-height: 50px;
	display: none;
}

.side_nav .list>li.on .list1 {
	display: block;
}

.side_nav .list>li .list1 li {
	position: relative;
	padding-left: 46px;
	font-size: 14px;
	background-color: #ebebeb;
}

.side_nav .list>li .list1 li a {
	color: #323232;
	display: block;
}

.side_nav .list>li .list1 li:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 37px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #323232;
}

.side_nav .list>li .list1 li:after {
	content: "";
	position: absolute;
	top: 18px;
	right: 20px;
	width: 16px;
	height: 16px;
	background-image: url(../images/list1_bj.png);
	background-position: 0 -16px;
}

.side_nav .list>li .list1 li:hover,
.side_nav .list>li .list1 li.on {
	background-color: #fff;
}

.side_nav .list>li .list1 li:hover a,
.side_nav .list>li .list1 li.on a {
	color: #26578f;
}

.side_nav .list>li .list1 li:hover:before,
.side_nav .list>li .list1 li.on:before {
	background-color: #26578f;
}

.side_nav .list>li .list1 li:hover:after,
.side_nav .list>li .list1 li.on:after {
	background-position: 0 0;
}

/*side_nav end*/

/*内页公共样式*/
.inside_content .left_content {
	width: calc(100% - 278px);
	float: right;
	min-height: 400px;
}

.inside_tit {
	border-bottom: 1px solid #eee;
}

.inside_tit .h {
	position: relative;
	bottom: -1px;
	padding: 0 12px;
	font-size: 22px;
	color: #376ba5;
	line-height: 22px;
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 2px solid #376ba5;
}

.inside_tit .side_nav1 {
	display: none;
	float: right;
	position: relative;
}

.inside_tit .side_nav1 .p {
	position: relative;
	float: right;
	width: 200px;
	height: 36px;
	line-height: 36px;
	margin: 4px 0;
	border: 1px solid #376ba5;
	cursor: pointer;
}

.inside_tit .side_nav1 .p:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 12px;
	width: 4px;
	height: 8px;
	background-image: url(../images/side_nav_bj.png);
	transform: rotate(90deg);
}

.inside_tit .side_nav1>ul {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	line-height: 30px;
	border: 1px solid #376ba5;
	background-color: #fff;
	font-size: 16px;
	display: none;
}

.inside_tit .side_nav1>ul>li {
	padding: 0 10px;
	border-bottom: 1px solid #376ba5;
}

.inside_tit .side_nav1>ul>li>span {
	float: right;
}

.inside_tit .side_nav1>ul>li>ul {
	display: none;
}

.inside_tit .side_nav1>ul>li>ul li {
	padding-left: 10px;
	font-size: 12px;
}

/*内页公共样式 end*/

/*分页*/
.page {
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 28px;
}

.page li {
	display: inline-block;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	line-height: 30px;
	margin: 0 5px;
}

.page li a {
	display: block;
	color: #666;
	padding: 0 12px;
}

.page li:hover,
.page li.on {
	border-color: #376ba5;
	background-color: #376ba5;
}

.page li:hover a,
.page li.on a {
	color: #fff;
}

.page span {
	height: 20px !important;
	color: #333 !important;
	border: solid 1px #376ba5 !important;
}

.page a {
	height: 20px !important;
	color: #333 !important;
	border: solid 1px #376ba5 !important;
}

.page input {
	border: solid 1px #376ba5 !important;
	margin: 0 4px !important;
	vertical-align: middle;
}

/*分页 end*/

.floatWin {
	position: fixed;
	top: 30%;
	right: 11.5%;
	width: 56px;
	z-index: 99;
	background-color: #fff;
	border-radius: 4px;
}

.floatWin>.li {
	position: relative;
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #e7e7e7;
	text-align: center;
	line-height: 56px;
	cursor: pointer;
}

.floatWin>.li:last-child {
	width: 100%;
	height: 34px;
	background-size: 100%;
	margin: 0;
	background-position: 0 0;
	border-bottom: none;
}

.floatWin>.li .a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: 100%;
	margin: 0;
	background-position: 0 0;
}

.floatWin>.li:nth-child(1) .a {
	background-image: url(../images/wx.jpg);
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.floatWin>.li:nth-child(2) {
	background-image: url(../images/top.jpg);
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.floatWin>.li .code {
	width: 0;
	height: 80px;
	position: absolute;
	right: 58px;
	top: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}

.floatWin>.li:hover .code {
	width: 80px;
}

/*2019.7.27*/
.index_content .part2 .list li .pics .pic {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	padding-top: 10px;
	background-size: cover;
	background-position: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.index_content .part2 .list li .pics .pic p {
	position: relative;
	top: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.index_content .part2 .list li .pics .pic:hover p {
	top: 15px;
}

/*about*/
.inside_banner {
	height: 250px;
	background-size: cover;
	background-position: center;
}

.inside_top {
	margin-bottom: 22px;
	line-height: 55px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.inside_top .Crumbs {
	float: right;
}

.inside_top .Crumbs li {
	display: inline-block;
	color: #8c8c8c;
}

.inside_top .Crumbs li a {
	display: inline-block;
	font-size: 12px;
	color: #8c8c8c;
}

.inside_top .Crumbs li.on a {
	color: #376ba5;
}

.about_content {
	width: calc(100% - 146px);
	margin: 80px 0 5px 0;
	padding: 32px 0 32px 30px;
	background-color: #ebebeb;
}

.about_content .h {
	font-size: 30px;
	color: #3e3e3e;
	padding-left: 116px;
	line-height: 30px;
	margin: 0 0 22px 0;
}

.about_content .p {
	font-size: 15px;
	color: #3e3e3e;
	line-height: 27px;
	text-indent: 2em;
	text-align: justify;
}

.about_content .img1 {
	float: right;
	margin: -62px -146px 0 34px;
}

.about_content .img2 {
	display: none;
}

/*about end*/

/*news_list1*/
.list1_content .list li {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 0 14px;
}

.list1_content .list li:last-child {
	border-bottom: none;
}

.list1_content .list li .i {
	position: relative;
	left: 0;
	display: block;
	float: left;
	width: calc(100% - 128px);
	height: 90px;
	overflow: hidden;
	line-height: 90px;
	font-size: 16px;
	color: #343434;
	padding-left: 23px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list1_content .list li .i:before {
	content: "";
	position: absolute;
	left: 0;
	top: 42px;
	width: 8px;
	height: 8px;
	background-image: url(../images/list_icon.png);
	background-size: 100% 100%;
}

.list1_content .list li:hover .i {
	left: 4px;
	color: #376ba5;
}

.list1_content .list li .span {
	display: block;
	float: right;
	width: 110px;
	text-align: center;
	border: 1px solid #376ba5;
	margin-top: 14px;
}

.list1_content .list li .span .top {
	height: 40px;
	line-height: 40px;
	background-color: #376ba5;
	color: #fff;
	font-size: 30px;
}

.list1_content .list li .span .bottom {
	font-size: 16px;
	color: #676767;
	line-height: 20px;
}

/*news_list1 end*/

/*news_list2*/
.list2_content .list li .txt {
	float: left;
	width: calc(100% - 128px);
	height: 120px;
}

.list2_content .list li .txt .h {
	position: relative;
	left: 0;
	margin: 16px 0 10px 0;
	font-size: 16px;
	color: #343434;
	line-height: 16px;
	width: 100%;
	height: 16px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list2_content .list li .txt .p {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.list2_content .list li .span {
	margin-top: 28px;
}

.list2_content .list li:hover .txt .h {
	color: #376ba5;
	left: 4px;
}

/*news_list2 end*/

/*news_list3*/
.list3_content .list li .txt {
	float: left;
	width: calc(100% - 128px);
	height: 100px;
}

.list3_content .list li .txt .h {
	position: relative;
	left: 0;
	padding-left: 23px;
	margin: 25px 0 8px 0;
	font-size: 16px;
	color: #343434;
	line-height: 16px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.list3_content .list li .txt .h:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 8px;
	height: 8px;
	background-image: url(../images/list_icon.png);
	background-size: 100% 100%;
}

.list1_content .list li:hover .h {
	left: 4px;
	color: #376ba5;
}

.list3_content .list li .txt .download {
	margin-left: 23px;
	padding-left: 18px;
	font-size: 14px;
	color: #999999;
	background-image: url(../images/download_icon.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.list3_content .list li .txt .download:hover {
	color: #376ba5;
}

/*news_list4 end*/

/*pic_list*/
.pic_content .list .content {
	float: left;
	width: calc(100% - 128px);
}

.pic_content .list .content .pics {
	width: 185px;
	height: 100px;
	margin: 26px 0 28px 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.pic_content .list .content .pics .pic {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pic_content .list .content .txt {
	width: calc(100% - 210px);
	display: inline-block;
	float: right;
}

.pic_content .list .content .txt .h {
	position: relative;
	left: 0;
	font-size: 16px;
	color: #343434;
	line-height: 16px;
	margin: 38px 0 10px 0;
	width: 100%;
	height: 16px;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.pic_content .list li:hover .content .txt .h {
	left: 4px;
	color: #376ba5;
}

.pic_content .list li:hover .content .pics .pic {
	transform: scale(1.05);
}

.pic_content .list .content .txt .p {
	font-size: 12px;
	color: #676767;
	line-height: 20px;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.pic_content .list li .span {
	margin-top: 45px;
}

/*pic_list end*/

/*新闻详情*/
.news_details_content {
	min-height: 250px;
	background-color: #fafafa;
	margin-top: 16px;
	padding: 0 44px 42px 44px;
}

.news_details_content img {
	display: inline-block;
	height: auto ! important;
}

.news_details_content .tit {
	padding: 36px 0 22px 0;
	margin-bottom: 42px;
	border-bottom: 1px solid #e4e4e4;
}

.news_details_content .tit .h {
	font-size: 22px;
	margin-bottom: 12px;
	color: #333;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
}

.news_details_content .tit .h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #333;
	line-height: 24px;
	text-align: center;
}

.news_details_content .tit .span {
	display: table;
	margin: 0 auto;
}

.news_details_content .tit .span span {
	font-size: 14px;
	color: #666;
	margin: 0 12px;
}

.news_details_content .txt {
	font-size: 14px;
	color: #454545;
	line-height: 24px;
	margin-bottom: 24px;
}

.news_details_content .txt video {
	max-width: 100%;
	height: auto;
}

.news_details_content .pageup {
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

.news_details_content .pageup .box {
	line-height: 40px;
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #3e3e3e;
}

.news_details_content .pageup .box a {
	color: #3e3e3e;
}

.news_details_content .pageup .box a:hover {
	color: #376ba5;
	text-decoration: underline;
}

/*新闻详情 end*/


/*10.15新增*/
.inside_content .left_content .box {
	margin-bottom: 46px;
}

.inside_content .left_content .box .inside_tit .more {
	font-size: 14px;
	color: #376ba5;
	text-transform: uppercase;
	float: right;
	line-height: 32px;
}

.inside_content .left_content .box .list1_content .list li {
	padding-right: 0;
}

/*10.15新增 end*/

@media screen and (max-width: 1300px) {
	.floatWin {
		right: 1.5%;
	}
}

/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px) {

	/*header*/
	.header {}

	.header .top {}

	.header .top .logo {
		width: 460px;
	}

	.header .top .search {}

	.header .top .right .bottom1 img {
		width: 200px;
	}

	.header .top .right .top1 a {
		font-size: 14px;
	}

	.nav-box .nav>li {
		padding: 0 20px;
		font-size: 12px;
	}

	/*header end*/
	.banner {
		width: 100%;
	}

	.banner .swiper-slide {
		height: 300px;
	}

	.index_link .w1200 {
		width: 100%;
	}
}

/*pad:>=769px && <=1024px*/
@media screen and (max-width: 1024px) {

	/*header*/
	.header {
		position: relative;
		height: auto;
	}

	.header .top {
		height: 160px;
	}

	.header .top .logo {
		width: 280px;
	}

	.header .top .right {
		float: none;
		margin-top: -30px;
	}

	.header .top .right .top1 a {
		margin-top: 12px;
	}

	.header .top .right .bottom1 .search {
		margin-top: 8px;
		margin-left: 0;
		width: 100%;
	}

	.header .top .search .txt {
		line-height: 22px;
	}

	.header .top .search .btn {}

	.header .top .right .bottom1 img {
		display: none;
	}

	.header .top .right .top1 a {
		font-size: 12px;
	}

	/*移动端导航按钮*/
	.header .menu-btn {
		display: block;
		z-index: 100;
		position: absolute;
		right: 0;
		top: -145px;
		width: 40px;
		height: 40px;
		padding: 0 5px;
		cursor: pointer;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}

	.header .menu-btn span {
		position: absolute;
		width: 30px;
		height: 2px;
		background-color: #fff;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}

	.header .menu-btn span:nth-child(1) {
		top: 10px;
	}

	.header .menu-btn span:nth-child(2) {
		top: 18px;
	}

	.header .menu-btn span:nth-child(3) {
		top: 26px;
	}

	.header .menu-btn.close {
		position: fixed;
		right: 3%;
		top: 15px;
	}

	.header .menu-btn.close span:nth-child(1) {
		top: 18px;
		background-color: #000;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.header .menu-btn.close span:nth-child(2) {
		display: none;
	}

	.header .menu-btn.close span:nth-child(3) {
		top: 18px;
		background-color: #000;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.nav-box .nav>.li {
		display: block;
	}

	/*导航*/
	.foot {
		line-height: 20px;
	}

	.nav-box .nav>li {
		width: 100%;
	}

	.nav-box .nav>li a {
		text-align: left;
	}

	.nav-boxs .w1200 {
		height: 0;
	}

	.nav-box {
		display: none;
		z-index: 99;
		position: fixed;
		left: 0;
		top: 0;
		float: none;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}

	.nav-box .nav {
		width: 80%;
		height: 80%;
		margin: 60px auto 0;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.nav-box .nav::-webkit-scrollbar {
		width: 2px;
		background: #eee;
		border-radius: 2px;
	}

	.nav-box .nav::-webkit-scrollbar-thumb {
		background: #ccc;
		border-radius: 2px;
	}

	.nav-box .nav>li {
		float: none;
		padding: 0;
		border-bottom: 1px solid #eee;
		line-height: 50px;
	}

	.nav-box .nav>li:before {
		display: none;
	}

	.nav-box .nav>li:after {
		display: none;
	}

	.nav-box .nav>li .more-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		font-size: 20px;
		text-align: center;
		color: #999;
		cursor: pointer;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}

	.nav-box .nav>li>a {
		display: block;
		width: 80%;
		padding: 0 10px;
		font-size: 16px;
		color: #333;
	}

	.nav-box .nav>li.on,
	.nav-box .nav>li:hover {
		background-color: transparent;
	}

	.nav-box .nav>li.on .more-btn {
		transform: rotate(45deg);
	}

	.nav-box .nav>li.on>a {
		color: #0063b6;
	}

	.nav-box .nav-2nd {
		position: initial;
		width: 100%;
		margin-bottom: 20px;
		background-color: transparent;
		padding-left: 10px;
	}

	.nav-box .nav-2nd>li>a {
		color: #999;
	}

	.nav-box .nav-2nd>li>a:hover {
		background-color: transparent;
	}

	.nav-box .nav-3nd {
		position: initial;
		width: 100%;
		margin-bottom: 20px;
		background-color: transparent;
		display: block;
		padding-left: 14px;
		border-left: none;
	}

	.nav-box .nav-3nd>li>a {
		color: #999;
		font-size: 14px;
	}

	.nav-box .nav-3nd>li>a:hover {
		background-color: transparent;
	}

	/*header end*/
	.index_link .w1200 {
		width: 100%;
	}

	.side_nav {
		display: none;
	}

	.inside_content .left_content {
		width: 100%;
	}

	.banner .swiper-slide {
		height: 260px;
	}

	.index_top .top_list .swiper-slide {
		font-size: 16px;
	}

	.index_top .top_list {
		width: calc(100% - 72px);
	}

	.index_top .w1200>a {
		font-size: 12px;
	}

	.index_link .link .swiper-slide {
		width: 25%;
	}

	.index_content .part1 {
		width: 100%;
	}

	.index_content .part2 {
		width: 100%;
	}

	.inside_tit .side_nav1 {
		display: block;
	}

	.floatWin {
		display: none;
	}

}

/*phone:<=768px*/
@media screen and (max-width: 768px) {

	/*header*/
	/*.header{height: 70px;}*/
	/*.header .top{height: 60px;}*/
	.header .top {
		height: 122px;
	}

	.header .top .logo {
		width: 200px;
		margin-top: 6px;
	}

	.header .top .right {
		margin-top: -10px;
	}

	.header .top .right .top1 a {
		margin: 4px 0;
		font-size: 12px;
	}

	.header .top .right .top1 a.a2 {
		margin-left: 2px;
	}

	.header .top .right .top1 a.a3 {
		margin-left: 2px;
	}

	.header .top .right .top1 a.a4 {
		margin-left: 2px;
	}

	.header .top .right .top1 span {
		margin: 0 2px;
	}

	.header .menu-btn {
		top: -122px;
	}

	.header .top .search {
		height: 32px;
	}

	.header .top .search .btn {
		background-position: 0 5px;
	}

	/*header end*/
	.foot .left .foot_nav {
		text-align: center;
		font-size: 0;
	}

	.foot .left .foot_nav>li {
		display: inline-block;
		float: none;
		font-size: 12px;
		padding: 0 6px;
		margin-bottom: 6px;
	}

	.foot .left .txt {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
	}

	.foot .right {
		display: none;
	}

	.banner.w1200 {
		width: 100%;
	}

	.banner .swiper-slide {
		height: 125px;
	}

	.banner .swiper-pagination {
		bottom: 32px;
	}

	/*.index_top{padding-bottom:10px;}*/
	.index_link .w1200 {
		width: 100%;
	}

	.index_top .top_list .swiper-pagination {
		display: none;
	}

	.index_top .top_list .swiper-slide {
		line-height: 30px;
		height: 30px;
		font-size: 14px;
		padding-right: 30px;
	}

	.index_top .w1200>a {
		line-height: 28px;
	}

	.index_link .link .swiper-slide .txt {
		font-size: 12px;
		line-height: 22px;
		height: 46px;
	}

	.index_top .top_list .swiper-button-next {
		display: none;
	}

	.index_top .top_list .swiper-button-prev {
		display: none;
	}

	.index_top .top_list .swiper-pagination {
		bottom: 5px;
	}

	.index_link .link .swiper-slide {
		width: 33.333%;
	}

	.index_content .part3 .list .swiper-slide {
		width: 50%;
		height: 120px;
	}

	.index_tit {
		margin: 20px 0 12px 0;
	}

	.index_tit .h {
		font-size: 18px;
		line-height: 20px;
	}

	.index_tit a {
		font-size: 12px;
		margin-top: 6px;
	}

	.index_link .link .swiper-slide .pics {
		width: 60px;
		height: 60px;
	}

	.index_link .link .swiper-slide .pics .pic {
		margin-top: 8px;
		width: 40px;
		height: 40px;
		background-size: 40px auto;
	}

	.index_link .link .swiper-slide:hover .pics .pic {
		background-position: 0 -40px;
	}

	.index_content .part1 .list li a .txt {
		width: calc(100% - 94px);
		font-size: 14px;
		line-height: 30px;
		height: 30px;
	}

	.index_content .part2 .list li .pics {
		width: 100px;
	}

	.index_content .part2 .list li .txt {
		width: calc(100% - 106px);
	}

	.index_content .part2 .list li .txt a .p {
		font-size: 14px;
	}

	.index_content .part2 .list li {
		margin-bottom: 0;
	}

	.index_content .part3 {
		height: 220px;
	}

	.index_content .part3 .list {
		padding-bottom: 80px;
	}

	.index_content .part3 .list .swiper-button-next {
		left: 140px;
		bottom: 30px;
		height: 30px;
	}

	.index_content .part3 .list .swiper-button-prev {
		left: 110px;
		bottom: 30px;
		height: 30px;
	}

	.index_content .part3 .list .swiper-pagination {
		font-size: 30px;
	}

	.list1_content .list li {
		padding: 0;
	}

	.short_content .list li {
		padding: 8px 0;
	}

	.list1_content .list li .span {
		width: 50px;
		margin-top: 0;
	}

	.list2_content .list li .txt {
		min-width: calc(100% - 74px);
		height: 100px;
	}

	.page li {
		font-size: 12px;
		margin: 0 3px;
	}

	.inside_top {
		display: none;
	}

	.inside_tit .h {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 0;
	}

	.list2_content .list li .txt .h {
		font-size: 14px;
	}

	.list2_content .list li .txt .p {
		font-size: 12px;
		height: 37px;
		line-height: 18px;
	}

	.list1_content .list li .i {
		font-size: 14px;
		width: calc(100% - 60px);
		height: 40px;
		line-height: 40px;
	}

	.list3_content .list li .txt .h {
		font-size: 14px;
		line-height: 18px;
	}

	.list3_content .list li .txt {
		width: calc(100% - 60px);
	}

	.pic_content .list .content {
		width: calc(100% - 60px);
	}

	.pic_content .list .content .txt {
		width: calc(100% - 140px);
	}

	.pic_content .list .content .txt .h {
		margin-top: 22px;
		font-size: 14px;
	}

	.pic_content .list .content .txt .p {
		font-size: 12px;
	}

	.pic_content .list .content .pics {
		width: 130px;
		height: 75px;
		margin: 16px 0 19px 0;
	}

	.list1_content .list li .span .top {
		height: 24px;
		line-height: 24px;
		font-size: 20px;
	}

	.list1_content .list li .span .bottom {
		font-size: 12px;
		line-height: 14px;
	}

	.pic_content .list li .span {
		margin-top: 32px;
	}

	.news_details_content {
		padding: 0 10px;
		font-size: 14px !important;
	}

	.news_details_content img {
		display: inline-block;
	}

	.news_details_content span p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.news_details_content .tit {
		padding: 18px 0 11px 0;
		margin-bottom: 20px;
	}

	.news_details_content .tit p span {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.news_details_content .tit .h {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.news_details_content .tit .h1 {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 18px;
	}

	.news_details_content .tit .span span {
		font-size: 12px;
		margin: 0 6px;
	}

	.news_details_content .txt {
		margin-bottom: 12px;
		font-size: 14px !important;
		line-height: 28px !important;
	}

	.inside_banner {
		height: 100px;
	}

	/*2019.7.27*/
	.index_content .part1 .list li a span {
		font-size: 13px;
		line-height: 30px;
	}

	.index_content .part1 .list li a .txt:before {
		top: 12px;
	}

	.index_content .part2 .list li .txt a span {
		font-size: 13px;
	}

	.index_content .part3 .list .swiper-slide .txt .cn {
		font-size: 18px;
		line-height: 34px;
	}

	.index_content .part3 .list .swiper-slide .txt .en {
		font-size: 12px;
	}

	.list1_content .list li .i:before {
		top: 16px;
	}


	/*2019.9.10*/
	.inside_tit .side_nav1 .p {
		width: 160px;
		height: 25px;
		line-height: 23px;
		color: #797979;
		padding-left: 10px;
		margin: 3px 0;
		border-radius: 4px;
		border: 1px solid #99bfea;
	}

	.inside_tit .side_nav1 .p:after {
		top: 8px;
	}

	.inside_tit .side_nav1>ul {
		font-size: 12px;
		top: 30px;
		border-radius: 4px;
		border: 1px solid #bfdcfb;
	}

	.inside_tit .side_nav1>ul>li {
		border-bottom: 1px solid #d0d0d0;
	}

	.banner .swiper-button-white {
		width: 20px;
		height: 20px;
	}

	.banner .swiper-button-next {
		bottom: 5px;
		right: 80px;
	}

	.banner .swiper-button-prev {
		bottom: 5px;
		right: 100px;
	}

	.banner .swiper-slide em {
		bottom: -42px;
		font-size: 12px;
		color: #fff;
	}


	.short_content .left_content .box {
		margin-bottom: 26px;
	}

	.short_content {
		margin-top: 14px;
	}

}

@media screen and (max-width: 500px) {
	.vsb_content .p img {
		width: 100%;
		height: auto;
		margin: 15px 0;
	}

	.vsb_content .p p {
		font-size: 16px;
		line-height: 30px;
	}