﻿
body,html,table{ margin:0;padding:0  }
body {font-family: 'Microsoft YaHei';font-size:15px;color:#777777;font-weight:400;background:#ffffff;-webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;overflow-x:hidden}


a,a:active,a:visited{text-decoration: none;-webkit-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
	-moz-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
	-o-transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
	transition: background-color 0.4s ease 0s, border 0s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s;
	line-height:inherit;color:#444;font-size:12px}
a:hover{ text-decoration:none;color:#c00}

a:focus {outline: none}
.clear {clear: both;font-size:0;line-height:0;margin:0;padding:0;}
img{border: 0;margin:0;padding:0;  height: auto;max-width:100%}
ul,li,div,dl,dt,dd{list-style-type:none;margin:0;padding:0}
h1,h2,h5,ul,div,p{margin:0;padding:0}
ul{list-style-type:none;}
input,button,select,textarea{
	font-family: 'Lato', sans-serif;
}



#page-wrapper{position:relative;margin:0 auto;width:100%;min-width:300px; overflow:hidden}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#fc721e;
	color:#ffffff !important;
	border:2px solid #fc721e;
	font-size:14px;
	font-weight:400;
	border-radius:3px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-one:hover{
	background:#272727;
	color:#ffffff !important;
	border-color:#272727;
}

.btn-style-two{
	position:relative;
	padding:10px 30px;
	line-height:24px;
	text-transform:uppercase;
	background:#272727;
	color:#ffffff !important;
	border:2px solid #272727;
	font-size:14px;
	font-weight:400;
	border-radius:2px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-two:hover{
	background:#fc721e;
	color:#ffffff !important;
	border-color:#fc721e;
}

.btn-style-three{
	position:relative;
	padding:9px 30px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	background:#1f1f1f;
	color:#ffffff !important;
	border:2px solid #1f1f1f;
	font-size:14px;
	font-weight:700;
	border-radius:3px;
	
}

.btn-style-three:hover{
	background-color:transparent;
	color:#ffffff !important;
	border-color:#ffffff;
}

.btn-style-four{
	position:relative;
	padding:14px 30px;
	line-height:24px;
	display:inline-block;
	text-transform:uppercase;
	background:#1f1f1f;
	color:#ffffff !important;
	border:2px solid #1f1f1f;
	font-size:14px;
	font-weight:700;
	border-radius:3px;
	font-family: 'Montserrat', sans-serif;
}

.btn-style-four:hover{
	background-color:transparent;
	color:#1f1f1f !important;
	border-color:#1f1f1f;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#fc721e;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

img{
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:10px;
	right:15px;
	width:42px;
	height:42px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:40px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:5px 5px;
	background:#000;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ea9b03;
}

/*** 

====================================================================
Header style
====================================================================

***/

#index-top{
	width:100%;
	background-color:#ddd;
	background-image: url(../images/top-bg.jpg);
	
	
}
.main-header{position:relative;left:0px;top:0px;z-index:999;width:100%;background:#ffffff;}
.top-logo{ padding:20px 0;}   
.index-top-right{
	display:block;
	float:right;
	background-image: url(../images/top-right.png);
	background-repeat: no-repeat;width:100%;height:140px
}
.top-links{ height:30px;line-height:30px;padding:0px 0 ; display:block;margin:30px 0 10px 0  }

.top-links a{font-size:14px;padding:0 10px;color:#444; display:inline-block }
.top-links a:hover{color:#c00}
.top-tel{ display:block;margin:40px 0 0 0px;font-size:18px;color:#222; line-height:36px}


.header-top ul{float:right     }
.header-top ul li { float:left;}
.header-top ul li a{ font-size:1.1em;color:#fff;padding:0px 20px;line-height:28px   }
.header-top ul li a:hover{color:#e97f02    }

.main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#039;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}



.main-header.fixed-header .main-box{
	position:fixed;
	border-bottom:1px solid #900;
	padding:0px 0px;
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
	-webkit-box-shadow: 0px 4px 10px 0px rgba(153,153,153,6);
	-moz-box-shadow: 0px 4px 10px 0px rgba(153,153,153,6);
	box-shadow: 0px 4px 10px 0px rgba(153,153,153,6);
}


.main-header .main-box .logo-box{

	float:left;
	left:0px;
	padding:10px 0px;
	z-index:10;
}
.main-header .nav-toggler{margin:0px 15px 0 0;display:none;	position:absolute;top:-66px;right:30px}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:40px;
	width:43px;
	background:#fff;
	color:#4f0276;
	text-align:center;
	font-size:16px;
	line-height:36px;
	border:1px solid #111;
	border-radius:3px;
	font-weight:normal;
}




.main-menu{position:relative;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-menu .navbar-collapse{padding-right:10px;}
.main-menu .navigation{
	position:relative;
	margin:0px;
	z-index: 1000;left:0px
}
.main-menu .navigation > li{position:relative;display:inline-block;padding:0px 0px;}
.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:17px 26px;
	color:#fff;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:0px;
	opacity:1;
	font-size:1.1em;
	border-radius:2px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li:hover > a,.main-menu .navigation > li.current > a,.main-menu .navigation > li.current-menu-item > a{color:#fff;background-color:#6c029e;opacity:1; display:block}
.main-menu .navigation > li > ul{position:absolute;left:0px;top:120%;width:200px;padding:0px 0 0 0px;z-index:100;display:none;
	background:#6c029e;

	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;border-radius:0px 0px 5px 5px;
	
}

/********************下拉菜单块样式*************************/


.main-menu .navigation > li > ul > li{position:relative;width:100%;border-bottom:1px solid #5a0183;}
.main-menu .navigation > li > ul > li:last-child{border-bottom:none;	}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:7px 30px;
	line-height:24px;
	font-weight:400;
	font-size:1.0em;
	text-transform:capitalize;
	color:#999;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{color:#fff;	}
.main-menu .navigation > li > ul > li.dropdown > a:after{

	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#253d4a;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:218px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
	border-top:3px solid #272727;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul.from-right{left:auto;right:0px;	}
.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 20px;
	line-height:24px;
	font-weight:400;
	font-size:14px;
	text-transform:capitalize;
	color:#272727;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#ffffff;
	background:#fc721e;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;	
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}



.padd-top-10{
	padding-top:10px !important;	
}


/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #272727;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}





.mob-menu-text{color:#fff;font-size:18px;font-weight:600;padding:15px 0 0 20px    }
.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top:10px;right:30px;
	background: rgba(228,180,2,0.9);
	color: #272727;
	border-radius: 2px;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.padd-top-20{
	padding-top:20px !important;	
}

.hidden-bar .hidden-bar-closer:hover {
	background: #fc721e;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}


.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #fc721e;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#fc721e;
}

.hidden-bar-wrapper {height: 100%;}
.side-menu {background-color: transparent;padding:10px 0;font-size:15px;letter-spacing:1px;margin-top:15px}



.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 200;
	text-transform: uppercase;
	border-top:1px solid rgba(255,255,255,0.30);
    font-size:16px;
	padding:10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



.hidden-bar .side-menu ul li a .btn.expander {
	background:#777;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 14px;
	border-radius:2px;
	position: absolute;
	top: 5px;
	right: 30px;
	outline: none;
}
.side-menu ul li.dropdown ul{margin:5px 0 0 20px    }
.side-menu ul li.dropdown li a{font-size:14px;color:#888;border-top:1px solid #333;width:76%  }


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{position:relative;z-index:10;}
.main-slider .tp-dottedoverlay{background-color:rgba(0,0,0,0.10) !important;}
.main-slider .tp-caption{z-index:5 ;}

.main-slider .text{font-weight:400;line-height:1.8em;color:#ffffff;font-size:24px;}

.main-slider .text.light{color:#ffffff;	}
.main-slider h2{font-size:66px;color:#ffffff;font-weight:700;text-transform:uppercase;line-height:1.4em;}

.main-slider .btn-style-one,
.main-slider .btn-style-two{
	min-width:160px;
	text-align:center;
	border-width:2px !important;
}


.main-slider .tp-bullets.preview3 .bullet{ display:none     }


.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:48px !important;
	overflow:hidden;
	margin-top:0px !important;
	height:48px !important; 
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:#900;
	color:#ffffff;
	font-size:16px;
	height:48px !important;
	line-height:48px;
	width:48px !important;
	padding:0px;
	border-radius:3px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f0d9';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f0da';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	background:#eb7501;
	
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

.tp-banner ul li img{ display:block;height:300px    }




/*** 

====================================================================
	social-icon
====================================================================

***/

#one-section{ margin-top:15px   }
.title-03{margin:25px 0 7px 0;height:48px;line-height:48px;border-bottom:1px solid #ccc  }
.title-03 span{
	display:block;
	float:left;
	width:110px;

	font-size:1.5em;
	font-weight:200;
	color:#222;
	letter-spacing:2px; padding-left:6px;border-bottom:1px solid #999;height:48px;line-height:48px;
}
.title-03 a{ display:block;float:right;height:20px;line-height:18px;padding:0px 8px; background-color:#c00;font-size:11px;color:#fff;margin:18px 20px 0 0; border-radius:3px 3px  }
.title-03 a:hover{ color:#fff; background-color:#870101   }
.news-left-img{margin:15px 0 0 0;   }
.news-left-img a img{width:100%;height:180px   } 
.news-left-text{ display:block;width:98%    }
.news-left-text h4{ padding:0 0; margin:20px 0 0 0;  }
.news-left-text h4 a{
	font-size:15px;
	color:#444;
	display:block;
	height:46px;
	line-height:24px;
	overflow:hidden;padding-left:3px;
}
.news-left-text h4 a:hover{ color:#900    }
.news-left-text p{
	font-size:14px;
	color:#888;
	display:block;
	height:80px;
	line-height:26px;
	overflow:hidden;
	text-indent: 28px;margin:10px 0 0 0;width:100%
}
.news-left-ul{ display:block;height:130px; overflow:hidden;margin:15px 0 0 0;   }
.news-left-ul li{ display:block;width:98%;height:34px;line-height:34px; overflow:hidden   }
.news-left-ul li span{float:right; font-size:15px;color:#888  }
.news-left-ul li a{
	font-size:15px;
	color:#444;
	display:block;
	overflow:hidden;
	background-image: url(../images/title-a.png);
	background-repeat: no-repeat;
	background-position:2px 11px;
	padding-left:15px
}
.news-left-ul li a:hover{ color:#900  }
.index-topnews{ margin-bottom:10px  }
.index-topnews li{ margin-top:30px  }
.index-topnews-date{ display:block;width:80px; text-align:center;height:28px;line-height:28px; background-color:#6c029d;font-size:14px;color:#fff   }
.index-topnews-h2{ font-size:16px;color:#222;font-weight:200;height:30px;line-height:30px; overflow:hidden }
.index-topnews-text{ height:100px; overflow:hidden;margin-top:8px  }
.index-topnews-text a{
	font-size:0.9em;
	color:#777;
	line-height:26px;
	text-indent: 28px; display:block
}
.index-topnews-text a:hover{color:#900   }
.index-notice-ul{width:100%;margin:17px 0 0 5px; height:340px; overflow:hidden   }
.index-notice-ul li{margin:0;padding:0;width:100%; width:100%;height:43px;line-height:43px;overflow:hidden;     }
.index-notice-ul li span{font-size:15px;color:#888;float:right  }
.index-notice-ul li a{
	font-size:15px;
	color:#444;
	display:block;
	overflow:hidden;
	background-image: url(../images/title-a.png);
	background-repeat: no-repeat;
	background-position:5px 15px;
	padding-left:18px;
}
.index-notice-ul li a:hover{ color:#900  }
.index-notice{ display:block;margin:10px 0px;padding:10px 12px;border-radius:3px 3px; background-color:#e2e5ea}
.index-notice:hover{ display:block;margin:10px 0px; background-color:#d6dbe2}
.index-notice h5{ display:block;
	font-size:15px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	background-image: url(../images/ul-red.png);
	background-repeat: no-repeat;
	background-position: 3px 10px;padding-left:18px;font-weight:200;color:#222
}
.index-notice p a{
	display:block;
	height:45px;
	overflow:hidden;
	line-height:22px;
	font-size:14px;
	color:#777;
	text-indent: 26px;margin:5px 0 0 0;
}
.index-notice p a:hover{color:#900    }
.index-notice-date{height:50px;border-right:1px solid #ccc; display:block    }
.index-notice-date-top{ font-size:1.0em;color:#900;font-weight:600;padding:3px 0 1px 18px;   }
.index-notice-date-bottom{font-size:14px;color:#777   }
.index-notice-text{ height:48px; overflow:hidden;padding:2px; 0  }
.index-notice-text a{font-size:1.0em;color:#444;line-height:20px;}
.index-notice-text a:hover{font-size:1.0em;color:#900;}
.one-section{  margin-top:50px }
.social-icon a{
	position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 4px;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    border: 2px solid #373737;
    color: #ffffff;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.social-icon a:hover{
	background-color:#fc721e;
	border-color:#fc721e;
}

#index-newsimg{    }

.index-newsimg-ul{   }
.index-newsimg-ul li{ display:block;width:50%;   }
.newsimg-img{ display:block;width:48%; background-color:#c00;float:left;height:200px   }
.newsimg-text{display:block;width:48%; background-color:#ccc ;float:right;height:200px   }

/*** 

====================================================================
	welcome-section
====================================================================

***/

.one-section{position:relative;z-index:100;width:100%; display:block; background-color:#e5e5e5;border-bottom:1px solid #d2d2d2;padding-bottom:30px}
.title-01{
	width:298px;
	display:block;
	height:48px;
	line-height:48px;

	background-image: url(../images/title-02.png);
	background-repeat: no-repeat; text-align:center;margin:10px auto
}

.title-01 a{
	display:block;
	font-size:22px;
	color:#039;
	height:48px;
	line-height:48px;
	width:298px;
	text-align:center;
	letter-spacing: 1px;
}
.title-01 a:hover{color:#900   }
.title-01 span{ display:inline-block;	height:36px;
	line-height:36px;
	margin:0px 0 0 0;
   }
.one-title{
	width:100%;
	height:40px;
	line-height:40px;
	background-image: url(../images/title-red.png);
	background-repeat: repeat-x;margin:10px 0px;
}
.one-title a{
	width:130px;
	background-color:#e5e5e5;
	text-align:center;
	margin:0 auto;
	display:block;
	height:40px;
	line-height:40px;
	font-size:1.8em;
	color:#900;
	letter-spacing: 2px;font-weight:200
}

 .one-left{
	position:relative;
	padding:0px 20px 0px 0px;
	margin-top:35px;

	background-color:none;
	z-index:99;	
}

 .one-left h2{width:100%;height:44px;line-height:44px;background-image: url(../images/title-bg01.png);background-repeat: repeat-x;	}
 .one-left h2 span{
	display:block;
	width:120px;
	margin:0 auto;
	background-color:#fff;
	text-align:center;
	font-size:24px;
	height:44px;
	line-height:44px;
	color:#900;
	letter-spacing: 2px;
}

 .one-left h3{color:#444;font-size:	1.1em;font-weight:600;margin:15px 0px;height:30px;line-height:30px; overflow:hidden}
 .one-left p{
	font-size:1.0em;
	color:#666;
	line-height:30px;
	text-indent:34px;margin-top:10px;height:96px; overflow:hidden
}


.one-left-table{margin:0px 0 0 0   }
.one-left-date{
	font-size:1.0em;
	color:#444;
	background-image: url(../images/date-01.png);
	background-repeat: no-repeat;
	background-position: 2px 8px;height:30px;line-height:30px;padding-left:22px; display:block
}
.more-tjxx{    }
.more-tjxx a{width:90px; display:block; text-align:center;  height:28px;lin-height:28px;border:1px solid #c00;border-radius:3px 3px;font-size:1.0em;color:#c00;padding:2px 6px 2px 0px }
.more-tjxx a:hover{border:1px solid #900; background-color:#c00;color:#fff }




.about-right{margin-top:16px;   }


.about-right p span{font-size:18px;font-weight:600;padding-right:12px;color:#900   }
.about-right p a{font-size:1.0em;color:#444;line-height:32px;     }
.about-right p a:hover{color:#900;   }

.about-right-an{padding:0px 10px; display:block; }
.about-right-an a{ display:block;border:1px solid #ddd;padding:5px 4px 5px 15px;border-radius:3px 3px;width:90px;float:right;font-size:14px;color:#444  }
.about-right-an a:hover{ display:block;border:1px solid #900;font-size:14px;color:#fff; background-color:#900 }
.index-zt{ margin-top:30px;width:100%  }

.zt-01 a img{width:100%; display:block;height:90px;border-radius:5px 5px   }	

/**********************综合信息部分样式开始****************************/
#zh-info{margin-top:10px;   }



.two-title{
	width:90%;
	display:block;
	height:40px;
	line-height:40px;
	background-image: url(../images/title-red.png);
	background-repeat: repeat-x;margin:20px auto;
}
.two-title a{
	width:140px;
	display:block;

	text-align:center;
	height:40px;
	line-height:40px;
	font-size:1.8em;
	font-weight:200;
	color:#900;
	letter-spacing: 2px; background-color:#fff;margin:0 auto
}


.zh-info-table{ display:block;  }
.zh-info-bt{height:36px;line-height:36px; overflow:hidden;font-size:1.2em;color:#222;font-weight:200;  }
.zh-info-text{
	font-size:1.0em;
	color:#888;
	line-height:26px;
	overflow:hidden;
	height:80px;
	text-indent:30px;margin-top:10px
}
.zh-info-bottom{ height:36px;line-height:36px;margin:10px 0 0 5px ;padding:0 0 }
.zh-info-date{
	display:block;
	background-image: url(../images/date-01.png);
	background-repeat: no-repeat;
	background-position:3px 2px;font-size:14px;color:#444;padding-left:25px;margin:10px 0 0 0px;border-bottom:1px solid #ddd;padding-bottom:6px;width:96%
}
.more-an02{ display:block; }
.more-an02 a{font-size:1.0em;color:#444;padding:4px 10px 4px 10px;height:26px;line-height:26px;border-radius:3px 3px;width:80px; background-color:#cbced4   }
.more-an02 a:hover{ color:#900; background-color:#aeb2b8;}
.service-block-two{
	position:relative;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	padding:10px 15px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(230,230,230,1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(230,230,230,1);
	box-shadow: 0px 4px 10px 0px rgba(230,230,230,1);
}



.service-block-two .inner-box .text{
	position:relative;
	color:#777;
	font-size:16px;
	z-index:2;
}

.service-block-two .inner-box .read-more{
	position:relative;
	color:#272727;
	margin-top:15px;
	display:inline-block;
	font-weight:700;
	z-index:2;
	text-transform:uppercase;
	
}

.service-block-two .inner-box .bottom-icon{
	position:absolute;
	right:10px;
	bottom:10px;
}

.service-block-two .inner-box .bottom-icon span{
	color:#faf9f9;
	font-size:60px;
}

.service-block-two:hover .inner-box{
	background:#d5d5d5;border-radius:3px 3px;
}



.service-block-two:hover .inner-box .zh-info-bt,
.service-block-two:hover .inner-box .zh-info-text,
.service-block-two:hover .inner-box .zh-info-date{

	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.service-block-two:hover .bottom-icon{
	opacity:0;
}



/**********************综合信息部分样式结束****************************/









/*** *******************************图片新闻部分**********************************************/

.news-section{position:relative;
	background-size:cover;

	background-position:left center;
	padding:20px 0px 30px 0;
	margin-top:30px;


	 display:block;width:100%
}

.title-02 {
	width:100%;
	height:47px;
	line-height:47px;
	background-image: url(../images/title-02.png);
	background-repeat: repeat-x;margin:0 auto
}

.title-02 a{ display:block;width:130px;height:47px;line-height:47px;font-size:1.6em;color:#3e5674;letter-spacing:2px;padding:0 12px; background-color:#d0d6de;font-weight:200;margin:0 auto  }

.title-02 a:hover{ color:#900 }





@media screen and (max-width:768px){ .news-section .owl-controls{
	position:relative;
	padding:0px !important;
	margin:20px 0px 0px 0px  !important;	
}   }

.news-section .owl-controls .owl-nav{
	display:none !important;	
}

.news-section .owl-controls .owl-dots{
	margin:0px !important;	
}

.news-section .owl-controls .owl-dots .owl-dot span{background:#4e667f;margin:20px 6px 0px 6px;width:16px;height:16px;}
.news-section .owl-controls .owl-dots .owl-dot.active span{background:#900;	}
.news-style-one{
	position:relative;
	padding:0px 0px;
	margin:10px 0 0 0px;
	
	padding:0px 0px 15px 0; background-color:#e5e5e5

}
.news-style-one .inner-box{position:relative;display:block;	}
.news-carousel{ margin-top:10px    }

.news-style-one .image-box{position:relative;overflow:hidden;width:100%; display: block}
.large-image-view .news-style-one .image-box{margin-bottom:25px;}
.news-style-one .image-box img{display:block;width:96%;	height:200px;-webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out}
.news-style-one .image-box img:hover{  display:block;width:100%;height:200px;-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=.7); opacity: .7;  }

.content-column{margin-left:-7px;}
.imgnews-bt{
	display:block;
	font-size:16px;
	color:#222;
	line-height:26px;
	font-weight:200;
	height:60px;
	overflow:hidden;
	margin-top:5px; padding:8px 10px

}
.imgnews-text{
	font-size:0.9em;
	color:#555;
	line-height:26px;
	font-weight:200;
	letter-spacing: 0px;
	text-indent: 28px;margin-top:15px;height:110px; overflow:hidden
}
.imgnews-bottom{margin-top:20px; height:30px;line-height:30px;padding:0;  }
.imgnews-date{font-size:1.0em;color:#444; }
.more-03{   }

.more-an03 a{font-size:14px;color:#222; background-color:#c6cbd2; display:block;padding:0px 10px;border-radius:3px 3px;height:28px;line-height:28px  }

.more-an03 a:hover{ background-color:#adb2b9;color:#900    }








/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left center;
	color:#bebebe;
	padding:40px 0 0px 0;
	background-image: url(../images/footer-bg.jpg);
}



.main-footer a,
.main-footer input,
.main-footer textarea{
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer .auto-container{
	position:relative;
	z-index:1;	
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

.main-footer .footer-column{
	position:relative;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;		
}

.main-footer .footer-column h2{
	font-size:24px;
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:30px;
	padding-bottom:20px;
	color:#ffffff;	
}

.main-footer .footer-column h2:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:70px;
	border-bottom:3px solid #fc721e;
}	

.main-footer .footer-column h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:4px;
	width:70px;
	border-bottom:1px solid #fc721e;
}	

.main-footer .about-widget .text{
	margin-bottom:20px;	
}

.main-footer .contact-info{
	margin:15px 0 0 20px;	
}
.footer-lxwm-table{margin:10px 0 0 10px    }
.footer-veixin { margin:10px 0 0 20px   }
.footer-veixin img{ width:90px;height:90px   }

.main-footer .contact-info li{
	position:relative;
	padding:10px 0px 10px 30px;
	line-height:24px;
	border-bottom:1px solid rgba(255,255,255,0.20);color:#ccc;font-size:14px
}

.main-footer .contact-info li:last-child{
	border:none;	
}

.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:10px;
	line-height:24px;
	font-size:1.2em;
	color:#ddd;
}















.main-footer .gallery-widget .item:hover .overlay-link{
	opacity:1;	
}

.main-footer .gallery-widget .item .overlay-link span{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	width:30px;
	margin-left:-15px;
	margin-top:-15px;
	line-height:30px;
	font-size:16px;	
}

.main-footer .gallery-widget .item img{
	display:block;
	width:100%;
}

.gallery-widget .owl-controls{
	padding:0px !important;
	margin:0px 0px 0px  !important;
	position:absolute;
	right:0px;
	top:-70px;	
}

.gallery-widget .owl-controls .owl-nav{
	display:none !important;	
}

.gallery-widget .owl-controls .owl-dots{
	
}

.gallery-widget .owl-controls .owl-dots .owl-dot span{
	background:rgba(255,255,255,0.10);
	margin:0px 0px 0px 10px;
	width:12px;
	height:12px;
}

.gallery-widget .owl-controls .owl-dots .owl-dot.active span{
	background:#fc721e;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:24px 0px;
	line-height:24px;
	font-size:15px;
	background:#840084;
}

.main-footer .footer-bottom .author-name{
	color:#fc721e;
}
.contact-info li a{font-size:1.0em;color:#ccc  }
.contact-info li a:hover{color:#fff;padding-left:2px   }

.main-footer .footer-nav li{
	position:relative;
	display:inline-block;
	margin-left:35px;
	line-height:24px;	
}

.main-footer .footer-nav li a{
	color:#9e9e9e;	
}

.main-footer .footer-nav li a:hover{
	color:#fc721e;	
}

.footer-title{
	font-size:1.5em;
	color:#ddd;
	font-weight:200;
	padding:26px 0 0 0px;
	letter-spacing: 2px;
}

.footer-ul{margin:30px 0 0 10px  }
.footer-ul li a{ display:block;
	font-size:14px;
	color:#ccc;
	line-height:34px;
	background-image: url(../images/footer-title-02.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;padding-left:12px
}
.footer-ul li a:hover{color:#fff;padding-left:14px;background-position: 2px 12px   }

.footer-logo{ margin-top:10px  }
.footer-logo img{width:367px; height:83px  }
.bdsharebuttonbox{margin:0px 0    }

#footer-copyright{ display:block;width:100%; background:rgba(0,0,0,0.4);padding:26px 0;margin-top:40px }
.copyright a{font-size:14px;color:#999;   }
.copyright a:hover{color:#fff  }
.copyright a.gaba{
	height:30px;
	line-height:30px;
	display:inline-block;
	padding-left :24px;
	background-image: url(../images/gaba.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.about-us-section{
	position:relative;
	padding:100px 0px 70px;
}

.about-us-section .column{
	position:relative;
	margin-bottom:80px;	
}

.about-us-section .text-column .text{
	margin-bottom:35px;
	color:#9e9e9e;
	font-size:15px;
	line-height:1.8em;
}

.about-us-section .text-column .text strong{
	color:#272727;
	font-weight:600;	
}

.about-us-section .text-column h2{
	font-size:24px;
	color:#272727;
	font-weight:400;
	text-transform:capitalize;
	margin-bottom:25px;	
}

.about-us-section .text-column .signature-image{
	position:relative;
	margin-bottom:10px;	
}

.about-us-section .text-column .about-owner h4{
	font-size:16px;
	font-weight:600;
	color:#272727;
}

.about-us-section .text-column .about-owner .designation{
	color:#999999;
	font-style:italic;
	font-family:'Lato',sans-serif;
	font-weight:400;
}

.about-us-section .text-column .about-owner .company-title{
	color:#fc721e;
	font-style:italic;
	font-family:'Lato',sans-serif;	
}

.about-us-section .video-box{
	position:relative;	
}

.about-us-section .video-box img{
	display:block;
	width:100%;	
}

.about-us-section .video-box .video-link{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.10);
	transition:all 300ms ease;
}



.about-us-section .video-box .video-link:hover{
	background:rgba(0,0,0,0.30);
}

.about-us-section .our-services{
	padding:80px 0px 0px;
	border-top:1px solid #f0f0f0;	
}

.about-us-section .our-services .service-block-one{
	position:relative;
	margin-bottom:30px;	
}





#four-section{ background-color:#eee;border-top:1px solid #ddd;margin:30px 0 0 0; padding:30px 0 40px 0;border-bottom:1px solid #ddd }
.four-bt{
	font-size:16px;
	font-weight:200;
	color:#222;
	height:26px;
	line-height:24px;
	overflow:hidden;
	margin-top:18px;
	background-image: url(../images/ul-red.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;padding-left:19px
}

.four-text {
	font-size:1.0em; display:block;
	color:#777;
	height:90px;
	overflow:hidden;
	line-height:30px;
	text-indent: 28px;margin-top:5px
}

.four-img{width:98%;margin:20px 0 0 2px   }
.four-img a img{ display:block;width:100%;height:170px  }
.four-ul{margin:15px 0 0 8px;width:96%;  }
.four-ul li{
	height:42px;
	line-height:42px;
	background-image: url(../images/li-bottom.png);
	background-repeat: repeat-x;
}
.four-ul li a{
	font-size:1.0em;
	color:#444;
	height:42px;
	line-height:42px;
	display:block;
	background-image: url(../images/title-a.png);
	background-repeat: no-repeat;
	background-position:5px 17px;
	padding-left:17px;
	overflow:hidden
}
.four-ul li a:hover{color:#900;    }
.four-ul li a span{font-size:1.0em;color:#777;float:right;padding-right:10px  }

.xxsp{ margin-top:20px;width:100%;height:300px; background-color:#ddd }



/*------------------------banner样式------------------------------------- */

#banner{ display:block;width:100%;margin-top:0px; background-color:#fff}


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 


.flexslider {margin:0 auto; padding: 0;width:100%;}


.flexslider .slides > li {position: relative;  zoom: 1; display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;height:auto}

.flex-pauseplay span {text-transform: capitalize;}

.flexslider {position: relative;  zoom: 1; z-index: 50;}


.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}


.no-js .slides > li:first-child {display: block;}

.flexslider {
	background: #fff;
	zoom: 1;
}

.ie7 .flexslider {margin-bottom: -30px;}

.flex-viewport {max-height: 2000px;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


.flex-direction-nav a {
	width: 35px;
	height: 35px;
	display: block;

	bottom:13px;

	float: none;
	position: absolute;
	cursor: pointer;
	text-indent: -9999px;

	background: rgba(153, 0, 0, 0.8);
	*bottom: 50px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}



.flex-direction-nav .flex-prev:hover,.flex-direction-nav .flex-next:hover {background-color:#000;opacity: 1;}

.subpage .flex-direction-nav a {bottom: 0px; right: 0px; *bottom: 30px;}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
	
.flex-control-nav li {
	margin: 0 3px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
	
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #c8c8c8;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
	
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active {
	background: #505050;
}
	
.flex-control-paging li a.flex-active {
	cursor: default;
}


.slide-caption {
	width:100%;
	padding:15px 20px;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	text-align:left;
	background-image: url(../images/block-bg.png);
	background-repeat: repeat-y;
}
.slide-caption h3 {
	color: #fff;
	font-size:22px;
	margin:0;
	line-height: 22px;
	letter-spacing: 2px;font-weight:600;padding-right:30px
}
.slide-caption p {margin:0;line-height:26px;color: #bbb;font-size:}



/*------------------------banner样式结束------------------------------------- */
#list-img{ background-color:#eee;border-top:1px solid #ddd;margin:20px 0 0 0; padding:30px 0 40px 0   }

.slideGroup{ width:100% display:block;margin-top:10px }


.slideGroup .slideBox{
	overflow:hidden;
	zoom:1;
	width:100%;
	display:block;
	padding:20px 0;
	position: relative; 
}

.slideGroup .sPrev{
	display:block;
	width:22px;
	height:50px;
	background:url(../images/gd-left.png) center center no-repeat;
	background-color:#000; background-color:rgba(14,100,171,0.4);

	position: absolute;
	z-index: 2000;
	left:10px;top:40%
}

.slideGroup .sNext{ background:url(../images/gd-right.png) center center no-repeat; display:block; 	
	width:22px;
	height:50px;position: absolute;
	background-color:#000; background-color:rgba(11,85,174,0.7);
	z-index: 2000;
	right:0px;top:40% }
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ background-color:rgba(11,85,174,0.9); }
.slideGroup .parBd .tempWrap{ float:left;  }
.slideGroup .parBd ul{
	overflow:hidden;
	zoom:1;
	float:left;
	width:100%;
	display:block;
	
	
}
.slideGroup .parBd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center; }
.slideGroup .parBd ul li .pic img{ width:300px; height:210px; display:block; overflow:hidden; -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;   }
.slideGroup .parBd ul li .pic img:hover{ -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=.7); opacity: .7; width:300px; height:210px; display:block; overflow:hidden }
.slideGroup .parBd ul li .title{
	display:block;
	background-color:#d9a638;
	position: relative;
	z-index: 300;height:40px
}
.slideGroup .parBd ul li .title h5{height:34px;line-height:34px;margin:0;padding:0;width:98%; overflow:hidden; text-align:center;font-size:15px;color:#fff;font-weight:200  }
.slideGroup .parBd ul li .title a{
	display:block;
	height:50px;
	overflow:hidden;
	font-size:12px;
	color:#666;
	line-height:22px;
	width:190px;
	text-indent: 26px;padding:0px 0 0 14px; text-align:left
}
.slideGroup .parBd ul li .title a:hover{ color:#c00 }



.sub-title{
	padding:16px 0 16px 10px;
	border-bottom:1px solid #900;
	margin-top:20px;
	font-size:15px;
	color:#444;
	font-weight:800;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	display:block;
	background-position: 0px 18px;
	padding-left:23px
}
.sub-title img{
	display: block;
	position: relative;top:0px
}
.sub-title a{
	font-size:15px;
	color:#444;

	padding-left:0px;font-weight:800;margin:0 6px
}
.sub-title a:hover{ color:#c00  }
.sub-left-menu{margin-top:20px;border:1px solid #6904bf;width:100%  }
.sub-left-menu dl{  }
.sub-left-menu dl dt{border-top:1px solid #ddd;width:100%   }
.sub-left-menu dl dt:hover{ background-color:#eee   }
.sub-left-menu dl dt a{

	line-height:40px;
	color:#444;
	font-size:16px;
	background-image: url(../images/book01.jpg);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	padding-left:30px;
}

.sub-left-menu dl dt a:hover{color:#c00;  }
.sub-menu-two a{
	line-height:30px;
	color:#777;
	font-size:12px;
	background-image: url(../images/sub-menu-two.gif);
	background-repeat: no-repeat;
	background-position:16px 3px;
	padding-left:45px;
}
.sub-menu-two a:hover{ color:#333  }

.sub-left-menu ul li a:hover{ color:#c00  }
.sub-menu-title{height:36px;line-height:36px;color:#fff;font-size:16px; background-color:#6904bf;padding-left:15px   }
.sub-right{margin:20px 0 0 13px;width:100%; }
.sub-right img{ display:block;margin:15px auto;width:96%;    }
.sub-right h1{ text-align:center;font-size:26px;padding:10px 0;color:#900;line-height:40px;font-weight:600  }


.sub-right p{
	line-height:26px;
	font-size:14px;
	color:#444;
	text-indent: 28px;padding:10px 0
}
.sub-list-left{width:98%;margin:10px 0 0 10px}
.sub-list-left ul{padding:10px 0;margin:1px}
.sub-news-info{line-height:30px;color:#999;border-bottom:1px dashed #ccc;font-weight:200px;padding:5px 0px;text-align:center;font-size:12px   }
.sub-list-left ul li a{
	padding:10px 10px 10px 25px;
	line-height:26px;
	font-size:15px;
	color:#666;
	display:block;
	background-image: url(../images/ul-title.png);
	background-repeat: no-repeat;
	background-position:3px 18px;
	border-bottom:1px dashed #ddd
}
.sub-list-left ul li a span{float:right;font-size:14px;color:#999}
.sub-list-left ul li a:hover{ text-decoration:none; background-color:#eee;color:#900}
.sub-list-bottom{padding:26px 0; text-align:center;font-size:14px;color:#2d3e50; }
.sub-list-bottom a{padding:2px 12px; background-color:#ddd;font-size:14px;color:#2d3e50; display:inline-block;margin:8px 3px;border:1px solid #d2d2d2}
.sub-list-bottom a:hover,.a-12{ text-decoration:none;color:#fff; background-color:#900;border:1px solid #800101}
.sub-news-bottom{margin:20px 0 30px 5px;border:1px solid #900;width:100%;padding:10px 10px; }
.sub-news-bottom p{padding:5px 0   }
.sub-news-bottom p a{font-size:14px;color:#444;   }
.sub-news-bottom p a:hover{color:#c00   }
.sub-news{  }
.sub-news h1{font-size:22px;color:#900;line-height:34px;padding:20px 0 10px 0; text-align:left  }
.sub-news p{
	font-size:14px;
	color:#444;
	line-height:24px;
	padding:2px 0;
	text-indent: 28px;
}


#one-part{margin:10px 0 30px 0;    }

.header-xx{
margin:15% 0 0 0;
	font-size:22px;
	color:#c00;
	font-weight:600;
	display:block;

}
  
@media (max-width:768px){
	.slide-caption{ display:none}
	.flexslider .slides img {width: 100%; display: block;height:180px}
	.top-logo img{width:80%;   }
	.top-search,.top-links{ display:none  }
	
	.index-top-right{ background-image:none;height:0px  }
	.top-tel,.top-links{ display:none    }
	
	.header-xx{ display:none   }
}