/**
 * layout.css
 * */

.ellipsis {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@font-face {
  font-family: sourcehan;
  src: url("//cdnfile.op110.com.cn/lib/fonts/SourceHanSans-Normal.otf") format("opentype");;
}

body {
	background-color: #F7F7F7;
  font-family: sourcehan,Simsun,Arial;
}


a {
	color: #666;
}

a:hover {
	color: #0E92F4;
}

img {
	color: transparent;
}

.link {
	color: #666;
}

.link:hover {
	color: #0E92F4;
	text-decoration: underline;
}

/*.link:visited {
	color: #A21280;
}*/

.inner {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
}

.inner:after {
	content: "";
	display: block;
	clear: both;
}

.t1-header {
	min-width: 1200px;
	background-color: #fff;
}

.t1-header>.topbar {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #eee;
}

.t1-header>.topbar .welcome {
	float: left;
}

.t1-header>.topbar .login {
	color: #bfbfbf;
	float: right;
}

.t1-header>.topbar .login .sep {
	margin: 0 5px;
}

.t1-header>.topbar .more-lange {
	position: relative;
	float: right;
	margin-left: 20px;
  color: #666;
}
.t1-header>.topbar .more-lange {
	position: relative;
	float: right;
	margin-left: 20px;
}
.t1-header>.topbar .more-lange .sep {
	display: inline-block;
  line-height: 18px;
  padding: 0 5px;
}
.t1-header>.topbar .more-lange a {
  display: inline-block;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 2px;
}

.t1-header>.topbar .more-lange a:hover {
  color: #0E92F4;
  border-color: #0E92F4;
}

.t1-header>.topbar .more-lange .active {
  border-color: #0E92F4;
  background-color: #0E92F4;
  color: #fff;
}
.t1-header>.topbar .more-lange .active:hover {
  background-color: rgb(6, 130, 225);
  color: #fff;
}

.t1-header>.topbar .topbar-btns {
	position: relative;
	float: right;
	margin-left: 20px;
}

.t1-header>.topbar .topbar-btns .icon-phone {
	display: inline-block;
	width: 8px;
	height: 14px;
	margin-right: 5px;
	background: url(../imgs/i_phone.png) no-repeat 0 0;
	vertical-align: text-top;
}

.t1-header>.topbar .topbar-btns .phone-code{
	display: none;
	position: absolute;
	top: 36px;
	left: -76px;
	width: 150px;
	height: 150px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
	z-index: 1000;
}

.t1-header>.topbar .topbar-btns .phone-code p{
	position: relative;
}

.t1-header>.topbar .topbar-btns .phone-code .arrow{
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	border-width: 0 8px 8px;
	border-style: solid;
}

.t1-header>.topbar .topbar-btns .phone-code .arrow-1{
	top: -8px;
	border-color: transparent transparent #eee;
	z-index: 1000;
}

.t1-header>.topbar .topbar-btns .phone-code .arrow-2{
	top: -7px;
	border-color: transparent transparent #fff;
	z-index: 1001;
}

.t1-header>.topbar .topbar-btns .phone-code img{
	width: 100%;
	height: 100%;
}

.t1-header>.topbar .topbar-btns:hover .phone-code{
	display: block;
}


.t1-header>.header-brand {
	position: relative;
	z-index: 100;
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
}

.t1-header>.header-brand .logo {
	float: left;
	width: 300px;
	height: 100px;
	line-height: 100px;
}

.t1-header>.header-brand .logo img {
	width: auto;
	max-height: 80px;
}

.t1-header>.header-brand .global-search {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 350px;
	height: 40px;
}

.t1-header>.header-brand .global-search .search-form {
	height: 40px;
}

.t1-header>.header-brand .global-search .search-form input {
	float: left;
	width: 290px;
	height: 40px;
	line-height: 20px;
	padding: 9px;
	border: 1px solid #eee;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
}

.t1-header>.header-brand .global-search .search-form input:focus {
	border-color: #0E92F4;
}

.t1-header>.header-brand .global-search .search-form button {
	float: right;
	width: 60px;
	height: 40px;
	border: 0;
	border-radius: 0 3px 3px 0;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	background: #0E92F4 url(../imgs/i_search.png) no-repeat center center;
	line-height: 10000px;
	overflow: hidden;
}

.t1-header>.header-brand .global-search .search-form button:hover {
	opacity: 0.9;
}

.t1-header>.header-brand .contact {
	float: right;
	width: 300px;
	height: 100px;
}

.t1-header>.navbar {
	height: 40px;
	background-color: #0E92F4;
}

.t1-header>.navbar .main-nav {
	position: relative;
	height: 40px;
}

.t1-header>.navbar .main-nav>li {
	height: 40px;
	float: left;
}

.t1-header>.navbar .main-nav>li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
}

.t1-header>.navbar .main-nav>li:hover {
	background-color: #269df5;
}

.t1-header>.navbar .main-nav>li.active,
.t1-header>.navbar .main-nav>li.active:hover {
	background-color: #0975c6;
}

.t1-header>.navbar .main-nav .sub-container{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 1200px;
	padding: 0 10px;
	background: #fff;
	box-shadow: 0 2px 1px 0px rgba(0,0,0,.1);
	box-sizing: border-box;
	z-index: 1000;
}

.t1-header>.navbar .main-nav .sub-container .hd{
	position: relative;
	z-index: 1;
}

.t1-header>.navbar .main-nav .sub-container .hd .pagenum{
	display: none;
	position: absolute;
	top: 7px;
	width: 16px;
	height: 26px;
	cursor: pointer;
	background-color: #ccc;
	background-color: rgba(0,0,0,.1);
	background-repeat: no-repeat;
	background-position: center;
}

.t1-header>.navbar .main-nav .sub-container .hd .prev{
	left: -6px;
	background-image: url("../imgs/icon_left.png");
}

.t1-header>.navbar .main-nav .sub-container .hd .pagenum:hover{
	background-color: rgba(0,0,0,.3);
}

.t1-header>.navbar .main-nav .sub-container .hd .next{
	right: -6px;
	background-image: url("../imgs/icon_right.png");
}

.t1-header>.navbar .main-nav .sub-container .bd{
	padding: 0 10px;
	overflow: hidden;
}

.t1-header>.navbar .main-nav .sub-container .bd .tempWrap{
	overflow: initial !important;
}

.t1-header>.navbar .main-nav .sub-container .sub-menu{
	height: 39px;
	border-bottom: 1px solid #eee;
	overflow: initial !important;
}

.t1-header>.navbar .main-nav .sub-container .sub-item{
	float: left;
	width: 116px !important;
	text-align: center;
}

.t1-header>.navbar .main-nav .sub-container .sub-item>a{
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.t1-header>.navbar .main-nav .sub-container .sub-item>a:hover:after,
.t1-header>.navbar .main-nav .sub-container .sub-item a.sub-link.hover:after{
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	content: "";
	width: 100%;
	height: 3px;
	background: #0E92F4;
}

.t1-header>.navbar .main-nav .third-line{
	position: absolute;
	top: 40px;
	left: 0;
	width: 1200px;
	padding: 0 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 2px 1px 0px rgba(0,0,0,.1);
	z-index: 1000;
}

.t1-header>.navbar .main-nav .ssub-menu{
	display: none;
}

.t1-header>.navbar .main-nav .ssub-menu .item{
	float: left;
	width: 540px;
	margin: 0 25px;
	border-bottom: 1px dashed #ccc;
}

.t1-header>.navbar .main-nav .ssub-menu .item a{
	display: block;
	float: left;
	width: 420px;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.t1-header>.navbar .main-nav .ssub-menu .item span{
	display: inline-block;
	float: right;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	font-size: 14px;
	color: #999;
}

.t1-header>.navbar .main-nav .ssub-menu .item strong{
	margin-right: 2px;
	color: #ff0030;
}

.t1-header>.navbar .main-nav .ssub-menu .item:nth-last-child(1),
.t1-header>.navbar .main-nav .ssub-menu .item:nth-last-child(2){
	border-color: #fff;
}

.t1-header>.navbar .main-nav .sub-item>a:hover,
.t1-header>.navbar .main-nav .ssub-menu .item a:hover{
	color: #333;
}

.bread-crumb {
	height: 40px;
	line-height: 40px;
	color: #bfbfbf;
	overflow: hidden;
}

.bread-crumb>.head {
	color: #333;
}

.bread-crumb>.sep {
	margin: 0 5px;
	font-family: 'Simsun';
}

.bread-crumb>span {
	color: #0E92F4;
}

.t1-footer {
	min-width: 1200px;
	background-color: #424242;
	padding: 30px 0;
	color: #fff;
}

.t1-footer .footer-nav>a {
	font-weight: bold;
	color: #fff;
}

.t1-footer .footer-nav>a:hover {
	color: #0E92F4;
}

.t1-footer .footer-nav>.sep {
	margin: 0 10px;
}

.t1-footer .footer-nav em:nth-last-child(1) {
	display: none;
}

.t1-footer .footer-friendlink {
	margin-top: 20px;
	overflow: hidden;
}

.t1-footer .footer-friendlink>h4 {
	float: left;
	width: 60px;
	height: 24px;
	line-height: 24px;
}

.t1-footer .footer-friendlink>.cont {
	margin-left: 60px;
	line-height: 24px;
}

.t1-footer .footer-friendlink>.cont>a {
	display: inline-block;
	margin: 0 5px;
	color: #cccccc;
}

.t1-footer .footer-friendlink>.cont>a:hover {
	color: #0E92F4;
}

.t1-footer .footer-info {
	margin-top: 20px;
	line-height: 20px;
}

.t1-footer .footer-qrcode {
	float: right;
	width: 120px;
}

.t1-footer .footer-qrcode>img {
	display: block;
	width: 120px;
	height: 120px;
}

.t1-footer .footer-qrcode>p {
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.t1-toolbar {
	position: fixed;
	right: 0;
	bottom: 20px;
	border: 1px solid #eee;
	border-radius: 3px 0 0 3px;
	z-index: 100;
}

.t1-toolbar li {
	position: relative;
	width: 48px;
	height: 48px;
	margin-top: -1px;
	border: 1px solid #eee;
	background-color: #fff;
	overflow: hidden;
}

.t1-toolbar li a {
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	transition: all ease-in-out .3s;
	top: 0;
	left: 0;
}

.t1-toolbar li a .text {
	width: 48px;
	height: 48px;
	line-height: 16px;
	padding: 8px;
	text-align: center;
	box-sizing: border-box;
}

.t1-toolbar li a .icon {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url(../imgs/i_toolbar.png);
	background-repeat: no-repeat;
}

.t1-toolbar li a .icon-service {
	background-position: 0 0;
}

.t1-toolbar li a .icon-phone {
	background-position: 0 -48px;
}

.t1-toolbar li a .icon-totop {
	background-position: 0 -96px;
}

.t1-toolbar li a:hover {
	top: -48px;
}

.t1-toolbar ul .qq-box{
	display: none;
	position: absolute;
	top: 0;
	right: 45px;
	width: 160px;
	padding-right: 10px;
}
.t1-toolbar ul .qq-box .box{
	padding: 10px;
	background: #fff;
	border-radius: 5px;
}

.t1-toolbar ul .qq-box .box h4{
	margin-bottom: 4px;
}

.t1-toolbar ul .qq-box .box p{
	margin-bottom: 4px;
}

.t1-toolbar ul .qq-box .box a{
	float: left;
	line-height: 22px;
	padding-left: 24px;
	margin: 0 15px 8px 0;
	background: url(../imgs/qq-bg2.png) 0 center no-repeat;
}

.t1-toolbar ul .wecode{
	display: none;
	position: absolute;
	top: 50px;
	right: 55px;
	width: 148px;
	height: 148px;
	margin-top: -49px;
	background: #fff;
}

.t1-toolbar ul .wecode img{
	width: 100%;
	height: 100%;
}