@charset "gb2312";
@import url(style_fonts.css); /* 引用WEB字体样式 */
/*------------------头部控件------------------*/
.ctrl-head {
	width: 100%;
	height: 180px;
	background-image: url(../ctrls/head-footer/head-bg.png);
	background-repeat: repeat-x;
	background-position: center;
}
.ctrl-head-bar {
	width: 1200px;
	height: 36px;
	margin: auto;
}
.head-welcome {
	float: left;
	height: 36px;
	line-height: 36px;
	color: #fff;
}
.head-icon {
	float: right;
	height: 36px;
}
.head-icon a {
	position: relative;
	display: block;
	float: left;
	margin-left: 30px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 36px;
	color: #fff;
	cursor: pointer;
}
.head-icon a:hover{
	color: #fff000;
}
.head-icon a:hover img{
	display: block;
	max-width: 128px;
}
.head-icon a img{
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 999999;
	-webkit-box-shadow: 2px 2px 5px 0px #666;
	box-shadow: 2px 2px 5px 0px #666;
}
.ctrl-head-main {
	position: relative;
	width: 1200px;
	height: 96px;
	margin: auto;
}
.head-logo {
	position: absolute;
	top:0px;
	left: 0px;
}
.head-logo img {
	display: block;
}
.head-search {
	width: 320px;
	height: 96px;
	margin: auto;
	padding: 27px 0px;
}
.head-search input[type="text"] {
	display: block;
	float: left;
	width: 278px;
	height: 42px;
	border: 2px solid #001225;
	border-right: 0px solid #001225;
	padding: 9px;
	line-height: 20px;
	background-color: #001f3c;
	color: #FFF;
}
/*定义表单placeholder的样式*/
.head-search input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #004988;
	font-size: 14px;
}
.head-search input:-moz-placeholder, textarea:-moz-placeholder {
	color: #004988;
	font-size: 14px;
}
.head-search input::-moz-placeholder, textarea::-moz-placeholder {
	color: #004988;
	font-size: 14px;
}
.head-search input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #004988;
	font-size: 14px;
}
.head-search input[type="submit"] {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	background-image: url(../ctrls/head-footer/search-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #001225;
	cursor: pointer;
}
.head-tel {
	position: absolute;
	top:0px;
	right: 0px;
}
.head-tel img {
	display: block;
}
.ctrl-head-nav {
	position: relative;
	width: 1200px;
	height: 48px;
	margin: auto;
}
/*------------------底部控件------------------*/
.ctrl-footer {
	width: 100%;
	background-color: #222;
}
.ctrl-footer-icon {
	width: 100%;
	background-color: #FFF000;
}
.ctrl-footer-icon li {
	width: 1200px;
	height: 100px;
	margin: auto;
	background-image: url(../ctrls/head-footer/footer-icon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.ctrl-footer-main {
	width: 1200px;
	padding: 40px 0px;
	margin: auto;
}
.footer-nav {
	float: left;
	width: 800px;
}
.footer-nav-list {
	float: left;
	width: 100px;
}
.footer-nav-list span {
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
}
.footer-nav-list a {
	display: block;
	width: 90%;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #666;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.footer-nav-list a:hover {
	color: #FFF;
}

.footer-contact {
	float: left;
	width: 400px;
}
.footer-contact .tel {
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
.footer-contact .tel-no {
	width: 100%;
	height: 48px;
	font-size: 30px;
	font-weight: bold;
	color: #FFF000;
}
.footer-contact .text {
	width: 100%;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:  1px solid #333;
}
.footer-contact .watch {
	width: 100%;
	height: 60px;
}
.footer-contact .watch span {
	display: block;
	float: left;
	font-size: 14px;
	color: #FFF;
}
.footer-contact .watch a {
	position: relative;
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background-color: #333333;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.footer-contact .watch a i {
	position: absolute;
	left: -124px;
	bottom: 0px;
	display: none;
	width: 120px;
}
.footer-contact .watch a:hover i {
	display: block;
}
.footer-contact .watch a i img {
	display: block;
}
.ctrl-footer-copy {
	width: 100%;
	height: 60px;
	background-color: #111;
}
.ctrl-footer-copy li {
	width: 1200px;
	padding: 20px 0px;
	margin: auto;
	line-height: 20px;
	text-align: center;
	color: #333;
}
/*------------------分页控件------------------*/
.ctrl_paging {
	width:100%;
	height: 76px;
	margin: auto;
	padding: 20px 0px;
	font-size: 12px;
	color: #C0C0C0;
	text-align: center;
	clear: both;
}
.ctrl_paging #pageCount {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	height: 36px;
	line-height: 26px;
	margin: auto 2px;
	padding: 5px;
}
.ctrl_paging a {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	min-width: 36px;
	height: 36px;
	margin: auto 2px;
	padding: 5px 10px;
	border: 1px solid #F0F0F0;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
	font-size: 12px;
	color: #C0C0C0;
	text-align: center;
	line-height: 24px;
}
.ctrl_paging a:hover {
	border: 1px solid #DF0000;
	color: #ff0000;
}
.ctrl_paging #Current {
	display: block;
	display:inline-block;  
    _display:inline;  
    *display:inline;  
    zoom:1; 
	min-width: 36px;
	height: 36px;
	padding: 5px;
	margin: auto 2px;
	border: 1px solid #DF0000;
	background-color: #DF0000;
	font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
}
/*------------------图片缩放------------------*/
.imgEffect .img i {
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari 和 Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.imgEffect:hover .img i {
	transform: scale(1.3);
	-ms-transform: scale(1.3); 	/* IE 9 */
	-moz-transform: scale(1.3); 	/* Firefox */
	-webkit-transform: scale(1.3); /* Safari 和 Chrome */
	-o-transform: scale(1.3); 	/* Opera */
}
.rotate i {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.rotate:hover i {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
/*------------------透明动画------------------*/
@keyframes fade-out {  
    0% {opacity: 0.5;}/*初始状态 透明度为0.5*/  
    50% {opacity: 0.7;}/*过渡状态 透明度为0.7*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-out {/*针对webkit内核*/  
    0% {opacity: 0.5;}
    50% {opacity: 0.7;}  
    100% {opacity: 1;}  
}  
.imgFade:hover {    
    animation: fade-out;/*动画名称*/  
    animation-duration: 0.6s;/*动画持续时间*/  
    -webkit-animation:fade-out 0.6s;/*针对webkit内核*/ 
	opacity: 1 !important;
}