body, html {

	font-family: "Lantinghei SC", "Microsoft Yahei", Helvetica, Arial, sans-serif;

	text-rendering: optimizeLegibility !important;

	-webkit-font-smoothing: antialiased !important;

	color: #3A3C3E;

	width: 100% !important;

	height: 100% !important;

}

h1 {

font-weight: 700;

}

h1 strong {

	font-weight: 900;

}

h2,intr h2 {

	text-transform: uppercase;

	line-height: 20px;

	margin: 0;

	color: #012B97;

}

h3, h4 {

	font-size: 16px;

	font-weight: 700;

}

h5 {

	text-transform: uppercase;

	font-weight: 700;

	line-height: 20px;

}

p.intro {

	font-size: 16px;

	margin: 12px 0 0;

	line-height: 24px;

	font-family: "Lantinghei SC", "Microsoft Yahei", Helvetica, Arial, sans-serif;

}

a {

	color: #000;

}

a:hover, a:focus {

	text-decoration: none;

	color: #E87E04;

}

ul, ol {

	list-style: none;

}

.clearfix:after {

	visibility: hidden;

	display: block;

	font-size: 0;

	content: " ";

	clear: both;

	height: 0;

}

.clearfix {

	display: inline-block;

}

* html .clearfix {

	height: 1%;

}

.clearfix {

	display: block;

}

ul, ol {

	padding: 0;

	webkit-padding: 0;

	moz-padding: 0;

}
.section-title { font-size: 20px;}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

/* Navigation */

#nav {

	z-index: 9999;

}

#nav.affix {

	position: fixed;

	top: 0;

	width: 100%

}

.navbar-custom { 

	margin-bottom: 0;

	background-color: #022282;

	border-radius: 0px;

	padding: 6px 0;

}
.w_name { text-align: left}
.navbar-custom .navbar-brand {

	font-weight: 600;

}

.navbar-custom .navbar-brand:focus {

	outline: 0;

}

.navbar-custom .navbar-brand .navbar-toggle {

	padding: 4px 6px;

	font-size: 16px;

	color: #fff;

}

.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {

	outline: 0;

}

.navbar-custom a {

	color: #f4f5f6;

}

.navbar-custom .nav li a {

	text-transform: uppercase;

	letter-spacing: 1px;

	-webkit-transition: background .3s ease-in-out;

	-moz-transition: background .3s ease-in-out;

	transition: background .3s ease-in-out;

}

.navbar-custom .nav li a:hover {

	outline: 0;

	color: #E87E04;

	background-color: transparent;

}

.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {

	outline: 0;

	background-color: transparent;

	color: #E87E04;

}

.navbar-custom .nav li.active {

	outline: 0;

}

.navbar-custom .nav li.active a {

	background-color: rgba(255,255,255,.3);

}

.navbar-custom .nav li.active a:hover {

	color: #fff;

}

.btn-default {

color: #FFFCFA;

    background-color: transparent;

    border-color: #CEE1EF;

    margin: 0 100px;

    font-size: 16px;

}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {

	color: #eee;

	background-color: #2c3e50;

	border-color: #2c3e50;

}

.btn-primary {

	color: #76818d;

	background-color: #fff;

	border-color: #76818d;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {

	color: #eee;

	background-color: #2c3e50;

	border-color: #2c3e50;

}

.btn-primary i.fa {

	margin-right: 10px;

}

/* Home Section */

.intro {

	width: 100%;

	height: auto;

	padding: 100px 0;

	text-align: center;

	color: #fff;

	background: url(http://cdn.itdcw.com/2018/dy/abec2018.jpg) no-repeat center center;

	background-color: #000;

	

}

.intro .intro-body {

	vertical-align: middle;

	color: #555;

}

.intro .intro-body .intro-text {

	font-size: 18px;

}

.section-title.center {

	padding: 30px 0;

}

.section-title h2, .section-title.center h2 {

	font-weight: 700;

	margin-bottom: 30px;

}

.section-title h2 {background: url(http://www.itdcw.com/uploads/allimg/170731/1_1035091921.png) left no-repeat; text-align: left;

	text-indent: 20px;}

.section-title.center hr {
background: url(http://www.itdcw.com/uploads/allimg/170731/1_1021344031.png) left no-repeat;
	height: 2px;

	width: 100%;

	text-align: center;

	position: relative;

	

	margin: 0 auto;

	margin-bottom: 30px;

	border: 0;

}

/* About Section */

#about {

	padding: 0px 0;

	background: #ffffff; /* Old browsers */ background-color:#fff

}


.component{ 
height:800px;
    overflow-y: scroll;
}

/* Services Section */

#services {

	padding: 0px 0;

	/*background: url(http://www.itdcw.com/uploads/allimg/160712/1_1147489861.jpg);*/

	background-color: #f5f5f5;

	background-size: cover;

	background-attachment: fixed;

}

#services H4 {

	color: #E87E04;

	text-shadow: 1px 1px #fff;

}

.space {

	margin-top: 40px;

}

#services i.fa {

	font-size: 50px;

	color: #2c3e50;

	margin-bottom: 20px;

}

/* Portfolio Section */

#portfolio {

	padding: 0px 0;

	background: #ffffff; /* Old browsers */

	background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #f4f5f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f4f5f6 49%, #ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */

}

.categories {

	padding-bottom: 30px;

	text-align: center;

}

ul.cat li {

	display: inline-block;

}

ol.type li {

	display: inline-block;

	margin-left: 20px;

}

ol.type li:after {

	content: ' | ';

	margin-left: 20px;

}

ol.type li:last-child:after {

	content: '';

}

ol.type li a {

	color: #616e7c;

	padding: 2px 8px;

}

ol.type li a.active {

	color: #E87E04;

	padding: 2px 8px;

}

ol.type li a:hover {

	color: #E87E04;

}

.isotope-item {

	z-index: 2

}

.isotope-hidden.isotope-item {

	z-index: 1

}

.isotope, .isotope .isotope-item {

	/* change duration value to whatever you like */

	-webkit-transition-duration: 0.8s;

	-moz-transition-duration: 0.8s;

	transition-duration: 0.8s;

}

.isotope-item {

	margin-right: -1px;

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

}

.isotope {

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-transition-property: height, width;

	-moz-transition-property: height, width;

	transition-property: height, width;

}

.isotope .isotope-item {

	-webkit-backface-visibility: hidden;

	backface-visibility: hidden;

	-webkit-transition-property: -webkit-transform, opacity;

	-moz-transition-property: -moz-transform, opacity;

	transition-property: transform, opacity;

}

.portfolio-item {

	margin-bottom: 30px;

	-webkit-transition: all 0.5s ease-out;

	-moz-transition: all 0.5s ease-out;

	-ms-transition: all 0.5s ease-out;

	-o-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

}

.portfolio-item:hover {

	margin-bottom: 30px;

	-webkit-transform: scale(1.2);

	-moz-transform: scale(1.2);

	-ms-transform: scale(1.2);

	-o-transform: scale(1.2);

	transform: scale(1.2);

}

.portfolio-item .hover-bg {

	height: 160px;

	overflow: hidden;

	position: relative;

}

.hover-bg .hover-text {

	position: absolute;

	text-align: center;

	margin: 0 auto;

	color: #ffffff;

	background: rgba(0, 0, 0, 0.66);

	padding: 25% 0;

	height: 100%;

	width: 100%;

	opacity: 0;

	transition: all 0.5s;

}

.hover-bg .hover-text>h4 {

	opacity: 0;

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

	transition: all 0.3s;

}

.hover-bg:hover .hover-text>h4 {

	opacity: 1;

	-webkit-backface-visibility: hidden;

	-webkit-transform: translateY(0);

	transform: translateY(0);

}

.hover-bg .hover-text>i {

	opacity: 0;

	-webkit-transform: translateY(0);

	transform: translateY(0);

	transition: all 0.3s;

}

.hover-bg:hover .hover-text>i {

	opacity: 1;

	-webkit-backface-visibility: hidden;

	-webkit-transform: translateY(100%);

	transform: translateY(100%);

}

.hover-bg:hover .hover-text {

	opacity: 1;

}

#portfolio i.fa {

	font-size: 20px;

	padding: 5px;

	color: #E87E04;

}

/* Skills Section */

#skills {

	padding: 80px 0;

	background: url(../img/skills-bg.jpg);

	background-size: cover;

	background-attachment: fixed;

}

#skills p {

	color: #474d5d;

}

#skills .skill {

	margin-bottom: 40px;

	text-align: center;

	padding: 0px;

}

#skills .skill h4 {

	font-weight: 700;

	color: #E87E04;

	text-shadow: 1px 1px #fff;

}

.chart {

	position: relative;

	display: inline-block;

	width: 152px;

	height: 152px;

	margin-bottom: 26px;

	text-align: center;

}

.chart canvas {

	position: absolute;

	top: 0;

	left: 0;

}

.percent {

	display: inline-block;

	font-size: 21px;

	color: #474d5d;

	line-height: 152px;

	z-index: 2;

}

.percent:after {

	content: '%';

	margin-left: 0.1em;

	font-size: .8em;

}

/* Resume Section */

#resume {

	padding: 0px 0;

	background: #ffffff; /* Old browsers */

	background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f4f5f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */

}

.timeline {

	position: relative;

	padding: 0;

	list-style: none;

}

.timeline:before {

	content: "";

	position: absolute;

	top: 0;

	bottom: 0;

	left: 40px;

	width: 2px;

	margin-left: -1.5px;

	background-color: #eee;

}

.timeline>li {

	position: relative;

	margin-bottom: 50px;

	min-height: 50px;

}

.timeline>li:before, .timeline>li:after {

	content: " ";

	display: table;

}

.timeline>li:after {

	clear: both;

}

.timeline>li .timeline-panel {

	float: right;

	position: relative;

	width: 100%;

	padding: 0 20px 0 100px;

	text-align: left;

}

.timeline>li .timeline-panel:before {

	right: auto;

	left: -15px;

	border-right-width: 15px;

	border-left-width: 0;

}

.timeline>li .timeline-panel:after {

	right: auto;

	left: -14px;

	border-right-width: 14px;

	border-left-width: 0;

}

.timeline>li .timeline-image {

	z-index: 100;

	position: absolute;

	left: 0;

	width: 70px;

	height: 70px;

	margin-left: 0;

	border: 1px solid #eee;

	border-radius: 100%;

	text-align: center;

	background: #fff;

}

.timeline>li .timeline-image h4 {

	margin-top: 20px;

	font-size: 14px;

	text-transform: uppercase;

}

.timeline>li.timeline-inverted>.timeline-panel {

	float: right;

	padding: 0 20px 0 100px;

	text-align: left;

}

.timeline>li.timeline-inverted>.timeline-panel:before {

	right: auto;

	left: -15px;

	border-right-width: 15px;

	border-left-width: 0;

}

.timeline>li.timeline-inverted>.timeline-panel:after {

	right: auto;

	left: -14px;

	border-right-width: 14px;

	border-left-width: 0;

}

.timeline>li:last-child {

	margin-bottom: 40px;

}

.timeline .timeline-heading h4 {

	margin-top: 0;

	text-transform: uppercase;

}

.timeline .timeline-heading h2 {

	margin-top: 30px;

}

.timeline .timeline-heading h4.subheading {

	text-transform: none;

	color: #E87E04;

}

.timeline .timeline-body>p, .timeline .timeline-body>ul {

	margin-bottom: 0;

}

/* Achivements Section */

#achievements {

	padding: 80px 0;

	background: url(http://www.itdcw.com/uploads/allimg/160712/1_1149322841.jpg);

	background-size: cover;

	background-attachment: fixed;

}

.achievement-box {

	text-align: center;

	margin: 20px 0;

}

.achievement-box i.fa {

	font-size: 60px;

	font-weight: 400;

	color: #E87E04;

	margin-bottom: 20px;

}

.achievement-box h4 {

	font-size: 14px;

	font-weight: 700;

	text-transform: uppercase;

	text-shadow: 1px 1px #fff;

}

.achievement-box span.count {

	color: #415161;

	font-size: 36px;

	font-weight: 700;

	display: block;

}

/* Testimonials Section */

#testimonials {

	padding: 80px 0;

	background: #ffffff; /* Old browsers */

	background: -moz-linear-gradient(top, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* FF3.6+ */

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f4f5f6), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */

	background: -webkit-linear-gradient(top, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* Chrome10+,Safari5.1+ */

	background: -o-linear-gradient(top, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* Opera 11.10+ */

	background: -ms-linear-gradient(top, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* IE10+ */

	background: linear-gradient(to bottom, #ffffff 0%, #f4f5f6 50%, #ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */

}

#testimonial {

	padding: 0;

}

#testimonial .item {

	display: block;

	width: 100%;

	height: auto;

}

#testimonial .item p {

	font-weight: 500;

	margin: 30px 0;

}

#testimonial .img-circle {



}

.owl-theme .owl-controls .owl-page span {

	display: block;

	width: 10px;

	height: 10px;

	margin: 5px 7px;

	filter: Alpha(Opacity=1);

	opacity: 1;

	-webkit-border-radius: 0;

	-moz-border-radius: 20px;

	border-radius: 50%;

	background: #d5d8dc;

	transition: all 0.5s;

}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {

	filter: Alpha(Opacity=100);

	opacity: 1;

	background: #E87E04;

}

.owl-theme .owl-controls .owl-page.active span {

	background: #E87E04;

}

/* Contact Section */

#contact {

	padding: 80px 0 40px 0;

	color: #f4f5f6;

	background: url(http://www.itdcw.com/uploads/allimg/170729/1_1152379681.jpg);

	background-size: cover;

	background-attachment: fixed;

}

#contact h2 {

	color: #f4f5f6;

}

#contact h3 {

	font-size: 20px;

	font-weight: 400;

	text-transform: uppercase;

}

#contact form {

	padding: 30px 0;

}

#contact i.fa {

	margin-bottom: 10px;

}

#contact .text-danger {

	color: #E87E04;

	text-align: left;

}

label {

	font-size: 12px;

	font-weight: 400;

	font-family: 'Open Sans', sans-serif;

	float: left;

}

#contact .form-control {

	display: block;

	width: 100%;

	padding: 6px 12px;

	font-size: 14px;

	line-height: 1.42857143;

	color: #2c3e50;

	background-color: rgba(255,255,255,0.8);

	background-image: none;

	border: 0;

	border-radius: 2px;

	-webkit-box-shadow: none;

	box-shadow: none;

	-webkit-transition: none;

	-o-transition: none;

	transition: none;

}

#contact .form-control:focus {

	border-color: inherit;

	outline: 0;

	-webkit-box-shadow: transparent;

	box-shadow: transparent;

}

.form-control::-webkit-input-placeholder {

color: #2c3e50;

}

.form-control:-moz-placeholder {

color: #2c3e50;

}

.form-control::-moz-placeholder {

color: #2c3e50;

}

.form-control:-ms-input-placeholder {

color: #2c3e50;

}

#contact .social {

	margin-top: 40px;

}

#contact .social ul li {

	display: inline-block;

	margin: 0 20px;

}

#contact .social i.fa {

	font-size: 30px;

	padding: 4px 5px;

	color: #f4f5f6;

	transition: all 0.5s;

}

#contact .social i.fa:hover {

	color: #E87E04;

}

#contact .btn {

	background-color: transparent;

	border: 1px solid #f4f5f6;

	border-radius: 4px;

	padding: 10px 20px;

	color: #f4f5f6;

	margin-top: 15px;

}

#contact .btn:hover, #contact .btn:focus {

	border: 1px solid #E87E04;

	color: #E87E04;

}

.btn:active, .btn.active {

	background-image: none;

	outline: 0;

	-webkit-box-shadow: none;

	box-shadow: none;

}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {

	outline: none;

	outline-offset: none;

}
.bairenhui img { width:133px;}
/* Footer Section*/

#footer {

	background: #2c3e50;

	color: #ddd;

	padding: 30px 0 25px 0;

}

#footer .fnav {

	vertical-align: middle;

}

#footer p {

	font-size: 12px;

	margin-top: 10px;

}



/* Media Queries */

@media(min-width:768px) {

.intro {

	height: 462px;

	padding: 0;

	text-align: left;

}

.intro .intro-body H1 {

	font-family: 'Lato', sans-serif;

	font-size: 70px;

	font-weight: 600;

	letter-spacing: -2px;

	color: #2c3e50;

}

.intro .intro-body .intro-text {

	text-align: center;

	max-width: 100%;

}

.intro .intro-body .intro-text p {

	font-family: 'Lato', sans-serif;

	font-size: 20px;

	margin-bottom: 40px;

	color: #76818d;

	margin-top: 20px;

}

section {


}

header .intro-text {

	padding-top: 368px;

	padding-bottom:0px;

}

#portfolio .portfolio-item {

	margin: 0 0 30px;

}

.timeline:before {

	left: 50%;

}

.timeline>li {

	margin-bottom: 100px;

	min-height: 100px;

}

.timeline>li .timeline-panel {

	float: left;

	width: 41%;

	padding: 0 20px 20px 30px;

	text-align: right;

}

.timeline>li .timeline-image {

	left: 50%;

	width: 100px;

	height: 100px;

	margin-left: -50px;

}

.timeline>li .timeline-image h4 {

	margin-top: 16px;

	line-height: 18px;

	font-weight: 400;

}

.timeline>li.timeline-inverted>.timeline-panel {

	float: right;

	padding: 0 30px 20px 20px;

	text-align: left;

}

}



@media(min-width:992px) {

#here-me h1 {

	margin: 10px 0 0px;

}

.timeline>li {

	min-height: 150px;

}

.timeline>li .timeline-panel {

	padding: 0 20px 20px;

}

.timeline>li .timeline-image {

	width: 150px;

	height: 150px;

	margin-left: -75px;

}

.timeline>li .timeline-image h4 {

	margin-top: 30px;

	font-size: 18px;

	line-height: 26px;

}

.timeline>li.timeline-inverted>.timeline-panel {

	padding: 0 20px 20px;

}

}



@media(min-width:1200px) {

.timeline>li {

	min-height: 170px;

}

.timeline>li .timeline-panel {

	padding: 10px 20px 20px 100px;

}

.timeline>li .timeline-image {

	width: 150px;

	height: 150px;

	margin-left: -75px;

}

.timeline>li .timeline-image h4 {

	margin-top: 40px;

	font-weight: 400;

}

.timeline>li.timeline-inverted>.timeline-panel {

	padding: 10px 100px 20px 20px;

}

	h3 { font-size: 16px;
    width: 100%;
    clear: both;}

.biaotisp {background-color: #022282;
    color: #FFF;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    width: 120px;
    color: white;
    padding: 10px 0px 10px 10px;
    margin-bottom: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 50px;
    margin-right: 20px;
    }
	.biaotisp p{ font-size: 14px;}
/*toutiao*/

.toutiao{ overflow:hidden; padding-bottom:30px; width:100%;}

.toutiao .tt{ background:url(http://www.itdcw.com/uploads/allimg/150722/1_1529241411.jpg) left center no-repeat; font-size:44px; font-weight:bold; line-height:60px; padding:30px 0 30px 50px;}

.toutiao h3{ font-size:40px; line-height:60px; padding:358px 0;}

.layout{  width: 100%; height: auto;    background-size: 100% 100%;}


.toutiao .tte{ font-size: 18px; float:left; width:536px;}

.wenzi{ width: 1150px;
    line-height: 40px;
    height: 80px;
    position: relative;
    right: 0px;}

.aboutabec p{ padding-top:10px; padding-bottom:10px; text-indent:28px; }

.daodunew{background: url(http://www.itdcw.com/uploads/allimg/150327/1_0938018721.png) no-repeat 12px 10px #F4F4F4;padding: 12px;text-indent: 58px; margin-top:15px;}

.titmore{ text-align:center;height:30px;
    line-height:30px;}

.shijian{    background-color: #022282;
    border: 1px solid #022282;
    position: relative;
    width: 220px;
    left: 1165px;
    top: -75px;
    color: #fff;
    text-align: center;

}
.jiaodiantu {width: 800px; float: left}
.newstext {  width: 550px; float: right}
.shijian h4{font-size: 30px;padding:0px; margin:0px;
}
.cont_a .main ul {
    display: block;
    width: 315px;
    margin-left: 15px;
}
.list14 { line-height: 30px;}
.list14 li {    font-size: 18px;
    font-family: 'SimSun';
    padding: 0px 0 14px 0;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
}
.main .line {
    height: 16px;
}
.main h2 {font-size: 24px;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    height: auto;
    font-family: 'Microsoft YaHei';
    height: 40px;
    line-height: 40px;
    margin-top: -4px;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}
.cont_b {
    background: #f5f5f5;
    height: 225px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}
.cont_b .bd_title {
    width: 60px;
    height: 225px;
    background: #e60012;
    position: absolute;
    color: #fff;
    left: 0px;
    font-size: 26px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    padding-top: 45px;
    font-family: 'Microsoft YaHei';
}
text-align: center;

background-color: #001c4e;

color: #fff;}

.shijian .jishi{text-align: center;

padding-top: 5px;

font-size: 20px;}

.jiaotong{ font-size:16px; line-height:30px;}

.jiaotong h2{ font-size:20px; padding-top:20px; margin-bottom:20px; line-height:30px;color: #012B97;}

.jiaotong p{ text-indent:30px;}





.mod_nhzn .list{margin-top:20px}

.mod_nhzn .list ul{zoom:1;clear:both;_margin-bottom:20px}

.mod_nhzn .list ul:before,.mod_nhzn .list ul:after{display:table;content:"";line-height:0}

.mod_nhzn .list ul:after{clear:both}

.mod_nhzn .list li{float:left;width:98px;height:89px;overflow:hidden;margin:0 15px 20px 0}

.mod_nhzn .list li a{background:url(http://www.itdcw.com/uploads/allimg/180803/1_1350143981.png) no-repeat;display:block;width:100%;height:100%;line-height:140px;text-align:center;color:#fff;font-weight:600;font-size:14px;text-decoration:none}

.mod_nhzn .list li a:hover{background:url(http://www.itdcw.com/uploads/allimg/180803/1_1349466011.png) no-repeat}

.mod_nhzn .list .li_1 a,.mod_nhzn .list .li_1 a:hover{background-position:0 0}

.mod_nhzn .list .li_2 a,.mod_nhzn .list .li_2 a:hover{background-position:-113px 0}

.mod_nhzn .list .li_3 a,.mod_nhzn .list .li_3 a:hover{background-position:-226px 0}

.mod_nhzn .list .li_4 a,.mod_nhzn .list .li_4 a:hover{background-position:0 -111px}

.mod_nhzn .list .li_5 a,.mod_nhzn .list .li_5 a:hover{background-position:-113px -111px}

.mod_nhzn .list .li_6 a,.mod_nhzn .list .li_6 a:hover{background-position:-226px -111px}

.title_03{background:url(http://img1.ph.126.net/kAhoAkABFNMcH7jB8ZVM5Q==/1999879709629904224.gif) no-repeat 0 -31px;padding-left:50px;font-family:"MicroSoft YaHei",SimSum,Arial!important;height:38px;line-height:38px;overflow:hidden}

.title_03 h2{font-size:18px;color:#fff}

.taonewsBox{ width:1400px;margin:0px auto 0 auto;}
.newsBox{width:1400px;margin:0px auto 0 auto;overflow:hidden;zoom:1;padding-top: 80px;padding-bottom: 30px;}

.newsBox .main{float:left; display:inline; width:550px; }

.newsBox .sub{float:right; display:inline; width:555px; }

.newsBox .newsList{overflow:hidden; }

.newsBox .newsList li{border-top:1px dotted #e3e3e3;margin-top:-1px;padding:15px 0;}

.newsBox .newsList .tit{font-size:24px;font-weight:bold;color:#006abf;line-height:25px;margin-bottom:10px;  }
.newsBox .newsList .tit a {font-size:24px;font-weight:bold;color:#fff;line-height:25px;margin-bottom:10px;  }


.newsBox .newsList .tit a{color:#012B97;}

.newsBox .newsList .intr{font-size:14px;color:#666;line-height:22px;   }

.newsBox .newsList .titNews{overflow:hidden;font-size:16px;color:#1b1b1b;line-height:32px; padding-top:5px; padding-bottom:5px;}

.newsBox .newsList .titNews .biaoqian{background:#012B97;color:#fff;padding:2px 5px;margin-right:5px;  }

.newsBox .hd h2{    width: 100%;

    padding-left: 16px;

    text-align: left;

    float: left;

    margin-top: 20px;

    height: 30px;

    font: bold 18px/22px "microsoft yahei";

    color: #f7912c;

    background: url(http://www.itdcw.com/uploads/allimg/160720/1_1305548471.png) left no-repeat;

    text-indent: 20px;

    margin-bottom: 20px;border-bottom: 1px solid #E3E3E3;}



/**/
.cont_b .cont_b_box {
    width: 940px;
    margin-left: 60px;
}
.cont_b .cont_b_box ul li {
    float: left;
    width: 256px;
    margin: 25px 18px 25px 35px;
    height: 180px;
}
.cont_b .cont_b_box ul li h4 {
    font-size: 14px;
    margin-bottom: 5px; font-weight: normal;
}
.cont_b .cont_b_box ul li p {
    color: #666666;
}
/*滚动图片*/

.section-focus-pic{margin:8px 0 0 0;height:300px;width:560px;overflow:hidden;position:relative;}

.section-focus-pic ul li{position:absolute;top:0;left:560px;width:560px;height:300px;}

.section-focus-pic ul li h3{position:absolute;bottom:11px;left:0;width: 400px;font-weight:normal;color:#FFF;margin-left: 20px;z-index: 111;font-size: 18px; font-family:"微软雅黑";}

.section-focus-pic ul li div{position:absolute;bottom:0;left:0;height:50px;background-color:#000;width:570px;opacity: 0.6;filter: alpha(opacity=60);}

.section-focus-pic .pages{width:560px;height:300px;}

.section-focus-pic .controler{position:absolute;bottom:20px;right:20px;}

.section-focus-pic .controler b{cursor:pointer;width:20px;height:10px;display:block;overflow:hidden;text-indent:20px;background:url(http://www.itdcw.com/uploads/allimg/150731/1_1740001411.png) no-repeat -136px 3px; float:left;margin:0 0 0 5px;}

.section-focus-pic .controler b.down{background-position:-161px 1px;}

.section-focus-pic .controler2 a{display:block; width:40px;position:absolute;top:120px;height:40px;}

.section-focus-pic .controler2 a i{cursor:pointer;display:block;width:22px;height:34px; background:url(imgs/star.png) no-repeat;}

.section-focus-pic .controler2 .prev{left:5px;}

.section-focus-pic .controler2 .prev i{background-position:-34px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_05.png');margin-left:5px;}

.section-focus-pic .controler2 .prev:hover i{left:10px;background-position:-34px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_03.png');}

.section-focus-pic .controler2 .next{right:10px;}

.section-focus-pic .controler2 .next i{background-position:-62px -68px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_06.png');margin-left:10px;}

.section-focus-pic .controler2 .next:hover i{right:10px;background-position:-62px -24px;_background:none;_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imgs/star_04.png');}



.spacer8 { height:20px; line-height:8px; overflow:hidden; clear:both;}

.rollimgtile{text-align:center;}



.rollimgtile span{

margin-left: 0px;

float: left;

margin-right: 23px;height: 217px;

width: 116px;

overflow: hidden;

line-height: 22px;}

.rollimgtile span a{display:block;text-decoration:underline;text-align:center;}



.rollimgtile span a img{;}



.rollimgtile span b{display:block;text-decoration:underline;font-weight:normal;text-decoration:none;text-align:left;font-size: 12px;}



.rollimgtile span b img{}

/*日程*/

#ltrcMod{ }

#ltrcMod .tit {}

#ltrcMod .con{overflow:hidden; zoom:1; padding-bottom:0px;}

#ltrcMod th{background:#7fa8c9; text-align:left; text-indent:15px;line-height:32px;font-size:16px; font-family:"微软雅黑","黑体"; color:#fff; border-collapse:collapse; border:1px solid #fff;}

#ltrcMod td{line-height:30px;padding: 10px;color:#232B32; border-collapse:collapse; border:1px solid #E6DDDD;}

#ltrcMod .odd td{background:#f3f5f7;}

#mrpdMod .tit{border-bottom:2px solid #4b81cb;}

#t_cardBtn8{ height: 40px; line-height: 40px; text-align: center; position: absolute; margin-top: -40px; padding-left: 1px;background-color: #9BCDFD;}



#t_cardBtn8 .now{ background-color:#012B97;  font-weight: bold;color:#FFF;}

#t_cardBtn8 li{ width: 100px; height:42px; display: inline;  font-weight: bold; float: left; margin-right: 0px; font-size: 14px; color: #005293; cursor: pointer; font-family:"微软雅黑"}

#t_cardBtn8 li.current{ font-weight: bold; color: #333;background: url(http://mat1.gtimg.com/finance/11lx/dvs2013/ltbd06_tp1402.jpg) center bottom no-repeat;}

#t_cardBody8 .tabBody{  overflow: hidden; zoom:1;}

.text-share{ float: left;line-height:30px; }

.text-share h1{ padding:0; margin:0;font-size:22px;font-weight:normal;text-align:left;line-height: 40px;}

.hd-intro{ margin-left:auto; margin-right:auto;padding-bottom:20px;}	

.color1 { background-color:#CCFFCC; color:#F00;}

/*数据表格*/ 

.data{ border-top:1px solid  #dddddd; border-left:1px solid #dddddd; background:#fff;}

.data th{ border-right:1px solid #ddd; border-bottom:1px solid #ddd; line-height:25px; font-weight:bold; padding-left:0px; background:#eee;}

.data td{ border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:left; line-height:26px; padding:10px; padding-right:0px;} 

.data tr.graybg{ background:#eee;}

.h10 {

    height: 10px;

    margin: 0px;

    padding: 0px;

    overflow: hidden;

    clear: both;

}

.mar {

    padding-top: 10px;

    padding-bottom: 10px;

    text-indent: 10px;

    font-size: 20px;

    color: #012B99;

}

.imgzz img{border: 1px solid #Fff; background-color:#FFF;margin-left: 10px;

margin-bottom: 10px;}

.imgzz img:hover{border: 1px solid #E87E04;}

.float_mask{position: fixed;z-index: 8888;display:none;width: 100%;right: 0; bottom: 0;height: 105px;_bottom: auto;_width: 100%;_position: absolute;

_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}

.float_layer{position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background:#022282;filter: alpha(opacity=80);opacity: 0.80;}

.float_content{ position: relative;z-index: 2;width: 1005px;height: 100%;margin: 0 auto;padding-left: 70px;}

.float_bg, .float_close{ float: left;}

.float_bg{position: relative;width: 820px;height: 135px;margin-top: -27px;}

.float_slogan {position: absolute; background: url("http://www.itdcw.com/uploads/allimg/190723/1_1639492671.png") 0 0 no-repeat;}

.float_slogan{left: 0;bottom: 0;width: 800px;height: 135px;cursor: pointer;}

.float_close{width: 60px;margin-top: 30px;}

.float_close a {display: block;width: 53px; height: 52px; margin-left: 7px; background: url("http://www.itdcw.com/uploads/allimg/160729/1_1620271111.png") 0 0 no-repeat;-webkit-transition: all 400ms;}


#wrapper{
	width:800px;
	margin:50px auto;
	height:470px;
	position:relative;
	color:#fff;
	text-shadow:rgba(0,0,0,0.1) 2px 2px 0px;	
}

#slider-wrap{
	width:800px;
	height:470px;
	position:relative;
	overflow:hidden;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:800px;
	height:470px;	
}

#slider-wrap ul#slider li > div{
	position:absolute; 
	top:20px; 
	left:35px;	
}

#slider-wrap ul#slider li > div h3{
	font-size:18px; color: #fff;ackground-color: #0000006b;
	text-transform:uppercase;	
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size:21px;
}

#slider-wrap ul#slider li i{
/*
	text-align:center;
	line-height:470px;
	display:block;
	width:100%;
	font-size:90px;	
*/
}
.fa  img {width:800px;
	height:470px;	}

/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);	
}

#next{right:0px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:439px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}




/*Header*/
h1, h2{text-shadow:none; text-align:center;}
h1{	color: #666; text-transform:uppercase;	font-size:36px;}
h2{ color: #7f8c8d; font-family: Neucha, Arial, sans serif; font-size:18px; margin-bottom:10px;} 




/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}


.inner {
    background: #fff;
    background-size: 1400px auto;
    overflow: hidden;
    padding-bottom: 92px;
}
 .inner .dn-container {
    min-width: 1400px;
    max-width: 1400px;
}
.inner .title {
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 73px;    margin-top: 50px;
}
.inner .title .tit {
    font-family: Gotham-Medium;
    height: 48px;
    line-height: 48px;
    font-size: 48px;
    color: #000;
    letter-spacing: .4px;
    overflow: hidden;
}
.inner .title .st {
    height: 80px;
    line-height: 80px;
    font-size: 42px;
    color: #000;
    overflow: hidden;
}
 .inner .con {
    overflow: hidden;
    margin-bottom: 46px;
}
.inner .con .con-li {
    float: left;
    width: 50%;
    overflow: hidden;
}
 .inner .con .con-li .name {
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    color: #000;
    letter-spacing: .5px;
    line-height: 28px;
    margin-bottom: 16px;
}
 .inner .con .con-li .exp {
    width: 90%;
    font-size: 16px;
    color: #000;
    letter-spacing: .5px;
    line-height: 26px;
}
 .inner .linkarea {
    overflow: hidden;
    font-size: 0;
}
 .inner .linkarea .golink-area {
    overflow: hidden;
    display: inline-block;
    padding: 3px;
    background-image: linear-gradient(225deg,#e61571,#8e6aff);
    font-size: 0;
    margin-right: 32px;
}
.inner .linkarea .pdflink {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fd4198;
    overflow: hidden;
    text-decoration: none;
}
.canhui{ text-align: left;color: #000; font-size: 24px;}
ul .liA{
	width: 188px;
	height: 44px;
	background:rgb(40,100,187);;
	float: left;
	margin: 1px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
ul .liB{
	width: 188px;
	height: 44px;
	background:rgb(40,100,187);;
	float: left;
	margin: 1px;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

ul .liA a{
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', 微软雅黑, 宋体, Tahoma, Arial, Helvetica, STHeiti;
	display: inline-block;
	width: 170px; font-size: 16px; 
	height: 38px;
	text-align: center;
	color: white;
	position: absolute;
	top: 12px;
	left: 5px;
}
ul .liB a{
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', 微软雅黑, 宋体, Tahoma, Arial, Helvetica, STHeiti;
	font-size: 16px;
	display: inline-block;
	width: 170px;
	height: 30px;
	text-align: center;
	color: white;
	position: absolute;
	top: 14px;
	left: 10px;
}
ul .liB .aa,ul .liA .aa{
	top:15px
}
.divA{
	position: absolute;
	width: 100%;
	height: 100%;
	top:-100%;
	left: 0;
	background: #85a9e8;
		z-index: 0;
}
.divA1{
	position: absolute;
	width: 100%;
	height: 100%;
	top:100%;
	left: 0;
	background: #3046bb;
	opacity: 0.2;
	z-index: 0;
}
.divA2{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0%;
	left: 0;
	background:white;
	opacity: 0.4;
}
 
/* _site-header.css */
.site-header {
  text-align: center;
  padding: 40px 0;

}
.site-header__title {
  font-size: 36px;
  color: #fff;
}

/* _wrapper.css */
.wrapper {
 
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}


/* _timeline.css */
.timeline {
  position: relative;
  margin: 30px auto;
  padding: 60px 0;

}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 4px;
  height: 100%;
  background-color: #8d94b1;
}
@media (min-width: 800px){
  .timeline::before{
    left: 50%;
    margin-left: -2px;
  }
}
.timeline__item {
  margin-bottom: 10px;
  position: relative;
}
.timeline__item::after{
  content: "";
  clear: both;
  display: table;
}
.timeline__item:nth-child(2n) .timeline__item__content {
  float: right;
}
.timeline__item:nth-child(2n) .timeline__item__content::before {
  content: '';
  right: 40%;
}
@media (min-width: 800px){
  .timeline__item:nth-child(2n) .timeline__item__content::before{
    left: inherit;
  }
}
.timeline__item:nth-child(2n) .timeline__item__content__date {
  background-color: #b292c5;
}
.timeline__item:nth-child(2n) .timeline__item__content__description {
  color: #fff;
}
.timeline__item:last-child {
  margin-bottom: 0;
}
.timeline__item-bg {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: #fff;
}
.timeline__item-bg:nth-child(2n) .timeline__item__station {
  background-color: #022282;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content {
  background-color: #022282;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content::before {
  background-color: #b292c5;
}
.timeline__item-bg:nth-child(2n) .timeline__item__content__description {
  color: #fff;
}
.timeline__item-bg .timeline__item__station {
  background-color: #0072e8;
}
.timeline__item-bg .timeline__item__content {
  background-color: #0072e8;
}
.timeline__item-bg .timeline__item__content::before {
  background-color: #65adb7;
}
.timeline__item-bg .timeline__item__content__description {
  color: #fff;
}
.timeline__item__station {
  background-color: #022282;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  top: 0;
  left: 10%;
  margin-left: -33px;
  border: 4px solid #022282;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__station{
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    padding: 15px;
    border-width: 6px;
  }
}
.timeline__item__content {
  width: 80%;
  background: #022282;
  padding: 20px 30px;
  border-radius: 6px;
  float: right;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content{
    width: 40%;
    float: inherit;
    padding: 30px 40px;
  }
}
.timeline__item__content::before {
  content: '';
  position: absolute;
  left: 10%;
  background: #022282;
  top: 20px;
  width: 10%;
  height: 4px;
/*  z-index: 81;*/
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content::before{
    left: 40%;
    top: 30px;
    height: 4px;
    margin-top: -2px;
  }
}
.timeline__item__content__date {
  margin: 0;
  padding: 8px 12px;
  font-size: 15px;
  margin-bottom: 10px;
  background-color: #65adb7;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid #fff;
}
.timeline__item__content__description {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
@media (min-width: 800px){
  .timeline__item__content__description{
    font-size: 19px;
    line-height: 28px;
  }
}

/* _site-footer.css */
.site-footer {
  padding: 50px 0 200px 0;

}
.site-footer__text {
  color: #e6e6e6;
  font-size: 14px;
  text-align: center;
}
.site-footer__text__link {
  color: #8287a9;
}