/*   
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio and Blog Theme.
 * Version: 1.3
 * Author: Html Stream
 * Website: http://htmlstream.com/preview/unify
*/

/*Import app.css*/
@import url(app.css);

/*Import Google Fonts
@import url(Monda.css);
@import url(Open+Sans.css);*/


/*Block Headline*/
.headline {
	padding-left:33px;
	background:url(../img/headline_ico.png) no-repeat 0 0;
}
.headline h2, 
.headline h3, 
.headline h4 {
	color: #1079b5;
	margin:0;
	border-bottom:none !important;
	font-weight:bold !important;
	font-size:24px;
	line-height:24px;
}
.headline h2 {
	font-size: 23px;
}

.headline-md h2 {
	font-size: 21px;
}

.headline-md {
	margin-bottom: 15px;
}

/*Purchase Block*/
.purchase {
	padding: 30px 0;
	margin-bottom: 30px;
	box-shadow: inset 0 0 4px #eee;
	background: url(../img/breadcrumbs.png) repeat;
}
.purchase p {
	margin-bottom: 0;
}
.purchase span {
	color: #666;
	display: block;
	font-size: 28px;
	font-weight: 200;
	line-height: 35px;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif;
}
.purchase a.btn-buy {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 22px;
	font-weight: bold;
	background: #72c02c;
	display: inline-block;
	text-decoration: none;
	padding: 12px 28px 9px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #51a00b;
}
.purchase a.btn-buy:hover {
	color: #fff;
	background: #68af28;
	text-decoration: none;
	box-shadow: 0 0 5px #c0c2c1;
} 

/*Service*/
.service {
	overflow: hidden; 
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px; 
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #72c02c;
	font-size: 45px;  
	text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work  */
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*Blockquote*/
blockquote p {
	font-size: 16px;
	font-weight: 200;
}

blockquote:hover {
	border-left-color: #72c02c; 
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hero {
	padding: 18px;
	margin: 20px 0;
	color: #566c8a;
	font-size: 16px;
	background: #fcfcfc;
	border-left: 4px solid #94c564; 
	font-family: 'Open Sans', sans-serif;
}
.hero h1, .hero p { 
	text-shadow: 1px 1px 0 #fff;
}

.hero-unify p {
	font-size: 13px;
	line-height: 20px;
}

/* Work */
.work {
	margin-top: 6px;
}
.work .details {
	padding: 10px;
}
.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}
.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Footer*/
.footer {
	color: #dadada;
	margin-top: 40px;
	padding: 20px 0 20px;
	background: #6d7580;
}

.footer.margin-top-0 {
	margin-top: 0;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow: none;
	font-weight: normal !important; 
} 

.footer p,
.footer a {
	font-size: 14px;
} 
.footer p {
	color: #dadada;
} 

.footer a {
	color: #72c02c;
}
.footer a:hover {
	color: #a8f85f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer h2, 
.footer h3,
.footer h4 {
	color: #e4e4e4;
	background: none;
	text-shadow: none;
}

/*Footer Subsribe*/
.footer .footer-subsribe {
	width: 85%;
}

/*Blog Posts*/
.footer .blog-list {
	margin: 0;
	padding: 0;
	color: #dadada;
	list-style: none;
}

.footer .blog-list li {
	padding: 0 0;
	margin-bottom: 7px; 
}
.footer .blog-list li span {
	color: #818488;
}

.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border: none !important;
	background: none !important;
}
.footer .dl-horizontal a {
	color: #dadada;
}
.footer .dl-horizontal a:hover {
	color: #a8f85f !important;
}
.footer .dl-horizontal img {
	border-color: #888 !important;
}

/*Copyright*/
.copyright {
	font-size: 12px;
	padding:60px 0 45px;
	background:#a3a9ad;
}

.copyright p.copyright-space {
	margin-top: 12px;
}

.copyright a {
	margin:0px;
	color: #242d33;
}

/*Page (Features)
------------------------------------*/
/*Thumbnail*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 5px;
	margin-bottom: 20px; 
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	margin: 5px 0 0 0;
}
.thumbnail-style h3 a {
	font-size: 20px;
}
.thumbnail-style h3 a:hover {
	color: #72c02c;
	text-decoration: none;
}
.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 10px;
}
.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #72c02c;
	display: inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Servive Blocks*/
.servive-block .servive-block-in {
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 20px;
	background: #fafafa;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.servive-block .servive-block-in:hover {
	box-shadow: 0 0 8px #ddd;
}

.servive-block .servive-block-in h4 {
	line-height: 25px;
}

.servive-block .servive-block-in h4 a:hover {
	color: #72c02c;
	text-decoration: none;
}

.servive-block .servive-block-in:hover h4,
.servive-block .servive-block-in:hover i {
	color: #72c02c;
}

.servive-block .servive-block-in i {
	color: #565656;
	font-size: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.servive-block .servive-block-red {
	background: #e74c3c;
}
.servive-block .servive-block-sea {
	background: #1abc9c;
}
.servive-block .servive-block-blue {
	background: #3498db;
}
.servive-block .servive-block-grey {
	background: #95a5a6;
}
.servive-block .servive-block-yellow {
	background: #f1c40f;
}
.servive-block .servive-block-orange {
	background: #e67e22;
}
.servive-block .servive-block-green {
	background: #2ecc71;
}

.servive-block .servive-block-colored i,
.servive-block .servive-block-colored p,
.servive-block .servive-block-colored h4,
.servive-block .servive-block-colored:hover i,
.servive-block .servive-block-colored:hover h4 {
	color: #fff;
}

.servive-block .servive-block-colored:hover {
	opacity: 0.8;
	box-shadow: none;
}

/*Service Alternative Block*/
.service-alternative .service:hover { 
	background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Posts*/
.posts .dl-horizontal { 
	margin-bottom: 0;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}

.posts .dl-horizontal dt img { 
	width: 60px; 
	height: 60px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	color: #72c02c; 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color: #72c02c;
	border-color: #72c02c !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*Breadcrumbs*/
.breadcrumbs {
	padding: 10px 0 16px;
}
.breadcrumbs h1 {
	color: #555;
	font-size: 13px;
	margin-bottom:25px;
}

.breadcrumb { 
	top: 9px;
	padding-right: 0;
	background: none;
	position: relative;
}
.breadcrumb a {
	color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Pegination*/
.pagination li a {
	color: #777;
	padding: 5px 15px;
}

/* Testimonials */
.testimonials {
	margin-bottom: 10px;
}

.testimonials .testimonial-info {
	color: #72c02c;
	font-size: 16px;
	padding: 0 15px;
	margin-top: 18px;
}

.testimonials .testimonial-info span {
	top: 3px;
	position: relative;
}

.testimonials .testimonial-info em {
	color: #777;
	display: block;
	font-size: 13px;
}

.testimonials .testimonial-info img {
	width: 60px;
	float: left;
	height: 60px;
	padding: 2px;
	margin-right: 15px;
	border: solid 1px #ccc;
	border-radius: 50% !important;	
}

.testimonials .testimonial-author {
	overflow: hidden;
}

.testimonials .carousel-arrow {
	top: -65px;
	position: relative;
}

.testimonials .carousel-arrow i {
	color: #777;
	font-size: 20px;
	padding: 2px 8px; 
	background: #fafafa;
}

.testimonials .carousel-arrow i:hover {
	color: #fff;
	background: #72c02c;
}

.testimonials .carousel-control {
	opacity: 1;
	width: 100%;
	text-align: right;
	text-shadow: none;
	position: absolute;
}

.testimonials .carousel-control.left {
	right: 27px;
	left: auto;
}
.testimonials .carousel-control.right {
	right: 0px;
}

.testimonials.testimonials-v1 .item p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	position: relative;
	background: #fafafa;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
	width: 0; 
	height: 0;
	left: 80px;
	content: " "; 
	bottom: -20px;
	display: block; 
	position: absolute;
}

.testimonials.testimonials-v1 .item p:after {
	border-top: 22px solid #fafafa;	
	border-left: 0 solid transparent;
	border-right: 22px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

.testimonials.testimonials-v2 .testimonial-info {
	padding: 0 20px;
}

.testimonials.testimonials-v2 p {
	padding: 15px;
	font-size: 14px;
	font-style: italic;
	background: #fafafa;
	padding-bottom: 15px;
}

.testimonials.testimonials-v2 .carousel-arrow {
	top: -55px;	
}

.testimonials.testimonials-v2 .item p:after,
.testimonials.testimonials-v2 .item p:before {
	width: 0; 
	height: 0;
	left: 8%;
	content: " "; 
	bottom: 45px;
	display: block; 
	position: absolute;
}

.testimonials.testimonials-v2 .item p:after {
	border-top: 20px solid #fafafa;	
	border-left: 25px solid transparent;
	border-right: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}

/*Tabs v1*/
.tab-v1 .nav-tabs { 
	border: none;
	background: none;
	border-bottom: solid 2px #72c02c; 	
}

.tab-v1 .nav-tabs a { 
	font-size: 14px;
	padding: 5px 15px; 
}

.tab-v1 .nav-tabs > .active > a, 
.tab-v1 .nav-tabs > .active > a:hover, 
.tab-v1 .nav-tabs > .active > a:focus { 
	color: #fff;
	border: none; 
	background: #72c02c; 
}

.tab-v1 .nav-tabs > li > a { 
	border: none;
}
.tab-v1 .nav-tabs > li > a:hover { 
	color: #fff; 
	background: #72c02c; 
}

.tab-v1 .tab-content { 
	padding: 10px 0;
}

.tab-v1 .tab-content img {
	margin-top: 4px;
	margin-bottom: 15px; 
}

.tab-v1 .tab-content img.img-tab-space {
	margin-top: 7px;
}

/*Tabs v2*/
.tab-v2 .nav-tabs {
	border-bottom: none;
}

.tab-v2 .nav-tabs li a {
	padding: 9px 16px;
	background: none;
	border: none;
}

.tab-v2 .nav-tabs li.active a {
	background: #fff;
	padding: 7px 15px 9px;
	border: solid 1px #eee;
	border-top: solid 2px #72c02c;
	border-bottom: none !important;
}

.tab-v2 .tab-content {
	padding: 10px 16px;
	border: solid 1px #eee;
}

/*Tabs v3*/
.tab-v3 .nav-pills li a {
	color: #777;
	font-size: 17px;
	padding: 4px 8px;
	margin-bottom: 3px;
	background: #fafafa;
	border: solid 1px #eee;
}

.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
	color: #fff;
	background: #72c02c;
	border: solid 1px #68af28;
}

.tab-v3 .nav-pills li i {
	width: 1.25em;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}

.tab-v3 .tab-content {
	padding: 15px;
	background: #fafafa;
	border: solid 1px #eee;
}

/*Accardion v1*/
.acc-v1 .panel-heading {
	padding: 0;
	box-shadow: none;
}

.acc-v1 .panel-heading a {
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	background: #fefefe;
}

.acc-icon a.accordion-toggle i {
	color: #585f69;
	margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
	color: #39414c;
}

/*Carousel v1*/
.carousel-v1 .carousel-caption {
   left: 0;
   right: 0;
   bottom: 0;
   padding: 7px 15px;
   background: rgba(0, 0, 0, 0.7);
}

.carousel-v1 .carousel-caption p {
   color: #fff;
   margin-bottom: 0;
}

.carousel-v1 .carousel-arrow a.carousel-control {
   opacity: 1;
   font-size:30px;
   height:inherit;
   width: inherit;
   background: none;
   text-shadow: none;
   position: inherit;
}

.carousel-v1 .carousel-arrow a i {
   top: 50%;
   opacity: 0.6;
   background: #000;
   margin-top: -18px;
   padding: 2px 12px; 
   position: absolute;
}
.carousel-v1 .carousel-arrow a i:hover {
   opacity: 0.8;
}

.carousel-v1 .carousel-arrow a.left i {
   left: 0;
}
.carousel-v1 .carousel-arrow a.right i {
   right: 0;
}

/*About Page
------------------------------------*/
.team ul.team-socail { 
	text-align: right;
}
.team ul.team-socail li {
	padding: 0 !important;
	margin: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 3px;
	min-width: 30px;
	font-size: 20px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}
.team ul.team-socail li i:hover {
	color: #fff;
	background: #72c02c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style small {
	display: block; 
	font-size: 12px;
}

.team .thumbnail-style h3 {
	margin-bottom: 10px;
}
.team .thumbnail-style:hover h3 a {
	color: #72c02c !important;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}
.privacy a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}
.portfolio-item li {
	padding: 3px 0;
} 
.portfolio-item p a {
	text-decoration: underline;
}
.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size :13px;
	padding: 2px 7px;
	background: #f7f7f7;
	margin: 0 3px 6px 0;
	display: inline-block;
}

ul.blog-tags a i {
	color: #666;
}

ul.blog-tags a:hover {
	background: #72c02c;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}
.blog-photos li img {
	opacity: 0.6;
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}
.blog-photos li img:hover {
	opacity: 1;
	box-shadow: 0 0 0 2px #72c02c;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	position: relative;
	background: #fafafa;
	margin-bottom: 15px;
	border-top: solid 2px #eee;
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #f0f0f0;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #72c02c;
	border-top-color: #72c02c;	
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #72c02c;	
}

.blog-twitter .blog-twitter-inner span {
	color: #777;
	display: block;
	font-size: 11px; 
}

.blog-twitter .blog-twitter-inner a {
	color: #72c02c;
	text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.icon-twitter {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li { 
	margin-bottom: 6px;
}
.who li i { 
	top: 2px; 
	color: #72c02c; 
	font-size: 18px;
	margin-right: 8px;
	position: relative; 
}
.who li:hover i, 
.who li:hover a { 
	color: #777;
}
.who li:hover a:hover {
	text-decoration: none;
}

/*Sidebar Menu
------------------------------------*/
/*Sidebar Menu v1*/
.sidebar-nav-v1 li {
	padding: 0;
	border-color:#eef2f4;
}

.sidebar-nav-v1 li a {
	display: block;
	padding: 10px 30px 10px 10px;
	font-size:14px;
}

.sidebar-nav-v1 li a:hover {
	text-decoration: none;
	color:#fff;
	background:#ec0000;
}

.sidebar-nav-v1 li.active,
.sidebar-nav-v1 li.active:hover {
	background: #ec0000;
	color: #fff;
} 

.sidebar-nav-v1 li.active a {
	color: #fff;
}

.sidebar-nav-v1 span.badge {
	margin-top: 10px;
	margin-right: 10px;
}

.sidebar-nav-v1 span.badge-green {
	background: #2ecc71;
}
.sidebar-nav-v1 span.badge-red {
	background: #e74c3c;
}
.sidebar-nav-v1 span.badge-blue {
	background: #3498db;
}
.sidebar-nav-v1 span.badge-sea {
	background: #1abc9c;
}

/*Tag Boxes
------------------------------------*/
.tag-box  {
	padding: 20px;
	margin-bottom: 30px;
}

.tag-box h2 {
	font-size: 20px;
	line-height: 25px;
}

.tag-box p {
	margin-bottom: 0;
}

/*Tag Boxes v1*/
.tag-box-v1 {
	border: solid 1px #eee;
	border-top: solid 2px #72c02c;
}

/*Tag Boxes v2*/
.tag-box-v2 {
	background: #fafafa;
	border: solid 1px #eee;
	border-left: solid 2px #72c02c;
}

/*Tag Boxes v3*/
.tag-box-v3 {
	border: solid 2px #eee;
}

/*Tag Boxes v4*/
.tag-box-v4 {
	border: dashed 1px #bbb;
}

/*Tag Boxes v5*/
.tag-box-v5 {
	margin: 20px 0;
	text-align: center;
	border: dashed 1px #ccc;
}

.tag-box-v5 span {
	color: #555;
	font-size: 28px;
	margin-bottom: 0;
}

/*Tag Boxes v6*/
.tag-box-v6 {
	background: #fafafa;
	border: solid 1px #eee; 
}

/*Tag Boxes v7*/
.tag-box-v7 {
	border: solid 1px #eee;
	border-bottom: solid 2px #72c02c;
}

/*Panels (Portlets)
------------------------------------*/
/*Panel Table*/
.panel .table {
    margin-bottom: 0;
}

/*Panel Blue*/
.panel-blue {
   border-color: #3498db;
}

.panel-blue > .panel-heading {
   color: #fff;
   background: #3498db;
}

/*Panel Red*/
.panel-red {
   border-color: #e74c3c;
}

.panel-red > .panel-heading {
   color: #fff;
   background: #e74c3c;
}

/*Panel Green*/
.panel-green {
   border-color: #2ecc71;
}

.panel-green > .panel-heading {
   color: #fff;
   background: #2ecc71;
}

/*Panel Sea*/
.panel-sea {
   border-color: #1abc9c;
}

.panel-sea > .panel-heading {
   color: #fff;
   background: #1abc9c;
}

/*Panel Orange*/
.panel-orange {
   border-color: #e67e22;
}

.panel-orange > .panel-heading {
   color: #fff;
   background: #e67e22;
}

/*Panel Yellow*/
.panel-yellow {
    border-color: #f1c40f;
}

.panel-yellow > .panel-heading {
    color: #fff;
    background: #f1c40f;
}

/*Panel Grey*/
.panel-grey {
   border-color: #95a5a6;
}

.panel-grey > .panel-heading {
   color: #fff;
   background: #95a5a6;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size { 
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: 0 !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #555;
	font-size: 20px;
	display: block;
	margin: 20px 0 15px;
	font-weight: 200; 
}

.promo-box:hover strong, 
.promo-box:hover strong a {
	color: #e74c3c;
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	margin: 20px 0;
	padding: 40px 0;
	font-size: 16px;
	text-align: center;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

.block-blockquote {
	margin: 20px 0; 
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px; 
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: #72c02c;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;	
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 40px;
	margin-top: 5px;
	min-width: 50px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*tool*/
.ptb55{padding:55px 0;}
.wordBreak{word-wrap:break-word;word-break:break-all;}

/*text list*/
.txtlist{list-style:none; font-size:14px; margin:32px 0 0 0; padding:0;}
.txtlist li{padding:10px 0px 10px 25px; position:relative; font-size:16px;}
.txtlist li:before{content:" "; display:block; position:absolute; left:0px; top:15px; width:6px; height:15px; background:#1079b5;}
.txtlist li:hover{color:#1079b5; font-weight:bold;}
.txtlist li .tit{display:inline-block; overflow:hidden; vertical-align:top; color:#322e47;}
.txtlist li:hover .tit{color:#1079b5;}

.conList{margin:32px 0 0 0; list-style:none; padding:0;}
.conList .title{padding-left:25px; color:#4c4c4c; font-size:16px; height:50px; line-height:50px; overflow:hidden; position:relative; cursor:pointer;}
.conList .title:before{content:" "; display:block; position:absolute; left:0px; top:18px; width:6px; height:15px; background:#1079b5;}
.conList .title:hover,.conList .title.on{color:#1079b5; background:#f5f5f5; font-weight:bold;}
.conList .con{display:none; padding:15px 34px; overflow:hidden;}

.bannerBox{width:100%; position:relative; overflow:hidden;}
.bannerBox_bigimg{width:100%; max-height:880px; text-align:center;}
.bannerBox_bigimg img{max-width:100%; height:auto;}
.homeList_num{font-size:46px; font-weight:bold; color:#fff; background:#f00; width:60px; line-height:60px; text-align:center; margin:0 auto;}
.homeTxt_row{border-bottom:solid 1px #eef2f4; margin-bottom:10px; padding-bottom:10px;}
.homeTxt_row .para a{font-size:14px; color:#000;}
.homeTxt_row .para a:hover{color:#ec0000;}
.midbanner{margin:0 auto; position:relative;}
.midbanner>img{width:100%; vertical-align:top;}
.midbanner2{width:100%; margin:0 auto; position:relative; background:url(../img/midban_5.jpg) no-repeat center top; min-height:400px;}
.graywrap{background-color:#f6f8f9;}
.redwrap{background:url(../img/home_wrapbg.jpg) no-repeat center top;}
.graywrap2{background:url(../img/home_ycbg2.jpg) no-repeat center top;}
.advantage_tit{margin:68px 0 73px 0; font-size:28px; color:#fff; text-align:center; line-height:36px;}
.arealist{padding:0; margin:0; list-style:none; overflow:hidden;}
.arealist li{float:left; width:200px; min-height:260px; margin:0 100px 20px 0; color:#fff; position:relative; overflow:hidden;}
.arealist li:last-child{margin-right:0;}
.arealist_num{height:70px; text-align:center;}
.arealist_num_ico{display:inline-block; background:url(../img/home_icon.png) no-repeat;}
.arealist li:nth-child(2n+1) .arealist_num_ico{width:55px; height:45px; background-position:0px 0px; margin-top:7px;}
.arealist li:nth-child(2n+2) .arealist_num_ico{width:48px; height:53px; background-position:0px -64px;}
.arealist li:nth-child(2n+3) .arealist_num_ico{width:49px; height:49px; background-position:0px -140px; margin-top:3px;}
.arealist li:nth-child(2n+4) .arealist_num_ico{width:47px; height:47px; background-position:0px -210px; margin-top:3px;}
.arealist li h4{margin:22px 0 0 0; text-align:center; font-size:22px; font-weight:bold!important;}
.arealist li p{margin:16px 0 0 0; text-align:center; color:#fff; font-size:16px; line-height:24px;}
.arealist li:hover .arealist_num_ico{background-position-x:right;}
.arealist li:hover,.arealist li:hover p{color:#96d5fa;}
.index_title{font-size:28px; line-height:42px; text-align:center; padding-top:38px;}
.index_title_sup{font-weight:normal;}
.schedule_cd{font-size:32px; color:#4c4c4c; text-align:center; margin-top:68px; font-weight:bold; line-height:60px;}
.schedule_cd .schedule_cd_num{display:inline-block; width:50px; height:60px; background:#e11313; border-radius:5px; color:#fff; font-size:34px; vertical-align:top; margin:0 11px 0 0;}
.schedule_phase{margin-top:54px; min-height:307px;}
.schedule_phase_item{float:left; width:220px;}
.schedule_phase_item .num{width:194px; height:194px; border-radius:50%; border:solid 2px #cacbcc; background:url(../img/schedule_bg.png) no-repeat 50% 115px; text-align:center; margin:0 auto; position:relative;}
.schedule_phase_item .num.last:before{display:none;}
.schedule_phase_item.ex .num{background:url(../img/schedule_bgEx.png) no-repeat 50% 39px;}
.schedule_phase_item.on .num{background:url(../img/schedule_bgOn.png) no-repeat 50% 113px; width:218px; height:218px; border-color:#f15a5a; margin-top:-10px;}
.schedule_phase_item h2{font-size:18px; color:#979899; font-weight:bold!important; margin:57px 0 0 0; height:32px;}
.schedule_phase_item .time{font-family:Arial; font-size:16px; font-weight:bold; margin:0px; color:#3f3f3f; line-height:14px;}
.schedule_phase_item .info{font-size:13px; font-weight:bold; margin:35px 10px 0 10px; color:#ffffff;}
.schedule_phase_item.ex h2{color:#fff; margin-top:67px;}
.schedule_phase_item.ex .time{color:#3f3f3f;}
.schedule_phase_item.ex .info{margin-top:22px;}
.schedule_phase_item.on h2{color:#f15a5a; font-size:20px;}
.schedule_phase_item.on .time{font-size:17px;}
.schedule_phase_item.on .info{color:#fff; font-size:16px;}
.regi_tit{color:#fff; padding-top:73px;}
.regi_list{margin-top:60px; height:90px; overflow:hidden;}
.regi_list ul{padding:0; margin:0; overflow:hidden; margin-right:-25px; position:relative; left:0;}
.regi_list li{width:200px; height:80px; float:left; margin:0 25px 10px 0; list-style:none; background:#fff; position:relative; left:0;}
.regi_list li:last-child{margin-right:0;}
.regi_list li img{width:100%; height:100%;}
.regi_info{font-size:18px; line-height:32px; color:#fff; padding:65px 0 0px; text-align:center;}
.regi_info .more{display:inline-block; color:#bdbbbc; width:160px; height:40px; line-height:38px; border:solid 1px #748087;}
.regi_info .more:hover{border-color:#174a6a; color:#1079b6; text-decoration:none;}
.homePara{width:100%; min-height:452px; background:#182b38;}
.homePara_title{color:#fff; padding-top:60px; font-size:16px;}
.homePara_title span{font-size:24px; font-weight:bold; margin-right:20px;}
.homePara .par_list{position:relative; margin-top:56px;}
.homePara .par_list ul{top:0; left:0; padding:0; margin:0; overflow:hidden;}
.homePara .par_list ul li{list-style:none; position:relative; width:23.5%; margin:0 20px 10px 0; float:left; text-align:center; background:#ebebeb;}
.homePara .par_list ul li:last-child{margin-right:0;}
.homePara .par_list ul li a img{width:100%;}
.homePara .homePara_prev,.homePara .homePara_next{display:none; position:absolute; top:176px; width:21px; height:38px; background:url(../img/home_arr.png) no-repeat;}
.homePara .homePara_prev{left:-32px; background-position:0px 0px;}
.homePara .homePara_next{right:-32px; background-position:-21px 0px;}

.copyright_con{color:#242d33; font-size:14px; margin:15px 0 0 0; line-height:30px; text-align:center;}
.copyright_logo{float:left; margin:15px 0 0 0;}
.gtldList{float:right;}
.gtldList a{display:inline-block; float:left; width:86px; height:85px; border-radius:50%; margin:0 0 0 10px; position:relative;}

.gtldList a:before{content:""; display:block; position:absolute; width:100%; height:100%; background:url(../img/logo_gtld.png) no-repeat #ebebeb; border-radius:50%;
transition:all 0.4s ease-in-out;}
.gtldList a.jt:before{background-position:0 0;}
.gtldList a.wan:before{background-position:-95px 0;}
.gtldList a.gd:before{background-position:-190px 0;}
.gtldList a.fs:before{background-position:-285px 0;}
.gtldList a.xw:before{background-position:-379px 0px;}
.gtldList a.ss:before{background-position:-474px 0px;}
.gtldList a.cs:before{background-position:-567px 0px;}

.gtldList a:after{content:""; display:block; position:absolute; width:100%; height:100%; background:url(../img/logo_gtld.png) no-repeat #ebebeb; border-radius:50%;
-webkit-transform:rotateY(90deg); transform:rotateY(90deg); -webkit-backface-visibility:hidden; backface-visibility:hidden; transition:all 0.4s ease-in-out;}
.gtldList a.jt:after{background-position:0 -115px;}
.gtldList a.wan:after{background-position:-95px -115px;}
.gtldList a.gd:after{background-position:-190px -115px;}
.gtldList a.fs:after{background-position:-285px -115px;}
.gtldList a.xw:after{background-position:-379px -115px;}
.gtldList a.ss:after{background-position:-474px -115px;}
.gtldList a.cs:after{background-position:-567px -115px;}

.gtldList a:hover:before{-webkit-transform:rotateY(90deg); transform:rotateY(90deg); -webkit-backface-visibility:hidden; backface-visibility:hidden;}
.gtldList a:hover:after{-webkit-transform:rotateY(0deg); transform:rotateY(0deg); -webkit-backface-visibility:visible; backface-visibility:visible; box-shadow:0px 0px 13px rgba(237,213,178,0.75);}

.formSearch{margin:0 0 0 177px;}
.formSearch .formSearch_span1{display:inline-block; vertical-align:middle; border:solid 1px #cccccc; position:relative;}
.formSearch .seaText{width:480px; border:none; border-right:solid 1px #e8e8e8; height:84px; line-height:84px; font-size:30px; padding:0 15px; vertical-align:top;}
.formSearch .addon{display:inline-block; padding:0 0 0 12px; width:135px; height:84px; line-height:84px; vertical-align:top; color:#1079b5; font-size:30px;
background:#fff; border:none; cursor:pointer;}
.formSearch .formSearch_span1 .tb{display:block; display:none\9; position:absolute; right:11px; top:40px; border-top:15px solid #e11313; border-left:solid 12px transparent; border-right:solid 12px transparent;}
.formSearch .btn_red{color:#fff; padding:0; width:126px; height:86px; background:url(../img/icon_search.png) no-repeat #1496e0 50% 50%; border:solid 1px #cccccc; border-left:none;}

.form-group{display:inline-block; margin:0 auto;}
.form_span1{width:285px; display:inline-block; vertical-align:middle;}
.form-group .form-control{border:solid 1px #cecece; border-right-color:#e8e8e8; height:52px; line-height:52px; padding:0 10px;}
.form-group .addon{display:inline-block; padding:0 7px; height:52px; line-height:52px; background:#fff; border:solid 1px #cecece; border-left:none;
color:#4c4c4c; font-size:18px; vertical-align:middle;cursor:pointer;}
.form-group .btn_red2{background:#1496e0; color:#fff; height:52px; width:92px; font-size:18px; font-weight:bold; padding:0;}
.form-group:hover .form-control,.form-group:hover .addon{border-color:#8fcdf0;}
.form-group:hover .btn_red2{background:#1079b5; color:#fff;}

#punycodeInfo,#domainInfo{font-weight:bold; color:#1079b5;}

.partnerList ul{padding:0; margin:0; overflow:hidden;}
.partnerList li{margin:0 25px 25px 0; list-style:none; width:200px; height:80px; float:left; border:solid 1px #ccc;}
.partnerList li:nth-child(5n){margin-right:0px;}
.partnerList li img{width:100%; height:100%;}

.newsContent{padding:60px 0 40px;}
.newsContent_title{font-size:31px; font-weight:bold; text-align:center; color:#333333; margin:10px auto 25px;}
.newsContent_info{padding:0px 115px 15px; border-bottom:solid 2px #e6e6e6; text-align:center;}
.newsContent_info .newsBq{float:left;}
.newsBq a{background-color:#de2342; line-height:20px; font-size:14px; color:#fff; display:inline-block; padding:0 6px;}
.newsContent_info .time{font-size:16px; color:#4c4c4c;}
.newsContent_info .bds_tools{float:right;}

.aboutContent p{font-size:15px; line-height:29px; color:#464646; margin:0;}
.aboutContact_tit{height:23px; background:url(../img/about_contact.png) no-repeat center top; margin-top:30px; text-align:center; color:#1679b9; font-size:24px; font-weight:bold; line-height:24px;}
.aboutContact_block{width:300px; height:300px; margin:110px auto 102px; border:solid 1px #b3b2b2; position:relative; text-align:center; padding:0 20px;}
.aboutContact_block:after{content:""; display:block; width:96%; height:1px; position:absolute; bottom:6px; left:2%;
box-shadow:0 0 0 transparent, 0 0 0 transparent, 0px 10px 6px #747474, 0 0 0 transparent;}
.aboutContact_block .aboutContact_ico{width:120px; height:120px; border:solid 1px #b3b2b2; background:url(../img/about_ico.png) no-repeat #fff; border-radius:50%; margin:-60px auto 0;}
.aboutContact_block .aboutContact_ico.icon1{background-position:50% 20px;}
.aboutContact_block .aboutContact_ico.icon2{background-position:50% -88px;}
.aboutContact_block .aboutContact_ico.icon3{background-position:50% -196px;}
.aboutContact_block .title{color:#4c4c4c; font-size:18px; font-weight:bold; margin:18px 0 11px;}
.aboutContact_block .cont{height:108px;}
.aboutContact_block .cont p{color:#4c4c4c; font-size:16px; line-height:24px; margin:0;}
.aboutContact_block .tips{width:100px; background:#4c4c4c; font-size:16px; color:#ffffff; line-height:40px; margin:0 auto;}
.aboutContact_block:hover{border:solid 2px #1079b5;}
.aboutContact_block:hover .aboutContact_ico{border-color:#1079b5;}
.aboutContact_block:hover .tips{background:#1079b5;}
#aboutMap_canvas{width:615px; height:290px; float:right;}

.whoisRemarkBox{display:none;}
.whoisSearchBox{position:absolute; left:50%; top:0; width:1100px; margin-left:-550px;}
.dnSearchTip{font-size:30px; color:#333; height:40px; line-height:40px; text-align:center; margin:144px auto 30px;}
.dnSearchTip span{color:#000;}

.aboutgdfs_box1{background:url(../img/aboutGf_bg1.jpg) no-repeat center top; min-height:779px;}
.aboutgdfs_box1 .headline{margin-top:62px;}
.aboutgdfs_title{color:#14131a; font-size:18px; line-height:18px; border-left:solid 4px #de2342; padding-left:10px;}
.aboutgdfs_con{color:#3d394c; font-size:16px; line-height:32px; width:396px; min-height:288px; text-align:justify;}
.aboutgdfs_titBox{padding:45px 0 60px 0; text-align:center;}
.aboutgdfs_titBox .aboutgdfs_title{display:inline-block;}
.aboutgdfs_road{width:1020px; overflow:hidden; position:relative; margin:0 auto;}
.aboutgdfs_roadList{width:2040px; position:relative; left:0; min-height:147px;
-moz-transition:all ease-out .7s;
-webkit-transitio:all ease-out .7s;
transition:all ease-out .7s;
}
.aboutgdfs_road_item{float:left; width:255px;}
.aboutgdfs_road_item .num{width:38px; height:38px; line-height:38px; border-radius:50%; background:#e6e6e6; text-align:center; margin:0 auto 34px; position:relative;}
.aboutgdfs_road_item .num:before{display:block; content:""; width:220px; height:10px; background:#e6e6e6; position:absolute; top:16px; left:36px;}
.aboutgdfs_road_item .num.last:before{display:none;}
.aboutgdfs_road_item span{display:block; color:#fff; font-size:24px; font-weight:bold; border-radius:50%; position:relative; z-index:9;}
.aboutgdfs_road_item .num span:before{display:block; content:""; width:2px; height:27px; background:url(../img/road_line.png) no-repeat 0px 0px; position:absolute; top:38px; left:18px;}
.aboutgdfs_road_item p{font-size:14px; line-height:24px; margin:0; text-align:center;}
.aboutgdfs_road_item p strong{color:#d80d18;}
.aboutgdfs_road_btn{text-align:center;}
.aboutgdfs_road_btn span{display:inline-block; width:8px; height:8px; border-radius:50%; background:#ebe6e6; margin-right:9px; cursor:pointer;}
.aboutgdfs_road_btn span.on{background:#d6d2d2;}
.aboutgdfs_box2{min-width:1100px; min-height:1006px; background:url(../img/aboutGf_bg2.jpg) no-repeat center top;}

.caseFilter{overflow: hidden; margin: 10px auto 40px;}
.caseFilter a{color: #999; font-size: 18px; line-height: 36px; padding: 0 10px; min-width: 80px; text-align: center; float: left; margin: 0 10px 14px 0; cursor: pointer;}
.caseFilter a.on{background: #1079b5; color: #fff;}

.caseNews{height: 270px; overflow: hidden; margin-right: 20px;}
.caseNews .txtlist{margin-top: 0;}
.caseNews_more{text-align: center; margin-top: 10px; color: #666; cursor: pointer;}

.caseList ul{padding:0; margin:0; overflow:hidden; margin-right: -33px;}
.caseList li{margin:0 33px 30px 0; list-style:none; width:250px; float:left;}
.caseList li a:hover{text-decoration: none;}
.caseList li h3{color: #383838; font-size: 20px; line-height: 30px; border-bottom: solid 1px #cecece; padding-bottom: 10px; margin-bottom: 18px;}
.caseList li img{width:250px; height:154px; display: block;}
.caseList .caseList_info{color: #1079b5; font-size: 16px; margin-top: 14px;}

.mediaTitle{color: #1079b5; font-size: 20px; font-weight: bold; line-height: 24px; border-left: 4px solid #1079b5; padding-left: 11px;}
.mediaList{margin-top: 30px;}
.mediaList ul{padding:0; margin:0; overflow:hidden; margin-right: -20px;}
.mediaList li{margin:0 8px 0 0; list-style:none; width:130px; float:left;}
.mediaList li a{display: block; width: 130px; height: 56px; border: solid 1px #b5b5b5; background: url(../img/mediaLogo.png) no-repeat 0 0;}
.mediaList li a.mediaLogo1{background-position: 0 0;}
.mediaList li a.mediaLogo2{background-position: 0 -56px;}
.mediaList li a.mediaLogo3{background-position: 0 -112px;}
.mediaList li a.mediaLogo4{background-position: 0 -168px;}
.mediaList li a.mediaLogo5{background-position: 0 -224px;}
.mediaList li a.mediaLogo6{background-position: 0 -280px;}
.mediaList li a.mediaLogo7{background-position: 0 -336px;}
.mediaList li a.mediaLogo8{background-position: 0 -392px;}
.mediaList li p{font-size: 16px; color: #555; margin: 13px auto 15px; text-align: center;}

/*Responsive @Media 
------------------------------------*/
@media (max-width: 768px) {
	.index_title{padding-top:30px;}
	.advantage_tit{font-size:16px;}
	.arealist{margin:0;}
	.arealist li{width:50%; margin-right:0;}
	.arealist li p{font-size:14px;}
	.schedule_cd{font-size:22px; line-height:30px; margin-top:35px;}
	.schedule_cd .schedule_cd_num{font-size:22px; width:25px; height:30px;}
	.schedule_phase{margin-top:50px;}
	.schedule_phase_item{width:48%; margin:0 1% 20px;}
	.schedule_phase_item .num,.schedule_phase_item.on .num{max-width:100%;}
	.regi_list{margin-top:30px;}
	.regi_list ul{margin:0;}
	.regi_list li{width:48%; margin:0 2% 2% 0; height:auto;}
	.homePara .par_list{margin-top:30px;}
	.homePara .par_list ul li{width:48%; margin:0 2% 2% 0;}
	.copyright_con{margin:0 0 30px 0;}
}
@media (min-width: 992px) {
	#middle-left{margin-right:10px;}
	.homeTxt{width:430px;}
	.homeTxt-r{float:right;}
	.next-tr{text-align:right;}
}