﻿/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: '微软雅黑';
  line-height: 150%;
  font-size: 14px;
}

b,
strong,
ins {
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

ul,
li,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

p {
  padding: 0px;
}

em,
i {
  font-style: normal;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

input,
button {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

.top_ban {
  width: 100%;
  height: 445px;
  position: relative;
  overflow: hidden;
}

.top_ban a.a_img {
  display: block;
  width: 1920px;
  height: 445px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.top_ban a.a_img img {
  width: 1920px;
  height: 445px;
  display: block;
  float: left;
}
.nav1{
	height: 60px;
	line-height: 60px;
	width: 100%;
	background: #4384de;
}
.nav1 ul{
	width: 1000px;
	margin: 0 auto;
	height: 60px;
	display: flex;
}
.nav1 ul li{
	flex: 1;
	text-align: center;
}
.nav1 ul li a{
	color: #fff;
	font-size: 16px;
	display: block;
	transition: all 0.3s;
}
.nav1 ul li a:hover{
	font-size: 20px;
	background: #2366ff;
	transition: all 0.3s;
}
.public{
	width: 1000px;
	text-align: center;
	margin: 60px auto 30px;
	font-size: 40px;
	font-weight: 600;
	color:#4384de;
}
.public span{
	display: inline-block;
	*display: inline;
	padding-left: 180px;
	background: url(../images/public_left.png) left center no-repeat;
}
.public span em{
	display: inline-block;
	*display: inline;
	padding-right: 180px;
	background: url(../images/public_right.png) right center no-repeat;
	height: 40px;
	line-height: 40px;
	position: relative;
	font-size: 36px;
}
.jiexi table{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.jiexi table thead{
	height: 50px;
	line-height: 50px;
	background: #4384de;
	font-size: 20px;
	color: #fff;
}
.jiexi table td.one{
	width: 450px;
}
.jiexi table td.two,.jiexi table td.three{
	width: 330px;
}
.jiexi table td.four{
	width: 200px;
}
.jiexi table tbody td,.jiexi table tbody td a{
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	color: #666;
}
.jiexi table tbody td a:hover{
	color: #ff9a00;
	text-decoration: underline;
}
.jiexi table tbody tr.even{
	background: #f0f6ff;
}
.jcxx{
	width: 100%;
	height: 450px;
}

.jcxx_box{
	width: 1040px;
	margin: 0 auto;
	padding-top: 50px;
}
.jcxx_box li{
	width: 190px;
	height: 194px;
	padding: 80px 15px 0;
	border-radius: 10px;
	background: #fff;
	position: relative;
	float: left;
	margin: 0 20px;
	box-shadow: 0px 0px 20px rgba(35,102,255,0.1);
}
.jcxx_box li img{
	width: 141px;
	height: 141px;
	position: absolute;
	left: 40px;
	top: -50px;
}
.jcxx_box li h3{
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333;
	font-weight: 600;
}
.jcxx_box li p{
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #666;
	font-size: 16px;
	color: #666;
}
.jcxx_box li a{
	display: inline-block;
	*display: inline;
	height: 30px;
	line-height: 30px;
	margin-top: 23px;
	color: #4384de;
}
.jcxx_box li a:hover{
	color: #ff9a00;
}
.jcxx_box li span{
	display: none;
}
.jcxx_box li p i{
	display: inline-block;
	*display: inline;
	background: #4384de;
	color: #fff;
	padding: 0 2px 0 5px;
	margin-right: 5px;
}
.jcxx_box li em{
	display: block;
	text-align: center;
	height: 10px;
	position: absolute;
	bottom: 14px;
	left: 0px;
	width: 100%;
}
.jcxx_box li em i{
	display: inline-block;
	*display: inline;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	background: #dbedff;
	cursor: pointer;
}
.jcxx_box li em i.active{
	width: 23px;
	background: #4384de;
}
.fuxi ul{
	overflow: hidden;
	width: 1010px;
	margin: 0 auto;
}
.fuxi ul li{
	width: 190px;
	float: left;
	height: 300px;
	margin: 0 6px;
	cursor: pointer;
	position: relative;
	border-radius: 5px 5px 5px 80px;
	overflow: hidden;
}
.fuxi ul li div.zheng{
	height: 300px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -prefix-linear-gradient(top, #19a6fb, #1e6afd); 
	background: linear-gradient(to bottom, #19a6fb, #1e6afd); 
	border-radius: 5px 5px 5px 80px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.fuxi ul li div.zheng img{
	display: block;
	width: 96px;
	height: 96px;
	border-radius: 96px;
	margin: 37px auto;
	background: #fff;
}
.fuxi ul li div.zheng h2{
	display: block;
	width: 100%;
	text-align: center;
	height: 48px;
	line-height: 24px;
	font-size: 24px;
	color: #fff;
	font-weight: 600;
}
.fuxi ul li div.zheng span{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	display: block;
	text-align: center;
}
.fuxi ul li div.fu{
	height: 296px;
	width: 186px;
	position: absolute;
	left: 0;
	top: 0; 
	border: 2px dashed #4a89df;
	border-radius: 5px 5px 5px 80px;
	background: #fff;
	opacity: 0;
	text-align: center;
	filter:alpha(opacity=0);
	transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.fuxi ul li div.fu h3{
	height: 84px;
	line-height: 84px;
	font-size: 24px;
	color: #4384de;
	font-weight: 600;
}
.fuxi ul li div.fu span{
	display: block;
	padding: 0 15px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
}
.fuxi ul li div.fu a{
	display: block;
	width: 144px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #4384de;
	color: #4384de;
	border-radius: 38px;
	font-size: 18px;
	position: absolute;
	bottom: 27px;
	right: 15px;
}
.fuxi ul li:hover div.zheng{
	opacity: 0;
	filter:alpha(opacity=0);
	transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.fuxi ul li:hover div.fu{
	opacity: 1;
	filter:alpha(opacity=100);
	transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.dingzhi,.fuxi{
	width: 100%;
	background: #f0f6fd;
	overflow: hidden;
}
.dingzhi li{
	width: 1000px;
	margin: 0 auto 30px;
	height: 217px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 3px 10px 4px rgba(66,7,115,0.06);
	position: relative;
}
.dingzhi li img{
	width: 342px;
	height: 217px;
	margin: -10px 40px 0 10px;
	float: left;
}
.dingzhi li h3{
	width: 580px;
	height: 37px;
	line-height: 37px;
	font-size: 20px;
	font-weight: 600;
	color: #333;
	float: left;
	padding-top: 10px;
}
.dingzhi li span{
	display: block;
	width: 580px;
	float: left;
	height: 28px;
	line-height: 28px;
	color: #666;
	font-size: 16px;
}
.dingzhi li span i{
	display: inline-block;
	*display: inline;
	color: #333;
	background: #dbedff;
	padding: 0 3px;
	margin-right: 3px;
}
.dingzhi li p{
	display: block;
	line-height: 24px;
	padding: 20px 0;
	float: left;
	width: 580px;
}
.dingzhi li em{
	color: #ff9a00;
	font-size: 30px;
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
}
.dingzhi li a.lj{
	width: 154px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	border-radius: 48px;
	display: block;
	position: absolute;
	text-align: center;
	font-size: 20px;
	right: 20px;
}
.dingzhi li a.baoming{
	background: -prefix-linear-gradient(left, #ffc836, #ff9e05); 
	/* 新语法，不带前缀，以支持标准兼容的浏览器（Opera 12.1， IE 10， Firefox 16， Chrome 26， Safari 6.1） */
	background: linear-gradient(to right, #ffc836, #ff9e05); 
	bottom: 82px;
	box-shadow: 0px 0px 16px 2px rgba(255,154,0,0.6);
}
.dingzhi li a.kecheng{
	background: -prefix-linear-gradient(left, #19aefb, #1e66fd); 
	/* 新语法，不带前缀，以支持标准兼容的浏览器（Opera 12.1， IE 10， Firefox 16， Chrome 26， Safari 6.1） */
	background: linear-gradient(to right, #19aefb, #1e66fd); 
	bottom: 12px;
	box-shadow: 0px 0px 16px 2px rgba(0,30,178,0.6);
}
.fix {
	width: 120px;
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -290px;
	padding-top: 205px;
	background: url(../images/fix_top.png) top center no-repeat;
	z-index: 111;
}

.fix ul {
	overflow: hidden;
	clear: both;
	background: #4384de;
	padding: 5px 0;
}

.fix ul li {
	height: 32px;
	margin: 4px 0;
	line-height: 32px;
	text-align: center;
	float: left;
	width: 120px;
	font-size: 16px;
}

.fix ul li a {
	display: block;
	color: #f0f7ff;
}

.fix ul li a:hover {
	background: #2366ff;
	color: #f0f7ff;
}

.fix span.ewm {
	display: block;
	height: 52px;
	width: 120px;
	background: #2366ff;
	padding: 14px 0;
	cursor: pointer;
}

.fix span.ewm img {
	display: block;
	margin: 0 auto;
}
.popup_img {
	width: 100px;
	height: 100px;
	position: absolute;
	left: -102px;
	bottom: 88px;
	border: 1px solid #eee;
	display: none;
}

.fix a.uptop {
	width: 100%;
	height: 75px;
	display: block;
	background: url(../images/top.png) center no-repeat;
}
.fix h3{
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 116px;
	width: 100%;
}
.fix p{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 140px;
	width: 100%;
	color: #fff;
}



