body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	margin: 0;
	background: #ffffff;
	overflow-x: hidden;
}

img {
	border: 0;
}

a {
	color: #666;
	font-size: 14px;
	text-decoration: none;
}

h2,
h3,
h4,
h5 {
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

input,
textarea {
	font-family: "微软雅黑";
}

ol,
ul,
li,
table,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	border-collapse: collapse;
}

* {
	margin: 0;
	padding: 0;
	hide-focus: expression(this.hideFocus=true);
	/* for ie 5+ */
	outline: none;
	/* for firefox 1.5 + */
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
	padding-top: 12px;
}

.w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto
}

/*公共头部*/

.header .top {
	width: 100%;
	height: 6px;
	background: #0350a0;
}

.main_top {
	width: 90%;
	margin: 0 auto;
	margin-top: 15px;
	cursor: pointer;
}

.scan {
	display: flex;
}

.scan .scan1 {
	position: relative;
}

.scan .scan1 .hidden_ew {
	position: absolute;
	top: 30px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.hidden_ew {
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.hidden_ew img {
	width: 120px;
	height: 120px;
}

.sousuo2 {
	display: none;
}

.sousuo {
	width: 19px;
	height: 19px;
	vertical-align: top;
}

.scan .scan1:hover .hidden_ew {
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out .3s;
}

.scan li {
	text-align: left;
	margin-right: 30px;
}

.scan li input {
	width: 130px;
	border: none;
	border-bottom: 1px solid #0350a0;
	color: #6e6e6e;
	text-indent: .5em;
	font-size: 14px;
	vertical-align: top;
}

.scan li:first-child {
	position: relative;
}

.scan li:first-child::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	background: #cccccc;
	right: -15px;
	top: 2px;
}

.main_right ul li a {
	position: relative;
	display: inline-block;
	margin-right: 32px;
}

.main_right ul li a::after {
	position: absolute;
	content: '';
	background: #ccc;
	width: 1px;
	height: 15px;
	background: #cccccc;
	right: -15px;
	top: 2px;
}

.main_right ul li a:last-child::after {
	display: none;
}

.logo {
	width: 1000px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 30px;
}

.logo img {
	width: 100;
	height: auto;
}

.banner {
	position: relative;
}

.banner_top .swiper-slide {
	width: 100%;
	height: 650px;
}

.nav {
	background: rgba(8, 80, 160,1);
	/* position: absolute;
	top: 0; */
	width: 100%;
	
	z-index: 999;
}

.nav ul {
	display: flex;
	justify-content: center;
}

.nav ul li {
	text-align: center;
	height: 90px;
	line-height: 90px;
	width: 150px;
	transition: all ease-in-out .3s;
}

.nav ul li a {
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	position: relative;
}

.nav ul li a::after {
	position: absolute;
	content: '';
	background: #ffdba7;
	width: 100%;
	height: 1px;
	bottom: 20px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.nav ul li:hover a {
	color: #ffdba7;
	transition: all ease-in-out .3s;
}

.nav ul li:hover a::after {
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out .3s;
}

.assurr {
	width: 1170px;
	margin: 0 auto;
	padding: 30px 43px;
	position: relative;
	margin-top: -65px;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
	cursor: pointer;
}

.assurr ul li {
	float: left;
	width: 33.3%;
}

.assurr_right {
	width: 60%;
}

.assurr_left {
	margin-right: 31px;
	margin-left: 35px;
}

.line_border {
	position: relative;
}

.line_border::after {
	position: absolute;
	content: '';
	background: #cccccc;
	width: 1px;
	height: 53px;
	top: 0;
	right: 0;
}

.line_border::before {
	position: absolute;
	content: '';
	background: #cccccc;
	width: 1px;
	height: 53px;
	top: 0;
	left: 0;
}

.assurr_right p {
	color: #6e6e6e;
	font-size: 14px;
	margin-top: 14px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.jewnrgy {
	margin-top: 85px;
}

.jewnrgy>h3 {
	color: #2e2e2e;
	font-size: 28px;
	text-align: center;
	background: url(../images/bg1.png)no-repeat center center;
	line-height: 75px;
}

.jewnrgy_list {
	margin-top: 35px;
	margin-bottom: 45px;
}

.on a {
	color: #870d95 !important;
}

.jewnrgy_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.index_news .jewnrgy_list ul li {
	width: 110px;
}

.jewnrgy_list ul li {
	text-align: center;
	width: 16%;
	/* border-right: 1px solid #a0a0a0; */
	transition: all ease-in-out .3s;
	padding: 10px 20px;
}

.jewnrgy_list ul li a {
	color: #2e2e2e;
	transition: all ease-in-out .3s;
	font-size: 16px;
}

.jewnrgy_list ul li:hover a {
	color: #870d95;
	transition: all ease-in-out .3s;
}

.jewnrgy_list ul li:last-child {
	border: none;
}

.jewnrgy_list_show ul li {
	position: relative;
	width: 372px;
	overflow: hidden;
	margin-right: 42px;
	margin-bottom: 50px;
	float: left;
}

.jewnrgy_list_show ul li:nth-child(3n) {
	margin-right: 0;
}

.jewnrgy_list_show ul li img {
	width: 100%;
	vertical-align: bottom;
	transition: all ease-in-out .3s;
}

.jewnrgy_list_show ul li:hover img {
	transition: all ease-in-out .3s;
	transform: scale(1.2);
}

.jewnrgy_list_show ul li h3 {
	position: absolute;
	font-size: 14px;
	color: #fff;
	bottom: 0;
	left: 0;
	background: linear-gradient(#0350a0, #0350a0);
	width: 100%;
	height: 44px;
	opacity: 0;
	visibility: hidden;
	line-height: 44px;
	text-align: center;
	transition: all ease-in-out .3s;
}

.jewnrgy_list_show ul li:hover h3 {
	transition: all ease-in-out .3s;
	height: 44px;
	opacity: 1;
	visibility: visible;
}

.more {
	display: block;
	width: 132px;
	margin: 0 auto;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #0350a0;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 200px;
}

.about_us {
	background: url(../images/about_bg.png)no-repeat center center;
	padding-top: 50px;
	padding-bottom: 32px;
	padding-left: 22px;
	padding-right: 22px;
	height: 370px;
}

.index_about_r {
	width: 60%;
}

.index_about_r h3 {
	background: url(../images/about_bg1.png)no-repeat center center;
	width: 100%;
	text-align: center;
	line-height: 67px;
	color: #e9e9e9;
	font-size: 28px;
	margin-bottom: 20px;
}

.index_about_r p {
	font-size: 14px;
	color: #e9e9e9;
	text-indent: 2em;
	line-height: 24px;
	/*height: 190px;*/
	overflow: hidden;
}

.about_us .more {
	display: block;
	width: 132px;
	margin: 0 auto;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: rgba(3, 80, 160, .7);
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.index_about_l {
	position: relative;
	margin-top: -125px;
	z-index: 999;
}

.exzactly {
	position: absolute;
	bottom: -40px;
	right: -40px;
}

/*腕表系列*/

.watch {
	margin-top: 120px;
}

.container {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	position: relative;
}

.watch h3 {
	background: url(../images/wacth.png)no-repeat center center;
	width: 100%;
	text-align: center;
	line-height: 67px;
	color: #2e2e2e;
	font-size: 28px;
	margin-bottom: 55px;
}

.watch_list ul li {
	width: 371px;
	float: left;
	margin-right: 43px;
	margin-bottom: 30px;
	transition: all ease-in-out .3s;
}

.watch_list ul li:nth-child(3n) {
	margin-right: 0;
}

.watch_top_text {
	padding: 10px 14px 11px;
}

.watch_top_img img {
	width: 100%;
	vertical-align: middle;
}

.wacth_left {
	width: 80%;
}

.wacth_right {
	width: 20%
}

.wacth_left h4 {
	color: #2e2e2e;
	font-size: 16px;
	margin-bottom: 11px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all ease-in-out .3s;
}

.wacth_left span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wacth_right {
	text-align: right;
}

.wacth_right img {
	margin-top: 29px;
}

.watch_list ul li:hover {
	transform: translateY(-15px);
	transition: all ease-in-out .3s;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .44);
}

.watch_list ul li:hover .watch_top_text {
	background: #f6f5f1;
	transition: all ease-in-out .3s;
}

.watch_list ul li:hover .wacth_left h4 {
	color: #0350a0;
	transition: all ease-in-out .3s;
}

.advert1 {
	background: url(../images/guanggao1.png)no-repeat center center;
	padding: 204px 0;
	margin-top: 70px;
}

.pation {
	width: 100%;
	text-align: center;
	bottom: 0;
}

.watch .swiper-pagination-bullet {
	width: 48px;
	height: 7px;
	border-radius: 10px;
	background: #000;
	opacity: 1;
	margin: 0 5px;
}

.watch .swiper-pagination-bullet-active {
	background: #0350a0;
}

/*新闻中心*/

.index_news {
	margin-top: 85px;
}

.index_news h3 {
	background: url(../images/news.png)no-repeat center center;
	width: 100%;
	text-align: center;
	line-height: 67px;
	color: #2e2e2e;
	font-size: 28px;
	margin-bottom: 55px;
}

.index_news_show ul {
	display: flex;
}

.index_news_show ul li {
	width: 383px;
	transition: all ease-in-out .3s;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}

.index_news_show ul li:nth-child(3n) {
	margin-right: 0;
}

.news_show_list {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.plus {
	position: absolute;
	bottom: -39px;
	left: 0;
	background: rgba(165, 11, 171, .8);
	text-align: center;
	width: 100%;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.news_show_list>img {
	width: 100%;
	vertical-align: middle;
	transition: all ease-in-out .3s;
}

.news_show_title {
	padding: 12px 16px 19px 20px;
}

.news_show_title h4 {
	color: #2e2e2e;
	font-size: 16px;
	margin-bottom: 10px;
}

.news_show_title span {
	display: block;
	color: #6e6e6e;
	overflow: hidden;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index_news_show ul li:hover {
	transform: translateY(-15px);
	transition: all ease-in-out .3s;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .44);
}

.index_news_show ul li:hover .news_show_title {
	transition: all ease-in-out .3s;
	background: #f6f5f1;
}

.index_news_show ul li:hover .news_show_title h4 {
	color: #0350a0;
	transition: all ease-in-out .3s;
}

.index_news_show ul li:hover .news_show_list img {
	transform: scale(1.2);
	transition: all ease-in-out .3s;
}

.index_news_show ul li:hover .news_show_list .plus {
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out .3s;
	bottom: 0;
}

.index_news .more {
	margin-bottom: 100px;
}

/**/

.commone_message {
	padding-top: 70px;
	padding-bottom: 30px;
	background: url(../images/liuyan_bg.png)no-repeat center center;
}

.index_message_l {
	padding-left: 58px;
	width: 472px;
}

.index_message_r {
	margin-right: 70px;
}

.index_message_l h5 {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 35px;
}

.commone_message form ul li label {
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	margin-top: 10px;
}

.commone_message ul li {
	margin-bottom: 20px;
}

.commone_message ul li input {
	width: 367px;
	min-height: 37px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #0350a0;
	text-indent: 2em;
	cursor: pointer;
	/*margin-left: 25px;*/
}

.nr label {
	vertical-align: top;
}

.commone_message ul li textarea {
	width: 367px;
	min-height: 112px;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #0350a0;
	text-indent: 2em;
	cursor: pointer;
	padding-top: 10px;
	resize: none;
}

.index_message_l button {
	display: block;
	width: 435px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	background: #0350a0;
	border: none;
	cursor: pointer;
	margin-top: 52px;
}

/*底部*/

.footer {
	background: #000;
	padding: 50px 0 20px;
}

.footer_left {
	width: 50%;
}

.footer_right {
	width: 40%;
}

.footer_left>img {
	margin-bottom: 32px;
}

.footer_left ul li {
	margin-bottom: 30px;
	color: #bb9f77;
}

.footer_left ul li h5 {
	color: #bb9f77;
	font-size: 16px;
	margin-bottom: 12px;
}

.footer_left ul li span {
	color: #bb9f77;
	font-size: 14px;
	margin-right: 15px;
}

.footer_left ul li a {
	color: #bb9f77;
	font-size: 14px;
}

.footer_right ul li {
	float: left;
	margin-right: 110px;
}

.footer_right ul li:nth-child(2) {
	margin-right: 0;
}

.footer_right ul li span {
	color: #bb9f77;
	display: block;
	text-align: center;
	margin-top: 25px;
}

/*关于我们*/

.nr_about_us {
	padding-left: 34px;
	padding-right: 34px;
}

.about_top {
	padding-bottom: 15px;
	margin-top: 40px;
	border-bottom: 1px solid #bb9f77;
	margin-bottom: 45px;
	padding-left: 34px;
	padding-right: 20px;
}

.about_title h3 {
	color: #2e2e2e;
	font-size: 24px;
	position: relative;
}

.about_title h3::after {
	position: absolute;
	content: '';
	background: #bb9f77;
	width: 110px;
	height: 3px;
	bottom: -17px;
	left: 0;
}

.about_nav {
	color: #4e4e4e;
}

.about_nav a {
	color: #6e6e6e;
}

.about_down {
	/*text-indent: 2em;*/
	line-height: 32px;
	color: #2e2e2e;
	font-size: 14px;
}

.about_down {
	margin-bottom: 90px;
}

.about_down img {
	max-width: 99%;

}

.main {
	width: 90%;
	margin: 30px auto 135px;
	position: relative;
}

.main::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	top: 0;
	background-color: #0350a0;
}

.main ul li {
	padding-top: 15px;
	transition: all ease-in-out .3s;
}

.main ul li:hover .news_title h3 {
	color: #0350a0;
	transition: all ease-in-out .3s;
}

.main ul li:hover .news_title {
	background: #f6f5f1;
	transition: all ease-in-out .3s;
}

.news_date {
	width: 12%;
	text-align: center;
	margin-top: 36px;
	position: relative;
}

.news_date i {
	display: block;
	font-style: normal;
	position: absolute;
	border: 1px solid #0350a0;
	border-radius: 50px;
	width: 22px;
	height: 22px;
	left: -11px;
	top: 50%;
	margin-top: -12px;
	z-index: 999;
}

.input .news_date i::after {
	background-color: #0350a0;
}

.news_date i::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	background-color: #fff;
	border: 4px solid #fff;
	border-radius: 100%;
	z-index: 999;
	transition: all ease-in-out .3s;
}

.main ul li:hover .news_date i::after {
	background-color: #0350a0;
	transition: all ease-in-out .3s;
}

.news_title {
	width: 84%;
	transition: all ease-in-out .3s;
}

.news_date h3 {
	color: #6e6e6e;
	font-size: 14px;
}

.news_date span {
	color: #6e6e6e;
	font-size: 21px;
	display: block;
}

.main ul li:hover .news_title {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .13);
	transition: all ease-in-out .3s;
}

.news_title {
	padding: 16px 20px 28px;
	transition: all ease-in-out .3s;
}

.news_title h3 {
	color: #6e6e6e;
	margin-bottom: 10px;
	transition: all ease-in-out .3s;
}

.news_title p {
	line-height: 32px;
	color: #6e6e6e;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page {
	text-align: center;
	margin-bottom: 105px;
}

.page a {
	display: inline-block;
	width: 62px;
	height: 62px;
	line-height: 62px;
	color: #2e2e2e;
	font-size: 16px;
	outline: 1px solid #0350a0;
	transition: all ease-in-out .3s;
	margin: 0 5px;
}

.page a:hover {
	background: #0350a0;
	color: #fff;
	transition: all ease-in-out .3s;
}

.index {
	background: #0350a0 !important;
	color: #fff !important;
}

.about_nav2 {
	background: url(../images/about_02.png)no-repeat center center;
	margin-bottom: 146px;
}

.about_nav2 ul li {
	width: 25%;
	float: left;
	cursor: pointer;
}

.about_nav2 ul li:hover .ring {
	background: url(../images/zi_bg.png)no-repeat center center;
	transition: all ease-in-out .3s;
}

.about_nav2 ul li:hover .ring a {
	color: #fff;
	transition: all ease-in-out .3s;
}

.ring {
	width: 105px;
	margin: 0 auto;
	background: url(../images/hui_bg.png)no-repeat center center;
	transition: all ease-in-out .3s;
	height: 119px;
	line-height: 119px;
	text-align: center;
}

.ring a {
	color: #bb9f77;
	font-size: 16px;
	transition: all ease-in-out .3s;
	display: block;
	width: 80%;
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*产品展示*/

.product_show_list .jewnrgy_list ul {
	justify-content: left;

}

.show_on a {
	color: #bb9f77 !important;
}

.product_show_list .jewnrgy_list ul li:hover a {
	color: #bb9f77;
	transition: all ease-in-out .3s;
}

.product_show_down ul li {
	float: left;
	margin-right: 42px;
	margin-bottom: 40px;
}

.product_show_down ul li:nth-child(3n) {
	margin-right: 0;
}

.show_top {
	overflow: hidden;
}

.show_top img {
	width: 372px;

	vertical-align: middle;
	transition: all ease-in-out 1s;
}

.show_down {
	width: 100%;
	padding: 23px 0;
	background: #f6f5f1;
	text-align: center;
	position: relative;
}

.show_down span {
	display: block;
	padding: 0 14px;
	transition: all ease-in-out .5s;
}

.show_down::after {
	position: absolute;
	content: '';
	background: url(../images/jiantouzi.png)no-repeat;
	width: 14px;
	height: 5px;
	right: 14px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
}

.product_show_down ul li:hover .show_top img {
	transform: scale(1.5);
	transition: all ease-in-out 1s;
}

.product_show_down ul li:hover .show_down::after {
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out .3s;
}

.product_show_down ul li:hover .show_down span {
	transform: translateX(-100px);
	transition: all ease-in-out .5s;
	color: #0350a0;
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
}

/*产品展示内页*/

.show_detail {
	text-align: center;
	margin-bottom: 30px;
}

.show_detail h3 {
	color: #2e2e2e;
	font-size: 24px;
	margin-bottom: 15px;
}

.show_detail span {
	color: #6e6e6e;
	font-size: 14px;
	display: inline-block;
}

.data_l {
	margin-right: 35px;
}

.show_content {
	width: 1004px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-bottom: 1px solid #bb9f77;
}

.show_content::after {
	position: absolute;
	content: '';
	background: #bb9f77;
	width: 138px;
	height: 5px;
	bottom: 0;
	left: calc(100% - 575px);
}

.anniu_l {
	width: 77px;
	position: absolute;
	left: 0;
	top: calc(100% - 300px);
}

.anniu_l img {
	width: 100%;
}

.anniu_r {
	width: 77px;
	position: absolute;
	right: 0;
	top: calc(100% - 300px);
}

.anniu_r img {
	width: 100%;
}

.anniu_z {
	width: 850px;
	margin: 0 auto;
}

.anniu_z .arial {
	width: 601px;
	margin: 0 auto;
}

.anniu_z .arial img {
	width: 100%;
}

.show_text {
	width: 1004px;
	margin: 0 auto;
	text-indent: 2em;
	line-height: 32px;
	color: #2e2e2e;
	font-size: 14px;
	padding-bottom: 114px;
	border-bottom: 1px solid #dbdbdb;
}

.top_down {
	width: 1004px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 110px;
	text-align: center;
}

.top_down i {
	font-style: normal;
	color: #2e2e2e;
}

.top_down a {
	display: inline-block;
	color: #6e6e6e;
	vertical-align: top;
	padding: 0;
}

.top_down a img {
	vertical-align: middle;
	margin-right: 13px;
	width: 18px;
	height: 18px;
}

.nr_news_ac {
	margin-top: 60px;
	margin-bottom: 40px;
}

.addControl {
	text-align: center;
}

.addControl h3 {
	color: #2e2e2e;
	font-size: 24px;
	margin-bottom: 20px;
}

.addControl span {
	color: #6e6e6e;
	font-size: 14px;
	display: inline-block;
}

.nr_news_text {
	text-indent: 2em;
	line-height: 32px;
	margin-top: 35px;
	padding-bottom: 45px;
	border-bottom: 1px solid #dbdbdb;
}

.up_page ul li {
	margin-bottom: 25px;
}

.up_page ul li a i {
	font-style: normal;
	color: #2e2e2e;
	font-size: 14px;
}

.up_page ul li a {
	font-style: normal;
	color: #6e6e6e;
	font-size: 14px;
}

.up_page {
	margin-bottom: 40px;
}

.w_top {
	width: 20%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.w_bottom {
	width: 20%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*在线留言*/

/* 在线留言 */

.message_nr h3 {
	font-size: 22px;
	color: #262626;
	text-align: center;
	line-height: 60px;
}

.message_nr p {
	font-size: 16px;
	color: #666;
	text-align: center;
}

/* 留言代码 */

.guanyu1 {
	width: 100%;
	padding: 45px 0 90px 0;
}

.gaunyu1-con {
	color: #2e2e2e;
	line-height: 30px;
	margin-top: 30px;
	box-sizing: border-box;
}

.layui-form-item {
	margin-bottom: 15px;
	clear: both;
}

.layui-form-label {
	font-size: 16px;
	float: left;
	position: relative;
	display: block;
	padding: 9px 15px;
	width: 80px;
	font-weight: 400;
	line-height: 25px;
	text-align: center;
}

.layui-input-block {
	margin-left: 110px;
	position: relative;
	min-height: 36px;
}

.layui-input {
	font-size: 16px;
	display: block;
	padding-left: 10px;
	height: 38px;
	line-height: 1.3;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	width: 792px;
}

.layui-input-block {
	margin-left: 110px;
	min-height: 36px;
}

.layui-textarea {
	font-size: 16px;
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	border: 1px solid #e3e3e3;
	width: 792px;
}

.layui-textarea {
	display: block;
	resize: none;
}

.layui-btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #0350a0;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
	vertical-align: middle;
}

.layui-btn+.layui-btn {
	margin-left: 10px;
}

.layui-btn-primary {
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #555;
}

.c-phone {
	display: none;
}

#dituContent {
	width: 444px;
	height: 378px;
	border: #ccc solid 1px;
}

@media(max-width:1200px) {
	.assurr {
		width: calc(100% - 116px);
		margin-left: 15px;
		margin-right: 15px;
	}

	.assurr_left {
		margin: 0;
		text-align: center;
		width: 130px;
	}

	.assurr_right {
		width: calc(100% - 130px);
	}

	.w1200 {
		width: 100%;
	}

	.jewnrgy_list_show ul li {
		width: calc(33.333333% - 12px);
		margin-right: 18px;
	}

	.about_us {
		padding: 50px 15px 32px 15px;
	}

	.index_about_r {
		width: calc(100% - 430px);
	}

	.index_about_r h3 {
		margin-bottom: 20px;
	}

	.watch_list ul li {
		width: calc(33.333333% - 12px);
		margin-right: 18px;
	}

	.container {
		width: 100%;
	}

	.index_news_show ul li {
		width: calc(33.333333% - 12px);
		margin-right: 18px;
	}

	.index_message_r {
		margin-right: 15px;
	}

	.index_message_l {
		padding: 0;
		margin-left: 15px;
		width: calc(100% - 500px);
	}

	.product_show_down ul li {
		width: calc(33.333333% - 12px);
		margin-right: 18px;
	}

	.show_top img {
		width: 100%;
		height: 100%;
	}

	.nr_news {
		padding: 0 15px;
	}
}