﻿@charset 'utf-8';

/*全局样式*/

* {
	padding: 0;
	margin: 0;
	font-family: arial, 'microsoft yahei', \5b8b\4f53, sans-serif;
}

*,
 :after,
 :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	background: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

ul,
li,
em,
i {
	font-style: normal;
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
body{
	transition: all 1s;
}
.hidden{
	display: none;
}
.show{
	display: block !important;
}
.main {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
}

.index-content {
	padding-top: 90px;
}

.hander {
	height: 138px;
	padding-top: 8px;
}

.hander-left {
	float: left;
}

.hander-right {
	float: right;
	margin-top: 19px;
}

.hander-right p {
	display: inline-block;
	position: relative;
	top: -4px;
	margin-left: 10px;
}

.hander-right span {
	display: block;
}

.hander-right-span1 {
	font-size: 26px;
	font-weight: bold;
	color: #3B9AD7;
}

.hander-right-span2 {
	font-size: 14px;
	color: #656565;
}

.nav-warp {
	width: 100%;
	position: absolute;
	top: 109px;
	z-index: 100;
}

.nav {
	margin: 0 auto;
}

.nav-ul {
	width: 100%;
	height: 58px;
	background: #1F8CEC;
}

.nav-ul li {
	display: inline-block;
	width: 200px;
	height: 58px;
	float: left;
	line-height: 58px;
	text-align: center;
}

.nav-ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
}

.nav-ul li:hover {
	background: #37A2FD;
}

.selected {
	background: #37A2FD !important;
}

.zffc ul {
	height: 116px;
	background: #1F8CEC;
}

.zffc-div {
	height: 0;
	overflow: hidden;
	transition: all .3s;
}
.nav2 .zffc-div{
	position: fixed;
}

.triangle_border_up {
	width: 0;
	height: 0;
	border-width: 0 15px 15px;
	border-style: solid;
	border-color: transparent transparent #1F8CEC;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
}
.triangle_border_right{
	display: none;
	width: 0;
	height: 0;
	border-width: 15px 0px 15px 15px;
	border-style: solid;
	border-color: transparent transparent transparent #F96D57;
	position: absolute;
	right: -15px;
	top: 11px;
}
.zzrz-content4-selected .triangle_border_right{
	display: block;
}
.zffc:hover .zffc-div {
	height: 141px;
}

.footer {
	max-width: 1920px;
	height: 198px;
}

.footer-top {
	width: 100%;
	height: 132px;
	background: #2B313B;
	padding-top: 12px;
}

.footer-top-left li {
	display: inline-block;
	height: 54px;
	text-align: center;
	line-height: 54px;
}

.footer-ul1 li {
	width: 100px;
}

.footer-ul1 li span {
	display: inline-block;
	width: 2px;
	height: 16px;
	background: #a6afbd;
	float: right;
	margin-top: 19px;
}

.footer-ul1 li a {
	color: #A5AEBC;
}

.footer-ul2 li a {
	color: #83878e;
}

.footer-ul2 {
	padding-left: 10px;
}

.footer-ul2 li {
	padding: 0 10px;
}

.footer-top-left li a {
	font-size: 16px;
}

.footer-top-left {
	display: inline-block;
}

.footer .hander-right-span2 {
	color: #a8a8a8;
}

.footer-bottom {
	max-width: 1920px;
	height: 66px;
	background: #252A33;
}

.footer-bottom p {
	text-align: center;
	line-height: 66px;
}

.footer-bottom a {
	display: inline-block;
	color: #83878e;
	font-size: 16px;
	margin: 0 auto;
	margin: 0 12px;
}

.footer a:hover {
	color: #fff;
}

.slideBox {
	max-width: 1920px;
	height: 600px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd li {
	max-width: 1920px;
	height: 600px;
}

.slideBox .bd li a {
	display: block;
	max-width: 1920px;
	height: 600px;
	border: 0;
}

.hd {
	position: absolute;
	bottom: 96px;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.hd li {
	display: inline-block;
	width: 25px;
	height: 4px;
	background: #fff;
	cursor: pointer;
	margin: 0 5px;
}

.hd .on {
	height: 7px;
	background: #228CE8;
}

.book-warp {
	width: 100%;
	height: 310px;
	margin: 0 auto;
	position: absolute;
	top: 113px;
	z-index: 100;
}

.book-warp-div {
	height: 310px;
}

.book {
	width: 270px;
	height: 310px;
	background: rgba(0, 0, 0, .5);
	border-radius: 3px;
	float: right;
	overflow: hidden;
}

.book-div {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	padding-top: 20px;
}

.book-div img {
	position: relative;
	top: -3px;
	margin: 0 10px;
}

.book-div2 {
	width: 240px;
	height: 40px;
	background: #fff;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

.book-div2 input {
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: none;
	margin-left: 50px;
	padding-left: 20px;
	font-size: 14px;
	color: #808080;
}

.book-div2 span {
	display: inline-block;
	width: 50px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 7px;
	border-right: 1px solid #E2EAF0;
}

.book-bt {
	display: block;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}

.book-bt a {
	display: block;
	width: 240px;
	height: 40px;
	line-height: 36px;
	background: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	outline: none;
	cursor: pointer;
	position: relative;
	z-index: 100;
}

.book-bt::after {
	content: '';
	position: relative;
	top: -40px;
	width: 0px;
	height: 40px;
	display: block;
	text-align: center;
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;*/
	background: #F96D57;
}

.book:hover .book-bt::after {
	content: '';
	width: 240px;
}

.book:hover .book-bt a {
	border: 2px solid #F96D57;
}

.index-content-div-left:hover .book-bt::after {
	content: '';
	width: 250px;
}

.index-content-div-left:hover .book-bt a {
	border: 2px solid #F96D57;
}

.picScroll-top {
	height: 45px;
	width: 240px;
	margin: 0 auto;
	border-bottom: 1px dashed #a6d7ff;
}

.pic {
	text-align: center;
	white-space: nowrap;
}

.pic span {
	display: inline-block;
	line-height: 45px;
	color: #a6d7ff;
	margin: 0 10px;
}

.book-bottom {
	width: 240px;
	height: 50px;
	margin: 0 auto;
}

.book-bottom li {
	display: inline-block;
	line-height: 50px;
	font-size: 13px;
	color: #96b4cd;
	width: 52px;
	float: left;
	margin: 0 4px;
}

.book-bottom li img {
	position: relative;
	top: 5px;
}

.banner-bottom {
	height: 90px;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	bottom: 0;
	z-index: 100;
	border-top: 1px solid #D3CBB5;
}

.banner-bottom div {
	display: inline-block;
	width: 68px;
	height: 68px;
	background: url(../images/2018092505.png) center center no-repeat;
	text-align: center;
	padding-top: 14px;
}

.banner-bottom-span1 {
	font-size: 16px;
	color: #e0ebf4;
}

.banner-bottom-span2 {
	font-size: 14px;
	color: #b6b6b6;
}

.banner-bottom p {
	display: inline-block;
	margin-left: 20px;
}

.banner-bottom span {
	display: block;
	text-align: left;
}

.banner-bottom ul {
	margin-top: 11px;
	text-align: center;
}

.banner-bottom ul li {
	display: inline-block;
	margin: 0 20px;
}

.bt {
	text-align: center;
	margin: 0px 0 60px 0;
}

.bt-span2 {
	font-size: 28px;
	color: #323232;
}

.bt-span2 {
	padding: 0 20px;
}

.bt div {
	margin-top: 20px;
}

.index-content-div {
	width: 1200px;
	height: 588px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 110px;
}

.index-content-p {
	height: 70px;
	width: 220px;
	background: #1F8CEC;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: -20px;
	position: relative;
	z-index: 1;
}

.index-content-p span {
	display: inline-block;
	height: 7px;
	width: 20px;
	background: #339FFD;
	position: relative;
	top: -3px;
}

.index-content-div-left {
	width: 370px;
	position: absolute;
	top: -20px;
	z-index: 1;
}

.index-content-div-left-div {
	width: 370px;
	height: 506px;
	background: url(../images/2018092514.png) center center no-repeat;
	text-align: center;
	padding: 76px 0 0 0;
}

.index-content-div-left-div2 {
	background: url(../images/2018092919.png) center center no-repeat !important;
}

.index-content-div-left-div p {
	display: inline-block;
	width: 250px;
	text-align: left;
	color: #fff;
	white-space: nowrap;
}

.index-content-div-left-div .book-bt {
	width: 250px;
	margin-top: 36px;
}

.index-content-div-left-div .book-bt a {
	width: 250px;
}

.index-content-p2 {
	font-size: 20px;
	line-height: 42px;
}

.index-content-p2 span {
	font-size: 24px;
	font-weight: bold;
	color: #FEFB21;
}

.index-content-p3 {
	font-size: 16px;
	line-height: 48px;
}

.index-content-p3 span {
	display: inline-block;
	width: 12px;
	height: 4px;
	background: #4198DF;
	position: relative;
	top: -4px;
	margin-right: 10px;
}

.index-content-p3-selected {
	margin-top: 10px;
}

.index-content-div-right {
	display: inline-block;
	width: 1076px;
	height: 588px;
	box-shadow: 0px 0px 20px #eaeaea;
	position: absolute;
	right: 0;
}

.index-content-div-right ul {
	display: inline-block;
	width: 828px;
	float: right;
}

.index-content-div-right li {
	display: inline-block;
	width: 276px;
	height: 196px;
	text-align: center;
	border: .5px solid #F6F6F6;
	float: left;
	transition: all .3s;
	padding-top: 25px;
}

.index-content-div-right li img {
	display: block;
	margin: 0 auto;
}

.index-content-div-right li p {
	font-size: 18px;
	color: #323232;
	margin-top: 20px;
}

.index-content-div-right li div {
	width: 276px;
	height: 78px;
	display: table-cell;
	vertical-align: middle;
}

.index-content-div-right li:hover {
	box-shadow: 0px 0px 20px #eaeaea;
}

.index-content2 {
	display: block;
	height: 590px;
	padding-top: 80px;
}

.index-content2 .bt-span2,
.index-content2 div {
	color: #fff;
}

.index-content2 li div {
	height: 138px;
	width: 280px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.index-content2 li img {
	position: relative;
	z-index: 2;
}

.index-content2-img2 {
	position: absolute !important;
	left: 82px;
	top: 0;
	z-index: 0 !important;
	transition: all 1s;
}

.index-content2 li:hover .index-content2-img2 {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	/* IE 9 */
	-moz-transform: rotate(360deg);
	/* Firefox */
	-webkit-transform: rotate(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(360deg);
	/* Opera */
}

.index-content2-p {
	font-size: 20px;
	font-weight: bold;
	color: #FECB68;
	line-height: 40px;
}

.index-content2-p2 {
	display: block;
	width: 32px;
	height: 4px;
	background: #52A4E5;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 8px;
}

.index-content2-p3 {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}

.index-content2 ul {
	display: block;
	text-align: center;
	white-space: nowrap;
	margin-top: -30px;
}

.index-content2 ul li {
	display: inline-block;
	text-align: center;
	height: 275px;
	width: 280px;
	background: url(../images/2018092925.png) center bottom no-repeat;
	margin: 0 13px;
}

.index-content2 .book-bt {
	margin-top: 46px;
	width: 250px;
	height: 40px;
}

.index-content2 .book-bt a {
	width: 250px;
	height: 40px;
}

.index-content2:hover .book-bt::after {
	content: '';
	width: 250px;
}
.zzrz-content3:hover .book-bt::after {
	content: '';
	width: 250px;
}
.zzrz-content3:hover .book-bt a {
	color: #fff;
}
.index-content2:hover .book-bt a {
	border: 2px solid #F96D57;
}
.index-content3{
	padding-top: 90px;
	padding-bottom: 70px;
}
.index-content3 ul{
	height: 270px;
}
.index-content3 li{
	display: inline-block;
	width: 200px;
	height: 185px;
	text-align: center;
	border-bottom: 1px solid #DBDBDB;
	float: left;
}
.index-content3 li p{
	font-size: 18px;
	color: #323232;
	line-height: 70px;
}
.index-content3-selected p{
	color: #339FFD !important;
}
.index-content3-img2,.index-content3-img4{
	display: none;
}
.index-content3 li div{
	height: 102px;
	width: 200px;
	display: table-cell;
    vertical-align: middle;
}
.index-content3 .index-content3-p2{
	font-size: 40px !important;
	font-weight: 100 !important;
	line-height: 40px !important;
	margin-top: 20px;
	color: #7AB3E3 !important;
}
.index-content3-selected .index-content3-img1,.index-content3-selected .index-content3-img3{
	display: none;
}
.index-content3-selected .index-content3-img2,.index-content3-selected .index-content3-img4{
	display: inline-block;
}
.index-content3 .book-bt{
	margin-top: 85px !important;
}
.index-content3 .book-bt a,.zzrz-content3 .book-bt a,.zzrz-content4 .book-bt a,.zfbt-content3 .book-bt a{
	color: #F96D57;
	border: 2px solid #F96D57;
}
.zzrz-content4 .book-bt{
	margin-left: 0;
}
.index-content3:hover .book-bt::after {
	content: '';
	width: 250px;
}
.index-content3:hover .book-bt a {
	border: 2px solid #F96D57;
	color: #fff;
}
.zfbt-content3:hover .book-bt::after{
	content: '';
	width: 240px;
}
.zfbt-content3:hover .book-bt a {
	color: #fff;
}
.zzrz-content4 .zzrz-content4-div:hover .book-bt a{
	color: #fff;
}
.zzrz-content4 .zzrz-content4-div:hover .book-bt::after{
	content: '';
	width: 240px;
}
.index-content4{
	max-width: 1920px;
	height: 650px;
	padding-top: 80px;
	position: relative;
	overflow: hidden;
}
.index-content4 .bt,.index-content4 .bt-span2{
	color: #fff;
}
.index-content4-div img{
	display: block;
	margin: 0 auto;
}
.index-content4-div-p{
	font-size: 20px;
	font-weight: bold;
	color: #FECB68;
	line-height: 38px;
}
.index-content4-div-p2{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.index-content4-div ul{
	display: block;
	width: 1200px;
	margin: 0 auto;
}
.index-content4-div ul li{
	display: inline-block;
	width: 340px;
	float: left;
	height: 128px;
	margin-bottom: 132px;
}
.index-content4-div div{
	position: absolute;
	top: 200px;
	width: 100%;
}
.index-content4-div li:nth-child(even)
{
	text-align: left;
	margin-left: 260px;
}
.index-content4-div li:nth-child(odd)
{
	text-align: right;
	margin-right: 260px;
}
.index-content5{
	padding-top: 90px;
}
.index-content5-div{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/2018093003.png) center center no-repeat;
	padding-top: 155px;
}
.index-content5-div ul{
	display: block;
	width: 1200px;
	text-align: center;
}
.index-content5-div li{
	display: inline-block;
	width: 465px;
	height: 61px;
	line-height: 60px;
	text-align: left;
	cursor: pointer;
}
.index-content5-div li:hover span{
	color: #309fff;
}
.index-content5-div li:hover .index-content5-div-span{
	color: #fff !important;
	background: url(../images/2018093004.png) center center no-repeat;
}
.index-content5-div li span{
	font-size: 16px;
	color: #666666;
}
.index-content5-div-span{
	display: inline-block;
	width: 97px;
	height: 30px;
	background: url(../images/2018093005.png) center center no-repeat;
	text-align: center;
	line-height: 30px;
	color: #fa6e57 !important;
	padding-left: 10px;
	float:  right;
	position:  relative;
	top: 16px;
}
.index-content5-div li:nth-child(odd){
	margin-right: 90px;
	padding-left: 21px;
}
.index-content5-div li:nth-child(even){
	margin-left: 90px;
	padding-left: 23px;
}
.index-content5 .bt{
	margin: 0 !important;
}
.index-content6{
	background: #F9FAFB;
	padding-top: 100px;
	padding-bottom: 90px;
}
.index-content6-div img{
	display: block;
	margin: 0 auto;
}
.index-content7{
	padding: 80px 0;
}
.nav2-selected{
	height: 80px !important;
}
.nav2-warp{
	width: 100%;
	height: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: all .3s;
}
.nav2{
	height: 80px;
	background: #FBFBFB;
	margin:  0 auto;
	box-shadow: 1px 1px 20px #eaeaea;
}
.nav2-div{
	display: inline-block;
	padding-top: 6.5px;
}
.nav2 ul{
	display: inline-block;
	width: auto;
	float: right;
	background: #FBFBFB;
}
.nav2 li{
	width: 110px;
	height: 80px;
	line-height: 80px;
}
.nav2 li a{
	color: #4f4f4f;
	display:  inline-block;
	width: 100%;
	height: 100%;
}
.nav2 .selected a{
	color: #fff !important;
}
.nav2 li:hover a{
	color: #fff !important;
}
.nav2 .zffc ul{
	background: #1F8CEC !important;
	width: 110px;
}
.nav2 .zffc li{
	height: 58px !important;
	line-height: 58px !important;
}
.nav2 .zffc li a{
	color: #fff !important;
}
.bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 80px;
	text-align: center;
	width: 100%;
	z-index: 1000;
}
.bottom div{
	height: 100%;
	background: #238CEA;
	max-width: 1920px;
	margin:  0 auto;
}
.bottom a{
	line-height: 80px;
	color: #fff;
}
.bottom-selected{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px !important;
	color: #2195EF !important;
	background: #fff;
	margin: 0 20px;
	border-radius: 50px;
}
.bottom img{
	float: right;
	margin: 20px 20px 20px 0px;
}
.tan{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 1000;
	padding-top: 8%;
}
.tan-div{
	display: block;
	width: 600px;
	margin: 0 auto;
	border-radius: 3px;
	overflow: hidden;
}
.tan-p1{
	height: 50px;
	line-height:50px;
	padding:0 20px;
	color: #666;
	background-color:#f7f7f7;
	font-size:16px;
	border-bottom: 1px solid #ddd;
}
.tan-p1 span{
	color: #ff6a00;
}
.tan-div2{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tan-div3{
	width: 500px;
	margin: 0 auto;
}
.tan-div3 p{
	font-size: 15px;
	color: #666;
}
.tan-div4{
	margin-top: 20px;
	padding-left: 45px;
	font-size: 15px;
	color: #666;
	white-space: nowrap;
}
.tan-div5{
	margin-top: 20px;
	padding-left: 45px;
	font-size: 15px;
	color: #666;
	text-align: center;
}
.tan-div4 label{
	display: inline-block;
	width: 80px;
	color: #666;
}
.tan-div4 .input1{
	width: 300px;
	line-height: 24px;
    height: 33px;
    padding: 3px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .5s ease-out;
}
.input2[type="checkbox"]{
	position: relative;
	top: 2px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.tan-div4 textarea{
	width: 300px;
	height: 100px;
	padding: 3px 10px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	outline:none;
	resize:none;
	line-height: 24px;
	font-size: 15px;
}
.btn{
	display: inline-block;
	padding: 8px 20px;
	line-height: 1em;
	font-size: 14px;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 10px;
}
.blue{
	background-color: #4c7cc6;
	border: 0;
}
.gray{
	color: #555;
    border: 0;
    background-color:#d9d9d9;
}
.gjgx .hd{
	bottom: 10px;
}

.gjgx-content{
	padding-top: 80px;
	padding-bottom: 60px;
}
.gjgx-content-div{
	height: 465px;
	background: url(../images/2018100801.png) center center no-repeat;
}
.gjgx-content ul{
	display: block;
	width: 910px;
	height: 400px;
	position: relative;
	left: 70px;
	overflow: hidden;
}
.gjgx-content li{
	display: inline-block;
	width: 300px;
	height: 200px;
	padding-top: 81px;
}
.gjgx-content-p1{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.gjgx-content-p2{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 15px;
}
.gjgx-content-p3{
	width: 28px;
	height: 6px;
	background: #1F8CEC;
	margin-top: 15px;
}
.gjgx-content2{
	background: #2892EE;
	padding-top: 75px;
}
.gjgx-content2 .bt-span2{
	color: #fff;
}
.gjgx-content2 ul{
	display: block;
	width: 1264px;
	height: 208px;
	margin: 0 auto;
	margin-top: 90px;
}
.gjgx-content2 ul li{
	display: inline-block;
	width: 316px;
	height: 208px;
	text-align: center;
	background: url(../images/2018100808.png) center center no-repeat;
	float: left;
}
.gjgx-content2-div{
	position: relative;
	top: -53px;
}
.gjgx-content2-div div{
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	width: 316px;
}
.gjgx-content2-p1{
	font-size: 20px;
	color: #ffcc66;
	line-height: 46px;
	margin-top: 20px;
}
.gjgx-content2-p2{
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.gjgx-content3{
	padding-top: 75px;
	padding-bottom: 60px;
}
.gjgx-content3-div1{
	display: table-cell;
	vertical-align: middle;
	width: 163px;
	height: 163px;
	border-radius: 50%;
	background: linear-gradient(#2897EE, #28B1EE);
	text-align: center;
	position: relative;
	z-index: 1;
}
.gjgx-content3 ul{
	display: block;
	width: 1260px;
	margin: 0 auto;
}
.gjgx-content3 li{
	display: inline-block;
	width: 585px;
	position: relative;
	margin: 20px;

}
.gjgx-content3-div2{
	display: table;
	height: 132px;
	width: 465px;
	background: #F1F7FB;
	position: absolute;
	right: 0;
	top: 15px;
}
.gjgx-content3-div3{
	display: table-cell;
	vertical-align: middle;
	width: 465px;
	padding-left: 52px;
}
.gjgx-content3-p1{
	font-size: 18px;
	font-weight: bold;
	color: #2592f0;
	line-height: 50px;
}
.gjgx-content3-p2{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 22px;
}
.gjgx-content4{
	height: 700px;
	background: url(../images/j-02.jpg) center center no-repeat;
	padding-top: 60px;
	position: relative;
}
.gjgx-content4 .bt-span2,.gjgx-content4 .bt div,.gjgx-content6 .bt-span2{
	color: #fff;
}
.gjgx-content4-div,.gjgx-content4-div2{
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.gjgx-content4-div2{
	bottom: 40px !important;
}
.gjgx-content5{
	padding-top: 88px;
	padding-bottom: 35px;
}
.gjgx-content5-div{
	height: 572px;
	background: url(../images/j-03.jpg) center center no-repeat;
	position:  relative;
}
.gjgx-content5-div li{
	display: inline-block;
	height: 150px;
	width: 240px;
	float: left;
	margin: 0 50px;
}
.gjgx-content5-div li p{
	text-align: center;
}
.gjgx-content5-p1{
	font-size: 20px;
	color: #ffcc66;
	line-height: 44px;
}
.gjgx-content5-p2{
	font-size: 16px;
	color: #ededed;
	line-height: 26px;
}
.gjgx-content5-ul1{
	display: inline-block;
	height: 150px;
	text-align: center;
}
.gjgx-content5-div2,.gjgx-content5-div3{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 145px;
}
.gjgx-content5-div3{
	top: 306px;
}
.gjgx-content6{
	height: 684px;
	background: url(../images/j-04.jpg) center center no-repeat;
}
.gjgx-content6{
	padding-top: 78px;
}
.gjgx-content6-div{
	width: 1209px;
	height: 455px;
	background: url(../images/2018100815.png) center center no-repeat;
	margin: 0 auto;
}
.gjgx-content6-li1{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	height: 50px !important;
	line-height: 50px;
	background: #F1F7FB !important;
	padding-left: 0 !important;
}
.gjgx-content6-ul1{
	display: inline-block;
	padding-left: 30px;
	width: 690px;
	overflow: hidden;
}
.gjgx-content6-ul1 li{
	height: 88px;
	display: table;
}
.gjgx-content6-ul1 p{
	line-height: 29px;
}
.gjgx-content6-ul1 p img{
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.gjgx-content6-p1{
	font-size: 16px;
	color: #2592f0;
	font-weight: bold;
}
.gjgx-content6-p2{
	font-size: 14px;
	color: #4c4c4c;
}
.gjgx-content6-ul1 div{
	display: table-cell;
	vertical-align: middle;
}
.gjgx-content6-ul2{
	display: inline-block;
	float: right;
	margin-right: 4px;
	width: 400px;
	padding-left: 20px;
}
.gjgx-content6-ul2 li{
	background: url(../images/2018100818.png) 10px center no-repeat;
	height: 84px;
	padding-left: 17px;
}
.gjgx-content6-ul2 li p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 71px;
}

.gjgx-content6-ul2 li p span{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	color: #2592f0;
	background: #fff;
	text-align: center;
}
.gjgx-content6-ul2 .gjgx-content6-li1{
	margin-bottom: 20px;
}
.zzrz-content-div li{
	display: inline-block;
	width: 228px;
	height: 240px;
	padding-bottom: 26px;
	margin: 0 7px;
	overflow: hidden;
	transition: height .3s;
	float: left;
}
.zzrz-content-div li:hover{
	height: 304px;
	box-shadow: 0px 0px 15px #d6d3d3;
}
.zzrz-content-li1{
	border: 1px solid #1F8CEC;
}
.zzrz-content-p1{
	height: 63px;
	line-height: 63px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #1F8CEC;
}
.zzrz-content-div li div{
	display: table-cell;
	vertical-align: middle;
	height: 110px;
	width: 228px;
	text-align: center;
}
.zzrz-content-p2{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.zzrz-content-div a{
	display: block;
	width: 168px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background: #F96D57;
	margin: 0 auto;
	margin-top: 25px;
}
.zzrz-content{
	padding-top: 80px;
	padding-bottom: 20px;
}
.zzrz-content-li2{
	border: 1px solid #37A2FD !important;
}
.zzrz-content-li2 .zzrz-content-p1{
	background: #37A2FD;
}
.zzrz-content-div ul{
	display: block;
	width: 1210px;
	height: 304px;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
}
.zzrz-content2{
	padding: 80px 0 60px 0;
	background: url(../images/j-12.jpg) center center no-repeat;
}
.zzrz-content2 ul{
	display: block;
	height: 550px;
	width: 1248px;
	margin:  0 auto;
}
.zzrz-content2 li{
	display: table;
	width: 624px;
	height: 276px;
	float: left;
}
.zzrz-content2-li1{
	background: url(../images/j-05.jpg) center center no-repeat;
}
.zzrz-content2-li2{
	background: url(../images/j-06.jpg) center center no-repeat;
}
.zzrz-content2-li3{
	background: url(../images/j-07.jpg) center center no-repeat;
}
.zzrz-content2-li4{
	background: url(../images/j-08.jpg) center center no-repeat;
}
.zzrz-content2-p1{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #1F8CEC;
	margin: 0 auto;
}
.zzrz-content2-p2{
	font-size: 16px;
	color: #fff;
	line-height: 44px;
}
.zzrz-content2 li div{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.zzrz-content3{
	max-width: 1920px;
	height: 449px;
	padding: 45px 0 35px 0;
}
.zzrz-content3 .bt-span2{
	color: #fff;
}
.zzrz-content3 ul{
	display: block;
	width: 1150px;
	height: 170px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.zzrz-content3-p1{
	width: 38px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(../images/2018100907.png) center center no-repeat;
	position: absolute;
	top: -10px;
	left: 15px;
}
.zzrz-content3 li div{
	display: table-cell;
	vertical-align: middle;
	height: 110px;
	width: 150px;
	text-align: center;
}
.zzrz-content3 li div img{
	position: relative;
	z-index: 1;
}
.zzrz-content3 li{
	display: inline-block;
	width: 150px;
	position: relative;
	float: left;
}
.zzrz-content3-p2{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #ffcc66;
	text-align: center;
	white-space: nowrap;
	position:  relative;
}
.zzrz-content3-p3{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 36px;
}
.zzrz-content3-li2{
	width: 100px !important;
}
.zzrz-content4{
	max-width: 1920px;
	height: 668px;
	padding: 80px 0 20px 0;
	background: url(../images/j-10.jpg) center center no-repeat;
}
.zzrz-content4 ul{
	display: inline-block;
	position: relative;
	z-index: 1;
}
.zzrz-content4 ul li{
	width: 250px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background: #fff;
	box-shadow: 0 2px 15px #eeeeee;
	margin: 10px 0;
	cursor: pointer;
	position:  relative;
}
.zzrz-content4 .zzrz-content4-selected{
	background: #F96D57;
	color: #fff;
	box-shadow: 0px 2px 15px #f9a1a1;
}
.zzrz-content4-div2{
	border-left: 2px solid #F5F5F5;
	margin-left: 125px;
	padding-left: 50px;
}
.zzrz-content4 ol{
	list-style-type: decimal;
	padding-left: 20px;
	width: 810px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.zzrz-content4 ol li{
	list-style-position:outside;
	list-style: decimal;
	font-size: 15px;
	color: #5d5d5d;
	font-weight: bold;
	line-height: 36px;
}
.zzrz-content4 ol li span{
	font-weight: 500;
}
.zzrz-content4-div{
	display: inline-block;
	box-shadow: 0px 0px 15px #eeeeee;
	position: absolute;
	left: 155px;
	top: -20px;
	padding: 40px 20px 40px 20px;
}
.zzrz-content4-div p{
	font-size: 18px;
	color: #1a8cee;
	line-height: 30px;
}
.zzrz-content4-div p span{
	display: inline-block;
	width: 9px;
	height: 9px;
	background: #1F8CEC;
	margin-right: 10px;
	position:  relative;
	top: -1px;
}
.zfbt-content{
	padding: 70px 0 100px 0;
}
.zfbt-content-div {
	margin-top: 128px;
}
.zfbt-content-div ul{
	text-align: center;
}
.zfbt-content-div li{
	display: inline-block;
	width: 228px;
	height: 190px;
	border: 2px solid #55A8EF;
	position: relative;
	padding-top: 70px;
	margin: 0 8px;
}
.zfbt-content-div2{
	position: absolute;
	top: -58px;
}
.zfbt-content-div2 div{
	width: 228px;
	height: 113px;
	display: table-cell;
	vertical-align: middle;
	background: url(../images/2018100908.png) center center no-repeat;
	text-align: center;
}
.zfbt-content-p1{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #1F8CEC;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
	padding: 0 10px;
}
.zfbt-content-p2{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
}
.zfbt-content2,.zfzz-content2{
	max-width: 1920px;
	height: 174px;
	background: url(../images/j-11.jpg) center center no-repeat;
}
.zfzz-content2{
	background: url(../images/j-13.jpg) center center no-repeat !important;
}
.zfbt-content2-div{
	display: table;
	height: 174px;
	margin: 0 auto
}
.zfbt-content2-div div{
	display: table-cell;
	vertical-align: middle;
}
.zfbt-content2-p1{
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 55px;
}
.zfbt-content2-p1 span{
	color: #ffcc66;
}
.zfbt-content2-p2{
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.zfbt-content3{
	padding: 90px;
}
.zfbt-content3-div ul{
	width: 1365px;
	margin: 0 auto;
	background: url(../images/2018100914.png) -113px 35px no-repeat;
	text-align: center;

}
.zfbt-content3-div li{
	display: inline-block;
	width: 255px;
	margin: 0 -10px;
}
.zfbt-content3-div2{
	display: table-cell;
	vertical-align: middle;
	width: 255px;
	height: 239px;
	background: url(../images/2018100915.png) 37px 30px no-repeat;
	text-align: center;
}
.zfbt-content3-div3{
	position: relative;
	top: -50px;
	height: 100px;
	padding-top: 25px;
}
.zfbt-content3-div3 img{
	position: absolute;
	top: 0;
	left: 15px;
}
.zfbt-content3-p1{
	font-size: 18px;
	color: #1a8cee;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	position: relative;
	z-index: 1;
}
.zfbt-content3-p2{
	font-size: 14px;
	color: #626466;
	text-align: center;
	line-height: 30px;
}
.zzrz-content4-div4{
	position: relative;
}
.zfzz-content2-p1{
	font-size: 30px;
	color: #3d3d3d;
}
.zfzz-content2-p1 span{
	color: #1a8cee;
}
.zfzz-content2-p1 img{
	margin-right: 10px;
}
.zfzz-content3{
	height: 493px;
	max-width: 1920px;
	padding-top: 50px;
}
.zfzz-content3 .bt-span2{
	color: #fff;
}
.zfzz-content3-div2{
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
}
.zfzz-content3-div3{
	width: 130px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
.zfzz-content3-div2 p{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	background: #1F8CEC;
	color: #fff;
	margin: 0 auto;
}
.zfzz-content3-div4{
	width: 100%;
	position: absolute;
	bottom: -10px;
}
.zfzz-content3-p1{
	font-size: 18px;
	font-weight: bold;
	color: #ffcc66;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}
.zfzz-content3-p2{
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 30px;
}
.zfzz-content3 li a{
	display: block;
	width: 125px;
	height: 0px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	background: #F96D57;
	margin: 0 auto;
	margin-top: 14px;
	overflow: hidden;
	transition: all .3s;
}
.zfzz-content3 li{
	display: inline-block;
	width: 240px;
	height: 300px;
	border-right: 2px solid rgba(38,140,232,.3);
	float: left;
	transition: all .3s;
	position: relative;
}
.zfzz-content3 ul{
	display: block;
	height: 300px;
	width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.zfzz-content3 li:last-child{
	border: 0;
}
.zfzz-content3 li:hover{
	background: rgba(38,140,232,.3);
}
.zfzz-content3 li:hover .zfzz-content3-div2{
	background: #1F8CEC;
}
.zfzz-content3 li:hover .zfzz-content3-div4 p{
	background: #fff;
	color: #1F8CEC;
}
.zfzz-content3 li:hover a{
	height: 36px;
}
.zfzz-content3-div5{
	width: 240px;
	position: absolute;
	bottom: 20px;
}
.zscq-content{
	padding-top: 70px;
	padding-bottom: 50px;
}
.zscq-content .zzrz-content-div ul{
	width: 1216px;
}
.zscq-content .zzrz-content-div li,.zscq-content .zzrz-content-div li div{
	width: 290px;
}
.zscq-content2{
	max-width: 1920px;
	height: 720px;
	background: url(../images/2018101017.png) center center no-repeat;
	padding: 80px;
}
.zscq-content2-div{
	display:  inline-block;
	position: relative;
	margin: 0 auto;
	white-space:  nowrap;
}
.zscq-content2-div2{
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	text-align: center;
}
.zscq-content2-div span{
	display: inline-block;
	font-size: 26px;
	color: #1a8cee;
	height: 70px;
	line-height: 70px;
	float:  right;
	padding-left: 10px;
}
.zscq-content2-p1{
	display: inline-block;
	height: 31px;
	background: url(../images/2018101019.png) center center no-repeat;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	padding: 0 30px;
}
.zscq-content2-div3{
	display:  inline-block;
	text-align:  center;
}
.zscq-content2-div4{
	display: inline-block;
}
.zscq-content2-p2{
	background: url(../images/2018101021.png) center center no-repeat !important;
}
.zscq-content2-p3{
	background: url(../images/2018101023.png) center center no-repeat !important;
}
.zscq-content2-p4{
	background: url(../images/2018101025.png) center center no-repeat !important;
}
.zscq-content2-p5{
	background: url(../images/2018101027.png) center center no-repeat !important;
}
.zscq-content2-p6{
	background: url(../images/2018101029.png) center center no-repeat !important;
}
.zscq-content2 li{
	display: inline-block;
}
.zscq-content2 ul{
	display: block;
	height: 540px;
	background: url(../images/2018101030.png) center center no-repeat;
	position: relative;
}
.zscq-content2-li1{
	position: absolute;
	top: 0;
	left: 34.5%;
}
.zscq-content2-li2{
	position: absolute;
	top: 26%;
	left: 9%;
}
.zscq-content2-li3{
	position: absolute;
	top: 26%;
	right: 9%;
}
.zscq-content2-li4{
	position: absolute;
	top: 55%;
	left: 13%;
}
.zscq-content2-li5{
	position: absolute;
	top: 55%;
	right: 7%;
}
.zscq-content2-li6{
	position: absolute;
	top: 78%;
	left: 34.5%;
}
.zscq-content2 .bt{
	margin-bottom: 20px;
}
.zzrz-content3-p2 img{
	position: absolute !important;
	left: -55px;
	top: -4px;
}
.zzrz-content3-div{
	display: block !important;
	margin: 0 auto;
	height: auto !important;
	text-align: center;
}
.about-banner{
	max-width: 1920px;
	height: 450px;
}
.t_num i {
	width: 20px;
	height: 36px;
	display: inline-block;
	background: url(../images/number1.png) no-repeat;
	background-position: 0 0;
}
.am_num{
	display: block;
	width: 125px;
	margin: 0 auto;
	text-align:  center;
}
#total{
	width: 125px;
	display: inline-block;
	height: 45px;
	padding-top: 10px;
}
.about-content-span{
	display: inline-block;
	height: 36px;
	line-height: 54px;
	font-size: 30px;
	color: #1a8cee;
	font-weight: bold;
	white-space:  nowrap;
	position:  relative;
	top: -13px;
}
.about-content ul{
	display: inline-block;
	box-shadow: 0 5px 15px #eeeeee;
	height: 100px;
}
.about-content li{
	display: inline-block;
	width: 250px;
	height: 100px;
	padding-top: 12px;
	float: left;
}
.about-content p{
	text-align: center;
	font-size: 16px;
	color: #656565;
}
.about-content-li1{
	background: url(../images/2018101041.png) center center no-repeat;
}
.about-content-li2{
	background: url(../images/2018101042.png) center center no-repeat;
}
.about-content-li3{
	background: url(../images/2018101043.png) center center no-repeat;
}
.about-content-li4{
	background: url(../images/2018101044.png) center center no-repeat;
}
.about-content{
	position: relative;
	top: -28px;
}
.about-content-li4 span{
	display: block;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 30px;
	color: #1a8cee;
	font-weight: bold;
}
.about-content-div{
	text-align: center;
}
.about-content2{
	padding-top: 50px;
	height: 670px;
	position: relative;
}
.about-content2-p1{
	font-size: 18px;
	color: #1a8cee;
	padding-left: 328px;
}
.about-content2-p2,.about-content2-p4{
	font-size: 15px;
	color: #666666;
	text-indent: 2em;
	padding-left: 328px;
	padding-right: 40px;
	line-height: 26px;
	margin-top: 30px;
}
.about-content2-p3{
	font-size: 16px;
	color: #333333;
	padding-left: 328px;
	margin-top: 30px;
}
.about-content2-p4{
margin-top: 20px;
padding-left: 195px;
}
.about-content2-div{
	width: 1000px;
	height: 480px;
	background: #F9FAFB;
	position: absolute;
	top: -40px;
	right: -25px;
	padding-top: 40px;
}
.about-content2 img{
	position: relative;
	z-index: 1;
}
.about-content3{
	max-width: 1920px;
	height: 407px;
	background: url(../images/j-16.jpg) center center no-repeat;
	padding-top: 45px;
	position: relative
}
.about-content3 p{
	user-select:none;
}
.about-content3 .bt-span2{
	color: #fff;
}
.about-content3 ul{
	display: block;
	width: 1920px;
	height: 31px;
	background: url(../images/2018101102.png) 122px center no-repeat;
	margin-top: 170px;
}
.about-content3 ul li{
	display: inline-block;
	width: 272px;
	height: 31px;
	text-align: center;
	position: relative;
	white-space: nowrap;
	float: left;
}
.about-content3-p1,.about-content3-p4{
	width: 315px;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	position: absolute;
	bottom: 50px;
	left: -19px;
}
.about-content3-p2,.about-content3-p3{
	width: 100%;
	font-size: 40px;
	color: #FECB68;
	position: absolute;
	bottom: -50px;
}
.about-content3-p3{
	bottom: 50px !important;
}
.about-content3-p4{
	top: 40px !important;
}
.about-content3-div{
	max-width: 1200px;
	height: 310px;
	overflow-x: scroll;
	margin: 0 auto;
	margin-top: -50px;
}
.about-content3-div::-webkit-scrollbar{
	display: none;
}
.about-content4{
	padding: 75px 0 60px 0;
}
.about-content4-div{
	max-width: 1920px;
	height: 501px;
	background: url(../images/2018101104.png) center center no-repeat;
}
.about-content4-div div{
	position: relative;
}
.about-content4-div img{
	position: absolute;
	top: 7px;
	left: 6px;
}
.about-content4-div ul{
	display: inline-block;
	position: absolute;
	top: 216px;
	right: 0px;
}
.about-content4-div li{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
.about-content4-div li span{
	display: inline-block;
	width: 10px;
	height: 8px;
	background: #FECB68;
	margin-right: 20px;
}
.about-content4-li1{
	padding-left: 150px;
}
.about-content4-li2{
	padding-left: 100px;
}
.about-content4-li3{
	padding-left: 50px;
}
.about-content5{
	padding: 80px 0 0 0;
	background: #F9FAFB;
}
.about-content5-p1{
	font-size: 20px;
	color: #4c4c4c;
	padding-left: 30px;
}
.about-content5-p1 span{
	display: inline-block;
	width: 5px;
	height: 20px;
	background: #1F8CEC;
	position: relative;
	top: 2px;
	margin-right: 10px;
}
.about-content5-div{
	margin-bottom: 40px;
	display: inline-block;
}
.about-content5-div2{
	width: 360px;
	height: 180px;
	background: #fff;
	box-shadow: 0 0 10px #eeeeee;
	margin-top: 15px;
	padding: 30px 0px 0 30px;
	display:  inline-block;
	margin: 20px 32px 35px 32px;
	float:  left;
}
.about-content5-p2{
	font-size: 18px;
	color: #1F8CEC;
	font-weight: bold;
	margin-bottom: 20px;
}
.about-content5-p3 span{
	display: inline-block;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 23px;
}
.about-content5-span1{
	float: left;
	font-weight: bold;
	color: #333333;
}
.about-content5-div3{
	width: 1300px;
	margin: 0 auto;
	position: relative;
	padding-top: 90px;
}
.about-content5-img{
	position: absolute;
	top: 0;
	right: 60px;
}
.about-content5-p3{
	margin-bottom: 10px;
}
.about-content2-div2{
	position: relative;
	margin-top: 95px;
}
.top{
	padding: 10px 5px 10px 5px;
	display: inline-block;
	position: fixed;
	left: 5px;
	bottom: 30%;
	background: rgba(255,255,255,.1);
	border-radius: 5px;
	transition: all .3s;
	opacity: 0;
	cursor: pointer;
}
.top img{
	width: 30px;
}
.top-selected{
	opacity: 1;
}
.top:hover{
	background: rgba(0,0,0,.2);
}
.about-content3-left,.about-content3-right{
	background: rgba(0,0,0,.1);
	position: absolute;
	top: 99px;
	height: 60px;
	padding-top: 10px;
	border-radius: 3px;
	cursor: pointer;
	z-index: 1;
}
.about-content3-left{
	left: -40px;
}
.about-content3-left:hover{
	background: rgba(0,0,0,.4);
}
.about-content3-right:hover{
	background: rgba(0,0,0,.4);
}
.about-content3-right{
	right: -40px;
}
.about-content3-left img,.about-content3-right img{
	width: 40px;
}
.about-banner div{
	width: 1400px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.about-banner-img1{
	position: absolute;
	left: 194px;
	top: 141px;
}
.about-banner-img2{
	position: absolute;
	left: 426px;
	top: 100px;
}
.about-banner-img3{
	position: absolute;
	right: 42px;
	top: 80px;
}
.about-content3-div2{
	position: absolute;
	display:  block;
	height: 100px;
}
.crumb1 p{
	padding-top: 18px;
    color: #999;
    line-height: 30px;
}
.crumb1{margin-bottom: 20px;}
.crumb1 i{
	margin-right: 5px
}
.crumb1 a{
	color: inherit;
}
.data-list{
	width: 100%;
    padding-right: 10px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.data-list .row-flex {
    animation: come-in .5s 1 ease;
    animation-delay: 0s;
    height: 167px;
    padding: 7px;
}
.row-flex .col {
    display: block;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 596px;
    float: left;
}
.data-list h2 {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 10px;
    font-weight:  normal;
}
.state5.s11 {
    background-color: #ffa200;
    color: #fff;
}
.state5 {
    margin-right: 10px;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
}
.f14 {
    font-size: 14px;
}
.data-list h2 a {
    color: #000;
    background-color: transparent;
    text-decoration: none;
    transition: .3s;
}
.data-list .desc {
    color: #b1b1b1;
    line-height: 21px;
    font-size: 14px;
    display: -webkit-box;
   	-webkit-box-orient: vertical;
   	-webkit-line-clamp: 3;
   	overflow: hidden;
}
.data-list .item {
    margin: 10px 0;
}
.data-list .item span:first-child {
    padding-left: 0;
    color: #828282;
}
.data-list .item span {
    padding-left: 8px;
    color: #828282;
}
.data-list .dept {
    padding-left: 20px;
    width: 240px;
    margin-left: 20px;
    line-height: 28px;
    border-left: 1px dashed #eaeaea;
    float: left;
}
.data-list .dept h3 {
    font-size: 14px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.f26 {
    font-size: 26px;
    text-align:  center;
}
.clr {
    zoom: 1;
}
.mt-10 {
    margin-top: 10px;
}
.btn2 {
    display: inline-block;
    padding: 8px 20px;
    line-height: 1em;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
}
.fl {
    float: left;
}
.btns-white::before, .btns-white::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffa200;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform 0.4s,opacity 0.4s;
    transition: transform 0.4s,opacity 0.4s;
    border-radius: 30px;
}
.btns-blue::before {
    background: #7986cb;
}
.btns-blue::before, .btns-blue::after, .btns-orange::before, .btns-orange::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75,0,0.125,1);
    transition-timing-function: cubic-bezier(0.75,0,0.125,1);
}
.btns-blue::after {
    background: #3f51b5;
}
.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}
.data-list a:hover {
    color: #268CE8;
}
.btns-blue{
	background: #268CE8;
	width: 98px;
	height: 32px;
}
.data-list .amt{
	height: 80px;
}
.fr {
    float: right;
}
.xinwen-content2-left{
	width: 886px;
}
.data-list .row-flex:hover{
	border:1px solid #268CE8;
}
.btns-white:hover{
	background: #FEA111 !important;
	color: #fff !important;
}
.btns-blue:hover{
	background: #FEA111 !important;
	color: #fff !important;
}
.page{
	width: 100%;
	margin: 0 auto;
	padding: 20px;
}
.news-c .side {
    width: 284px;
    margin-left: 30px;
}
.panel.s5 {
    background-color: #fff;
}
.panel {
    border-radius: 0px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel {
    width: 100%;
    padding: 16px 22px 0 22px;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    border-radius: 2px;
}
.panel.s5 p {
    color: #b3b3b3;
}
.panel .title1 {
    position: relative;
    line-height: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f2f5;
    color: #ffa200;
    font-size: 16px;
}
.panel .title1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #ffa200;
}
.panel ul {
    padding-top: 10px;
}
.category {
    padding: 16px 0;
    border-radius: 2px;
}
.panel.s5 li {
    padding: 10px 0;
        padding-right: 5px;
}
.category li {
    display: inline-block;
    margin-bottom: 10px;
}
.category li a:hover, .category li a.on {
    color: #ffa200;
    border: 1px solid #ffa200;
}
.category li a {
    display: inline-block;
    padding: 0 9px;
    border-radius: 20px;
    line-height: 2;
    color: #777;
    border: 1px solid #d9d9d9;
    font-size: 13px;
}
.category li a:hover, .category li a.on {
    color: #ffa200;
    border: 1px solid #ffa200;
}
.panel a {
    color: #666;
}
.panel.s5 .pic {
    float: left;
    width: 89px;
    height: 54px;
    margin-right: 8px;
    border: 1px solid #e0e0e0;
}
.pic {
    display: block;
    overflow: hidden;
}
.panel a:hover{
    color: #ffa200;
}
.panel a:hover img{
	transform: scale(1.2);
    transition: all .5s ease;
}
.panel.s5 h3 {
    font-size: 14px;
    height: 40px;
    line-height: 19px;
}
.nowrap-multi {
    display: -webkit-box!important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.panel.s5 p {
    color: #b3b3b3;
}
.pic img{
	width: 100%;
	height: 100%;
}
.xinwen-content2-right{
	width: 284px;
	position:  absolute;
	right:  0;
	top: 0;
}
.xinwen-content2{
	position: relative;
	min-height: 1100px;
}
.panel .more {
    border-top: 1px solid #f0f2f5;
    text-align: right;
    padding: 12px 0;
}
.panel .more a {
    color: #268CE8;
    line-height: 26px;
}
.panel .more a:hover{
	color: #FEA111;
}
.grap {
    background: #f5f5f5;
    padding: 50px 0;
}
.newscont {
    background: #fff;
    padding: 30px 50px 80px;
    margin-top: 10px;
}
.newsinfo {
    padding-bottom: 50px;
    border-bottom: 1px dashed #dadada;
}
.newsinfo h1 {
    font-size: 18px;
    text-align: center;
}
.from {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    border-bottom: 1px dashed #dadada;
    text-align: center;
}
.from span:first-child {
    margin-left: 0;
}
.from span {
    font-size: 14px;
    color: #666;
    margin-left: 50px;
}
.newsinfo p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 40px;
}
.newsinfo img {
    max-width: 100%;
    margin: 40px auto 0;
}
.nextnews {
    font-size: 0;
}
.mt30 {
    margin-top: 30px;
}
.nextnews span {
    font-size: 16px;
    color: #666;
    width: 50%;
    display: inline-block;
}
.nextnews span a {
    max-width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.nextnews span a {
    max-width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    color: #000;
}

.cib {
            padding: 5px 2px;
        }

        .cib input {
            vertical-align: bottom;
            height: 20px;
            color: #567e84;
            margin: 2px 0px;
        }

        .cib button {
            vertical-align: bottom;
            height: 26px;
            cursor: pointer;
            background-color: #cbefff;
            border: 1px solid #44a8d6;
            color: #567e84;
            margin: 2px 0px;
        }

        .desc {
            padding-left: 2px;
            color: #657e9a;
        }

        .code-con{
            font-size: 18px;
        }

        .hr-c{
            background-color: #2196F3;
            height: 5px;
            border: 0px;
        }
        .index-content6 .xhd{
        	bottom: 0px;
        }
		.index-content6 .xhd li{
			background: #000;
		}
		.index-content6 .xhd .on{
			background: #228CE8;
		}
		.index-content6 .slideBox .bd li a,.index-content6 .slideBox .bd li,.index-content6 .slideBox{
			height: 325px;
		}
		.index-tz{
			background: rgba(0,0,0,.6);
			height: 50px;
		}
		.index-tz .picScroll-top{
			height: 100%;
			border-bottom: 0;
			width: auto;
			display: inline-block;
		}
		.index-tz .w-1200{
			white-space: nowrap;
			overflow: hidden;
		}
		.picList2 .pic span{
			color: #fff;
			font-size: 18px;
			line-height: 50px;
		}
		.picList2 .pic{
			max-width: 950px;
			text-align: left;
			white-space: nowrap;
			overflow: hidden;
			text-overflow:ellipsis;
		}
		.index-tz-div{
			float: left;
			line-height: 50px;
			color: #D3F426;
			font-size: 18px;
		}
		.index-tz-div,.index-tz .bd{
			display: inline-block;
		}
		.index-tz{
			text-align: center;
		}
