@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	margin: 0 auto;
	font-family: "Verlag-Book";
	font-size: 14px;
	font-size: 1.4rem;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
img {
	border: none;
}
ul li {
	list-style-type: none;
}
ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
}
h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}
.clear {
	clear: both;
}
.maln {
	margin-left: auto !important;
}
input, textarea {
	font-family: "Verlag-Book";
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	border: none;
	outline: none;
}
img {
	max-width: 100%;
	border: 0px solid #ccc;
}
table, embed, video {
	max-width: 100%;
}
input, textarea {
	border: none;
	background: none;
	font-family: inherit;
}
input[type="submit"], textarea[type="submit"] {
	cursor: pointer;
}
input[type="checkbox"], textarea[type="checkbox"] {
	cursor: pointer;
}
input[type="radio"], textarea[type="radio"] {
	cursor: pointer;
}
input:focus, textarea:focus {
	outline: none;
}
textarea {
	resize: none;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.fix {
*zoom: 1;
}
.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
	display: block;
}
ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
::-webkit-input-placeholder {
color: #333;
}
/* WebKit browsers */
:-o-placeholder {
color: #333;
}
/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
color: #333;
opacity: 1
}
/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
color: #333;
}
/* Internet Explorer 10+ */
.self-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.self-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.self-ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.self-ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.common-vc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.common-hc {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.common-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
/**/
[class*="-item"] .item-pic {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}
[class*="-item"] .item-pic img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}
[class*="-item"] .item-pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
[class*="-item"] .item-title {
	overflow: hidden;
}
[class*="-item"] .item-title a:hover {
	color: #FD9132 !important;
}
[class*="-item"] .item-desc {
	overflow: hidden;
}
[class*="-item"] .item-desc a {
	display: block;
	color: #666;
}
[class*="-item"] .item-desc a:hover {
	color: #FD9132 !important;
}
/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}
@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
@media screen and (min-width: 1220px) {
.wp {
	width: 1200px;
	margin: auto;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.wp {
	width: 980px;
	margin: auto;
}
}
 @media screen and (max-width: 999px) {
.wp {
	width: 95%;
	margin: auto;
}
}
 @media screen and (min-width: 1220px) {
.no_marginr {
	margin-right: auto !important;
}
.no_marginl {
	margin-left: auto !important;
}
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.no_marginr {
	margin-right: auto !important;
}
.no_marginl {
	margin-left: auto !important;
}
}
/*-------------table start-------------------------------------------------------------------*/
.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid #ccc;
}
.table table tr td {
	padding: 3px;
	border: 1px solid #ccc;
}
 @media screen and (max-width: 1000px) {
.table {
	width: 100%;
	overflow: scroll;
}
.table table {
	width: 885px;
}
}
/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn {
	display: none;
	width: 23px;
	height: 18px;
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}
.proslide_menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #FFFFFF;
}
 @media screen and (max-width: 767px) {
.proslide_menubtn {
	display: block;
}
}
/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
	text-align: center;
	overflow: hidden;
}
.page a { /*float: left;*/
	width: 35px;
	height: 30px;
	line-height: 28px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 3px 10px;
	border: solid 1px #e5e5e5;
	background-color: #EEEEEE;
	color: #333;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.page .prev, .page .next {
	width: 61px !important;
	margin: 0 2px 10px;
}
.page a:hover, .page .page-active {
	border-color: #333 !important;
}
.page a.no:hover{ border-color: #e5e5e5 !important;	color: #333 !important; }
.fl {
	float: none;
	display: inline-block;
}
.add-form {
	float: none;
	background: url(../images/af-bg.png) no-repeat right center;
	padding-right: 25px;
	display: inline-block;
	padding-left: 8px;
}
.add-btn {
	width: 140px;
	height: 30px;
	line-height: 24px;
	text-align: center;
	border: solid 1px #333333;
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
}
 @media only screen and (max-width: 767px) {
.fl {
	float: none;
}
.add-btn {
	font-size: 12px;
	font-size: 1.2rem;
}
.add-form {
	float: none;
	display: inline-block;
}
.page a {
	font-size: 12px;
	font-size: 1.2rem;
}
}
/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
	right: 0;
	width: 69px;
	z-index: 999;
	position: fixed;
}
.contact-pc li {
	width: 69px;
	height: 69px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 2px;
	position: relative;
}
.contact-pc li a {
	display: block;
	height: 69px;
}
.c1 {
	background: #13C1F3 url(../images/skype.png) no-repeat center;
}
.c2 {
	background: #157EEE url(../images/whatsapp.png) no-repeat center;
}
.c3 {
	background: #00BB0C url(../images/wechat.png) no-repeat center;
}
.c4 {
	background: #389AB6 url(../images/email.png) no-repeat center;
}
.c1:hover {
	background: #13C1F3 url(../images/skype.png) no-repeat center;
}
.c2:hover {
	background: #157EEE url(../images/whatsapp.png) no-repeat center;
}
.c3:hover {
	background: #00BB0C url(../images/wechat.png) no-repeat center;
}
.c4:hover {
	background: #389AB6 url(../images/email.png) no-repeat center;
}
.contact-pc .c3 .ewm {
	position: absolute;
	bottom: 0;
	left: 125px;
	max-width: 120px;
	width: 120px;
	height: 120px;
}
.contact-pc .c3:hover .ewm {
	left: -125px;
}
.contact-phone {
	position: fixed;
	bottom: 0;
	height: 50px;
	left: 0;
	right: 0;
	display: none;
	z-index: 999;
}
.contact-phone li {
	width: 33.3333333333%;
	height: 50px;
	float: left;
	position: relative;
}
.contact-phone li a {
	display: block;
	height: 50px;
}
.contact-phone .c3 img {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -60px;
	display: none;
}
 @media only screen and (max-width: 767px) {
body {
	padding-bottom: 50px;
}
.contact-pc {
	display: none;
}
.contact-phone {
	display: block;
}
}
/*back-top*/
.back-top {
	width: 53px;
	height: 53px;
	background: url(../images/back-top.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	position: fixed;
	right: 7px;
	bottom: -100px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	cursor: pointer;
	z-index: 998;
}
 @media only screen and (max-width: 767px) {
.back-top {
	width: 45px;
	height: 45px;
}
}
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
	height: 20px;
	font-size: 0;
	letter-spacing: 0;
	font-family: "Verlag-Book";
}
.pro-share .share-title {
	margin-right: 8px;
	display: inline-block;
*display: inline;
*zoom: 1;
	line-height: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	font-family: "Verlag-Book";
}
.pro-share .share-pic {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: top;
	height: 20px;
}
 @media screen and (max-width: 767px) {
.pro-share .share-title {
	font-size: 12px;
	font-size: 1.2rem;
}
}
/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths {
	margin-top: 46px;
	border-top: solid 1px #535353;
	border-top: solid 1px rgba(51, 51, 51, 0.5);
	padding: 22px 0 0;
	margin-bottom: 0;
}
.m-oths .oths-item {
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.m-oths .oths-item a {
	color: #333;
}
.m-oths .oths-item a:hover {
	color: #FD9132;
}
.m-oths .oths-item-1 {
	margin-bottom: 3px;
}
.m-oths .item-name {
	color: #333;
}
.m-oths a {
	color: #333;
}
 @media only screen and (max-width: 999px) {
.m-oths {
	margin: 30px 0 0;
}
}
 @media only screen and (max-width: 767px) {
.m-oths {
	margin: 20px 0 0;
	padding: 15px 0 0;
}
.m-oths .oths-item {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*------------video start-----------------------------------------------------------------*/
.video-box {
	width: 781px;
	overflow: hidden;
	margin: 0 auto;
}
.video {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.47%; /*宽除以高*/
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video iframe body {
	margin: 0px !important;
}
 @media only screen and (max-width: 781px) {
.video-box {
	width: 100%;
	max-width: 100%;
}
}
/*-------------bread start-----------------------------------------------------------------*/
.bread {
	min-height: 148px;
	background: url(../images/bread-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	overflow: hidden;
	padding-top: 52px;
}
.bread .item-title {
	font-family: "Verlag-Bold";
	font-size: 30px;
	font-size: 3rem;
	text-transform: uppercase;
}
.bread .item-desc {
	margin-top: 7px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
	background: url(../images/home.png) no-repeat left 5px;
	padding-left: 36px;
	line-height: 30px;
}
.bread a {
	color: #FFFFFF;
}
.bread a:hover, .bread .bread-active {
	color: #FD9132;
}
 @media screen and (max-width: 767px) {
.bread {
	min-height: auto;
	padding: 20px 0;
	text-align: center;
}
.bread .item-title {
	font-size: 20px;
	font-size: 2rem;
}
.index-about .syvideo {
    position: relative;
    padding-bottom:85.2%;
    height: 0;
    overflow: hidden;
}
.index-about .syvideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.bread .item-desc {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 2px;
	padding-left: 30px;
}
}
.bread1 {
	min-height: 333px;
	background: url(../images/about-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	padding-top: 101px;
}
.bread1 .item-title {
	font-family: "Verlag-Bold";
	font-size: 58px;
	font-size: 5.8rem;
	text-transform: uppercase;
}
.bread1 .item-desc {
	margin-top: 16px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFFFFF;
	line-height: 30px;
	text-transform: uppercase;
}
.bread1 a {
	color: #FFFFFF;
}
.bread1 a:hover, .bread1 .bread-active {
	border-bottom: solid 1px #FFFFFF;
}
 @media screen and (max-width: 999px) {
.bread1 {
	min-height: auto;
	padding: 50px 0;
}
.bread1 .item-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.bread1 .item-desc {
	margin-top: 10px;
}
}
 @media screen and (max-width: 767px) {
.bread1 {
	padding: 30px 0;
}
.bread1 .item-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.bread1 .item-desc {
	margin-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder {
color: #C7C7C7;
}
/* WebKit browsers */
.search-box :-o-placeholder {
color: #C7C7C7;
}
/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder {
color: #C7C7C7;
opacity: 1
}
/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder {
color: #C7C7C7;
}
/* Internet Explorer 10+ */
.search {
	position: relative;
	margin-left: 28px;
	margin-top: 34px;
}
.search .search-icon {
	cursor: pointer;
	width: 16px;
	height: 16px;
	display: block;
	background: url(../images/search.png) no-repeat center;
	display: none;
}
.search .search-box {
	width: 223px;
	height: 33px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	background-color: transparent;
	cursor: pointer;
	overflow: hidden;
	z-index: 999;
	margin-right: 0;
	position: relative;
}
.search .search-input {
	width: 100%;
	height: 33px;
	line-height: 31px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: solid 1px #FFFFFF;
	padding: 0 39px 0 13px;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	cursor: pointer;
}
.search .search-submit {
	position: absolute;
	background: url(../images/search.png) no-repeat center center;
	width: 39px;
	height: 33px;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
/*-------------header start----------------------------------------------------------------*/
.index-head {
	display: none;
}
 @media screen and (max-width: 999px) {
.index-head {
	display: block;
}
.banner-head {
	display: none;
}
}
.header {
	background: url(../images/head-bg.png) no-repeat center;
	padding: 0 8.59375%;
}
.logo {
	float: left;
	display: block;
	width: 20%;
	max-width: 274px;
	margin: 10px 0 0;
}
.navlist {
	float: right;
	margin-top: 36px;
}
.navlist > li {
	float: left;
	margin-left: 46px;
	padding-bottom: 16px;
	position: relative;
}
.navlist > li > a {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Verlag-Bold";
	text-transform: uppercase;
	display: block;
	line-height: 30px;
	padding: 0 0 16px;
	color: #FFFFFF;
}
.navlist .nav-active > a, .navlist > li:hover > a {
	color: #FD9132;
	border-bottom: solid 2px #FD9132;
}
.navlist > li:hover .yiji {
	top: 100%;
}
.yiji {
	position: absolute;
	top: -9999px;
	left: 0;
	width: 180px;
	background-color: #FFFFFF;
	z-index: 10;
	border: solid 1px #BFBFBF;
}
.yiji > li {
	border-bottom: solid 1px #BFBFBF;
	position: relative;
}
.yiji > li:last-child {
	margin-bottom: 0;
	border: 0;
}
.yiji > li > a {
	display: block;
	padding: 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 44px;
}
.yiji > li:hover > a {
	background-color: #FD9132;
	color: #FFFFFF;
}
.yiji > li:hover .erji {
	left: 100%;
}
.erji {
	position: absolute;
	width: 180px;
	background-color: #FFFFFF;
	z-index: 10;
	border: solid 1px #BFBFBF;
	top: 0;
	left: -9999px;
}
.erji > li {
	border-bottom: solid 1px #BFBFBF;
}
.erji > li:last-child {
	margin-bottom: 0;
	border: 0;
}
.erji > li > a {
	display: block;
	padding: 0 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 40px;
}
.erji > li > a:hover {
	background-color: #FD9132;
	color: #FFFFFF;
}
 @media screen and (max-width: 1750px) {
.header {
	padding: 0 6%;
}
}
 @media screen and (max-width: 1650px) {
.header {
	padding: 0 3%;
}
}
 @media screen and (max-width: 1550px) {
.logo {
	margin-top: 15px;
	width: 14%;
}
.navlist > li {
	margin-left: 18px;
}
}
 @media screen and (max-width: 1400px) {
.header {
	padding: 0 2% 0 2%;
	background-position-x: -250px;
}
.navlist > li {
	margin-left: 10px;
}
}
 @media screen and (max-width: 1300px) {
.header {
	padding: 0 2% 0 1%;
	background-position-x: -300px;
}
.search {
	margin-left: 10px;
}
.navlist > li {
	margin-left: 18px;
}
}
 @media screen and (max-width: 1219px) {
.header {
	background-image: none;
	background-color: #ccc;
	padding: 0;
}
.header-wp {
	width: 980px;
	margin: 0 auto;
}
.logo {
	width: 200px;
}
.navlist {
	margin-top: 15px;
}
.navlist > li {
	margin-left: 60px;
}
.navlist > li > a {
	padding-bottom: 10px;
}
}
 @media screen and (max-width: 999px) {
.header-wp {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
.search {
	position: absolute;
	top: 15px;
	right: 0;
	margin-top: 0;
}
.logo {
	width: 180px;
	margin: 15px auto;
	float: none;
}
.navlist {
	width: 100%;
	text-align: center;
}
.navlist > li {
	display: inline-block;
	margin-left: 15px;
	float: none;
}
}
 @media screen and (max-width: 767px) {
.navlist {
	display: none;
}
.logo {
	float: none;
	margin: 15px auto 10px;
}
 .search-box ::-webkit-input-placeholder {
color: #FFFFFF;
}
  /* WebKit browsers */
  .search-box :-o-placeholder {
color: #FFFFFF;
}
  /* Mozilla Firefox 4 to 18 */
  .search-box ::-moz-placeholder {
color: #FFFFFF;
opacity: 1
}
  /* Mozilla Firefox 19+ */
  .search-box :-ms-input-placeholder {
color: #FFFFFF;
}
/* Internet Explorer 10+ */
.search {
	position: absolute;
	margin-top: 0;
	top: 8px;
	right: 30px;
}
.search .search-icon {
	display: block;
}
.search .search-box {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
}
.search .search-input {
	background-color: #FD9132;
	border-color: #FD9132;
}
}
/* 767 navlist1 */
.navlist1 {
	display: none;
	width: 100%;
}
.navlist1 > li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 36px;
}
.navlist1 > li > a {
	color: #FFFFFF;
	display: block;
}
.navlist1 .nav-active, .navlist1 li:hover {
	border-bottom: solid 2px #FD9132;
}
.navlist1 .nav-active a, .navlist1 li:hover a {
	color: #FD9132;
}
 @media screen and (max-width: 767px) {
.navlist1 {
	display: block;
}
}
/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder {
color: #999;
}
/* WebKit browsers */
.footer :-o-placeholder {
color: #999;
}
/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder {
color: #999;
}
/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder {
color: #999;
}
/* Internet Explorer 10+ */
.footer {
	padding-bottom: 27px;
	background-color: #323232;
	color: #FFFFFF;
}
.footer li, .footer p, .footer a, .footer span {
	color: #FFFFFF;
}
.footer li {
	line-height: 30px;
}
.footer a:hover {
	color: #FD9132;
}
.footer .footer-title {
	width: 210px;
	border-bottom: solid 1px #CCCCCC;
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	text-transform: uppercase;
	padding: 33px 0 6px 2px;
	margin-bottom: 10px;
}
.footer .f-list1 {
	float: left;
	width: 210px;
	margin-right: 89px;
}
.footer .f-list2 {
	float: left;
	width: 215px;
	margin-right: 85px;
}
.footer .f-list3 {
	float: left;
	width: 233px;
}
.footer .f-list3 li {
	padding-left: 32px;
}
.footer .f-list3 .item1 {
	background: url(../images/f1.png) no-repeat left center;
}
.footer .f-list3 .item2 {
	background: url(../images/f2.png) no-repeat left center;
}
.footer .f-list3 .item3 {
	background: url(../images/f3.png) no-repeat left center;
}
.footer .f-list3 .item4 {
	background: url(../images/f4.png) no-repeat left center;
}
.footer .f-list3 .item5 {
	background: url(../images/f5.png) no-repeat left center;
}
.footer .f-list3 .item6 {
	background: url(../images/f6.png) no-repeat left center;
}
.footer .f-list3 .item7 {
	background: url(../images/f7.png) no-repeat left center;
}
.footer .f-list3 .item8 {
	background: url(../images/f8.png) no-repeat left 7px;
}
.footer .f-list3 .item9 {
	background: url(../images/qq2.png) no-repeat left center;
}
.footer .f-list4 {
	float: right;
	width: 295px;
}
.footer .f-follow {
	padding: 10px 0 21px;
}
.footer .f-follow img {
	float: left;
	display: block;
	margin-right: 16px;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.footer .f-follow a:last-child img {
	margin-right: 0;
}
.footer .f-follow img:hover {
	margin-top: -5px;
	margin-bottom: 5px;
}
.footer .copyright {
	line-height: 30px;
}
.footer .copyright span {
	display: block;
}
.footer .copyright span img {
	position: relative;
	margin-left: 3px;
}
.footer .copyright span:last-child {
	margin-top: 4px;
}
.footer .copyright span:last-child img {
	margin-top: -3px;
}
.footer .copyright img {
	display: inline-block;
	vertical-align: middle;
}
.links {
	background-color: #222222;
	line-height: 30px;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 16px;
	font-size: 1.6rem;
	word-break: break-word;
}
.links p {
	color: #FFFFFF;
}
.links a {
	color: #FFFFFF;
	margin: 0 10px;
}
.links a:hover {
	color: #FD9132
}
 @media screen and (max-width: 1219px) {
.footer .f-list1 {
	width: 210px;
	margin-right: 20px;
}
.footer .f-list2 {
	width: 210px;
	margin-right: 20px;
}
.footer .f-list3 {
	width: 210px;
}
}
 @media screen and (max-width: 999px) {
.footer .f-list1 {
	width: 33.33%;
	padding-right: 20px;
	margin-right: 0;
}
.footer .f-list2 {
	width: 33.33%;
	padding-right: 20px;
	margin-right: 0;
}
.footer .f-list3 {
	width: 33.33%;
}
.footer .f-list4 {
	width: 100%;
}
.footer .copyright span:first-child {
	display: inline-block;
}
}
 @media screen and (max-width: 767px) {
.footer {
	padding: 0;
}
.footer .f-list1, .footer .f-list2, .footer .f-list3, .footer .footer-title, .footer .f-follow {
	display: none;
}
.footer .copyright {
	padding: 5px 0;
	line-height: 24px;
}
.footer .copyright span {
	margin-top: 0;
}
.links {
	display: none;
}
}
 @media screen and (max-width: 767px) {
body {
	padding-bottom: 50px;
}
}
/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/*about start*/
.index-about { position: relative; padding-top: 83px; padding-bottom: 175px; }
.index-about .item-body { margin-left: 33px; width: 567px; padding-bottom: 48px; background: transparent; border: solid 1px #CCCCCC; padding-left: 28px; padding-right: 150px; padding-top: 7px; }
.index-about .item-body .item-title { font-family: "Verlag-Bold"; font-size: 50px; font-size: 5rem; text-transform: uppercase; position: relative; padding-bottom: 15px; }
.index-about .item-body .item-title span { color: #FD9132; }
.index-about .item-body .item-title:after { position: absolute; content: ''; width: 144px; height: 4px; background-color: #333333; left: 0; bottom: 0; }
.index-about .item-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 120px; margin-top: 41px; }
.index-about .item-body .item-btn { display: block; width: 156px; height: 44px; line-height: 44px; text-align: center; background: #FD9132; font-size: 16px; font-size: 1.6rem; color: #FFFFFF; text-transform: uppercase; margin-top: 58px; }
.index-about .item-pic1 { position: absolute; top: 135px; right: 0; width: 56.5625%; }
.index-about .item-pic1 img { width: 100%; max-width: 1086px; display: block; margin: 0 auto; }
.index-about .item-pic { float: left; width: 473px; -webkit-box-shadow: 0 0 51px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 51px rgba(0, 0, 0, 0.4); box-shadow: 0 0 51px rgba(0, 0, 0, 0.4); margin-left: 2px; }
.index-about .item-pic img { display: block; margin: 0 auto; width: 100%; max-width: 473px; }
.index-about .item-pic .syvideo{ position:relative;position: relative;
    padding-bottom: 85.2%;
    height: 0;
    overflow: hidden; }
	.index-about .item-pic .syvideo video{
		    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
@media screen and (max-width: 1219px) { .index-about { padding-top: 70px; padding-bottom: 70px; }
  .index-about .item-body { width: 500px; padding-bottom: 30px; }
  .index-about .item-body .item-btn { margin-top: 30px; }
  .index-about .item-pic { width: 39.4167%; margin-left: 0; } }
@media screen and (max-width: 999px) { .index-about { padding-top: 50px; padding-bottom: 50px; }
  .index-about .item-body { width: 58%; margin-left: 0; float: left; border: 0; padding-left: 0; padding-right: 0; }
  .index-about .item-body .item-title { font-size: 36px; font-size: 3.6rem; }
  .index-about .item-pic { float: right; margin-top: 55px; width: 300px; }
  .index-about .item-pic1 { position: relative; right: auto; top: auto; width: 100%; } }
@media screen and (max-width: 767px) { .index-about { padding-top: 30px; padding-bottom: 30px; }
  .index-about .item-body { width: 100%; }
  .index-about .item-body .item-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 0; }
  .index-about .item-body .item-title:after { display: none; }
  .index-about .item-body .item-desc { margin-top: 20px; line-height: 24px; height: auto; }
  .index-about .item-body .item-btn { width: 130px; height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; margin-top: 15px; }
  .index-about .item-pic { margin-bottom: 20px; }
  .index-about .item-pic, .index-about .item-pic1 { width: 100%; margin-top: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } }
/*about end*/
/*procate-list start*/
.procate-list {
	position: relative;
}
.procate-list li {
	float: left;
	width: 33.33%;
	position: relative;
	overflow: hidden;
}
.procate-list .item-pic {
	width: 100%;
}
.procate-list .item-pic img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.procate-list .item1 {
	width: 50%;
}
.procate-list .item1 .item-pic img {
	max-width: 960px;
}
.procate-list .item2 {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 21.4583%;
	border: solid 1px #CCCCCC;
	padding-top: 32px;
	padding-bottom: 53px;
}
.procate-list .item2 .item-title {
	position: relative;
	font-family: "Verlag-Bold";
	font-size: 50px;
	font-size: 5rem;
	text-transform: uppercase;
	margin-bottom: 26px;
	padding: 0 9.7% 20px;
}
.procate-list .item2 .item-title span {
	color: #FD9132;
}
.procate-list .item2 .item-title:after {
	position: absolute;
	content: '';
	width: 144px;
	height: 4px;
	background-color: #333333;
	left: 9.7%;
	bottom: 0;
}
.procate-list .item2 dd {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	line-height: 44px;
	border-bottom: dashed 1px #CCCCCC;
	color: #666;
}
.procate-list .item2 dd a {
	color: #666666;padding: 0 9.70%; display:block;
}
.procate-list .item2 dd a:hover {
	 color:#FD9132
}
.procate-list .item2 .item-btn {
	display: block;
	margin: 44px auto 0;
	width: 75.7281%;
	height: 41px;
	line-height: 40px;
	border: 1px solid #ccc;
	font-family: "Verlag-Bold";
	text-transform: uppercase;
	color: #FD9132;
	text-align: center;
}
 @media screen and (max-width: 1700px) {
.procate-list .item2 .item-title {
	padding: 0 6% 20px;
}
.procate-list .item2 .item-title:after {
	left: 6%;
}
.procate-list .item2 dd {
	padding: 0 6%;
}
}
 @media screen and (max-width: 1600px) {
.procate-list .item2 {
	padding-top: 15px;
	padding-bottom: 30px;
}
.procate-list .item2 .item-title {
	font-size: 40px;
	font-size: 4rem;
	padding: 0 3% 20px;
	margin-bottom: 15px;
}
.procate-list .item2 .item-title:after {
	left: 3%;
}
.procate-list .item2 dd {
	padding: 0 3%;
}
.procate-list .item2 .item-btn {
	margin-top: 20px;
}
}
 @media screen and (max-width: 1400px) {
.procate-list .item2 .item-title {
	font-size: 32px;
	font-size: 3.2rem;
}
}
 @media screen and (max-width: 1220px) {
.procate-list .item2 .item-title {
	font-size: 30px;
	font-size: 3rem;
}
.procate-list .item2 dd {
	line-height: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 999px) {
.procate-list .item2 {
	position: relative;
	bottom: auto;
	left: 0;
	border: 0;
	width: 100%;
}
.procate-list .item2 .item-title {
	font-size: 28px;
	font-size: 2.8rem;
	padding-bottom: 10px;
}
.procate-list .item2 dd {
	line-height: 36px;
}
.procate-list .item2 .item-btn {
	width: 312px;
}
}
 @media screen and (max-width: 767px) {
.procate-list .item2 .item-title {
	font-size: 24px;
	font-size: 2.4rem;
padding-bottom: 0 .procate-list .item2 .item-title;
}
.procate-list .item2 .item-title :after {
	display: none;
}
.procate-list .item2 dd {
	line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
}
.procate-list .item2 .item-btn {
	width: 200px;
}
}
.procate-list .item3 {
	float: right;
	width: 28.5417%;
}
 @media screen and (max-width: 999px) {
.procate-list .item3, .procate-list .item1 {
	float: none;
	display: inline-block;
	vertical-align: top
}
.xpjuzong {
	font-size: 0;
	letter-spacing: 0;
	text-align: center
}
}
.procate-list li:hover .item-backdrop {
	top: 0;
}
.procate-list .item-backdrop {
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
	position: absolute;
	top: 999px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 26px 32px;
}
.procate-list .item-backdrop .item-body {
	width: 100%;
	height: 100%;
	border: solid 1px #FFFFFF;
	position: relative;
}
.procate-list .item-backdrop .item-box {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -41px;
	left: 0;
}
.procate-list .item-backdrop .item-title {
	font-family: "Verlag-Bold";
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.procate-list .item-backdrop .item-title a {
	color: #FFFFFF;
}
.procate-list .item-backdrop .item-btn {
	display: block;
	width: 219px;
	height: 52px;
	line-height: 52px;
	font-family: "Verlag-Bold";
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	border: solid 1px #FFFFFF;
	text-transform: uppercase;
	color: #FD9132;
	background-color: #FFFFFF;
	margin: 48px auto 0;
}
.procate-list .item-backdrop .item-btn:hover {
	border-color: #FD9132;
	background-color: #FD9132;
	color: #FFFFFF;
}
 @media screen and (max-width: 1219px) {
.procate-list .item-backdrop {
	padding: 20px;
}
.procate-list .item-backdrop .item-title {
	font-size: 18px;
	font-size: 1.8rem;
}
.procate-list .item-backdrop .item-btn {
	width: 180px;
}
}
 @media screen and (max-width: 999px) {
.procate-list .item-backdrop {
	position: relative;
	top: auto;
	left: auto;
	bottom: 0;
	background: transparent;
	padding: 10px 10px 20px;
}
.procate-list .item-backdrop .item-body {
	border: 0;
}
.procate-list .item-backdrop .item-box {
	position: relative;
	left: auto;
	margin-top: auto;
	top: auto;
}
.procate-list .item-backdrop .item-title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
}
.procate-list .item-backdrop .item-title a {
	color: #333333;
}
.procate-list .item-backdrop .item-btn {
	border-color: #FD9132;
	margin: 20px auto 0;
	height: 40px;
	line-height: 38px;
	width: 200px;
}
}
 @media screen and (max-width: 767px) {
.procate-list .item-backdrop .item-title {
	font-size: 14px;
	font-size: 1.4rem;
}
.procate-list .item-backdrop .item-btn {
	height: 30px;
	line-height: 28px;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px auto 0;
	width: 120px;
}
}
 @media screen and (max-width: 450px) {
.procate-list li {
	width: 100% !important;
}
}
/*procate-list end*/
.index-title {
	font-size: 50px;
	font-size: 5rem;
	text-transform: uppercase;
	font-family: "Verlag-Bold";
	text-align: center;
}
.index-title span {
	color: #FD9132;
}
.index-title a:hover {
	color: #FD9132;
}
 @media screen and (max-width: 999px) {
.index-title {
	font-size: 36px;
	font-size: 3.6rem;
}
}
 @media screen and (max-width: 767px) {
.index-title {
	font-size: 24px;
	font-size: 2.4rem;
}
}
/*pro Applications start*/
.pro-appbox {
	padding-top: 75px;
	padding-bottom: 60px;
}
.pro-appbox > .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	width: 100%;
	max-width: 865px;
	text-align: center;
	margin: 35px auto 58px;
}
 @media screen and (max-width: 1219px) {
.pro-appbox {
	padding-top: 70px;
	padding-bottom: 60px;
}
.pro-appbox > .item-desc {
	margin: 30px auto 50px;
}
}
 @media screen and (max-width: 999px) {
.pro-appbox {
	padding-top: 50px;
	padding-bottom: 40px;
}
.pro-appbox > .item-desc {
	margin: 20px auto 30px;
}
}
 @media screen and (max-width: 767px) {
.pro-appbox {
	padding-top: 10px;
	padding-bottom: 20px;
}
.pro-appbox > .item-desc {
	margin: 10px auto 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
}
}
.index-applist li {
	float: left;
	margin-left: 1.6249%;
	width: 32.25%;
	position: relative;
	overflow: hidden;
	margin-bottom: 17px;
}
.index-applist .item-pic {
	width: 100%;
}
.index-applist .item-pic img {
	display: block;
	margin: 0 auto;
	max-width: 387px;
	width: 100%;
}
.index-applist .item1 {
	margin-left: 0;
	width: 65.83%;
}
.index-applist .item1 .item-pic img {
	max-width: 790px;
}
.index-applist .item2 {
	float: right;
	margin-left: 0;
}
.index-applist .item3 {
	margin-left: 0;
}
.index-applist li:hover .item-backdrop {
	top: 0;
}
.index-applist .item-backdrop {
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
	position: absolute;
	top: 999px;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
}
.index-applist .item-title {
	background: url(../images/web1.png) no-repeat top center;
	padding-top: 75px;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -50px;
}
 @media screen and (max-width: 999px) {
.index-applist .item-backdrop {
	position: relative;
	top: auto;
	left: auto;
	bottom: auto;
}
.index-applist .item-title {
	background-image: none;
	padding-top: 0;
	position: relative;
	top: auto;
	margin-top: 10px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}
}
 @media screen and (max-width: 767px) {
.index-applist .item-title {
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 550px) {
.index-applist li {
	width: 48%;
	margin: 0 1% 10px !important;
}
.index-applist .item1 {
	width: 98%;
}
.index-applist .item2 {
	float: left;
}
.index-applist .clear {
	clear: none;
}
}
/*pro Applications end*/
/*later news start*/
.lnews-box {
	background-color: #f2f2f2;
	padding-top: 67px;
	padding-bottom: 55px;
}
 @media screen and (max-width: 999px) {
.lnews-box {
	padding-top: 50px;
	padding-bottom: 20px;
}
}
 @media screen and (max-width: 767px) {
.lnews-box {
	padding-top: 30px;
	padding-bottom: 0;
}
}
.lnews-list {
	padding: 74px 6px 0;
}
.lnews-list li {
	float: left;
	width: 580px;
	margin-left: 28px;
	margin-bottom: 30px;
}
.lnews-list .itme-pic {
	width: 100%;
}
.lnews-list .itme-pic img {
	display: block;
	margin: 0 auto;
	max-width: 580px;
	width: 100%;
}
.lnews-list .item-date {
	float: left;
	margin-right: 43px;
	position: relative;
	font-size: 155px;
	font-size: 15.5rem;
	line-height: 174px;
	font-family: arial;
	font-weight: bold;
	color: #DDDDDD;
	margin-left: -10px;
}
.lnews-list .item-date span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #FD9132;
	font-weight: normal;
	width: 104px;
	height: 24px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -47px;
}
.lnews-list .item-info {
	overflow: hidden;
}
.lnews-list .item-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Verlag-Bold";
	line-height: 30px;
	margin-top: 25px;
	color: #FD9132;
}
.lnews-list .item-title a {
	color: #FD9132;
}
.lnews-list .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	height: 90px;
	margin-top: 11px;
}
 @media screen and (max-width: 1219px) {
.lnews-list {
	padding: 70px 0 0;
}
.lnews-list li {
	width: 476px;
}
}
 @media screen and (max-width: 999px) {
.lnews-list {
	padding: 50px 0 0;
}
.lnews-list li {
	width: 48%;
	margin: 0 1% 30px;
}
.lnews-list .item-date {
	margin-right: 20px;
	font-size: 120px;
	font-size: 12rem;
	line-height: 150px;
	margin-left: 0;
}
.lnews-list .item-title {
	margin-top: 15px;
}
}
 @media screen and (max-width: 767px) {
.lnews-list {
	padding: 30px 0 0;
}
.lnews-list .item-date {
	margin-right: 10px;
	font-size: 100px;
	font-size: 10rem;
	line-height: 100px;
}
.lnews-list .item-date span {
	width: 80px;
	margin-left: -40px;
	font-size: 14px;
	font-size: 1.4rem;
}
.lnews-list .item-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	margin-top: 10px;
}
.lnews-list .item-desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	height: 60px;
	margin-top: 5px;
}
}
 @media screen and (max-width: 550px) {
.lnews-list li {
	width: 98%;
}
}
/*later news end*/
/*Customized Service start*/
.cus-ser {
	background: url(../images/web2.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.cus-ser .item-info {
	width: 390px;
	padding-right: 62px;
	padding-top: 134px;
}
.cus-ser .item-title {
	font-size: 50px;
	font-size: 5rem;
	font-family: "Verlag-Bold";
	text-transform: uppercase;
	line-height: 62px;
}
.cus-ser .item-title span {
	color: #FD9132;
}
.cus-ser .item-desc {
	margin-top: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #999;
}
.cus-ser .item-desc a {
	color: #999;
}
 @media screen and (max-width: 1219px) {
.cus-ser .item-info {
	width: 377px;
	padding-right: 40px;
}
}
 @media screen and (max-width: 999px) {
.cus-ser .item-info {
	width: 100%;
	padding-right: 0;
	padding-top: 50px;
	text-align: center;
	float: none !important;
}
.cus-ser .item-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 40px;
}
.cus-ser .item-desc {
	margin-top: 15px;
}
}
 @media screen and (max-width: 767px) {
.cus-ser .item-info {
	padding-top: 30px;
}
.cus-ser .item-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
}
.cus-ser .item-desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
}
}
 .in-form ::-webkit-input-placeholder {
color: #333;
text-transform: uppercase;
}
/* WebKit browsers */
.in-form :-o-placeholder {
color: #333;
text-transform: uppercase;
}
/* Mozilla Firefox 4 to 18 */
.in-form ::-moz-placeholder {
color: #333;
text-transform: uppercase;
}
/* Mozilla Firefox 19+ */
.in-form :-ms-input-placeholder {
color: #333;
text-transform: uppercase;
}
/* Internet Explorer 10+ */
.in-form {
	overflow: hidden;
	padding-top: 75px;
	padding-bottom: 88px;
	padding-left: 1px;
	padding-right: 1px;
}
.pin-input {
	width: 370px;
	margin-bottom: 23px;
	position: relative;
}
.pin-input input {
	width: 100%;
	height: 44px;
	line-height: 42px;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-background-size: 5px 5px;
	-moz-background-size: 5px;
	background-size: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 10px 0 20px;
	color: #333;
	background-color: #FFFFFF;
}
.pin-textarea {
	width: 100%;
	margin-bottom: 25px;
}
.pin-textarea textarea {
	width: 100%;
	height: 184px;
	padding: 11px 15px 10px 20px;
	-webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/star.png) no-repeat 9px 18px;
	-webkit-background-size: 5px 5px;
	-moz-background-size: 5px;
	background-size: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666666;
	background-color: #ffffff;
}
.star {
	background: #fff url(../images/star.png) no-repeat 9px center !important;
}
.pin-code {
	width: 100%;
}
.pin-code .pin-codeinput {
	width: 250px;
	height: 44px;
	line-height: 44px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px 0 20px;
	margin-bottom: 23px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666666;
	background-color: #ffffff;
}
.pin-code .pin-codeimg {
	cursor: pointer;
	float: left;
	margin-left: 18px;
	margin-bottom: 10px;
	margin-right: 18px;
}
.pin-code .pin-btn {
	float: left;
	width: 359px;
	height: 39px;
	background-color: #FD9132;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-box-shadow: 0 5px 0 #DA7217;
	-moz-box-shadow: 0 5px 0 #DA7217;
	box-shadow: 0 5px 0 #DA7217;
	margin-bottom: 23px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.pin-input {
	width: 290px;
}
.pin-code .pin-codeinput {
	width: 200px;
}
.pin-code .pin-btn {
	width: 202px;
}
}
 @media screen and (max-width: 999px) {
.in-form {
	padding-top: 30px;
	padding-bottom: 50px;
}
.in-form input, .pin-code .pin-codeinput {
	height: 40px;
	line-height: 38px;
}
.pin-input {
	width: 48%;
}
.pin-code .pin-codeinput {
	width: 30%;
}
.pin-code .pin-btn {
	width: 33%;
}
}
 @media screen and (max-width: 767px) {
.in-form {
	padding-top: 20px;
	padding-bottom: 30px;
}
.pin-input, .pin-code .pin-codeinput, .pin-code .pin-btn, .pin-textarea {
	width: 100%;
	margin-bottom: 15px;
}
.pin-code .pin-codeimg {
	margin-left: 0;
	margin-right: 0;
}
.pin-textarea textarea {
	height: 110px;
}
}
/*Customized Service end*/
/*hot products start*/
.index-hotpro {
	background-color: #F2F2F2;
	padding-top: 67px;
	padding-bottom: 96px;
}
 @media screen and (max-width: 1219px) {
.index-hotpro {
	padding-top: 67px;
	padding-bottom: 70px;
}
}
 @media screen and (max-width: 999px) {
.index-hotpro {
	padding-top: 50px;
	padding-bottom: 50px;
}
}
 @media screen and (max-width: 767px) {
.index-hotpro {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
.hotpro-scrollbox {
	padding: 0 50px;
	position: relative;
	margin-top: 59px;
}
.hotpro-scrollbox .scroll-btns {
	text-align: center;
}
.hotpro-scrollbox .scroll-btn {
	width: 16px;
	height: 30px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.hotpro-scrollbox .scroll-btn.prev {
	background: url(../images/prev.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	left: 0;
}
.hotpro-scrollbox .scroll-btn.prev:hover {
	background-image: url(../images/prev_1.png);
}
.hotpro-scrollbox .scroll-btn.next {
	background: url(../images/next.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	right: 0;
}
.hotpro-scrollbox .scroll-btn.next:hover {
	background-image: url(../images/next_1.png);
}
.hotpro-scrollbox .scroll-list-box {
	width: 100%;
	overflow: hidden;
}
.hotpro-scrollbox .scroll-list {
	width: 1000%;
}
.hotpro-scrollbox .scroll-list li {
	float: left;
	width: 258px;
	margin-right: 22px;
}
.hotpro-scrollbox .item-pic {
	position: relative;
	width: 100%;
}
.hotpro-scrollbox .item-pic img {
	display: block;
	margin: 0 auto;
	max-width: 258px;
	width: 100%;
}
.hotpro-scrollbox .item-pic:hover .item-backdrop {
	top: 0;
}
.hotpro-scrollbox .item-backdrop {
	position: absolute;
	left: 0;
	width: 100%;
	top: 999px;
	height: 100%;
	background: #333333 url(../images/web3.png) no-repeat center;
	background: rgba(0, 0, 0, 0.7) url(../images/web3.png) no-repeat center;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.hotpro-scrollbox .item-title {
	margin-top: 7px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	text-align: center;
}
 @media only screen and (max-width: 1219px) {
.hotpro-scrollbox {
	margin-top: 50px;
}
.hotpro-scrollbox .scroll-list li {
	width: 216px;
	margin-right: 15px;
}
}
 @media only screen and (max-width: 999px) {
.hotpro-scrollbox .scroll-list li {
	width: 2.295%;
	margin-rigt: 0.2%;
}
.hotpro-scrollbox .item-backdrop {
	display: none;
}
}
 @media only screen and (max-width: 767px) {
.hotpro-scrollbox {
	margin-top: 30px;
	padding: 0 30px;
}
.hotpro-scrollbox .scroll-list li {
	width: 3.2%;
	margin-right: 0.2%;
}
.hotpro-scrollbox .item-title {
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media only screen and (max-width: 550px) {
.hotpro-scrollbox .scroll-list li {
	width: 4.9%;
	margin-right: 0.2%;
}
}
/*hot products end*/
/*-------------index end-------------------------------------------------------------------*/
/*-------------products1 start-------------------------------------------------------------*/
.page_wrap {
	padding-bottom: 100px;
}
.page_margin {
	margin-bottom: -10px;
}
 @media screen and (max-width: 1219px) {
.page_wrap {
	padding-bottom: 70px;
}
}
 @media screen and (max-width: 999px) {
.page_wrap {
	padding-bottom: 50px;
}
}
 @media screen and (max-width: 767px) {
.page_wrap {
	padding-bottom: 30px;
}
}
.pro1-title {
	font-family: "Verlag-Bold";
	border-bottom: solid 1px #BFBFBF;
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	padding-top: 30px;
	padding-bottom: 8px;
}
 @media screen and (max-width: 767px) {
.pro1-title {
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 15px;
}
}
.pro1-list {
	padding-top: 36px;
	padding-bottom: 20px;
}
.pro1-list li {
	float: left;
	width: 275px;
	margin-left: 31px;
	margin-bottom: 51px;
}
.pro1-list .item-pic {
	width: 100%;
}
.pro1-list .item-pic img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 275px;
}
.pro1-list .item-title {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 32px;
	margin-top: 8px;
}
.pro1-list .item-desc {
	margin-top: 3px;
	line-height: 24px;
	height: 48px;
}
.pro1-list .item-btnbox {
	margin-top: 23px;
}
.pro1-list .item-btnbox input {
	margin-right: 10px;
}
.pro1-list .item-btn {
	display: inline-block;
	width: 155px;
	height: 36px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	border: solid 1px #333;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-size: 1.6rem;
}
.pro1-list .item-btn:hover {
	background-color: #FD9132;
	border-color: #FD9132;
	color: #FFFFFF;
}
 @media screen and (max-width: 1219px) {
.pro1-list li {
	width: 230px;
	margin-left: 20px;
}
}
 @media screen and (max-width: 999px) {
.pro1-list li {
	width: 23%;
	margin: 0 1% 30px;
}
.pro1-list .item-btn {
	width: 130px;
}
}
 @media screen and (max-width: 767px) {
.pro1-list {
	padding-top: 30px;
	padding-bottom: 10px;
}
.pro1-list li {
	width: 31.33%;
	margin: 0 1% 30px;
}
.pro1-list .item-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.pro1-list .item-desc {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	height: 40px;
}
.pro1-list .item-btnbox {
	margin-top: 10px;
	text-align: center;
}
.pro1-list .item-btnbox input {
	margin-right: 5px;
}
.pro1-list .item-btn {
	height: 32px;
	line-height: 30px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	width: 120px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
 @media screen and (max-width: 500px) {
.pro1-list li {
	width: 48%;
}
}
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.m3box {
	position: relative;
	margin-top: 64px;
}
.m3box .inner {
	overflow: hidden;
	width: 1100px;
	margin: auto;
}
.m3box ul {
	width: 99999px;
	height: 480px;
}
.m3box li {
	float: left;
	width: 240px;
	margin-right: 17px;
	margin-top: 140px;
}
.m3box li.cur {
	width: 584px;
	height: 480px;
	margin-top: 0;
}
.m3box li img {
	width: 100%;
	max-width: 584px;
	max-height: 480px;
	display: block;
}
.m3box li p {
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333;
	line-height: 50px;
	text-align: center;
}
.m3box .prev, .m3box .next {
	position: absolute;
	width: 294px;
	top: 0;
	height: 100%;
}
.m3box .prev {
	left: 0px;
	background: url(../images/prev1.png) no-repeat left center;
}
.m3box .next {
	right: 0px;
	background: url(../images/next1.png) no-repeat right center;
}
.m3box .prev:hover {
	background: url(../images/prev1_1.png) no-repeat left center;
}
.m3box .next:hover {
	background: url(../images/next1_1.png) no-repeat right center;
}
 @media screen and (max-width: 1219px) {
.m3box .inner {
	width: 900px;
}
.m3box ul {
	height: 358px;
}
.m3box li {
	width: 214px;
	margin-top: 91px;
}
.m3box li.cur {
	width: 435px;
	height: 358px;
}
.m3box .prev, .m3box .next {
	width: 255px;
}
}
 @media screen and (max-width: 999px) {
.m3box {
	margin-top: 50px;
}
.m3box .inner {
	width: 88%;
}
.m3box ul {
	width: 10000%;
	height: 275px;
}
.m3box li {
	width: 0.278%;
	height: auto !important;
	margin-top: 30px;
	margin-right: 10px
}
.m3box li.cur {
	width: 0.4%;
	height: auto;
}
.m3box .prev, .m3box .next {
	width: 30.5%;
}
}
 @media screen and (max-width: 950px) {
.m3box ul {
	height: 262px;
}
}
 @media screen and (max-width: 900px) {
.m3box ul {
	height: 250px;
}
}
 @media screen and (max-width: 850px) {
.m3box ul {
	height: 234px;
}
}
 @media screen and (max-width: 800px) {
.m3box ul {
	height: 223px;
}
}
 @media screen and (max-width: 750px) {
.m3box ul {
	height: 212px;
}
}
 @media screen and (max-width: 700px) {
.m3box ul {
	height: 200px;
}
}
 @media screen and (max-width: 650px) {
.m3box ul {
	height: 188px;
}
}
 @media screen and (max-width: 600px) {
.m3box ul {
	height: 176px;
}
}
 @media screen and (max-width: 524px) {
.m3box {
	margin-top: 30px;
}
.m3box li {
	width: 1%;
	margin-top: 0;
}
.m3box li.cur {
	padding-bottom: 0;
}
.m3box .prev, .m3box .next {
	width: 14px;
}
}
/*pro2-info start*/
.pro2-info {
	text-align: center;
}
.pro2-info .item-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-top: 31px;
}
.pro2-info .pro-share {
	margin-top: 18px;
}
.pro2-info .item-btn {
	margin-top: 24px;
	display: inline-block;
	width: 155px;
	height: 36px;
	line-height: 36px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	border: 1px solid #FD9132;
	color: #FD9132;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
.pro2-info .item-btn:hover {
	background-color: #FD9132;
	color: #FFFFFF;
}
.pro2-info .item-btn:first-child {
	margin-right: 30px;
}
 @media screen and (max-width: 767px) {
.pro2-info .item-title {
	font-size: 20px;
	font-size: 2rem;
	margin-top: 20px;
}
.pro2-info .pro-share {
	margin-top: 10px;
}
.pro2-info .item-btn {
	margin-top: 15px;
}
}
 @media screen and (max-width: 400px) {
.pro2-info .item-btn {
	width: 45%;
	float: left;
	margin: 15px 2.5% 0 !important;
}
}
.pro2-descbox {
	padding-top: 49px;
	padding-bottom: 44px;
}
.pro2-descbox .pro2-desctitle {
	margin-bottom: 20px;
	font-family: "Verlag-Bold";
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	background-color: #EDEDED;
	line-height: 54px;
}
.pro2-descbox .pro2-desctitle span {
	display: inline-block;
	background-color: #FD9132;
	color: #FFFFFF;
	padding: 0 38px;
}
.pro2-descbox .spec-wrap {
	margin-bottom: 38px;
}
.pro2-descbox .spec-box {
	padding: 8px 0 10px;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #333;
}
.pro2-descbox .spec-box p, .pro2-descbox .spec-box li, .pro2-descbox .spec-box span, .pro2-descbox .spec-box b, .pro2-descbox .spec-box strong {
	color: #333;
}
.pro2-descbox .spec-box img, .pro2-descbox .spec-box iframe {
	max-width: 100%;
}
.pro2-descbox .item-title {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Verlag-Bold";
	color: #FD9132;
	line-height: 46px;
}
.on .maskb {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/maskbg.png) repeat-x bottom center;
}
.more {
	line-height: 24px;
	cursor: pointer;
}
.more span {
	color: #FD9132;
	font-size: 18px;
}
 @media screen and (max-width: 999px) {
.pro2-descbox {
	padding-top: 30px;
	padding-bottom: 10px;
}
.pro2-descbox .spec-wrap {
	margin-bottom: 30px;
}
}
 @media screen and (max-width: 767px) {
.pro2-descbox {
	padding-bottom: 0;
}
.pro2-descbox .pro2-desctitle {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 40px;
}
.pro2-descbox .pro2-desctitle span {
	padding: 0 10px;
}
.pro2-descbox .item-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}
.pro2-descbox .spec-wrap {
	margin-bottom: 20px;
}
.pro2-descbox .spec-box {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
}
/*pro2-info end*/
.related-scrollbox {
	position: relative;
}
.related-title {
	font-size: 30px;
	font-size: 3rem;
	font-family: "Verlag-Bold";
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 53px;
}
.related-title a {
	color: #FD9132;
	padding: 0 9px;
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.related-title a:hover {
	color: #333
}
.related-title:after {
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	height: 1px;
	background-color: #CCCCCC;
	top: 50%;
}
 @media only screen and (max-width: 767px) {
.related-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
}
}
.related-scrollbox .scroll-btns {
	text-align: center;
	margin-top: 20px;
	display: none;
}
.related-scrollbox .scroll-btn {
	width: 14px;
	height: 26px;
	display: inline-block;
	cursor: pointer;
}
.related-scrollbox .scroll-btn.prev {
	background: url(../images/prev1.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	margin-right: 10px;
}
.related-scrollbox .scroll-btn.prev:hover {
	background-image: url(../images/prev1_1.png);
}
.related-scrollbox .scroll-btn.next {
	background: url(../images/next1.png) no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}
.related-scrollbox .scroll-btn.next:hover {
	background-image: url(../images/next1_1.png);
}
.related-scrollbox .scroll-list-box {
	width: 100%;
	overflow: hidden;
}
.related-scrollbox .scroll-list {
	width: 1000%;
}
.related-scrollbox .scroll-list li {
	float: left;
	width: 275px;
	margin-right: 31px;
}
.related-scrollbox .item-pic {
	width: 100%;
}
.related-scrollbox .item-pic img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 275px;
}
.related-scrollbox .item-title {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 32px;
	margin-top: 8px;
}
.related-scrollbox .item-desc {
	margin-top: 3px;
	line-height: 24px;
	height: 48px;
}
 @media only screen and (max-width: 1219px) {
.related-scrollbox .scroll-list li {
	width: 230px;
	margin-right: 20px;
}
}
 @media only screen and (max-width: 999px) {
.related-scrollbox .scroll-btns {
	display: block;
}
.related-scrollbox .scroll-list li {
	width: 2.295%;
	margin-rigt: 0.2%;
}
}
 @media only screen and (max-width: 767px) {
.related-scrollbox .scroll-list li {
	width: 3.2%;
	margin-right: 0.2%;
}
.related-scrollbox .item-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.related-scrollbox .item-desc {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	height: 40px;
}
}
 @media only screen and (max-width: 500px) {
.related-scrollbox .scroll-list li {
	width: 4.9%;
	margin-right: 0.2%;
}
}
/*-------------products2 end-----------------------------------------------------------------*/
/*-------------2-service start----------------------------------------------------------------*/
.ser-box {
	text-align: center;
	padding-top: 64px;
	padding-bottom: 12px;
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
}
.ser-box .item-title {
	font-size: 30px;
	font-size: 3rem;
	font-family: "Verlag-Bold";
	text-transform: uppercase;
	position: relative;
	padding-bottom: 14px;
}
.ser-box .item-title:after {
	position: absolute;
	content: '';
	width: 171px;
	height: 1px;
	background-color: #333333;
	left: 50%;
	margin-left: -85px;
	bottom: 0;
}
.ser-box .item-desc {
	margin-top: 29px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}
.ser-box .item-desc p:first-child {
	font-family: "Verlag-Bold";
}
 @media screen and (max-width: 999px) {
.ser-box {
	padding-top: 50px;
	padding-bottom: 12px;
}
}
 @media screen and (max-width: 767px) {
.ser-box {
	padding-top: 30px;
	padding-bottom: 0;
}
.ser-box .item-title {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 5px;
}
.ser-box .item-desc {
	margin-top: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
}
}
.coxin {
	margin-top: 24px;
	overflow: hidden; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */
}
 .coxin ::-webkit-input-placeholder {
color: #999;
}
 .coxin :-o-placeholder {
color: #999;
}
 .coxin ::-moz-placeholder {
color: #999;
}
 .coxin :-ms-input-placeholder {
color: #999;
}
.star2 {
	padding-left: 18px;
	background: url(../images/star.png) no-repeat left center;
}
.mat4 {
	margin-top: 21px;
}
.coxin .int1 div {
	width: 339px;
	padding-left: 18px;
	margin-left: 91px;
	float: left;
}
.coxin .int1 input {
	width: 100%;
	height: 34px;
	line-height: 32px;
	border: 1px solid #cccccc;
	padding-left: 13px;
	background: #FFFFFF url(../images/star.png) no-repeat -10px center;
	position: relative;
}
.coxin .int2 {
	padding-left: 18px;
	background: url(../images/star.png) no-repeat left 6px;
	margin-top: 21px;
}
.coxin .int2 textarea {
	width: 100%;
	height: 133px;
	line-height: 30px;
	border: 1px solid #cccccc;
	padding-left: 13px;
	background-color: #FFFFFF;
}
.coxin .int3 {
	padding-left: 18px;
	background: url(../images/star.png) no-repeat left 14px;
	margin-top: 21px;
	float: left;
}
.coxin .int3 input {
	width: 376px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #cccccc;
	padding-left: 13px;
	background-color: #FFFFFF;
}
.coxin .yanzheng {
	width: 117px;
	height: 34px;
	float: left;
	margin-left: 50px;
	margin-top: 21px;
	cursor: pointer;
}
.coxin .int4 {
	width: 323px;
	height: 34px;
	float: right;
	margin-top: 21px;
	background: #FD9132;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.coxin .int4:hover {
	background: #000;
}
.flie {
	position: relative;
	margin-left: 18px;
	margin-top: 26px;
	margin-bottom: 8px;
	border: solid 1px #DCD9D9;
}
.flie input {
	position: absolute;
	right: 0;
	top: 0;
	width: 94px;
	height: 47px;
	z-index: 0;
}
.flie a {
	float: right;
	width: 94px;
	height: 47px;
	background-color: #666666;
	color: #FFF;
	text-align: center;
	line-height: 48px;
	z-index: 1;
	position: relative;
	cursor: pointer;
}
.flie p {
	overflow: hidden;
	padding: 0 22px;
	line-height: 47px;
	color: #999999;
}
.maln {
	margin-left: auto !important;
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
.coxin .int1 div {
	width: 310px;
	margin-left: 25px;
}
}
 @media screen and (max-width: 999px) {
.coxin .int1 div {
	width: 100%;
	margin-left: 0;
}
.coxin .int1, .coxin .int2 {
	margin-top: auto;
}
.coxin .int1 input {
	margin-bottom: 21px;
}
.coxin .int3 {
	float: none;
}
.coxin .int3 input {
	width: 100%;
}
.coxin .yanzheng {
	margin-left: 18px;
}
.coxin .int4 {
	width: 100%;
	float: left;
	margin-left: 18px;
}
}
/*-------------2-service end----------------------------------------------------------------*/
/*-------------3-1-about start--------------------------------------------------------------*/
.m-abtb1 {
	overflow: hidden;
}
.m-abtb1 .box-fix {
	overflow: hidden;
}
.m-abtb1 .box-img1 {
	margin-top: 55px;
	float: right;
	width: 600px;
	margin-left: 43px;
	margin-right: 5px;
}
.m-abtb1 .box-img1 img {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
}
 @media screen and (max-width: 1219px) {
.m-abtb1 .box-img1 {
	width: 500px;
}
}
.m-abtb1 .box-text1 {
	margin-top: 51px;
}
.m-abtb1 .box-title {
	font-size: 40px;
	font-size: 4rem;
	font-family: "Verlag-Bold";
	color: #333;
	text-transform: uppercase;
}
.m-abtb1 .box-title span {
	color: #777;
}
.m-abtb1 .box-name {
	margin-top: 12px;
	margin-bottom: 33px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: "Verlag-Bold";
	color: #666;
}
.m-abtb1 .box-desc {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}
.m-abtb1 .box-img {
	margin-top: 40px;
	float: left;
	width: 52.58333%;
	margin-right: 3.66667%;
	letter-spacing: 0;
}
.m-abtb1 .box-img img {
	display: inline-block;
	width: 48.81141%;
	vertical-align: bottom;
}
.m-abtb1 .box-img img:first-child {
	margin-right: 1.74326%;
}
 @media screen and (max-width: 1219px) {
.m-abtb1 .box-img {
	width: 52.58333%;
}
.m-abtb1 .box-img img {
	width: 48.81141%;
}
.m-abtb1 .box-img img:first-child {
	margin-right: 1.58479%;
}
}
.m-abtb1 .box-text2 {
	padding-top: 30px;
	padding-right: 35px;
}
 @media screen and (max-width: 959px) {
.m-abtb1 .box-img1 {
	float: none;
	margin-left: 0;
	width: 100%;
	margin-right: 0;
}
.m-abtb1 .box-text {
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0;
}
.m-abtb1 .box-img {
	margin-top: 20px;
	float: none;
	width: 100%;
}
}
 @media screen and (max-width: 767px) {
.m-abtb1 .box-img1 {
	margin-top: 30px;
}
.m-abtb1 .box-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.m-abtb1 .box-name {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.m-abtb1 .box-desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.m-abtb1 .box-img img:first-child {
	margin-right: 1.3%;
}
}
.m-abtb2 {
	margin-top: 68px;
	min-height: 198px;
	background: url(../images/about8.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.m-abtb2 .box-wp {
	padding-top: 30px;
	padding-bottom: 20px;
}
.m-abtb2 .box-title {
	font-size: 40px;
	font-size: 4rem;
	color: #fff;
	font-family: "Verlag-Bold";
	text-transform: uppercase;
}
.m-abtb2 .box-desc {
	margin-top: 16px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 36px;
	font-family: "Verlag-Bold";
	color: #fff;
}
 @media screen and (max-width: 767px) {
.m-abtb2 {
	margin-top: 40px;
}
}
 @media screen and (max-width: 767px) {
.m-abtb2 {
	min-height: 10px;
	margin-top: 20px;
}
.m-abtb2 .box-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.m-abtb2 .box-desc {
	margin-top: 15px;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
}
}
.fac-box {
	background-color: #F7F7F7;
	padding-bottom: 142px; margin-top:20px
}
.fac-title {
	font-family: "Verlag-Bold";
	font-family: 36px;
	font-size: 3.6rem;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 87px;
	padding-top: 48px;
}
.fac-title:after {
	position: absolute;
	content: '';
	width: 48px;
	height: 2px;
	background-color: #333;
	left: 50%;
	margin-left: -24px;
	bottom: 0;
}
 @media screen and (max-width: 1219px) {
.fac-box {
	padding-bottom: 70px;
}
}
 @media screen and (max-width: 999px) {
.fac-box {
	padding-bottom: 50px;
}
.fac-title {
	margin-bottom: 30px;
	padding-top: 50px;
}
}
 @media screen and (max-width: 767px) {
.fac-box {
	padding-bottom: 30px;
}
.fac-title {
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 24px;
	font-size: 2.4rem;
}
}
#box {
	position: relative;
	width: 1040px;
	height: 394px;
	margin: 0 auto;
}
#box ul {
	position: relative;
	width: 1040px;
	height: 394px;
}
#box li {
	position: absolute;
	list-style: none;
	background: #000;
	width: 0;
	height: 0;
	top: 146px;
	left: 377px;
	z-index: 0;
	cursor: pointer;
}
#box li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
#box li div {
	width: 100%;
	height: 60px;
	line-height: 64px;
	background: transparent;
	filter: alpha(opacity=70);
	color: #333;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
#box li div p {
	margin: 5px 10px 0;
	text-indent: 2em;
}
#box .prev, #box .next {
	position: absolute;
	top: 58%;
	width: 40px;
	height: 104px;
	margin-top: -82px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer;
}
#box .prev {
	left: -80px;
	background: url(../images/about9.png) no-repeat;
}
#box .next {
	right: -80px;
	background-position: -39px 0;
	background: url(../images/about10.png) no-repeat;
}
#box .prev:hover {
	background: url(../images/about9.png) no-repeat;
}
#box .next:hover {
	background: url(../images/about10.png) no-repeat;
}
#box2 {
	display: none;
}
 @media screen and (min-width: 1000px) and (max-width: 1219px) {
#box2 {
	display: block;
	padding-top: 20px;
}
#box {
	display: none;
}
#box2 li {
	float: left;
	margin-left: 20px;
	width: 307px;
	margin-left: 29px;
	margin-bottom: 20px;
}
#box2 li img {
	width: 100%;
	max-width: 510px;
	max-height: 373px;
}
#box2 li div {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 10px;
}
}
 @media screen and (max-width: 999px) {
#box2 {
	display: block;
}
#box {
	display: none;
}
#box2 {
	display: block;
	padding-top: 20px;
}
#box {
	display: none;
}
#box2 li {
	float: left;
	width: 31.3333%;
	margin: 0 1%;
	margin-bottom: 20px;
}
#box2 li img {
	width: 100%;
	max-width: 510px;
	max-height: 373px;
}
#box2 li div {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 10px;
}
}
 @media screen and (max-width: 750px) {
#box2 li {
	width: 48%;
	margin: 0 1%;
	margin-bottom: 10px;
}
}
 @media screen and (max-width: 470px) {
#box2 li {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
}
/*-------------3-2-about end---------------------------------------------------------------*/
/*-------------3-2-about start--------------------------------------------------------------*/
.subNavBox1 {
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 65px;
	padding-top: 26px;
}
.subNav1 {
	line-height: 28px;
	padding-bottom: 14px;
	padding-top: 31px;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	border-top: solid 1px #E6E6E6;
}
.subNav1:first-child {
	border: 0;
}
.subNav1.currentDt1 a {
	background: url(../images/faq2.png) no-repeat left center;
}
.subNav1 a {
	display: block;
	line-height: 28px;
	padding-left: 27px;
	background: url(../images/faq1.png) no-repeat left 7px;
}
.navContent1 {
	display: none;
	line-height: 26px;
	padding-bottom: 22px;
	margin-top: -5px;
}
.navContent1 p {
	padding-left: 27px;
	color: #666666;
	font-size: 16px;
	font-size: 1.6rem;
}
 @media screen and (max-width: 1219px) {
.subNavBox1 {
	margin: -30px 0 70px;
}
.navContent1 {
	margin-top: 0;
}
}
 @media screen and (max-width: 999px) {
.subNavBox1 {
	margin: 0 0 50px;
}
.subNav1 {
	padding: 15px 0;
}
.navContent1 {
	padding-bottom: 15px;
}
}
 @media screen and (max-width: 767px) {
.subNavBox1 {
	margin: 0 0 30px;
}
.subNav1 {
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.navContent1 {
	padding-bottom: 10px;
}
.navContent1 p {
	font-size: 14px;
	font-size: 1.4rem;
}
}
/*-------------3-2-about end------------------------------------------------------------------*/
/*-------------4-project start----------------------------------------------------------------*/
.project-box {
	padding: 5px 0 72px;
}
 @media screen and (max-width: 1219px) {
.project-box {
	padding: 5px 0 70px;
}
}
 @media screen and (max-width: 999px) {
.project-box {
	padding: 5px 0 50px;
}
}
 @media screen and (max-width: 767px) {
.project-box {
	padding: 5px 0 30px;
}
}
.project-title {
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	width: 100%; /*max-width: 540px; */
		margin-top: 30px;
}
.project-ms {
	font-family: arial;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 24px;
	width: 100%; /*max-width: 540px; */
	margin-bottom: 20px; margin-top:10px;
}
 @media screen and (max-width: 999px) {
.project-title {
	margin-top: 20px;
}
}
 @media screen and (max-width: 767px) {
.project-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	margin-top: 10px;
}
.project-ms {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	margin-top: 10px;
}
}
.project-list{ font-size:0; letter-spacing:0}
.project-list li { display:inline-block; vertical-align:top;
	width: 280px;
	margin-left: 26px;
	margin-bottom: 26px;
}
.project-list .item-pic {
	position: relative;
	width: 100%;
}
.project-list .item-pic img {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
.project-list .item-pic:hover .item-backdrop {
	top: 0;
}
.project-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background: #000 url(../images/web4.png) no-repeat center; background: rgba(0, 0, 0, 0.6) url(../images/web4.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }
@media screen and (max-width: 1219px) { .project-list li { width: 230px; margin-left: 20px; } }
@media screen and (max-width: 999px) { .project-list li { width: 23%; margin: 0 1%; }
  .project-list .item-backdrop { display: none; } }
@media screen and (max-width: 600px) { .project-list li { width: 48%; margin: 0 1% 10px; } }
/*-------------4-project end------------------------------------------------------------------*/
/*-------------5-1-news start-----------------------------------------------------------------*/
.news1-list {
	padding: 54px 0 33px;
}
.news1-list li {
	width: 100%;
	position: relative;
	margin-bottom: 39px;
	border-left: solid 3px #C6C6C6;
}
.news1-list li:hover {
	border-left-color: #FD9132;
}
.news1-list li:hover .item-info {
	border-left-color: #FD9132;
}
.news1-list .item-pic {
	width: 394px;
	float: right;
	margin-left: 33px;
	border: solid 1px #CCCCCC;
}
.news1-list .item-pic img {
	width: 100%;
	max-width: 394px;
	display: block;
	margin: 0 auto;
}
.news1-list .item-info {
	padding: 0 60px 0 20px;
	border: solid 1px #CCCCCC;
	padding-top: 36px;
	overflow: hidden;
	min-height: 230px;
}
.news1-list .item-info .item-date {
	background: url(../images/common-date.png) no-repeat left center;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #666666;
	line-height: 24px;
}
.news1-list .item-info .item-title {
	font-family: "Verlag-Bold";
	font-size: 24px;
	font-size: 2.4rem;
	margin: 12px 0 21px;
}
.news1-list .item-info .item-desc {
	line-height: 30px;
	height: 60px;
	font-size: 16px;
	font-size: 1.6rem;
}
 @media only screen and (max-width: 999px) {
.news1-list {
	padding: 30px 0 0;
}
.news1-list .item-pic {
	margin-left: 30px;
}
}
 @media only screen and (max-width: 767px) {
.news1-list li {
	padding: 15px;
	margin-bottom: 30px;
	border: solid 1px #CCCCCC;
}
.news1-list .item-info {
	padding: 0;
	min-height: auto;
	border: none;
}
.news1-list .item-info .item-date {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
}
.news1-list .item-info .item-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 10px 0;
}
.news1-list .item-info .item-desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 22px;
	height: 44px;
}
.news1-list .item-pic {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	float: none;
	margin-left: 0;
	border: none;
}
}
/*-------------5-1-news end-------------------------------------------------------------------*/
/*-------------5-1-news start-----------------------------------------------------------------*/
.news2-detail {
	width: 790px;
	margin-top: 51px;
}
.news2-detail-box .item-title {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.news2-detail-box .item-date {
	color: #666666;
	line-height: 28px;
	margin-top: 14px;
}
.news2-detail-box .item-spec {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
	color: #333;
	border-top: solid 1px #000;
	border-top: solid 1px rgba(0, 0, 0, 0.1);
	margin-top: 19px;
	padding: 15px 0 0;
}
.news2-detail-box .item-spec p, .news2-detail-box .item-spec a, .news2-detail-box .item-spec span, .news2-detail-box .item-spec strong, .news2-detail-box .item-spec li, .news2-detail-box .item-spec b {
	color: #333;
}
.news2-detail-box .item-spec img, .news2-detail-box .item-spec iframe {
	max-width: 100%;
}
.news2-right {
	width: 369px;
	border-left: solid 1px #E5E5E5;
	margin-top: 58px;
}
.back-btn {
	display: block;
	width: 237px;
	height: 60px;
	line-height: 60px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #FD9132;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 56px;
	margin-left: 29px;
	text-transform: uppercase;
	font-family: verdana;
}
.back-btn:hover {
	background: #333
}
.news2-right .pro-share .share-title {
	color: #FD9132;
	margin-left: 37px;
}
.news2-ltitle {
	font-size: 26px;
	font-size: 2.6rem;
	color: #201D1D;
	margin-top: 55px;
	margin-bottom: 27px;
	text-transform: uppercase;
	padding-left: 20px;
	font-family: arial;
	font-weight: bold;
}
.news2-ltitle a:hover {
	color: #FD9132;
}
.news2-list .item-pics {
	width: 100%;
	max-width: 369px;
	padding-left: 18px;
}
.news2-list .item-pics a {
	display: block;
}
.news2-list .item-pics img {
	width: 100%;
	max-width: 330px;
	display: block;
}
.news2-list .item-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	margin: 20px auto 37px;
	max-width: 328px;
}
 @media screen and (max-width: 1219px) {
.news2-detail {
	width: 600px;
	padding-right: 20px;
}
.news2-detail-box .item-spec {
	padding-bottom: 70px;
}
}
 @media screen and (max-width: 999px) {
.news2-detail-box .item-spec {
	padding-bottom: 50px;
}
.news2-detail {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border-right: 0;
}
.news2-right {
	width: 100%;
	margin-top: 30px;
	border-left: 0;
}
.back-btn {
	margin: 0 auto 30px;
	line-height: 40px;
	height: 40px;
}
.news2-list .item-pics {
	padding-left: 0;
}
.news2-list .item-pics img {
	margin: 0 auto;
}
.news2-right .pro-share {
	text-align: center;
}
.news2-right .pro-share .share-title {
	margin-left: 0;
}
.news2-ltitle {
	text-align: center;
	margin: 30px 0 20px;
	font-size: 24px;
	font-size: 2.4rem;
	padding-left: 0;
}
.news2-list {
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
}
.news2-list li {
	width: 48%;
	float: left;
	margin: 0 1%;
}
.news2-list .item-title {
	margin-bottom: 0;
}
}
 @media screen and (max-width: 767px) {
.news2-detail {
	margin-top: 30px;
}
.news2-detail-box .item-title {
	font-size: 16px;
	font-size: 1.6rem;
}
.news2-detail-box .item-date {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 24px;
	margin-top: 5px;
}
.news2-detail-box .item-spec {
	margin-top: 5px;
	padding: 10px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
}
.back-btn {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.news2-ltitle {
	font-size: 20px;
	font-size: 2rem;
}
.news2-list .item-title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	margin: 10px 0;
}
}
 @media screen and (max-width: 600px) {
.news2-list li {
	width: 48%;
	margin: 0 1%;
}
}
 @media screen and (max-width: 400px) {
.news2-list li {
	width: 98%;
	margin: 0 auto;
	float: none;
}
}
/*-------------5-1-news end-------------------------------------------------------------------*/
/*-------------5-contact start---------------------------------------------------------------*/
.contact-left {
	width: 662px;
	margin-top: 53px;
}
.form-group input {
	height: 54px;
	line-height: 54px;
	border: solid 1px #D2D2D2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.form-group .input50 {
	float: left;
	width: 50%;
	margin-bottom: 23px;
	background: url(../images/star1.png) no-repeat left center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tel-input, .country-input {
	background-image: none !important;
}
.name-input, .tel-input {
	padding-right: 4px;
}
.mail-input {
	background: url(../images/star1.png) no-repeat 3px center !important;
}
.form-group .input50 input {
	float: right;
	width: 313px;
	padding: 0 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form-group .input100 {
	float: left;
	width: 100%;
	background: url(../images/star1.png) no-repeat left 18px;
	margin-bottom: 14px;
}
.nostar {
	background-image: none !important;
}
.form-group .input100 input {
	float: right;
	width: 648px;
	padding: 0 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form-group textarea {
	float: right;
	width: 648px;
	height: 193px;
	border: solid 1px #D2D2D2;
	resize: none;
	padding: 10px 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
}
.input-code {
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/star1.png) no-repeat left center;
}
.code {
	float: left;
	width: 178px;
	padding: 0 15px;
	margin-right: 22px;
}
.code-img {
	float: left;
	cursor: pointer;
}
.submit {
	float: right;
	width: 250px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FD9132;
	cursor: pointer;
	border: 0 !important;
}
.contact-right {
	width: 440px;
	margin-top: 45px;
}
.contact-right .c-r-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	font-family: "Verlag-Bold";
	margin-bottom: 20px;
}
.contact-right .c-r-list li {
	line-height: 40px;
	padding-left: 34px;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
}
.contact-right .c-r-list a {
	color: #333;
}
.contact-right .c-r-list a:hover {
	color: #FD9132;
}
.contact-right .c-r-list .tel {
	background: url(../images/c1.png) no-repeat left 10px;
}
.contact-right .c-r-list .tel p {
	padding-left: 25px;
}
.contact-right .c-r-list .mob {
	background: url(../images/c2.png) no-repeat left 10px;
}
.contact-right .c-r-list .mob p {
	padding-left: 49px;
}
.contact-right .c-r-list .mail {
	background: url(../images/c4.png) no-repeat left center;
}
.contact-right .c-r-list .fax {
	background: url(../images/c3.png) no-repeat left center;
}
.contact-right .c-r-list .wechat {
	background: url(../images/c7.png) no-repeat left center;
}
.contact-right .c-r-list .wechat p {
	padding-left: 60px;
}
.contact-right .c-r-list .skype {
	background: url(../images/c5.png) no-repeat left center;
}
.contact-right .c-r-list .qq {
	background: url(../images/qq.png) no-repeat left center;
}
.contact-right .c-r-list .whatsapp {
	background: url(../images/c6.png) no-repeat left center;
}
.contact-right .c-r-list .address {
	background: url(../images/c8.png) no-repeat left 10px;
}
/*''*/
.map {
	padding: 64px 0 0;
}
 @media only screen and (min-width: 1000px) and (max-width: 1219px) {
.contact-left {
	width: 600px;
}
.form-group .input50 input {
	width: 282px;
}
.form-group textarea, .form-group .input100 input {
	width: 585px;
}
.submit {
	width: 188px;
}
.contact-right {
	width: 360px;
}
}
 @media only screen and (max-width: 999px) {
.contact-left {
	width: 100%;
	margin-top: 0;
}
.form-group .input50 input {
	width: 96%;
}
.form-group textarea, .form-group .input100 input {
	width: 98%;
}
.mail-input {
	background: url(../images/star1.png) no-repeat 1% center !important;
}
.code {
	width: 30%;
	margin-right: 3%;
}
.submit {
	width: 30% !important;
	float: left;
	margin-left: 3%;
}
.name-input, .tel-input {
	padding-right: 0;
}
.submit {
	width: 188px;
}
.contact-right {
	width: 100%;
	padding-bottom: 30px;
}
}
 @media only screen and (max-width: 767px) {
.page_contact {
	padding-top: 15px;
}
.contact-right {
	padding-bottom: 15px;
	margin-top: 20px;
}
.contact-right .c-r-title {
	margin: 10px 0;
}
.contact-right .c-r-list li {
	line-height: 36px;
	font-size: 14px;
	font-size: 1.4rem;
}
.contact-right .c-r-list .address {
	background-position: left 6px;
}
.form-group .input50 {
	margin-bottom: 15px;
}
.form-group input, .form-group textarea {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px !important;
	height: 120px;
}
.form-group input {
	height: 40px;
	line-height: 40px;
	padding: 0 10px !important;
}
.code-img {
	height: 40px;
}
.map {
	padding: 30px 0 0;
}
}
 @media only screen and (max-width: 600px) {
.form-group .input50 {
	width: 100%;
}
.form-group textarea {
	width: 96%;
}
.mail-input {
}
.submit {
	width: 98% !important;
	margin: 0 auto;
	margin-top: 22px;
}
.input-code {
	padding-left: 4%;
}
}
 @media only screen and (max-width: 500px) {
.code {
	width: 45%;
}
}
/*-------------5-contact end---------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */
.at-resp-share-element .at-icon {
	width: 24px!important;
	height: 24px!important;
}
.at-style-responsive .at-share-btn {
	padding: 0!important;
	border-radius: 2px!important;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px!important;
	height: 24px!important;
}
.at-resp-share-element .at-share-btn {
	margin-bottom: 0!important;
	margin-right: 3px!important;
}
.m-oths a.no:hover {
	color: #333;
}
#box div {
	cursor: default;
}
#box img {
	cursor: default;
}
.ppp {
	line-height: 30px;
}
.item-btns a.no:hover {
	border: 1px solid #FD9132;
	color: #FD9132;
	background: #fff;
}
.listcart {
	width: 100%;
	margin-top: 40px;
}
.listcart a {
	background: #fff;
	display: inline-block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	color: #FD9132;
	cursor: pointer;
	border: 1px solid #FD9132;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: 10px;
}
.listcart a:hover {
	border: #FD9132 solid 1px;
	background: #FD9132;
	color: #fff!important;
}
 @media screen and (max-width:999px) {
.listcart a {
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-top: 1rem
}
}
.index-about .item-body .item-btn {
	border: solid 1px #FD9132;
}
.index-about .item-body .item-btn:hover {
	background-color: #FFFFFF;
	color: #FD9132;
}
/*.input-code .submit{border: solid 1px #FD9132;}*/
.input-code .submit:hover {
	background: #333;
	color: #fff;
}
.add-btn:hover {
	background: #FD9132;
	color: #fff;
	border: 1px #FD9132 solid;
}
.procate-list .item2 .item-btn:hover {
	background: #FD9132;
	color: #fff;
	border: 1px #FD9132 solid;
}
.pin-code .pin-btn:hover {
	float: left;
	width: 359px;
	height: 39px;
	background-color: #333;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-box-shadow: 0 5px 0 #333;
	-moz-box-shadow: 0 5px 0 #333;
	box-shadow: 0 5px 0 #333;
	margin-bottom: 23px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.chanxypy {
	max-width: 662px;
	margin: 0 auto;
	margin-top: 30px;
}
 @media screen and (max-width: 1800px) {
.header {width: 88%;}
.navlist > li {	margin-left: 27px;}
}
 @media screen and (max-width: 1550px) {
.navlist > li {	margin-left: 30px;}
}
 @media screen and (max-width: 1400px) {
.navlist > li {	margin-left: 18px;}
}
 @media screen and (max-width: 1300px) {
.navlist > li {	margin-left: 18px;}
}
 @media screen and (max-width: 1750px) {
.header {
	padding: 0 3%;
	width: 94%;
}
}
 @media screen and (max-width: 1650px) {
.header {
	padding: 0 2%;
	width: 96%;
}
}
 @media screen and (max-width: 1300px) {
.header {
	padding: 0 2% 0 1%;
	background-position-x: -300px;
	width: 97%;
}
}
.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}
.xunpanc a:hover {	color: #FD9132}
.list-item.active .item-backdrop{top: 0;}
.tran {z-index:99999}
.pro1-top { padding: 19px 0 0;}
.pro1-txt .pro1-desc { overflow: hidden;font-size: 16px; font-size: 1.6rem; line-height: 28px; }
.pro1-txt .pro1-desc a{color: #FD9132;}
.pro1-txt .more_btn { display: none; color: #FD9132; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-top: 10px; margin-bottom: 10px;}

.pro1-txt .more_btn span {  color: #FD9132;cursor: pointer;font-weight: bold; }