@charset 'utf-8';

/* reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ul,
ol,
p {
	margin: 0;
}

ul,
ol,
th,
td,
input,
textarea {
	padding: 0;
}

body {
	font-family: 'Microsoft YaHei';
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
}

img,
iframe {
	border: 0;
}

ol,
ul {
	list-style: none;
}

i,
em {
	font-style: normal;
}

strong {
	font-weight: normal;
}

input,
select,
textarea {
	font-family: 'Microsoft YaHei';
}

textarea {
	overflow: auto;
	resize: none;
}

a {
	text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 12px;
	color: #666;
}

input:-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 12px;
	color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 12px;
	color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 12px;
	color: #666;
}

/*************** header-box START ***************/

.headerActive {
	color: #1C86EF !important;
}

.header-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.header-box .area {
	height: 80px;
	background: url(../images/background/bg-header.png) no-repeat center center;
}

.header-box .logo {
	margin-left: 54px;
}

.m-search {
	width: 147px;
	margin: 23px 47px 0 0;
	border: solid 1px #fff;
	display: none;
}

.m-search input[type='text'] {
	width: 120px;
	height: 29px;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 18px;
	color: #ccc;
	text-indent: 18px;
}

.m-search input[type="button"] {
	width: 18px;
	height: 18px;
	margin-top: 6px;
	border: none;
	outline: none;
	background: url(../images/icon/icon.png) 0 0;
}

.m-nav {
	top: 0;
	right: 100px;
}

.m-nav .nav>li {
	position: relative;
	padding: 0 19px;
}

.m-nav .nav>li:after {
	height: 18px;
	border-right: solid 1px #727475;
}

.m-nav .nav>li>.u-a {
	position: relative;
	font-size: 16px;
	line-height: 80px;
	color: #fff;
	
}

.m-nav .nav>li>.u-a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: solid 3px #1C86EF;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.m-nav .subnav {
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 100;
	width: 0;
	/* height: 44px; */
	overflow: hidden;
	background-color: #1C86EF;
	white-space: nowrap;

	position: absolute;
	left: 0;
	width: 100% !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
}

.m-nav .subnav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 19px;
}

.m-nav .subnav li:first-child {
	/* margin-left: 32px; */
}

.m-nav .subnav .u-a {
	font-size: 14px;
	line-height: 44px;
	color: #fff;
}

.m-nav .nav>li:hover>.u-a:before {
	opacity: 1;
}
.m-nav ul li:hover .subnav{
	opacity: 1;
	display: flex;
}
.m-nav ul li .subnav li:hover {
	background-color: #fff;
	width: 100%;
	text-align: center;
}
.m-nav ul li .subnav li:hover a{
	text-align: center;
	color: #1C86EF;
}

/*************** header-box END ***************/


/*************** banner-box START ***************/
.banner-box .u-img {
	height: 566px;
}

.banner-box .u-pag {
	bottom: 23px;
}

.banner-box .u-pag span {
	width: 9px;
	height: 9px;
	margin: 0 5.5px;
	background-color: #fff;
	border: solid 2px transparent;
}

.banner-box .u-pag .selected span {
	background-color: transparent;
	border-color: #1C86EF;
}

/*************** banner-box END ***************/

/*************** m-data START ***************/
.m-data {
	background-color: #1C86EF;
}

.m-data .area {
	padding: 11px 0 22px 0;
}

.m-data li {
	width: 175px;
}

.m-data li .name {
	font-size: 40px;
	line-height: 57px;
	font-weight: bold;
}

.m-data li .name span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 10px;
	font-size: 14px;
	line-height: 40px;
	vertical-align: top;
}

.m-data li .inf {
	border-top: solid 1px #fff;
	font-size: 18px;
	line-height: 42px;
}

/*************** m-data END ***************/

/*************** m-header START ***************/
.m-header {
	padding: 30px 0 28px 0;
}

.m-header .EN {
	font-size: 30px;
	line-height: 40px;
	color: #ececec;
}

.m-header .CH {
	padding: 0 5px;
	font-size: 30px;
	line-height: 44px;
	color: #333;
}

.m-header .CH:before,
.m-header .CH:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 58px;
	height: 0;
	margin: auto 0;
	border-top: solid 2px #ececec;
}

.m-header .CH:before {
	left: -58px;
}

.m-header .CH:after {
	right: -58px;
}

.m-header .inf {
	font-size: 16px;
	line-height: 43px;
	color: #333;
}

/*************** m-header END ***************/

/*************** m-route START ***************/
.m-route .content {
	padding-bottom: 75px;
}

.m-route li .u-img {
	height: 213px;
}

.m-route li .name {
	font-size: 16px;
	line-height: 42px;
	color: #333;
	text-align: center;
}

.m-route li:hover .name {
	color: #adadad;
}

.m-route .u-rollMenu li {
	width: 283px !important;
}

.m-route .u-rollMenu .prev,
.m-route .u-rollMenu .next {
	width: 25px;
	height: 47px;
}

.m-route .u-rollMenu .prev {
	left: -40px;
	background: url(../images/icon/route_arrow.png) -25px 0;
}

.m-route .u-rollMenu .next {
	right: -40px;
	background: url(../images/icon/route_arrow.png) -75px 0;
}

.m-route .u-rollMenu .prev:hover {
	background-position: 0 0
}

.m-route .u-rollMenu .next:hover {
	background-position: -50px 0
}

/*************** m-route END ***************/

/*************** m-about START ***************/
.m-about .area {
	padding-bottom: 75px;
}

.m-about .m-article {
	position: relative;
	width: 415px;
	height: 272px;
}

.m-about .m-article .tit {
	padding-bottom: 5px;
}

.m-about .m-article .EN {
	font-size: 30px;
	line-height: 30px;
	color: #ececec;
}

.m-about .m-article .CH {
	font-size: 30px;
	line-height: 60px;
	color: #333;
}

.m-about .m-article .ctn {
	height: 120px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #656363;
	text-align: justify;
}

.m-about .m-article .more {
	bottom: 0;
	left: 0;
	width: 110px;
	background-color: #1C86EF;
	font-size: 16px;
	line-height: 36px;
}

.m-about .m-article .more:hover {
	background-color: grey;
}

.m-about .classify {
	height: 272px;
	overflow: hidden;
	margin-left: 452px;
}

.m-about .classify li {
	position: relative;
	height: 118px;
	border: solid 4px #ececec;
	-webkit-transition: border .35s ease-in-out;
	-moz-transition: border .35s ease-in-out;
	transition: border .35s ease-in-out;
}

.m-about .classify li .u-a-wrap,
.m-about .classify li .article {
	height: 100%;
}

.m-about .classify li .icon {
	float: left;
	width: 107px;
	height: 100%;
	text-align: center;
}

.m-about .classify li .icon:after {
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.m-about .classify li .article {
	margin-left: 107px;
}

.m-about .classify li .tit {
	padding: 11px 0;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}

.m-about .classify li .ctn {
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	color: #606060;
}

.m-about .classify li:hover {
	border-color: #999;
}

.m-about .classify .u-xMenu li {
	width: 355px;
	margin-bottom: 20px;
}

/*************** m-about END  ***************/

/*************** m-case START ***************/
.m-case li {
	position: relative;
	float: left;
	width: 25%;
}

.m-case li .u-img {
	height: 360px;
}

.m-case li .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	background: url(../images/background/bg-case.png);
	text-align: center;
	opacity: .8;
}

.m-case li .filter .border {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 191px;
	height: 191px;
	margin: auto;
	border: dashed 2px #fff;
}

.m-case li .filter .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 170px;
	height: 170px;
	margin: auto;
	background-color: #fff;
}

.m-case li .filter .icon {
	position: absolute;
	bottom: 84px;
	left: 0;
	right: 0;
	width: 42px;
	height: 46px;
	margin: 0 auto;
	background: url(../images/icon/icon.png) 0 -24px;
}

.m-case li .filter .name {
	margin-top: 90px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}

.m-case li .filter .inf {
	width: 115px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.m-case li .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 95px;
	font-size: 22px;
	line-height: 40px;
	color: #ececec;
	background: url(../images/background/bg-shadow.png);
}

.m-case li .title .text {
	margin: 40px 0 0 27px;
}

.m-case li .title span {
	font-size: 14px;
	line-height: 40px;
	color: #ccc;
	display: none;
}

.m-case li:hover .filter {
	width: 100%;
	height: 100%;
}

.m-case li:hover .title {
	opacity: 0;
}

/*************** m-case END  ***************/

/*************** m-news START ***************/
.m-news .area {
	padding-bottom: 73px;
}

.m-news .hot {
	width: 590px;
}

.m-news .hot li {
	position: relative;
}

.m-news .hot .filter {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	padding: 5px 0 10px 0;
	background: url(../images/background/bg-news.png);
}

.m-news .hot .filter .tit {
	width: 445px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-indent: 20px;
}

.m-news .hot .filter .ctn {
	width: 445px;
	font-size: 14px;
	line-height: 24px;
	color: #ccc;
	text-indent: 20px;
}

.m-news .hot li .u-img {
	height: 414px;
}

.m-news .u-pag {
	bottom: 16px;
	text-align: right;
}

.m-news .u-pag span {
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background-color: #c4c2c0;
}

.m-news .u-pag a:last-child span {
	margin-right: 18px;
}

.m-news .u-pag .selected span {
	background-color: #1C86EF;
}

.m-news .recommend {
	margin-left: 620px;
}

.m-news .recommend ul,
.m-articleList ul {
	position: relative;
	height: 414px;
}

.m-news .recommend li,
.m-articleList li {
	position: relative;
	margin: 10px 0 46px 0;
}

.m-news .recommend li:after,
.m-articleList li:after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 117px;
	z-index: -1;
	height: 114px;
	border-right: solid 1px #e3e3e3;
}

.m-news .recommend li .article,
.m-articleList li .article {
	margin-left: 117px;
	line-height: 30px;
	text-indent: 25px;
}

.m-news .recommend li .tit,
.m-articleList li .tit {
	font-size: 16px;
	color: #333;
}

.m-news .recommend li .ctn,
.m-articleList li .ctn {
	font-size: 14px;
	color: #666;
}

.m-news .recommend li .date,
.m-articleList li .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 117px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.m-news .recommend li .date:after,
.m-articleList li .date:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border: solid 4px #e3e3e3;
	background-color: #bababa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.m-news .recommend li:hover .tit,
.m-articleList li:hover .tit {
	color: #1C86EF;
}

.m-news .recommend li:hover .date:after,
.m-articleList li:hover .date:after {
	background-color: #1C86EF;
}

/*************** m-news END ***************/

/*************** footer-box START ***************/
.footer-box {
	background-color: #3a312f;
}

.footer-box .area {
	height: 353px;
}

.m-link {
	top: 40px;
	left: 0;
	/* background-color: #fff; */
}

.m-link .btn {
	width: 143px;
	background-color: #1C86EF;
}

.m-link .btn .u-icon {
	margin-left: 21px;
	padding-left: 31px;
	font-size: 18px;
	line-height: 45px;
}

.m-link .btn .u-icon:before {
	width: 19px;
	height: 19px;
	background: url(../images/icon/icon.png) -176px 0;
}

.m-link .link span {
	margin-left: 22px;
	font-size: 16px;
	line-height: 45px;
	color: #333;
	display: none;
}

.m-link .link li {
	padding: 0 15px;
}

.m-link .link li:after {
	height: 16px;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #666;
}

.m-link .link li a {
	font-size: 14px;
	line-height: 45px;
	color: #666;
}

.m-link .link li a:hover {
	color: #1C86EF;
}

.footer-box .tele {
	top: 128px;
	left: 0;
	padding-left: 84px;
	font-size: 16px;
	line-height: 63px;
}

.footer-box .tele span {
	font-size: 26px;
}

.footer-box .tele:before {
	border: solid 1px #756f6e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 63px;
	height: 63px;
	background: url(../images/icon/tele.png);
}

.footer-box .addr {
	top: 227px;
	left: 0;
	padding-left: 84px;
	font-size: 16px;
	line-height: 24px;
}

.footer-box .addr:before {
	border: solid 1px #756f6e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 63px;
	height: 63px;
	background: url(../images/icon/addr.png);
}

.footer-box .line {
	top: 115px;
	left: 600px;
	height: 193px;
	border-right: solid 1px #575757;
}

.footer-box .weixin {
	top: 127px;
	right: 396px;
}

.footer-box .weixin .name {
	font-size: 14px;
	line-height: 50px;
	color: #ccc;
}

.footer-box .footerWrap {
	top: 127px;
	right: 0;
	width: 363px;
}

.footer-box .footerWrap .wrap {
	padding: 7px 0 20px 0;
}

.footer-box .footerWrap .QQ {
	width: 19px;
	height: 21px;
	margin-right: 21px;
	background: url(../images/icon/icon.png) -132px 0;
}

.footer-box .footerWrap .weibo {
	width: 25px;
	height: 21px;
	background: url(../images/icon/icon.png) -151px 0;
}

.footer-box .copyright {
	font-size: 14px;
	line-height: 30px;
	color: #ccc;
}

.footer-box .link1 li {
	padding: 0 12px;
}

.footer-box .link1 li:after {
	height: 16px;
	border-left: solid 1px #8f8c8b;
	border-right: solid 1px #afaeae;
}

.footer-box .link1 li a {
	font-size: 14px;
	line-height: 24px;
	color: #ccc;
}

.footer-box .link1 li:first-child {
	padding-left: 0;
}

/*************** footer-box END   ***************/

/*************** m-crumbs START ***************/
.m-crumbs {
	position: fixed;
	top: 50%;
	right: 6px;
	margin-top: -127.5px;
}

.m-crumbs ul {
	width: 50px;
	height: 255px;
}

.m-crumbs li {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #1C86EF;
}

.m-crumbs .home {
	top: 0;
}

.m-crumbs .tele {
	top: 51px;
}

.m-crumbs .QQ {
	top: 102px;
}

.m-crumbs .weixin {
	top: 153px;
}

.m-crumbs .top {
	top: 204px;
}

.m-crumbs .u-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/icon/icon.png);
}

.m-crumbs .home .u-icon {
	width: 25px;
	height: 23px;
	background-position: -18px 0;
}

.m-crumbs .tele .u-icon {
	width: 24px;
	height: 23px;
	background-position: -43px 0;
}

.m-crumbs .QQ .u-icon {
	width: 23px;
	height: 24px;
	background-position: -67px 0;
}

.m-crumbs .weixin .u-icon {
	width: 27px;
	height: 22px;
	background-position: -90px 0;
}

.m-crumbs .top .u-icon {
	width: 14px;
	height: 18px;
	background-position: -118px 0;
}

.m-crumbs .top {
	background-color: #3a1100;
}

.m-crumbs .tele .iconWrap {
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}

.m-crumbs .tele .inf {
	margin-left: 50px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 50px;
}

.m-crumbs .weixin .imgs {
	top: -9999px;
	right: 65px;
}

.m-crumbs .weixin .arrow {
	top: 5px;
	right: -8px;
	border-top: solid 7px transparent;
	border-bottom: solid 7px transparent;
	border-left: solid 8px #fff;
}

.m-crumbs .weixin:hover .imgs {
	top: 0;
}

.m-crumbs li:hover {
	background-image: url(../images/background/bg-crumbs.jpg);
}

/*************** m-crumbs END   ***************/

/*************** pageBanner-box START ***************/
.pageBanner-box .u-img {
	height: 412px;
}

/*************** pageBanner-box END   ***************/

/*************** page-box START ***************/
.m-location {
	font-size: 14px;
	line-height: 60px;
	color: #333;
}

.m-location a {
	color: #333;
}

.m-location a:hover {
	color: #1C86EF;
	;
}

.page-top .header {
	top: 0;
	right: 936px;
	width: 620px;
	border-right: solid 4px #1C86EF;
	background-color: #f4f3f3;
}

.page-top .content {
	width: 260px;
	height: 60px;
}

.page-top .content .EN {
	font-size: 20px;
	line-height: 22px;
	color: #bababa;
}

.page-top .content .EN:first-letter {
	font-size: 60px;
	line-height: 60px;
	color: #c5c5c5;
	vertical-align: text-top;
}

.page-top .content .CH {
	margin: -35px 0 0 43px;
	font-size: 24px;
	line-height: 32px;
	color: #1C86EF;
}

.page-left {
	width: 264px;
	margin-bottom: 60px;
	background-color: #f4f3f3;
}

.m-pageNav {
	/* padding-bottom: 100px; */
}

.m-pageNav .nav>li {
	position: relative;
	border-bottom: solid 3px #fff;
}

.m-pageNav .nav>li>.u-a-wrap {
	font-size: 16px;
	line-height: 55px;
	color: #333;
}

.m-pageNav .subnav {
	position: absolute;
	top: 0;
	left: 264px;
	z-index: 30;
	width: 324px;
	padding: 7.5px 0;
	background: url(../images/background/bg-pageNav.png);
}

.m-pageNav .subnav li {
	float: left;
	width: 162px;
}

.m-pageNav .subnav .u-a {
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}

.m-pageNav .subnav .line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 161px;
	margin: auto 0;
	border-right: solid 1px #f49c71;
}

.m-pageNav .nav>li:hover>.u-a-wrap,
.m-pageNav .nav .active>.u-a-wrap {
	background-color: #1C86EF;
	color: #fff;
}

.m-pageNav .nav>li:hover .subnav {
	display: block;
}

.page-left .contact .header {
	padding-left: 56px;
	border-top: dashed 1px #cfcccc;
	border-bottom: dashed 1px #cfcccc;
	font-size: 18px;
	line-height: 64px;
	color: #3a312f;
}

.page-left .contact .header span {
	font-size: 16px;
	line-height: 64px;
	color: #666;
}

.page-left .contact .header:before {
	width: 27px;
	height: 23px;
	margin-left: 13px;
	background: url(../images/icon/icon.png) -92px -87px;
}

.page-left .contact .content {
	padding: 16px 13px 10px 13px;
	font-size: 14px;
	line-height: 30px;
	color: #5c5c5c;
}

.page-box {
	margin: 18px 0 0 305px;
}

/*************** page-box END   ***************/

/*************** m-pictureList START ***************/
.m-pictureList li {
	width: 283px;
	margin-bottom: 15px;
}

.m-pictureList li .u-img {
	height: 213px;
}

.m-pictureList li .name {
	font-size: 16px;
	line-height: 43px;
	color: #333;
	text-align: center;
}

.m-pictureList li:hover .name {
	background-color: #1C86EF;
	color: #fff;
}

/*************** m-pictureList END   ***************/

/*************** m-pictureDtl START ***************/
.m-pictureDtl .title {
	top: -78px;
	left: 0;
	font-size: 20px;
	line-height: 78px;
	color: #333;
}

.m-pictureDtl .article {
	padding: 7px 0 27px 0;
	border-top: dashed 1px #dedcdc;
	border-bottom: dashed 1px #dedcdc;
}

.m-pictureDtl .article .tit {
	margin-left: 30px;
	padding-left: 5px;
	border-left: solid 3px #1C86EF;
	font-size: 18px;
	line-height: 40px;
	color: #333;
}

.m-pictureDtl .article .tit:before {
	left: -33px;
	width: 21px;
	height: 21px;
	background: url(../images/icon/icon.png) -119px -87px;
}

.m-pictureDtl .article .ctn {
	margin-left: 39px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.m-pictureDtl .paging {
	padding: 34px 0 42px 0;
}

.m-pictureDtl .paging .prev,
.m-pictureDtl .paging .next {
	width: 78px;
	font-size: 14px;
	line-height: 33px;
	background-color: #3a312f;
}

.m-pictureDtl .paging .prev:hover,
.m-pictureDtl .paging .next:hover {
	background-color: #1C86EF;
}

.m-pictureDtl .paging .num {
	padding: 0 20px;
	font-size: 14px;
	line-height: 33px;
	color: #333;
}

.m-pictureDtl .album {
	height: 480px;
	margin-bottom: 30px;
}

.m-pictureDtl .album .img-l {
	top: 0;
	left: 0;
	width: 640px;
	height: 480px;
}

.m-pictureDtl .album .img-l .u-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
}

.m-pictureDtl .album .img-l .active {
	opacity: 1;
	z-index: 1;
}

.m-pictureDtl .album .img-s {
	top: 0;
	right: 0;
	width: 240px;
	height: 377px;
}

.m-pictureDtl .album .img-s li {
	margin-bottom: 17px;
	cursor: pointer;
}

.m-pictureDtl .album .img-s .u-img {
	height: 180px;
}

.m-pictureDtl .album .img-paging {
	bottom: 0;
	right: 0;
	width: 240px;
}

.m-pictureDtl .album .img-paging .prev,
.m-pictureDtl .album .img-paging .next {
	width: 113px;
	height: 85px;
	background-color: #f4f3f3;
}

.m-pictureDtl .album .img-paging .u-icon {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 23px;
	height: 44px;
	margin: auto;
	background: url(../images/icon/icon.png);
}

.m-pictureDtl .album .prev .u-icon {
	background-position: -23px -87px;
}

.m-pictureDtl .album .next .u-icon {
	background-position: -69px -87px;
}

.m-pictureDtl .album .prev:hover .u-icon {
	background-position: 0 -87px;
}

.m-pictureDtl .album .next:hover .u-icon {
	background-position: -46px -87px;
}

/*************** m-pictureDtl END   ***************/

/*************** m-articleDtl START ***************/
.m-articleDtl {
	margin: 23px 0;
}

.m-articleDtl .tit h1 {
	padding: 10px;
	font-size: 24px;
	line-height: 28px;
	color: #000;
}

.m-articleDtl .inf {
	padding: 5px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.m-articleDtl .display {
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.m-articleDtl .display img {
	max-width: 100%;
	display: none;
}

.m-articleDtl .ctn {
	margin-top: 20px;
	padding: 0 15px;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-indent: 24px;
}

.m-articleDtl .paging {
	margin: 20px 0;
	padding-top: 10px;
	border-top: solid 1px #ccc;
}

.m-articleDtl .paging a {
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

.m-articleDtl .paging a:hover {
	color: #666;
}

/*************** m-articleDtl END ***************/

/*************** m-page START ***************/
.m-page {
	margin: 0 auto;
	line-height: 38px;
	padding: 27px 0 40px 0;
	font-size: 0;
	text-align: center;
	white-space: nowrap;
}

.m-page a,
.m-page i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-left: -1px;
	padding: 0 14px;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	color: #3a312f;
	background: #fff;
}

.m-page a,
.m-page a:hover {
	text-decoration: none;
}

.m-page a.first {
	margin-left: 0;
	background-color: #3a312f !important;
	color: #fff !important;
}

.m-page a.first:hover {
	background-color: #1C86EF !important;
	color: #fff !important;
}

.m-page a.last {
	margin-right: 0;
	background-color: #3a312f !important;
	color: #fff !important;
}

.m-page a.last:hover {
	margin-right: 0;
	background-color: #1C86EF !important;
	color: #fff !important;
}

.m-page a:hover,
.m-page a:active {
	color: #3a312f;
	border-color: #f4f3f3;
	background: #f4f3f3;
}

.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
	color: #3a312f;
	border-color: #f4f3f3;
	background: #f4f3f3;
	cursor: default;
}

.m-page a.z-dis,
.m-page a.z-dis:hover,
.m-page a.z-dis:active {
	color: #ccc;
	border-color: #ccc;
	background: #fff;
	cursor: default;
}

.m-page-sm a,
.m-page-sm i {
	padding: 0 15px;
}

.m-page-sr a,
.m-page-sr i {
	margin: 0 3px;
}

/*************** m-page START ***************/

.sub-message {
	font-size: 14px;
	padding: 30px 12px;
	background-color: #fff;
}

.sub-message .m-textimg {
	color: #333;
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 14px;
}

.sub-message .m-textimg img {
	float: left;
	margin-right: 15px;
}

.sub-message i {
	display: inline-block;
	padding-right: 5px;
	font-style: normal;
	color: #f00;
	*display: inline;
	*zoom: 1;
}

.sub-message .m-tage {
	color: #333;
	padding: 5px 0;
}

.sub-message .m-form {
	margin-bottom: 20px;
	padding: 10px;
}

.sub-message table {
	width: 100%;
}

.sub-message .m-form table td {
	padding: 7px 0;
}

.sub-message label {
	color: #333;
	position: relative;
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

.sub-message .m-form table input {
	width: 60%;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	vertical-align: top;
}

.sub-message .m-form .td-textarea {
	width: 60%;
	vertical-align: middle;
}

.sub-message .m-form .td-textarea label {
	float: left;
}

.sub-message .m-form .td-textarea textarea {
	width: 70%;
	height: 168px;
	padding: 5px;
	vertical-align: middle;
}

.sub-message .m-submit {
	text-align: right;
	vertical-align: top;
}

.sub-message .m-submit img {
	margin-left: 5px;
	vertical-align: top;
}

.sub-message .m-submit .btn {
	width: 80px;
	height: 28px;
	line-height: 24px;
	margin: 0;
	margin-left: 5px;
	font-family: 'microsoft yahei';
	font-size: 14px;
	border: none;
	cursor: pointer;
}

.sub-message .m-submit input {
	width: 80px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding-left: 5px;
	vertical-align: top;
	cursor: auto;
}

.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
	font-family: 'microsoft yahei';
	border: 1px solid #666;
	background: #fff;
}

.sub-message .m-form {
	background: #fff;
}

.sub-message .m-submit .btn {
	color: #fff;
	background: #1C86EF;
}

.sub-message .m-submit .btn:last-child {
	display: none;
}

.search-no .bd {
	padding: 60px 0 60px 0;
	border-bottom: 1px solid #e4e4e4;
}

.search-no .inputs {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0;
}

.search-no .inputs input {
	font-family: 'SimSun';
	font-size: 14px;
	vertical-align: top;
}

.search-no .inputs input.text {
	width: 326px;
	height: 30px;
	line-height: 30px;
	padding: 0 6px;
	border: 2px solid #1C86EF;
	border-right: 0;
	background: #fff;
}

.search-no .inputs input.btn {
	width: 70px;
	height: 34px;
	color: #fff;
	border: 0;
	border: 0 none;
	background: #1C86EF;
	cursor: pointer;
}

.search-no .pt {
	height: 240px;
	padding: 100px 0 0 250px;
	background: url(../images/search-no.png) 30px center no-repeat;
	border-bottom: 1px solid #e4e4e4;
}

.search-no .pt h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

.search-no .pt h3 span {
	color: #1C86EF;
}

.search-no .pt p {
	color: #888;
}

.search-no .m-articleList {
	margin-top: 20px;
}