body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", "宋体";
}
.page_width {
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear_div {
	clear: both;
}
form {
	padding: 0px;
	margin: 0px;
}
#toppart {
	line-height: 25px;
	color: #6198C5;
	background-color: #1C374C;
	/* [disabled]height: 75px; */
	font-size: 11px;
	word-spacing: 22px;
}
#toppart i {
	margin-right: 10px;
}
#banner {
	/* [disabled]height: 710px; */
	/* [disabled]background-color: #0078D7; */
	margin-bottom: 30px;
}
.pagebanner {
	background-repeat: no-repeat;
	background-position: center center;
	height: 320px;
	background-image: url(/webpic/banner9.png);
}
#main_nav {
	height: 86px;
	position: absolute;
	width: 100%;
	z-index: 999;
	background-image: url(../webpic/navbg.png);
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,.1);
}
.main_layui-nav  {
	line-height: 86px;
	/* [disabled]height: 86px; */
	width: 100%;
	color: #666;
	font-family: Akzidenz-Grotesk-BQ;
}
.main_layui-nav a {
	line-height: 86px;
	color: #666;
	/* [disabled]font-weight: bold; */
	font-size: 20px;
	text-transform: uppercase;
}
.main_layui-nav .layui-nav-child {
	line-height: 30px;
	margin-top: 20px;
}
.main_layui-nav .layui-nav-child a {
	line-height: 30px;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.logoname {
	background-image: url(../webpic/nameen.png);
	background-position: center center;
	width: 500px;
	height: 86px;
	background-repeat: no-repeat;
}

.swiper-container {
	width: 100%;
	height: 710px;
}  .swiper-slide {
	/*background-image: url(../webpic/banner0.jpg);*/
	background-repeat: no-repeat;
	height: 710px;
	background-position: center center;
}
.home6proimg {

	height: 240px;
}
.home6proimg .pro240 {
	background-repeat: no-repeat;
	background-position: center center;
	height: 160px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	/*border-radius: 100px;*/
	background-size: 100% 100%;
	-webkit-transition: all 0.2s 0s;
	-moz-transition: all 0.2s 0s;
	-ms-transition: all 0.2s 0s;
	-o-transition: all 0.2s 0s;
	transition: all 0.2s 0s;
}
.home6proimg .pro240:hover {
	background-size: 110% 110%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-position: center center;	
}
.home6proimg .pro240 a {
	display: block;
	height: 200px;
	width: 200px;
}
.home6proimg .proname {
	font-family: Akzidenz-Grotesk-BQ;
	font-size: 13px;
	text-align: center;
	line-height: 40px;
	color: #16B0C8;
	/*letter-spacing: 2px;*/
}
.home6proimg .proname a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}
.home6proimg .proname a:hover {
	text-decoration: underline;
	color: #40D5EA;
}
#homeproimg {
	margin-bottom: 30px;
}
.home7proimg {
	background-color: #16B0C8;
	height: 470px;
	padding: 10px;
}
.home7proimgborder {
	border: 3px solid #56C5D8;
	height: 404px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.prolistbox {
	background-color: #f6f6f6;
	/* [disabled]height: 470px;
	padding: 10px; */
}
.prolistboxborder {
    border: 0 solid #56C5D8;
    /* [disabled]height: 404px; */
    /* [disabled]padding-top: 30px; */
    /* [disabled]padding-right: 20px; */
    /* [disabled]padding-bottom: 30px; */
    /* [disabled]padding-left: 20px; */
}
.homebg1 {
	background-image: url(/webpic/Group-8.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #DFE8ED;
	height: 450px;
	/* [disabled]background-size: contain; */
	padding-top: 50px;
}
.homebg2 {
	background-color: #F6FAFB;
	/* [disabled]height: 111px; */
}
.homebg3 {
	background-image: url(../webpic/Group-9.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F6FAFB;
	height: 500px;
	background-size: contain;
	padding-top: 50px;
}
.home4img {
	background-color: #F2f2f2;
	height: 400px;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.home4img:hover {
	box-shadow: 0px 0px 6px 6px #CCC;
	-webkit-transition: all 0.6s ease 0.1s;
	-moz-transition: all 0.6s ease 0.1s;
	-ms-transition: all 0.6s ease 0.1s;
	-o-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}
.home4img p {
	margin: 0px;
	padding: 20px;
	line-height: 22px;
	text-align: center;
}
.home4img img {
	width: 100%;
	height: 300px;
}
.footer {
	background-color: #2B3238;
	padding-top: 70px;
	padding-bottom: 20px;
}
.footer2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4A5157;
	font-size: 10px;
	line-height: 22px;
	color: #CCC;
	text-align: center;
	padding-top: 20px;
	font-family: HelveticaNeue;
	letter-spacing: 2px;
}
.footfeedback {
	background-color: #F6FBFF;
	/* [disabled]height: 500px; */
	position: relative;
	top: 50px;
	border-radius: 0px 0px 20px 20px;
	padding: 30px;
}
.ispagetop {
	/* [disabled]margin-top: 130px; */
}
.ispageend {
	margin-bottom: 50px;
}
.pagetitle {
	font-family: TimesNewRomanMT-ExtraBold;
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
}
.pagebigtitle {
	font-family: TimesNewRomanMT-ExtraBold;
	font-size: 30px;
	color: #333;
	line-height: 80px;
	text-align: center;
}
.procatalog {
    font-family: TimesNewRomanMT-ExtraBold;
    font-size: 16px;
    color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #8DD8E4;
    background-color: #076CE0;
    padding: 10px;
}
.procatalist {
	font-size: 14px;
	color: #FFF;
	font-family: Akzidenz-Grotesk-BQ;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
.procatalist li {
    margin: 0px;
    padding: 10px;
    text-transform: capitalize;
    border-bottom: 1px dashed #CDCDCD;
}
.procatalist li a {
    color: #666666;
    text-decoration: none;
}
.txt1 {
	font-size: 12px;
	line-height: 30px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
.newstitle {
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
}
.newstitle_page {
	font-family: TimesNewRomanMT-ExtraBold;
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
}
.newsdate_page {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	margin-bottom: 30px;
	text-align: center;
}
.newsinfo {
	font-size: 12px;
	line-height: 20px;
}
.date_d {
	font-size: 42px;
	text-align: center;
	font-family: HelveticaNeue;
	padding: 25px;
}
.date_ym {
	font-size: 12px;
	text-align: center;
	color: #999;
	font-family: HelveticaNeue;
}
.hometxt {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}
.hometxt p {
	margin-bottom: 15px;
}
.toplinelang_cn {
	background-image: url(/webpic/langcn.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	padding-right: 50px;
	/* [disabled]color: #FFF; */
}
.toplinelang_cn a {
	color: #FFF;
}
.toplinelang_cn a:hover {
	color: #CCC;
}
