/*编辑器表格样式 start*/
.details-con .selectTdClass {
	background-color: #edf5fa !important;
}

.details-con table.noBorderTable td,
table.noBorderTable th,
.details-con table.noBorderTable caption {
	border: 1px solid #fff !important;
}

.details-con table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
	width: 100% !important;
}

.details-con td,
.details-con th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}

.details-con .book td {
	border: 0;
	border-bottom: 1px solid #DDD;
}

.details-con th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}

.details-con table tr.firstRow th {
	border-top-width: 2px;
}

.details-con .ue-table-interlace-color-single {
	background-color: #fcfcfc;
}

.details-con .ue-table-interlace-color-double {
	background-color: #f7faff;
}

.details-con td p {
	margin: 0;
	padding: 0;
}

.details-con caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}

.details-con table.sortEnabled tr.firstRow th,
.details-con table.sortEnabled tr.firstRow td {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url('http://www.fxdtedu.cn/Content/SYD/js/ueditor/themes/default/img/sortable.png');
}

/*编辑器表格样式 end*/
@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clear:after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 18px;
	line-height: 22px;
	background-color: #fff;
	font: 18px/22px Microsoft YaHei, Gotham Book, Arial, Georgia, Sans-Serif;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

b,
strong {
	font-weight: bold;
	font-family: '微软雅黑';
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}

td,
th {
	padding: 0;
}

th {
	text-align: left;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.5;
	color: inherit;
}

ul,
ol {
	list-style-type: none;
}

blockquote {
	padding: 10px 20px;
	margin: 0 36px 20px;
	font-size: 16px;
	border-left: 5px solid #ccc;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	-webkit-box-shadow: none;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: none;
}

.form-group {
	margin-bottom: 15px;
}

.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.form-group-sm .form-control {
	height: 30px;
	line-height: 30px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.form-group-lg .form-control {
	height: 46px;
	line-height: 46px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
	height: auto;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.ot-page {
	text-align: center;
	padding: 30px 0;
}

.container {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.container2 {
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.fluid {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.discover .discover-main p {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 60px;
	overflow: hidden;
	text-indent: 20px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	z-index: 2;
}

.discover .discover-main .item-2 p {
	background-color: #72bd12;
}

.discover .discover-main .item-3 p {
	background-color: #f8b62c;
}

.discover .discover-main .item-4 p {
	background-color: #66a7d3;
}

.discover .discover-main .item-5 p {
	background-color: #00afa2;
}

.discover .discover-main .text {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	overflow: hidden;
	padding: 0 20px 30px;
	color: #fff;
	font-size: 18px;
	z-index: 2;
	background-color: #006dc0;
	overflow: hidden;
	height: 95px;
}

.discover .discover-main .text span {
	font-size: 18px;
	margin-top: 30px;
	display: block;
	font-family: '微软雅黑', 'Gotham Bold', 'Arial Bold';
}

.discover .discover-main .text p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 24px;
	text-indent: 28px;
	position: static;
	padding: 0;
	float: left;
	width: 560px;
	text-align: justify;
}

.discover .discover-main .item-6 span {
	font-size: 18px;
	line-height: 20px;
	background: url(http://www.fxdtedu.cn/Content/SYD/img/icon-11.png) 20px center no-repeat;
	color: #fff;
	padding-left: 45px;
	display: inline-block;
	margin-top: 25px;
	font-family: '微软雅黑', 'Gotham Bold', 'Arial Bold';
}

.discover .discover-main .item-6 p {
	font-size: 14px;
	line-height: 18px;
	position: static;
	padding: 0 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 126px;
	overflow: hidden;
	width: auto;
	text-indent: 0;
}

.discover .discover-main .item-6 a {
	color: #fff;
}

.discover .discover-main .item-6 a.more {
	color: #fff;
	margin-left: 20px;
}

.in_sw {
	float: left;
}

.in_sw li {
	width: 380px;
	margin-right: 18px;
	float: left;
}

.in_sw li h1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.in_sw li h1 img {
	width: 100%;
}

.in_sw li p {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin-top: 20px;
}

.in_sw1 {
	float: left;
}

.in_sw1 li {
	width: 350px;
	margin-right: 18px;
	float: left;
}

.in_sw1 li h1 {
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.in_sw1 li h1 img {
	width: 100%;
}

.in_sw1 li p {
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	margin-top: 30px;
}

.in_tit {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #0062ac;
	padding: 35px 0 5px;
}

.in_tit01 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #0062ac;
	padding: 35px 0 5px;
}

.in_tit_2 {
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	color: #0062ac;
	padding: 35px 0 5px;
}

.in_sw_new {
	width: 380px;
	float: left;
	padding-left: 10px;
}

.in_sw_new li {
	margin-bottom: 17px;
}

.in_sw_new2 li {
	margin-bottom: 0px;
}

.in_sw_new_1 li {
	margin-bottom: 24px;
}

.in_sw_new2_1 li {
	margin-bottom: 0px;
}

.gd {
	color: #0062ac;
	font-size: 14px;
	padding-top: 20px;
}

.gd a {
	color: #0062ac;
	font-size: 14px;
}

.in_sw_new li span {
	display: inline-block;
	width: 170px;
	height: 42px;
	font-size: 16px;
	background: #3381bd;
	font-weight: bold;
	color: #fff;
	padding: 13px;
	line-height: 14px;
	margin-right: 20px;
	text-align: center
}

.in_sw_new li a {
	float: none;
	width: 322px;
	color: #333;
	font-size: 16px;
}

.in_sw_new li:hover a {
	color: #0062ac;
}

.in_sw_new li:hover span {
	background: #0062ac;
}

.in_sw_newyy li span {
	display: inline-block;
	float: left;
	width: 42px;
	height: 45px;
	font-size: 12px;
	background: #3381bd;
	color: #fff;
	padding: 5px;
	line-height: 14px;
	margin-right: 15px;
}

.in_sw_newyy li a {
	float: none;
	width: 322px;
	color: #333;
	font-size: 16px;
}

.in_sw_newyy li:hover a {
	color: #0062ac;
}

.in_sw_newyy li:hover span {
	background: #0062ac;
}

.in_sw_newyy {
	width: 380px;
	float: left;
	padding-left: 10px;
}

.in_sw_newyy li {
	margin-bottom: 24px;
}

.in_sw_new>a {
	color: #0062ac;
	font-size: 14px;
}

.in_sw_new>a i {
	padding-left: 5px;
}

.in_icon {
	text-align: center;
	height: 110px;
	margin: 30px 0 50px;
	width: 100%;
}

ul.in_icon>li {
	display: block;
	width: 168px;
	height: 100%;
	float: left;
	background-position: center 22px;
	background-repeat: no-repeat;
	position: relative;
}

ul.in_icon>li:hover a {
	opacity: 0.8;
}

ul.in_icon>li a {
	display: block;
	color: #fff;
	padding-top: 75px;
	text-align: center;
	font-size: 16px;
}

div.in_icon3_listbg ul li a {
	text-align: left;
}

.in_icon1 {
	background: #6fbc47;
}

.in_icon2 {
	background: #24a9e6;
}

.in_icon3 {
	background: #f8b62c;
}

.in_icon4 {
	background: #0062ac;
}

.in_icon5 {
	background: #0ba299;
}

.in_icon6 {
	background: #6fbc47;
}

.in_icon7 {
	background: #24a9e6;
}

.in_icon3_list {
	position: absolute;
	bottom: 110px;
	left: -100px;
	width: 380px;
	background: #fff;
	display: none;
	z-index: 1;
}

.in_icon3_list .hd li {
	display: inline-block;
	font-size: 16px;
	color: #0263aa;
	float: none;
	padding: 0 15px;
	cursor: pointer;
}

.in_icon3_list .hd li.on {
	font-weight: bold;
}

.in_icon3_list .hd {
	color: #d9d9d9;
	text-align: left;
	padding-bottom: 17px;
}

.in_icon3_list .bd ul {
	border-top: 1px solid #dcdcdc;
	text-align: left;
}

.in_icon3_list .bd li {
	border-bottom: 1px solid #dcdcdc;
	line-height: 50px;
}

.in_icon3_list .bd li a {
	font-size: 15px;
	color: #333;
	font-size: 16px;
	padding: 0;
	padding-left: 5px;
}

.in_icon3_list .bd li span {
	color: #0263aa;
}

.in_icon3_list .bd ul>a {
	color: #0062ac;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	text-align: left;
	padding-top: 20px;
}

.in_icon3_listbg {
	border: 3px solid #0263aa;
	padding: 15px;
	background: #fff;
}

.in_newbg {
	text-align: center;
	margin-top: -3px;
}

.in_icon4:hover .in_icon3_list {
	display: block;
}

.in_xs {
	background: #e2f3ff;
	padding: 0px 0 40px;
}

.in_xsmain {
	width: 380px;
	float: right;
}

.in_xs1 {
	margin-left: 5px;
}

.in_xs2 {
	margin-right: 18px;
}

.in_xs1 {
	position: relative;
}

.in_xs1 .bd ul li {
	color: #fff;
	background: #00afa2;
	position: relative;
}

.in_xs1 .bd ul h1 {
	height: auto;
	overflow: hidden;
}

.in_xs1 .bd ul li .in_xs1_txt {
	padding: 0px 20px 42px;
}

.in_xs1 .bd ul li .in_xs1_txt h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.in_xs1 .bd ul li .in_xs1_txt h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.in_xs1 .bd ul li .in_xs1_txt p {
	font-size: 14px;
	color: #eff8f7;
	line-height: 25px;
	padding-top: 10px;
}

.in_xs1 .bd ul li .in_xs1_txt a {
	color: #fff;
	font-size: 14px;
	width: 93px;
	height: 30px;
	display: block;
	border: 1px solid #80d7d1;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
}

.in_xs1 .hd {
	position: absolute;
	z-index: 8;
	left: 0;
	bottom: 65px;
	width: 100%;
	overflow: hidden;
}

.in_xs1 .hd ul {
	text-align: right;
	padding-right: 25px;
}

.in_xs1 .hd li {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
	text-indent: 1000px;
	opacity: 0.8;
	border: 2px solid #fff;
}

.in_xs1 .hd li.on {
	background: #fff;
}

.in_more {
	color: #0062ac;
	font-size: 14px;
	padding-top: 29px;
	display: inline-block;
	margin-right: 25px;
}

.in_more:hover {
	color: #2490e0;
}

.in_more i {
	padding-left: 5px;
}

.in_new_time {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	padding: 0;
}

.in_new_time p {
	margin-top: 3px;
	background: rgba(0, 0, 0, .5);
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}

.in_xs2 {
	padding-top: 110px;
}

.in_xs2 li {
	margin-bottom: 25px;
}

.in_xs2_l {
	width: 70px;
	height: 70px;
	display: block;
	background: url(http://www.fxdtedu.cn/Content/SYD/img/in_14.png) center center no-repeat;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	padding-top: 8px;
	float: left;
}

.in_xs2_l b {
	display: block;
	color: #fff;
	font-weight: normal;
}

.in_xs2_r {
	float: left;
	width: 310px;
	padding-left: 17px;
}

.in_xs2_r h3 a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_xs2_r h3 a div {
	color: #0062ac;
}

.wordOverflow {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.in_xs2_r h7 a {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

.in_xs2_r p {
	font-size: 12px;
}

.in_xs2 .in_more {
	padding-top: 0;
}

.in_xs3 h2 {
	overflow: hidden;
}

.in_xs3 h3 {
	font-size: 18px;
	color: #fff;
	line-height: 52px;
	background: url(http://www.fxdtedu.cn/Content/SYD/img/in_16.png) 30px center no-repeat #f8b62c;
	padding-left: 75px;
}

.in_xs3 span {
	color: #333;
	font-size: 16px;
	display: block;
	padding-top: 20px;
}

.in_xs3 h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 15px;
}

.in_xs3 p {
	color: #595959;
	line-height: 23px;
	font-size: 15px;
	text-indent: 30px;
}

.in_qs {
	padding-top: 40px;
}

.in_qs .bd ul li {
	color: #0062ac;
	position: relative;
	text-align: center;
}

.in_qs .bd ul li h2 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 10px;
}

.in_qs .bd ul h1 {
	height: 213px;
	overflow: hidden;
}

.in_qs .hd {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

.in_qs .hd ul {
	text-align: center;
}

.in_qs .hd li {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
	text-indent: 1000px;
	opacity: 0.8;
	border: 2px solid #0062ac;
}

.in_qs .hd li.on {
	background: #0062ac;
}

.item-1 h2 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	margin-right: 30px;
}

.hl_hd {
	background: #f3f3f3;
	padding: 30px 20px;
	width: 100%;
}

.hl_hd h2 {
	font-size: 22px;
	color: #444444;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.hl_hd p {
	color: #7d7c7c;
	font-size: 12px;
	padding-top: 15px;
}

.hl_hd h5 {
	color: #0062ac;
	font-size: 12px;
	background: url(http://www.fxdtedu.cn/Content/SYD/img/weixin.jpg) left center no-repeat;
	height: 120px;
	margin-top: 15px;
	padding: 35px 0 0 135px;
}

.hl_hd h5 span {
	display: block;
	line-height: 25px;
}

.left-contain .related {
	width: 100%;
	margin-top: 15px;
}

.about_detail .sea_jgtit {
	font-family: "Microsoft YaHei";
}

.sea_jgtit span {
	color: #cc1414;
}

.sea_rw {
	font-size: 24px;
	margin-top: 20px;
}

.sea_man {
	padding-top: 20px;
}

.sea_man_l {
	float: left;
	width: 150px;
	overflow: hidden;
}

.sea_man_l img {
	width: 100%;
}

.sea_man_l span {
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 10px 0;
}

.sea_man_r {
	float: left;
	margin-left: 20px;
	border-left: 1px solid #cac7c7;
	padding-left: 20px;
	min-height: 90px;
}

.sea_lm {
	padding-top: 20px;
}

.sea_lm_img img {
	width: 100%;
}

.sea_lm h3 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
}

.sea_lm p {
	padding: 0 15px 15px;
	border-bottom: 1px solid #c2bfbf;
}

.sea_lm_new {
	padding: 15px;
}

.sea_lm_new li a {
	color: #444;
	font-size: 15px;
	line-height: 25px;
}

.sea_lm_new li a:hover {
	color: #246ee9;
}

.sea_pic {
	padding-top: 20px;
}

.right-contain .sea_pic dl {
	padding-bottom: 20px;
}

.sea_wz {
	padding: 20px 0 20px;
}

.sea_wz li {
	border-bottom: 1px dashed #c2bfbf;
	padding: 15px 0;
	position: relative;
}

.sea_wz_l {
	float: left;
	width: 200px;
}

.sea_wz_l img {
	width: 100%;
}

.sea_wz_c {
	float: left;
	width: 500px;
	padding: 5px 15px 0;
}

.sea_wz_r {
	float: right;
	height: 100px;
	border-left: 1px solid #c2bfbf;
	padding: 15px 0 0 15px;
	font-size: 16px;
	width: 120px;
}

.sea_wz_c h5 {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}

.sea_wz_c h5 span {
	font-size: 12px;
	float: right;
	font-weight: normal;
}

.sea_wz_c h5 span i {
	font-style: normal;
	float: right;
}

.sea_wz_c p a {
	line-height: 20px;
	color: #444;
}

.sea_wz_c p a:hover {
	color: #246ee9;
}

.flex-control-paging {
	bottom: 10px;
}

.flex-control-paging li a {
	border: 0 solid #fff;
	width: 8px;
	height: 8px;
	border-radius: ;
}

.query {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	text-align: left;
}

.input1 {
	line-height: 38px;
	background-color: #e2f3ff;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #00579a;
	box-shadow: 0 0 10px #1e75b7;
	width: 300px;
}

.confirm_1 {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	width: 45%;
	height: 38px;
	color: #FFF;
	margin-top: 50px;
	padding-top: 10px;
	float: left;
	border-radius: 3px;
	background: #2788f4;
	text-align: center;
}

.confirm_1 a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.confirm_2 {
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	width: 45%;
	height: 38px;
	color: #FFF;
	margin-top: 50px;
	padding-top: 10px;
	float: right;
	background: #2788f4;
	text-align: center;
	border-radius: 3px;
}

.confirm_2 a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.certificate {
	background: #e2f3ff;
}

.certificate1 {
	margin-left: 10%;
	margin-right: 10%;
	padding: 0 0 40px 0;
}