*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	list-style-type: none;
}

a:link    {
    color: #666;
    transition: all 0.3s ease-in-out;
}

a:visited {color:#666;}

a:hover   {color:#d9241b;}

a:active  {color:#d9241b;}

html {
	min-height: 100%;
}

body{
	font-family: "Microsoft YaHei";
	color: #353535;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

video {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.full-width {
	width: 100%;
	min-width: 1200px;
}

.container {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.auto-ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.corner-guide {
	position: fixed;
	z-index: 9999;
	right: 30px;
	bottom: 100px;
}

.corner-guide > div {
	position: relative;
}

.icon-to-top {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	overflow: hidden;
}

.icon-to-top p {
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: url(../images/to-top1.png) center center no-repeat;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.icon-to-top:hover p {
	background-image: url(../images/to-top2.png);
}

/*==============================custom scrollbar==============================*/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
	transition: all 0.3s ease-in-out;
    background-color: #9d9d9d;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

::-webkit-scrollbar-thumb:hover {
	background-color: #b89f7a;
}

/*==============================welcome==============================*/

.mgmt-welcome {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.mgmt-welcome-bg {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 4%;
}

.wel-btns {
	text-align: center;
	margin-left: -60px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.wel-btns .wel-btn {
	display: inline-block;
	width: 212px;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	color: #fff;
	font-family: "宋体";
	margin-left: 60px;
	transition: all 0.2s ease-in-out;
}

.wel-btns .wel-btn:hover {
	color: #333;
}

.wel-btns .wel-btnc {
	background: url(../images/wel-btnc.png) center center no-repeat;
}

.wel-btns .wel-btne {
	background: url(../images/wel-btne.png) center center no-repeat;
}

/*==============================message==============================*/

.user-message {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999999;
}

.um-head {
	width: 240px;
	height: 39px;
	color: #fff;
	font-size: 16px;
	line-height: 39px;
	letter-spacing: 1px;
	background: url(../images/umh-bg.jpg) 0 0 no-repeat;
	box-sizing: border-box;
	padding-left: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.um-head .fr {
	width: 34px;
	height: 30px;
	margin-top: 4.5px;
	cursor: pointer;
}

.um-head .m-close {
	background: url(../images/m-close.png) center center no-repeat;
}

.um-head .m-open {
	background: url(../images/m-open.png) center center no-repeat;
}

.um-body {
	width: 240px;
	box-sizing: border-box;
	color: #666;
	background-color: #ededed;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.umb-contact {
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #d5d5d5;
}

.umb-contact h3 {
	font-size: 14px;
}

.umb-contact p {
	font-size: 13px;
}

.um-form {
	padding: 5px 10px 15px 10px;
}

.um-form textarea {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	padding: 5px 10px;
	border: 1px solid #d5d5d5;
	resize: none;
	overflow:auto;
	margin-top: 10px;
}

.um-form input {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.um-form .umf-user {
	background: url(../images/um-user.png) 10px center no-repeat;
}

.um-form .umf-tel {
	background: url(../images/um-tel.png) 10px center no-repeat;
}

.um-form .umf-email {
	background: url(../images/um-email.png) 10px center no-repeat;
}

.um-form .umf-icon {
	padding: 0 10px 0 35px;
	background-color: #fff;
}

.um-form #umf-submit {
	width: 90px;
	height: 34px;
	line-height: 34px;
	letter-spacing: 1px;
	border-radius: 3px;
	font-size: 16px;
	letter-spacing: 3px;
	font-family: "宋体";
	font-weight: normal;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #5882ed;
	margin-top: 10px;
	transition: all 0.2s ease-in-out;
}

.um-form #umf-submit:hover {
	background-color: #4463b3;
}

.umf-alert {
	display: none;
	text-align: center;
	padding: 15px 0;
}

.umf-alert h3 {
	font-size: 18px;
	color: red;
	font-weight: bold;
}

.umfa-close {
	width: 100px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #5882ed;
	transition: all 0.2s ease-in-out;
}

.umfa-close:hover {
	background-color: #4463b3;
}

/*==============================consult==============================*/

.user-consult {
	position: fixed;
	top: 50%;
	right: 50px;
	z-index: 9999999;
	width: 134px;
	box-sizing: border-box;
	padding: 20px 10px;
	border: 1px solid #2a76ca;
	background-color: #f2fbff;
	border-radius: 5px;
	margin-top: -115px;
}

.uc-logo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.uc-hotline {
	margin-top: 10px;
	color: #000;
}

.uc-qq a {
	display: block;
	color: #848484;
	margin-top: 15px;
	border: 1px solid #848484;
	border-radius: 30px;
}

.uc-qq a img {
	vertical-align: middle;
	margin-right: 5px;
}

.uc-qq a span {
	vertical-align: middle;
	transition: all 0.2s ease-in-out;
}

.uc-qq a:hover span {
	color: red;
}

/*==============================header==============================*/

.welcome {
	font-size: 13px;
	color: #666;
	height: 50px;
	line-height: 50px;
	background-color: #f9f9f9;
}

.welcome a {
	color: #666;
	transition: all 0.3s ease-in-out;
}

.welcome a:hover {
	color: #d9241b;
}

.short-adv {
	padding-top: 20px;
	padding-bottom: 20px;
}

.logo img {
	display: block;
	max-height: 50px;
}

.dash-line {
	margin-left: 30px;
	height: 50px;
	border-left: 1px dashed #313131;
}

.adv-words {
	margin-left: 30px;
	height: 50px;
}

.adv-words > h2 {
	font-family: "宋体";
	font-size: 30px;
	color: #0b090a;
}

.adv-words > p {
	font-size: 15px;
	font-style: italic;
}

.call-left {
	width: 50px;
	height: 50px;
	background: url(../images/call.png) center center no-repeat;
}

.call-right {
	margin-left: 10px;
	color: #666;
}

.call-right > h5 {
	font-size: 14px;
	font-weight: normal;
}

.call-right > p {
	font-size: 24px;
	color: #d9241b;
}

/*==============================footer==============================*/

.footer {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #5b5b5b;
	color: #fff;
}

.footer-nav {
	margin-left: -50px;
	height: 20px;
	overflow: hidden;
}

.footer-nav li {
	float: left;
	margin-left: 50px;
}

.footer-nav li a {
	display: block;
	line-height: 20px;
	color: #fff;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}

.footer-nav li a:hover {
	color: #aaa;
}

.company-info {
	padding-top: 15px;
}

.company-info p {
	margin-top: 15px;
}

.company-info a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.company-info a:hover {
	color: #aaa;
}

/*==============================nav==============================*/

.nav {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	background-color: #313131;
	overflow: hidden;
}

.nav ul {
	margin-left: -10px;
}

.nav ul li {
	float: left;
	margin-left: 10px;
}

.nav ul li a {
	display: block;
	height: 100%;
	padding: 0 22px;
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.nav ul li a:hover,
.nav ul li .active {
	background-color: #d9241b;
}

/*==============================index==============================*/

.swiperMain {
	width: 100%;
	height: 400px;
}

.swiperMain img {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  bottom: 10px;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: #ddd;
  margin-right: 5px;
  opacity: 0.8;
  border: 4px solid #fff;
  cursor: pointer;
}

.swiper-active-switch {
  background-color: red;
}

.partner {
	margin-top: 50px;
}

.partner-title {
	text-align: center;
}

.partner-title > h5 {
	font-weight: normal;
	color: #9d9d9d;
	font-size: 14px;
}

.partner-title > h2 {
	font-weight: 600;
	color: #222;
	font-size: 24px;
	margin-top: 5px;
}

.partner-title > h2 span {
	color: #ed1c24;
}

.pt-line {
	margin-top: 23px;
}

.pt-line > div {
	height: 1px;
	background-color: #e7e7e7;
}

.pt-line > p {
	width: 60px;
	height: 5px;
	background-color: #ed1c24;
	margin: -3px auto 0 auto;
}

.partner-list {
	position: relative;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 0 80px;
}

.swiperPartner {
	height: 100px;
	margin-bottom: 50px;
	overflow: hidden;
}

.swiperPartner .swiper-slide {
	width: 16.66666666%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.swiperPartner .swiper-slide img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	border: 5px solid #e7e7e7;
	transition: all 0.3s ease-in-out;
}

.swiperPartner .swiper-slide a:hover img {
	border-color: #b89f7a;
}

.pl-arrow {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-color: #6f6f6f;
	border-radius: 3px;
}

.pl-arrow p {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.arrow-disable {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.arrow-disable p {
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: default;
}

.pl-arrowl {
	left: 15px;
}

.pl-arrowl p {
	background: url(../images/pl-arrowl.png) center center no-repeat;
}

.pl-arrowr {
	right: 15px;
}

.pl-arrowr p {
	background: url(../images/pl-arrowr.png) center center no-repeat;
}

.h-product {
	margin-top: 20px;
	margin-bottom: 50px;
}

.hpr-head {
	height: 36px;
	line-height: 36px;
}

.hpr-head > h3 {
	width: 140px;
	height: 36px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
    color: #fff;
	background-color: #ed1c24;
}

.hprh-list {
	width: 1060px;
	height: 36px;
	line-height: 34px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-left: none;
}

.hprh-list ul {
	width: 100%;
	height: 34px;
	overflow: hidden;
}

.hprh-list ul li {
	float: left;
	margin-left: 30px;
}

.hprh-list ul li a {
	display: block;
	color: #555;
	cursor: pointer;
}

.hprh-list ul li .active {
	color: #222;
	font-size: 15px;
	font-weight: bold;
}

.hpr-body {
	/*height: 572px;*/
	height: 772px;
	overflow: hidden;
}

.hpr-body ul {
	display: none;
	margin-left: -32px;
}

.hpr-body ul li {
	float: left;
	width: 276px;
	height: 336px;
	margin-top: 50px;
	margin-left: 32px;
}

.hpr-body ul li a {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 13px;
	background-color: #f2f2f3;
	border-radius: 3px;
	overflow: hidden;
}

.hpr-body ul li a:before {
	position: absolute;
    top: 0;
    left: -120px;
    display: block;
    content: '';
    width: 100px;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,0.5)50%, rgba(255,255,255,0)100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,0.5)50%, rgba(255,255,255,0)100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,0.5)50%, rgba(255,255,255,0)100%);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
}

.hpr-body ul li a:hover:before {
    left: 300px;
    transition: all 0.5s ease-in-out;
}

.hpr-body ul li a > img {
	display: block;
	width: 100%;
	/*height: 150px;*/
	height: 250px;
}

.hpr-body ul li a > p {
	color: #555;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}

.hpr-body ul li a:hover > p {
	color: #b89f7a;
}

.line-triangle {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

.line-triangle span {
	display: block;
	width: 0;
	height: 0;
	color: #b7b7b7;
    border-bottom: 7px dashed;
    border-bottom: 7px solid \9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.hpr-body ul li a:hover .line-triangle span {
	color: #b89f7a;
}

.line-triangle i {
	display: block;
	width: 100%;
	height: 5px;
	font-style: normal;
	background-color: #b7b7b7;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.hpr-body ul li a:hover .line-triangle i {
	background-color: #b89f7a;
}

.a-line {
	width: 100%;
	border-top: 1px dashed #e0e0e0;
	margin-bottom: 20px;
}

.advantage {
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/advantage-bg.png) center center no-repeat;
	background-size: auto 100%;
}

.advantage-title {
	position: relative;
	height: 128px;
	box-sizing: border-box;
	padding-top: 38px;
	text-align: center;
	background: url(../images/title-bg.png) center center no-repeat;
}

..advantage-title > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.advantage-words {
	width: 780px;
	max-height: 80px;
	line-height: 20px;
	margin: 25px auto 50px auto;
	text-align: center;
	color: #9d9d9d;
	overflow: hidden;
}

.advantage-list ul {
	width: 950px;
	margin: 0 auto;
}

.advantage-list ul li {
	background-color: #fdfdfd;
}

.advantage-list ul li > img {
	display: block;
	float: left;
	width: 50%;
	height: 250px;
}

.advantage-list ul li > .advl-content {
	position: relative;
	float: left;
	width: 50%;
	height: 250px;
	box-sizing: border-box;
	padding: 25px 30px;
}

.advantage-list ul li > .advl-content h3 {
	font-size: 28px;
	font-weight: normal;
	color: #769d04;
	font-weight: 900;
}

.advantage-list ul li:nth-of-type(1) > .advl-content h3 {
	color: #f9323a;
}

.advantage-list ul li:nth-of-type(2) > .advl-content h3 {
	color: #fb8d15;
}

.advantage-list ul li:nth-of-type(3) > .advl-content h3 {
	color: #0266fd;
}

.advantage-list ul li:nth-of-type(4) > .advl-content h3 {
	color: #769d04;
}

/*.advantage-list ul li > .advl-content h3 span {
	display: inline-block;
	margin-left: 3px;
}*/

.advantage-list ul li > .advl-content p {
	margin-top: 15px;
	letter-spacing: 1px;
	font-size: 17px;
	color: #797979;
	max-height: 84px;
	line-height: 28px;
	overflow: hidden;
}

.advantage-list ul li > .advl-content a {
	position: absolute;
	left: 30px;
	bottom: 30px;
	display: block;
	color: #5688c1;
	font-size: 18px;
}

.advantage-list ul li:nth-child(2n) > img {
	float: right;
}

/*.advantage-list ul li:nth-child(2n) > div {
	float: right;
}*/

/*.advantage-list ul li > i {
	display: block;
	position: absolute;
	z-index: 999;
	top: 50%;
	right: 30px;
	margin-top: -40px;
	width: 32px;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #b1d937;
	background: url(../images/small-arrow1.png) center 60px no-repeat;
}

.advantage-list ul li:nth-child(2n) > i {
	border-color: #f3be4c;
	background: url(../images/small-arrow2.png) center 10px no-repeat;
}*/

.album-honor {
	padding-top: 50px;
}

.alho-main {
	position: relative;
	padding-top: 96px;
	width: 1100px;
	margin: 0 auto;
}

.alho-category {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 99999;
}

.alho-category li {
	float: left;
	padding: 0 22px;
	font-size: 17px;
	line-height: 45px;
	color: #363636;
	border: 1px solid #999;
	border-left: none;
	letter-spacing: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	cursor: pointer;
}

.alho-category li:first-child {
	border-left: 1px solid #999;
}

.alho-category .active {
	color: #f00;
	background-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
}

.alhom-box {
	position: relative;
    width: 980px;
	/*height: 160px;*/
	height: 169px;
	border: 1px solid #999;
	padding: 20px 59px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #f0f0f0;
}

.alhomb-item-outer{
	position: absolute;
	top: 20px;
	left: 59px;
	width: 980px;
    /*height: 160px;*/
    height: 169px;
	z-index: -1;
	visibility: hidden;
}

.visible-item-outer {
    z-index: 0;
	visibility: visible;
}

.alhomb-item {
	position: relative;
}

.swiperAha-arrow,
.swiperAhh-arrow{
	position: absolute;
	/*top: 70.5px;*/
	top: 75px;
	width: 18px;
	height: 19px;
	cursor: pointer;
	opacity: 0.6;
	transition: all 0.1s ease-in-out;
}

.swiperAha-arrow:hover,
.swiperAhh-arrow:hover {
	opacity: 1;
}

.swiperAha-prev,
.swiperAhh-prev {
	left: -40px;
	background: url(../images/ah-arrowl.png) center center no-repeat;
}

.swiperAha-next,
.swiperAhh-next {
	right: -40px;
	background: url(../images/ah-arrowr.png) center center no-repeat;
}

.swiperAha,
.swiperAhh {
	/*height: 160px;*/
	height: 169px;
	margin-bottom: 50px;
	overflow: hidden;
}

.swiperAha .swiper-slide,
.swiperAhh .swiper-slide {
	width: 25%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}

.swiperAha .swiper-slide img,
.swiperAhh .swiper-slide img {
	display: block;
	box-sizing: border-box;
	width: 225px;
	/*height: 160px;*/
	height: 169px;
	border: 2px solid #666;
	transition: all 0.3s ease-in-out;
}

.swiperAha .swiper-slide a:hover img,
.swiperAhh .swiper-slide a:hover img {
	border-color: red;
}

.h-about {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fcfcfc;
}

.habout-title {
	text-align: center;
}

.habout-title > p {
    color: #9d9d9d;
    font-size: 14px;
}

.habout-title > h3 {
	font-weight: 600;
    color: #222;
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.habout-title > h3 span {
	color: #ed1c24;
}

.habout-content {
	margin-top: 30px;
	height: 320px;
	overflow: hidden;
}

.hac-pic {
	width: 500px;
}

.hac-pic img {
	display: block;
	width: 100%;
	height: 320px;
	border-radius: 3px;
}

.hac-text {
	color: #757575;
	font-size: 15px;
	line-height: 25px;
	margin-left: 30px;
	width: 670px;
	height: 320px;
	box-sizing: border-box;
	padding: 10px 0;
}

.hac-text > h3 {
	font-size: 22px;
	color: #252525;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.hac-text > h3 > em {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 22px;
	background-color: #ed1c24;
	margin-right: 10px;
}

.hac-text .hact-main {
	height: 250px;
	overflow: hidden;
}

.hac-text a {
	display: block;
	margin-top: 20px;
	color: #5688c1;
}

.co-quality {
	margin-top: 50px;
	margin-bottom: 65px;
}

.co-quality > img {
	display: block;
	width: 100%;
	height: auto;
}

.coqu-list {
	text-align: center;
	margin-top: 50px;
}

.coqu-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,.4);
}
.coqu-list li .coqul-item {
	position: relative;
}
.coqu-list li .coqul-img {
	display: block;
	width: 200px;
	height: 260px;
	transition: all 0.2s ease-in-out;
}

.coqu-list li:hover .coqul-img {
	opacity: 0.9;
}

.coqu-list li .coqul-text {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 10px 20px;
	color: #fff;
	line-height: 1.7;
	background-color: #363636;
	background-color: rgba(54,54,54,0.6);
	word-wrap: break-word;
    word-break: normal;
}

.coqu-list li .coqul-text p {
	word-break: break-all;
}

.h-news {
	margin-top: 60px;
	margin-bottom: 60px;
}

.hnews-head {
	height: 36px;
	line-height: 36px;
}

.hnews-head > h3 {
	width: 140px;
	height: 36px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
    color: #fff;
	background-color: #ed1c24;
}

.hnewsh-list {
	width: 1060px;
	height: 36px;
	line-height: 34px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	border-left: none;
}

.hnewsh-list ul {
	width: 100%;
	height: 34px;
	overflow: hidden;
}

.hnewsh-list ul li {
	float: left;
	margin-left: 30px;
}

.hnewsh-list ul li a {
	display: block;
	color: #555;
	cursor: pointer;
}

.hnewsh-list ul li .active {
	color: #222;
	font-size: 15px;
	font-weight: bold;
}

.hnews-body {
	margin-top: 40px;
	height: 410px;
	overflow: hidden;
}

.hnews-body .hnb-item {
	display: none;
}

.hnbi-show {
	width: 490px;
}

.hnbi-show a > img {
	display: block;
	width: 100%;
	height: 250px;
}

.hnbi-show a > h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #222;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}

.hnbi-show a:hover > h3 {
	color: #ed1c24;
}

.hnbi-show a > p {
	color: #696868;
	line-height: 24px;
	margin-top: 10px;
	max-height: 72px;
	overflow: hidden;
}

.hnbi-list {
	width: 650px;
	margin-left: 60px;
}

.hnbi-list ul {
	margin-top: -30px;
	height: 440px;
	overflow: hidden;
}

.hnbi-list ul li {
	margin-top: 30px;
}

.hnbil-date {
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	text-align: center;
	color: #ababab;
	transition: all 0.3s ease-in-out;
}

.hnbil-date h3 {
	font-size: 36px;
	margin-top: 3px;
	transition: all 0.3s ease-in-out;
}

.hnbil-date p {
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.hnbi-list ul li a:hover .hnbil-date {
	border-color: #ed1c24;
}
.hnbi-list ul li a:hover .hnbil-date h3,
.hnbi-list ul li a:hover .hnbil-date p {
	color: #ed1c24;
}

.hnbil-text {
	width: 540px;
	height: 80px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
	margin-left: 30px;
	line-height: 20px;
}

.hnbil-text h3 {
	color: #222;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}

.hnbil-text p {
	color: #696868;
	margin-top: 8px;
}

.hnbi-list ul li a:hover .hnbil-text h3 {
	color: #ed1c24;
}

/*==============================common==============================*/

.common {
	padding-top: 50px;
	padding-bottom: 50px;
}

.aside-nav {
	width: 260px;
}

.aside-nav > h3 {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #ff0000;
	box-sizing: border-box;
	padding: 0 20px;
	letter-spacing: 2px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.asin-list {
	box-sizing: border-box;
	border: 1px solid #dadada;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 20px 19px 29px 19px;
}

.asin-list > ul {
	margin-top: -10px;
}

.asin-list ul li {
	margin-top: 10px;
}

.asin-list ul li a {
	display: block;
	color: #666;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 20px 10px 0;
	border-bottom: 1px dashed #e7e7e7;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.asin-list ul li a:hover {
	color: #ff0000;
}

.asin-list > ul > li > a {
	background: url(../images/aside-right.png) right center no-repeat;
}

.no-arrow > ul > li > a {
	background: none;
}

.no-arrow > ul > li .active {
	color: #d9241b!important;
}

.asin-list > ul > li .list-open {
	background: url(../images/aside-down.png) right center no-repeat;
}

.asin-list ul li ul {
	display: none;
}

.asin-list ul li ul li a {
	padding: 10px 15px;
}

.main-part {
	width: 900px;
	margin-left: 40px;
}

.mp-title {
	position: relative;
	color: #333;
	padding-bottom: 10px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #dadada;
}

.mp-title > h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 8px;
	border-bottom: 2px solid #ff0000;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mp-title > p {
	width: 600px;
	margin-left: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}

.mpc-list li {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #dadada;
}

.mpc-pic {
	width: 220px;
	/*height: 170px;*/
	height: 220px;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	padding: 4px;
	border-radius: 3px;
	overflow: hidden;
}

.csh-news-pic {
	height: 107px;
}

.mpc-pic > img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease-in-out;
}

.mpc-list li a:hover .mpc-pic > img {
	transform: scale(1.05,1.05);
} 

.mpc-text {
	width: 660px;
	margin-left: 20px;
}

.mpc-text > h3 {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.2s ease-in-out;
}

.mpc-list li a:hover .mpc-text > h3 {
	color: #ff0000;
}

.mpc-text > p {
	color: #555;
	margin-top: 10px;
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}

/*==========================change-page==========================*/

.change-page {
  position: relative;
  float: right;
  margin-top: 15px;
}

.change-page a {
  opacity: 0.8;
  text-decoration: none;
}

.change-page a:hover {
  opacity: 1;
}

.change-page a,
.change-page span {
  float: left;
  font-size: 12px;
  width: 32px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #333;
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-left: 3px;
  margin-top: 15px;
  vertical-align: middle;
}

.change-page .current {
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  opacity: 1;
}

.change-page .prev,
.change-page .next {
  font-size: 14px;
  vertical-align: middle;
  background-image: none;
  position: static;
  z-index: 0;
  top: 0;
  margin-top:15px;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  opacity: 0.8;
}

/*==============================show==============================*/

.mpc-display {
	margin-top: 20px;
}

.mpcd-pic {
	width: 360px;
	height: 360px;
}

.mpcd-pic > img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}

.mpcd-text {
	width: 520px;
	margin-left: 20px;
}

.mpcd-text > h3 {
	display: inline-block;
	box-sizing: border-box;
	padding-right: 10px;
	max-width: 490px;
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px dashed #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mpcdt-info {
	padding-top: 10px;
	max-height: 240px;
	overflow: hidden;
}

.mpcdt-info p {
	font-size: 15px;
	margin-top: 10px;
}

.mpcdt-btns {
	margin-top: 25px;
	margin-left: -30px;
	font-size: 0;
}

.mpcdt-btns a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	padding: 0 18px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	margin-left: 30px;
}

.hover-effect {
	position:relative;
	border: 1px solid #ff0000;
	background-color: #ff0000;
	background-color:rgba(255,255,255,1);
	transform:translateZ(0);
	box-shadow:0 0 1px rgba(0,0,0,0);
	backface-visibility:hidden;
	transition: all 0.3s ease-in-out;
}

.hover-effect::before {
	position:absolute;
	content:"";
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#ff0000;
	transform:scaleX(1);
	transform-origin:50%;
	transition-property:transform;
	transition-duration:0.3s;
	transition-timing-function:ease-out;
}

.hover-effect:hover {
	color: #ff0000;
	background-color: #fff;
}

.hover-effect:hover::before {
	transform:scaleX(0);
}

.marTop {
	margin-top: 50px;
}

.price-detail {
	margin-top: 20px;
}

.price-detail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.border-outside {
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}

.mpbo-title {
	max-width: 80%;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mpbom-head {
	box-sizing: border-box;
	border-top: 1px solid #ebebeb;
	padding: 20px;
}

.mpbom-head > h3 {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	max-width: 80%;
}

.mpbom-head > p {
	margin-top: 14px;
}

.mpbom-head > p > i {
	display: inline-block;
	padding: 3px 12px;
	background-color: #9a9a9a;
	border-radius: 20px;
	font-style: normal;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
}

.mpbom-body {
	box-sizing: border-box;
	border-top: 1px solid #ebebeb;
	padding: 25px 20px;
}

.mpbom-body img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/*==============================case==============================*/

.case-list {
	margin-left: -30px;
}

.case-list li {
	float: left;
	width: 280px;
	margin-top: 30px;
	margin-left: 30px;
}

.case-list li a {
	display: block;
}

.case-list li a > p {
	height: 190px;
	overflow: hidden;
}

.case-list li a > p img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.case-list li a:hover > p img {
	transform: scale(1.1,1.1);
}

.case-list li a > h3 {
	width: 100%;
	height: 52px;
	font-size: 15px;
	color: #666;
	background-color: #ebebeb;
	border-bottom: 2px solid #666;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}

.case-list li a:hover > h3 {
	color: #b89f7a;
	border-color: #b89f7a;
}

/*==============================honor==============================*/

.honor-list {
	margin-left: -30px;
}

.honor-list li {
	float: left;
	width: 280px;
	box-sizing: border-box;
	padding: 20px 10px;
	border: 1px solid #c9c9c9;
	border-bottom: 2px solid #666;
	margin-top: 30px;
	margin-left: 30px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.honor-list li:hover {
	box-shadow: 0 0 6px rgba(184,159,122,0.5) inset; 
}

.honor-list li a {
	display: block;
}

.honor-list li a > p {
	width: 240px;
	/*height: 200px;*/
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
}

.honor-list li a > p img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.honor-list li a > h3 {
	font-size: 15px;
	color: #333;
	text-align: center;
	width: 240px;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}

.honor-list li a:hover > h3 {
	color:#b89f7a;
}

.view-date {
	color: #333;
	font-size: 12px;
	margin-top: 15px;
}

.view-date .fl {
	box-sizing: border-box;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 19px;
	background: url(../images/view.png) left center no-repeat;
}

.view-date .fr {
	max-width: 40%;
	overflow: hidden;
}

/*==============================about and contact==============================*/

.mpac-content {
	margin-top: 25px;
	line-height: 1.8;
}

.mpac-content img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*==============================wow==============================*/

.wow {
	visibility: hidden;
}

/*==============================2018-01-15==============================*/

.cish-links {
	width: 100%;
	min-width: 1200px;
	background-color: #f9f9f9;
	padding-top: 30px;
	padding-bottom: 40px;
	margin: 0 auto;
}

.cish-links h3 {
	font-size: 18px;
}

.cish-links ul {
	margin-left: -50px;
}

.cish-links ul li {
	float: left;
	margin-top: 15px;
	margin-left: 50px;
}

.cish-links ul li a {
	font-size: 15px;
}