@charset "utf-8";

/*
 * 1.最外部直接用名称如：class="head",配置类wrap
 * 2.次外层加_in如：class="head_in",配置类inner
 * 3.section分开每部分
 * 4.相同样式的元素总的写样式，位置单独去配置
 * 5.后缀为_active的为动态切换时的样式
 * 6.banner img display:block;
 */


/*公共*/

html {
	min-width: 1200px;
}

body {
	/*padding-bottom: 200px;*/
}

* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", "黑体";
}

*:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: #000000;
}

ul {
	list-style: none;
}

img {
	border: none;
}

.wrap {
	width: 100%;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.hidden {
	display: none;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.clearFix:after {
	display: block;
	content: "";
	clear: both;
}

.point:hover {
	cursor: pointer;
}

*.transit {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*修改flexslider样式*/

.flex-control-nav {
	bottom: 50px;
	z-index: 5;
}

.section {
	position: relative;
	overflow: hidden;
	min-height: 850px;
}

.flex-control-paging li a {
	background: #FFFFFF;
}

.flex-control-paging li a.flex-active {
	background: #ff7800;
}

.flexslider {
	margin: 0;
	border: none;
}

.flexslider .slides img {
	/*width: auto;*/
	height: 100vh;
}

.flex-control-paging li a {
	width: 95px;
	border-radius: none;
	height: 3px;
	border: none;
}


/*========头部=========*/


/*top*/

.m_header_nav {
	width: 100%;
	opacity: 0;
	background: #fff;
}

.x_top {
	background: #eeeeee;
}

.x_top_in {
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	color: #333333;
}

.x_top_ul {
	overflow: hidden;
}

.x_top_ul li {
	display: inline-block;
}

.x_top_ul li a {
	font-size: 12px;
	color: #333333;
}

.x_top_ul li img {
	height: 15px;
	position: relative;
	top: 2px;
	margin: 0 3px;
}

.x_top_ul li a span {
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	top: -2px;
}


/*head*/

.x_head_in {
	height: 100px;
	background: #ffffff;
}

.x_logo {
	height: 100px;
	overflow: hidden;
}

.x_logo span {
	float: left;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}

.x_logo img {
	float: left;
	/*height: 60px;*/
	margin-top: 30px;
}

.x_nav1 {
	overflow: hidden;
}

.x_nav1>li {
	float: left;
	height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	/* margin-left: 40px; */
}

.x_nav1>li a {
	display: block;
	width: 100%;
	height: 98px;
	line-height: 100px;
	font-size: 15px;
	text-align: center;
}

.x_nav1active {
	background: #53c1f3
}

.x_nav1active a {
	color: white;
	background: #53c1f3
}

.x_nav2 {
	position: absolute;
	top: 137px;
	z-index: 10;
	width: 100%;
	height: 50px;
	background: #00a0e9;
	overflow: hidden;
}

.x_nav2_in {
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.x_nav2_in li {
	height: 50px;
	/*float: left;*/
	display: inline-block;
	margin-right: 50px;
}

.x_nav2_in li a {
	height: 50px;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
}

.x_nav3 {
	position: absolute;
	top: 186px;
	z-index: 10;
	width: 100%;
	height: 60px;
	background: rgba(225, 225, 225, 0.9);
	overflow: hidden;
}

.x_nav3_in {
	height: 60px;
	overflow: hidden;
}

.x_nav3_in li {
	height: 60px;
	float: left;
}

.x_nav3_in li a {
	height: 60px;
	color: #333333;
	line-height: 60px;
	font-size: 14px;
	padding: 0 40px;
}


/*section1*/

.x_form {
	width: 1200px;
	height: 145px;
	position: absolute;
	top: 530px;
	left: 50%;
	z-index: 20;
	transform: translateX(-50%);
	/*	background: rgba(255,255,255,0.5);*/
}

.x_form>div {
	width: 710px;
	margin: 0 auto;
}

.x_form_cell {
	width: 345px;
	height: 50px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.5);
	margin-bottom: 40px;
}

.x_form_sub {
	width: 345px;
	height: 50px;
	border-radius: 10px;
	background: #00a0e9;
	margin-bottom: 40px;
	border: none;
	color: #FFFFFF;
	font-size: 24px;
}

.x_form label img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: auto !important;
	height: 30px !important;
}

.x_form label input {
	height: 35px;
	line-height: 35px;
	margin-top: 8px;
	margin-left: 5px;
	padding-left: 5px;
	width: 250px;
	border-left: 1px solid #333333;
	border-bottom: none;
	border-right: none;
	border-top: none;
	background: none;
	color: #333333;
}


/*section2*/

.x_title {
	opacity: 0;
	text-align: center;
}

.x_title h2 {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 30px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.x_title h3 {
	font-size: 18px;
	color: #ff7800;
	margin-top: 10px;
}

#is_1 {
	position: relative;
	width: 990px;
	height: 40vh;
	max-height: 400px;
	margin: 55px auto auto auto;
	overflow: hidden;
	opacity: 0;
}

.nicescroll-rails>div {
	opacity: 0;
}

.about_text {
	width: 960px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}

.x_more2 {
	display: block;
	width: 300px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 5vh;
	left: 50%;
	margin-left: -150px;
	opacity: 0;
}


.x_more {
	display: block;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #fff;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	opacity: 0;
}

/*section3*/

#s3_box {
	opacity: 0;
}

.x_product {
	/*overflow: hidden;*/
	margin-top: 50px;
}

#x_pleft {
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}

#x_pright {
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
}

.x_product .slides>li {
	text-align: center;
	width: 380px;
	padding-left: 60px;
	padding-right: 60px;
	height: 480px;
	background: rgba(90, 90, 120, 0.8);
}

.x_product .slides>li img {
	height: 85px;
	margin-top: 50px;
}

.x_product .slides>li h3 {
	color: #fff;
	font-size: 20px;
	padding: 25px 0;
}

.x_p_text {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-align: justify;
}


/*section4*/

#s4_img {
	opacity: 0;
}

.ys_in>h3 {
	position: absolute;
	font-size: 26px;
	color: #feffff;
	opacity: 0;
}

.ys_in>p {
	position: absolute;
	font-size: 14px;
	color: #feffff;
	line-height: 30px;
	opacity: 0;
}

#h3_1 {
	right: 267px;
	top: 345px;
}

#h3_2 {
	right: 265px;
	top: 544px;
}

#h3_3 {
	right: 182px;
	top: 672px;
}

#p_1 {
	width: 550px;
	top: 405px;
	right: 0px;
}

#p_2 {
	width: 550px;
	top: 591px;
	right: 20px;
}

#p_3 {
	width: 550px;
	top: 715px;
	right: 55px;
}


/*section5*/

.s5_title {
	opacity: 0;
	text-align: center;
	padding-top: 160px;
}

.s5_title h3 {
	position: relative;
	z-index: 10;
	width: 838px;
	margin: 0 auto;
	font-size: 44px;
	color: #173a54;
	line-height: 80px;
}

.s5_title p {
	width: 640px;
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 500;
	position: absolute;
	top: 212px;
	left: 50%;
	transform: translateX(-50%);
}

.s5_ul {
	overflow: hidden;
	margin-top: 4vh;
	opacity: 0;
}

.s5_ul>li {
	float: left;
	width: 200px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	height: 390px;
	border-radius: 10px;
	background: rgba(42, 73, 95, 0.9);
	margin-left: 53.3px;
	color: #FFFFFF;
}

.s5_ul>li:first-of-type {
	margin-left: 0;
}

.s5_ul li img {
	height: 96px;
	margin-top: 45px;
	margin-bottom: 40px;
}

.s5_text {
	text-align: justify;
}

.s5_text h3 {
	font-size: 18px;
	padding-bottom: 5px;
}

.s5_text p {
	font-size: 14px;
	line-height: 24px;
	height: 120px;
	overflow: hidden;
}


/*section6*/

.news_l {
	width: 710px;
	float: left;
	opacity: 0;
}

.news_l ul li {
	height: 102px;
	overflow: hidden;
	margin-bottom: 25px;
}

.time {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border: 1px solid #666666;
	text-align: center;
}

.time h3 {
	font-size: 24px;
	padding-top: 18px;
}

.time span {
	display: block;
	width: 24px;
	height: 0;
	border-top: 1px solid #666666;
	margin: 3px auto;
}

.time p {
	font-size: 18px;
	color: #666666;
}

.news_h2 {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	padding-bottom: 10px;
}

.news_p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.news_r {
	width: 450px;
	float: right;
	opacity: 0;
}

.news_r>img {
	display: block;
	width: 100%;
	height: 262px;
}

.news_r>h2 {
	font-size: 18px;
	line-height: 55px;
}

.news_r>p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}

.news_detial {
	margin-top: 20px;
	font-size: 14px;
}

.news_detial span {
	float: left;
	color: #00a0e9;
}

.news_detial a {
	float: right;
	color: #666666;
}


/*===========foot===========*/

#floor {
	width: 70px;
	position: fixed;
	left: 0px;
	bottom: 0;
	list-style-type: none;
	z-index: 100;
}

#floor li {
	height: 70px;
}

#floor a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #00a0e9;
}

#floor li:nth-child(even) a {
	background-color: #0489c5;
}

#floor .active a {
	background-color: #ff7800 !important;
}

#tool {
	width: 70px;
	position: fixed;
	z-index: 70;
	right: 0px;
	bottom: 0;
}

#tool li {
	position: relative;
	width: 70px;
	height: 70px;
	background: #fff;
	text-align: center;
}

#tool li:nth-child(even) {
	background: #eaeaea;
}

#tool li:hover {
	background: #00a1e9;
}

#tool li .img1 {
	height: 30px;
	margin-top: 20px;
}

#tool li div>img {
	display: none;
	transition: all 200ms;
	position: absolute;
	right: 80px;
	top: -45px;
}

#tool li:hover div>img {
	display: block;
}

.foot {
	width: 100%;
	height: 432px;
	background: #3d3d3d;
	/*margin-top: calc(100vh - 830px);*/
}

.foot_text {
	float: left;
	padding-top: 40px;
	width: 244px;
	text-align: left;
	color: #FFFFFF;
	margin-right: 20px;
}

.foot_text img {
	height: 60px;
	margin-left: 60px;
}

.foot_text h2 {
	font-size: 19px;
	line-height: 50px;
}

.foot_text p {
	font-size: 14px;
	line-height: 30px;
}

.foot_ul1 {
	float: left;
	/*overflow: hidden;*/
	padding-top: 65px;
}

.foot_ul1>li {
	float: left;
	width: 150px;
	padding-left: 60px;
	height: 305px;
	border-left: 1px solid #505050;
}

.foot_ul2 a {
	font-size: 14px;
	color: #EEEEEE;
	line-height: 30px;
}

.foot_ul2 h3 {
	font-size: 16px;
	color: #fff;
}


/*内页*/

.in_banner {
	display: block;
	width: 100%;
}

.content_in {
	/*overflow: hidden;*/
}

.content_in:after {
	content: "";
	display: block;
	clear: both;
}

.con_left {
	width: 270px;
	float: left;
	overflow: hidden;
	background: #ebe9e9;
	font-size: 16px;
	/*margin-bottom: 40px;*/
	position: relative;
	/*top: -60px;*/
	z-index: 999;
}

.con_left>ul {
	text-align: center;
	overflow: hidden;
}

.con_l_title {
	height: 120px;
	background-color: #00a0e9;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.con_l_title h2 {
	font-weight: 400;
	font-size: 24px;
	padding-top: 30px;
	padding-bottom: 2px;
}

.con_l_contact {
	height: 295px;
	padding-top: 25px;
	background: #fff;
}

.con_l_contact>img {
	display: block;
	width: 100%;
}

.con_l_d1 {
	height: 90px;
	background-color: #ebe9e9;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.con_l_d1 p {
	font-size: 14px;
	color: #333333;
	padding-top: 20px;
}

.con_l_d1 h3 {
	font-size: 28px;
	color: #00a0e9;
}

.con_l_d2 {
	background-color: #ebe9e9;
	height: 100px;
	padding: 20px 30px 0 30px;
	line-height: 25px;
	font-size: 14px;
	color: #333333;
}

.bz_p {
	position: relative;
	height: 45px;
	line-height: 45px;
	color: #333333;
	background: #ebe9e9;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.bz_p a {
	display: block;
	width: 100%;
	height: 100%;
}

.bz_p a:hover {
	background: #00a0e9;
	color: #fff;
}

.bz_p span {
	position: absolute;
	left: 30px;
	display: none;
}

.bz_p.active {
	background: #00a0e9;
	color: #fff;
	border-bottom: none;
}

.bz_p.active a {
	color: #fff;
}

.bz_p img {
	position: relative;
	top: -2px;
	margin-left: 110px;
	transition: all 200ms;
}

.bz_p img.active {
	transform: rotateZ(180deg);
}

.bz_ul_in {
	overflow: hidden;
}

.bz_ul_in>li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
}

.bz_ul_in>li>a {
	display: block;
	width: 100%;
	height: 100%;
	background: #318bcb;
	color: #fff;
}

.con_right {
	position: relative;
	float: right;
	width: 810px;
	padding-left: 35px;
	padding-right: 35px;
	overflow: hidden;
	margin-bottom: 40px;
}

.con_nav {
	margin-top: 40px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 60px;
	font-size: 14px;
	color: #333333;
	text-align: right;
}

.con_nav a {
	font-size: 14px;
	color: #333333;
}

.con_nav img {
	height: 18px;
	position: relative;
	top: 3px;
}

.con_text h3 {
	text-align: left;
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}

.con_text .pre {
	text-align: left;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.con_text>h2 {
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	text-align: center;
}

.con_text>h4 {
	color: #ff7800;
	font-size: 14px;
	line-height: 55px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: 400;
}

.news_list {
	overflow: hidden;
}

.news_list li {
	height: 110px;
	border-bottom: 1px dotted #ccc;
}

.news_list li .date {
	width: 64px;
	height: 66px;
	background: #b8b8b8;
	float: left;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-right: 15px;
}

.news_list li .date h3 {
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
	margin-bottom: 0;
	margin-top: 3px;
}

.news_list li .date p {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

.news_list li h2 {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	padding-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li a>p {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.news_list li:hover .date {
	background: #00a0e9;
}

.news_list li:hover h2 {
	color: #00a0e9;
}

.page_up_down {
	border-top: 1px dotted #ccc;
	margin-top: 20px
}

.page_up_down a {
	display: block;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #333333;
	padding-top: 50px;
}

.page_up_down a:hover {
	color: #00a0e9;
}


/*分页样式*/
/* 
#pagelist {
	text-align: center;
	margin-top: 45px;
}

#pagelist a {
	display: inline-block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	margin: 0 2px;
}

#pagelist a:hover {
	border: 1px solid #333;
	color: #333;
}

#pagelist a:first-of-type,
#pagelist a:last-of-type {
	width: 45px;
}

#pagelist a:nth-child(2),
#pagelist a:nth-last-child(2) {
	width: 60px;
}

#pagelist span {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	margin: 0 2px;
	cursor: default;
}

#pagelist span.current {
	background: #ff7800;
	border: 1px solid #ff7800;
	color: #fff;
} */

#pagelist {
	padding: 4px;
	margin: 4px;
	text-align: center;
}

#pagelist a {
	border: #eee 1px solid;
	padding: 4px 6px;
	margin: 2px;
	color: #036cb4;
	text-decoration: none;
	font-size: 14px;
	font-family: MicroSoft YaHei;
	width: auto;
}

#pagelist a:hover {
	border: #999 1px solid;
	color: #666;
}

#pagelist a:active {
	border: #999 1px solid;
	color: #666;
}

#pagelist .current {
	border: #036cb4 1px solid;
	padding: 4px 6px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	font-size: 14px;
	*font-size: 16px;
	background-color: #036cb4;
}

#pagelist .disabled {
	border: #eee 1px solid;
	padding: 3px 6px;
	margin: 2px;
	color: #ddd;
}

#pagelist .total {
	color: #333;
	*vertical-align: 4px;
}

#pagelist select {
	border: #eee 1px solid;
	padding: 3px 6px 3px 6px;
	color: #036cb4;
	font-size: 14px;
	font-family: MicroSoft YaHei;
}

.page_show {
	margin: 10px 0 5px;
	color: #666;
	line-height: 20px;
	font-size: 12px;
	border-top: 1px dashed #ccc;
	padding-top: 5px;
	text-align: left
}

.page_show a {
	color: #000;
	text-decoration: none
}

.page_show a:hover {
	text-decoration: underline
}

.X_search {
	position: relative;
	width: 967px;
	height: 62px;
	margin: 0 auto;
	z-index: 10;
}

.X_select_hand {
	position: relative;
	float: left;
	width: 70px;
	height: 62px;
	line-height: 62px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	cursor: default;
}

.X_select_hand span {
	color: #000;
	padding-left: 18px;
}

.X_select_hand div {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #000;
	margin-left: 8px;
	vertical-align: middle;
}

.X_search input[type=text] {
	float: left;
	display: block;
	width: 600px;
	height: 58px;
	border: 2px solid #fff;
	padding-left: 1em;
}

.X_search input[type=submit] {
	display: block;
	float: left;
	width: 260px;
	color: #fff;
	height: 62px;
	background: #ff7800 url(../images/fdj.png) 50% 50% no-repeat;
	background-size: 30px auto;
	border: none;
}

.X_downlist {
	width: 70px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #FFFFFF;
	cursor: default;
}

.X_downlist>li {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.X_downlist>li p {
	width: 100%;
	text-align: center;
}

.X_downlist>li:hover {
	color: #000;
}

.Ximg {
	position: relative;
	overflow: hidden;
	margin-top: 115px;
}

.Ximg li {
	float: left;
	width: 244px;
	margin-left: 34px;
	margin-right: 20px;
}

.Ximg li img {
	height: 93px;
	display: block;
	margin: 0 auto;
}

.Ximg li p {
	font-size: 24px;
	color: #000000;
	font-weight: 600;
	text-align: center;
	padding-top: 2px;
}

.Ximg li div {
	margin-top: 25px;
}

.Ximg li div a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.Ximg li div a:hover {
	color: #ff7800;
}

.Ximg li .Xdiv a {
	float: left;
	margin-left: 30px;
}

.szc_mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9999999;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.szc_cell {
	position: fixed;
	width: 458px;
	height: 452px;
	background: #fff;
	left: 50%;
	top: 50%;
	margin-left: -229px;
	margin-top: -226px;
}

.szc_title {
	position: relative;
	height: auto;
	border-bottom: 0;
	padding-top: 28px;
	color: #000;
	text-align: center;
	line-height: 100%;
	background: #fff;
	font-size: 24px;
	font-weight: 700;
}

.szc_title::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 12px;
	top: 0;
	background: #00a0e9;
}

.szc_title span {
	display: block;
	margin-top: 12px;
	margin-left: 22px;
	margin-right: 22px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #CACACA;
	box-sizing: border-box;
	color: #AAA;
	line-height: 100%;
	font-size: 14px;
	font-weight: 400;
}

.szc_close {
	top: 28px;
	font-size: 30px;
	font-weight: 400;
	color: #C2C2C2;
	cursor: pointer;
	display: block;
	font-family: tahoma;
	height: 18px;
	line-height: 14px;
	position: absolute;
	right: 12px;
	text-decoration: none;
	z-index: 10;
}

.szc_ipt_box {
	padding-top: 32px;
	padding-right: 21px;
	padding: 18px 20px;
	overflow: hidden;
	z-index: 20;
}

.szc_ipt_cell {
	/*margin-bottom: 15px;*/
	overflow: hidden;
}

.szc_bt {
	color: red;
	font-family: SimSun;
	font-size: 14px;
	margin-right: 6px;
}

.szc_ipt_cell label {
	float: left;
	width: 120px;
	padding-top: 5px;
	margin-right: 10px;
	text-align: right;
	font-size: 16px;
	color: #727272;
	letter-spacing: 2px;
}

.szc_ipt_cell input[type=text] {
	width: 275px;
	height: 38px;
	box-sizing: border-box;
	border: 1px solid #DEDEDE;
	border-radius: 7px;
	color: #595959;
	vertical-align: middle;
	padding: 7px 9px;
	line-height: 18px;
	border: 1px solid #c1c1c1;
	font-size: 12px;
}

.szc_msg {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding-left: 130px;
}

.szc_p {
	font-size: 14px;
	color: #888;
	letter-spacing: 1.2px;
	margin-top: 10px;
	text-align: center;
}

.szc_cell input[type=submit] {
	display: block;
	margin: 20px auto 0 auto;
	width: 264px;
	height: 48px;
	background-color: #FD8545;
	letter-spacing: 5px;
	line-height: 48px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
}

.szc_count {
	color: #FD8545;
	font-size: 14px;
}

.green {
	color: #009934;
}

.tradeBox,
.tradeBox * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tradeBox {
	padding-bottom: 100px;
	background: #fff;
	margin-top: 30px;
}

.tradeBox .top_trade {
	border-bottom: 1px solid #ebe9e9;
}

.tradeBox .top_trade a {
	font-size: 14px;
	color: #444;
	height: 60px;
	line-height: 60px;
	width: 96px;
	text-align: center;
}

.tradeBox .top_trade a:first-child {
	border-top: 1px solid #666;
}

.tradeBox .top_trade a:hover {
	border-top: 1px solid #666;
}

.tradeBox .top_trade a.on {
	border-top: 1px solid #666666;
}

.tradeBox .bottom_trade {
	padding-top: 40px;
	padding-left: 100px;
	padding-right: 100px;
}

.tradeBox .bottom_trade .ti_trade {
	text-align: center;
	margin-bottom: 45px;
}

.tradeBox .bottom_trade .ti_trade .conBox {
	display: inline-block;
	position: relative;
	padding: 0 130px;
	height: 30px;
	line-height: 30px;
}

.tradeBox .bottom_trade .ti_trade .conBox:before {
	display: block;
	width: 115px;
	height: 1px;
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	border-top: 1px solid #eee;
}

.tradeBox .bottom_trade .ti_trade .conBox:after {
	display: block;
	width: 115px;
	height: 1px;
	content: "";
	position: absolute;
	top: 15px;
	right: 0;
	border-top: 1px solid #eee;
}

.tradeBox .bottom_trade .ti_trade .sp1 {
	font-size: 12px;
	position: relative;
	top: -5px;
	color: #ccc;
}

.tradeBox .bottom_trade .ti_trade .sp2 {
	font-size: 20px;
	color: #444444;
}

.tradeBox .bottom_trade .smallBox_trade {
	margin-bottom: 10px;
}

.tradeBox .bottom_trade .smallBox_trade .smallTi_trade {
	font-size: 18px;
	color: #666;
	margin-bottom: 28px;
	font-weight: bold;
}

.tradeBox .bottom_trade .smallBox_trade img {
	display: block;
	width: ;
	margin-bottom: 50px;
}

.tradeBox .bottom_trade .xzTi {
	font-size: 14px;
	color: #00a0e9;
	margin-bottom: 30px;
}

.tradeBox .bottom_trade .xzCon {}

.tradeBox .bottom_trade .xzCon .p1 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

.tradeBox .bottom_trade .xzCon .p2 {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.tradeBox .bottom_trade .xzCon .p2 a {
	font-size: 14px;
	font-weight: bold;
	color: #00a0e9;
	text-decoration: underline;
	margin-left: 10px;
}

#toTop {
	opacity: 1 !important;
	display: block !important;
	cursor: pointer
}

.in_banner {
	position: relative;
	width: 100%;
	color: #fff;
}

.in_banner img {
	width: 100%;
	min-height: 260px;
}

.banner_text {
	position: absolute;
	top: 20%;
	left: 40%;
}

.banner_text p {
	margin-top: 15px;
}

.banner_p1 {
	font-size: 30px;
}

.banner_p2,
.banner_p3 {
	font-size: 14px;
}

.banner_p3 strong {
	font-size: 24px;
}

.banner_text input {
	border: none;
	border-radius: 3px;
	background-color: #ff7200;
	color: #fff;
	width: 260px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	margin-top: 20px;
}


.product_index {
	width: 1200px;
	margin: 0 auto;
}

.product_index_item {
	width: 296px;
	height: 346px;
	box-shadow: 4px 4px 15px #efefef;
	border-radius: 5px;
	float: left;
}

.product_index_item:nth-child(4n + 2) {
	margin-left: 5px
}

.product_index_item:nth-child(4n + 3) {
	margin-left: 5px
}

.product_index_item:nth-child(4n + 4) {
	margin-left: 5px
}

.product_index_title {
	height: 50px;
	line-height: 50px;
    padding-left: 10px;
    text-align: center;
}

.product_index_img {
	width: 100%;
	height: 296px;
}

.product_index_param {
	padding-left: 10px;
	margin-top: 10px;
}

.product_index_param span {
	display: block;
	background: #53c1f3;
	color: white;
	width: 50px;
	text-align: center;
	border-radius: 5px;
	float: left;
}

.product_index_gongneng_content {
	float: left;
	text-indent: 1em;
}

.product_en_category{
	padding-top: 100px;
    font-size: 65px;
    color:#ff7800;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    height: 100px;
    line-height: 100px;
}

.product_cn_category{
    font-size: 30px;
    color:black;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.product_index_category_line{
    width: 40px;
    height:3px;
    background: #ff7800;
    margin: 0 auto;
}

.product_index_container{
    height: 100%;
    overflow: hidden;
}

.sectiontop{
    margin-top:10px;
}

.product_index_more {
	margin-top: 50px;
}

.product_index_more a {
	display: block;
	background: #53c1f3;
	width: 100px;
	color: white;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
}

.about_index_left {
	width: 45%;
	float: left;
}

.about_index_left_title {
	font-size: 16px;
	font-weight: bold
}

.about_index_more {
	margin-top: 50px;
}

.about_index_more a {
	display: block;
	background: #53c1f3;
	width: 100px;
	color: white;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.about_index_right {
	float: right;
}

.about_index_right img {
	width: 90%;
}

.about_index_back {
	background: url('../../images/about_index_back.png') center center repeat-x;
	height: 400px;
	padding-top: 100px;
}

.about_index_back_item {
	width: 33%;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.about_index_entitle {
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.about_index_title {
	width: 100px;
	border-radius: 10px;
	border: 1px solid white;
	color: white;
	margin: 0 auto;
	margin-top: 5px;
}

.about_index_content {
	color: white;
	margin-top: 10px;
	text-align: center;
}

.contact_index_title {
	color: black;
	font-size: 26px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.contact_index_entitle {
	color: black;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold
}

.contact_index_item {
	width: 25%;
	float: left;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	margin-top: 50px;
}

.topbanner img {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.aboutcontainer {
    margin-top: 50px;
    overflow: hidden;
    font-size: 16px;
}

.abouttitle {
	color: black;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
}

.aboutleft {
	width: 45%;
	float: left;
    line-height: 1.5em;
}

.aboutright {
	width: 50%;
	float: right;
}

.aboutteam {
    margin-top: 30px;
    overflow: hidden;
    font-size: 19px;
}

.aboutcontent{
	font-size: 16px;
	line-height: 1.5em;
}

.aboutteam .aboutright {
	padding-top: 40px;
	text-align: right
}

.aboutteam .aboutright{
    line-height: 1.5em;
}

.ourhonor {
	background: #f7f7f7;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.ourhonortitle {
	font-size: 30px;
	color: #323232;
}

.ourhonorentitle {
	color: #b5b5b5;
	font-size: 20px;
	margin-top: 20px;
}

.ourhonortitleline {
	height: 3px;
	width: 30px;
	margin: 0 auto;
	margin-top: 10px;
	background: #53c1f3
}

.ourhonordesc {
	margin-top: 40px;
    color: #4a4a4a;
    font-size: 20px;
    line-height: 1.5em;
}

.ourhonorimg {
	margin-top: 60px;
	text-align: center
}

.aboutservice {
	height: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}

.aboutservice img {
	width: 100%;
	margin-top: 40px;
}

.aboutservicetitle {
	color: #b5b5b5;
	border-radius: 10px;
	border: 1px solid #b5b5b5;
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
}

.aboutshebei {
	height: 100%;
	overflow: hidden;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 100px;
}

.aboutshebeicontainer {
	background: url(../../images/aboutshebei.png) right center no-repeat;
	padding-top: 50px;
	min-height: 700px;
}

.aboutshebeiitemtitle {
	border-left: 3px solid #53c1f3;
	padding-left: 10px;
	color: #53c1f3;
	font-weight: bold;
	text-align: left;
	margin-top: 40px;
	font-size: 16px;
}

.aboutshebeiitemcontent {
	width: 700px;
	text-align: left;
	margin-top: 10px;
	line-height: 30px;
}

.hrtop {
	margin-top: 40px;
	position: relative;
}

.hrtopdesc {
	position: absolute;
	left: 600px;
	top: 30px;
	width: 570px;
	color: #6c6c6c
}

.hrcontainer {
	padding-top: 20px;
}

.hrleft {
	float: left;
	width: 850px;
}

.hritem {
	border-bottom: 1px solid #efefef;
	height: 100%;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 40px;
}

.hritemleft {
	float: left;
	width: 285px;
	color: #41aaed;
	font-size: 28px;
	font-weight: bold
}

.hritemright {
	float: left;
}

.hrrgiht {
	float: left;
	border-left: 1px solid #efefef;
	padding-left: 40px;
	width: 305px;
}

.hrrightitem {
	color: #626262;
	font-size: 18px;
	margin-top: 20px;
}

.hrrighttitle {
	font-size: 28px;
	color: #41aaed;
	margin-top: 40px;
	font-weight: bold;
}

.hrrgihtitemicon {
	float: left;
}

.hrrgihtitemtitle {
	float: left;
	text-indent: 1em;
}

.hrrightcontent {
	margin-top: 10px;
	line-height: 20px;
	color: #7e7e7e;
	font-size: 17px;
}

.newstop {
	margin-top: 20px;
}

.newstopleft {
	width: 560px;
	float: left;
}

.newstopright {
	width: 560px;
	margin-left: 78px;
	float: right;
}

.newstopitem img {
	width: 100%;
	height: 200px;
}

.newstoptitle {
	margin-top: 28px;
	color: #434343;
	font-size: 20px;
}

.newstopdesc {
	margin-top: 20px;
	color: #6c6c6c;
	font-size: 15px;
}

.newstopmore {
	margin-top: 20px;
}

.newstopmore a {
	display: block;
	background: #53c1f3;
	color: white;
	height: 36px;
	line-height: 36px;
	width: 100px;
	text-align: center;
	border-radius: 10px;
}

.newscontainer {
	margin-top: 60px;
}

.newsitem {
	width: 100%;
	border-top: 1px solid #efefef;
	padding-top: 45px;
	padding-bottom: 45px;
	height: 150px;
}

.newsitemleft {
	width: 240px;
	float: left;
}

.newsitemleft img {
	width: 100%;
	height: 150px;
}

.newsitemright {
	margin-left: 20px;
	float: left;
}

.newsitemrighttitle {
	margin-top: 10px;
}

.newsitemrighttitle a {
	color: #434343;
	font-size: 18px;
}

.newsitemrightdesc {
	font-size: 15px;
	color: #6c6c6c;
	margin-top: 20px;
}

.newsitemrightdate {
	font-size: 14px;
	color: #b3b3b3;
	margin-top: 10px;
}

.newscontainer {
	margin-top: 45px;
}

.newslefticon {
	width: 90px;
	float: left;
	text-align: center;
}

.newslefticon img {
	/* width: 100%; */
}

.newsinforight {
	float: left;
}

.newsinforighttitle {
	color: #434343;
	font-size: 18px;
}

.newsinforightdate {
	font-size: 14px;
	color: #b3b3b3;
	margin-top: 10px;
}

.newsinforightcontent {
	margin-top: 45px;
}

.contactmap {
	margin-top: 55px;
}

.contacttitle {
	margin-top: 80px;
	font-size: 30px;
	color: #404040;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #bebebe;
	width: 700px;
}

.contactaddress {
	font-size: 27px;
	color: #6e6e6e;
	margin-top: 10px;
}

.contactaddressen {
	font-size: 22px;
	color: #6e6e6e;
	margin-top: 10px;
}

.contactcontent {
	margin-top: 65px;
}

.contactcontentitem {
	clear: both;
	margin-top: 30px;
	height: 82px;
	line-height: 82px;
}

.contactcontentitemleft {
	float: left;
	width: 60px;
}

.contactcontentitemright {
	float: left;
	margin-left: 36px;
	color: #717171;
	font-size: 24px;
}

.messagetitle {
	margin-top: 53px;
	font-size: 34px;
	color: #1d1d1d;
}

.messagecontent{
	margin-top: 32px;
}

.messageleft{
	width: 582px;
	float: left;
}

.messageright{
	width: 582px;
	float: left;
	margin-left: 10px;
}

.messageitem{
	height: 47px;
	line-height: 47px;
	margin-top: 12px;
}

.messageleft .messageitem input{
	color: #747474;
	height: 47px;
	line-height: 47px;
	width: 99%;
	border:none;
	background: #f7f7ff;
	text-indent: 1em;
}

.messageright .messageremark textarea{
	color: #747474;
	height: 223px;
	line-height: 30px;
	width: 99%;
	border:none;
	background: #f7f7ff;
	padding-left: 1em;
	margin-top: 12px;
}

.messageright .messageitem{
	margin-top: 12px;
}

#mname{
	color: #747474;
	height: 47px;
	line-height: 47px;
	width: 200px;
	border:none;
	background: #f7f7ff;
	text-indent: 1em;
	float: left;
}

#cdd{
	float: left;
	margin-left: 20px;
}

.messageitem input::-webkit-input-placeholder {
	text-indent: 1em;
}

.messageitem input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-indent: 1em;
}
.messageitem input::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-indent: 1em;
}
.messageitem input:-ms-input-placeholder { /* Internet Explorer 10+ */
	text-indent: 1em;
}

.messageitem textarea::-webkit-input-placeholder {
	text-indent: 1em;
}

.messageitem textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-indent: 1em;
}
.messageitem textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-indent: 1em;
}
.messageitem textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	text-indent: 1em;
}

.messagebutton{
	width: 500px;
	margin: 0 auto;
	margin-top: 100px;
}

.submitbutton{
	background: #41aaed;
	width: 200px;
	border-radius: 10px;
	float: left;
	color: white;
	height: 40px;
	line-height: 40px;
	border: none;
	cursor: pointer;
}

.resetbutton{
	background: #c0c0c0;
	width: 200px;
	border-radius: 10px;
	float: right;
	color: #464646;
	height: 40px;
	line-height: 40px;
	border: none;
	cursor: pointer;
}

.productcontainer{
	margin-top: 42px;
}

.product_index_item{
    margin-top: 13px;
}

.productcontainer .product_index_item{
	margin-top: 13px;
}

.product_index_item_hover{
	background: #53c1f3;
}

.product_index_item_hover .product_index_title{
	color: white;
}

.product_index_item_hover .product_index_gongneng span{
	background: white;
    color: #53c1f3;
}

.product_index_item_hover .product_index_gongneng_content{
	color: white;
}

.productimg{
	text-align: center;
}

.productimg img{
    width: 100%;
}

.product_content_item{
    margin-top: 36px;
}

.product_left_title{
	width: 100px;
	height: 40px;
	line-height: 40px;
	color:white;
	background-color: #53c1f3;
	text-align:center;
	transform:skewX(-20deg);
	-webkit-transform:skewX(-20deg);  /*兼容-webkit-引擎浏览器*/
	-moz-transform:skewX(-20deg);/*兼容-moz-引擎浏览器*/
	float: left;
	font-size: 20px;
	margin-left: 10px;
}

.product_left_title span{
	display: inline-block;
	transform:skewX(20deg);
	-webkit-transform:skewX(20deg);  /*兼容-webkit-引擎浏览器*/
	-moz-transform:skewX(20deg);/*兼容-moz-引擎浏览器*/
}

.product_right_title{
	width:400px;
	height: 40px;
	line-height: 40px;
	float: left;
	color: #737272;
	font-size: 20px;
	margin-left: 20px;
}

.product_title_line{
	width: 500px;
	margin-top: 3px;
	height: 3px;
	background: #53c1f3;
}

.product_title{
	height: 40px;
	line-height: 40px;
	color: #4a4a4a;
	font-size: 28px;
    margin-top: 20px;
}

.product_titleorange{
	height: 50px;
	line-height: 50px;
	font-size: 30px;
    margin-top: 20px;
    color: orange;
    text-indent: 1em;
    position: relative;
}

.product_entitleorange{
	height: 50px;
	line-height: 50px;
	font-size: 26px;
    color: orange;
    text-indent: 1.1em;
    position: relative;
}


.product_titleicon{
    width: 15px;
    height: 15px;
    border-radius: 3px;
    position: absolute;
    top: 23px;
    left: 10px;
    background: orange;
}

.product_content{
	margin-top: 20px;
}

.footer_line{
    width: 100%;
    height: 3px;
    background: #53c1f3;
    margin-top:40px;
}

.footer{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 100px;
}

.footerlogo{
    width: 380px;
    float: left;
}

.footerright{
    float: left;
    margin-top: 10px;
}

.footernav ul li{
    float: left;
    margin-left: 20px;
    /* position: absolute; */
    height: 30px;
    line-height: 30px;
}

.footernav ul li a{
    font-size: 16px;
}

.footernav ul li .blackborder{
    position: relative;
    width: 60%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0;
}

.footernav ul li .blueborder{
    position: relative;
    width: 60%;
    height: 1px;
    background: #53c1f3;
    bottom: 1px;
    left: 40%;
}

.footercontact{
    margin-left: 20px;
    margin-top: 60px;
}

.footerbottom{
    height: 60px;
    line-height: 60px;
    background: #53c1f3;
    width: 100%;
    margin-top:100px;
}

.footerbottom ul li{
    margin-left: 20px;
    float: left;
}

.footerbottom ul li a{
    color:white;
}

.productleft{
    float: left;
    width: 253px;
}

.productlefttitle{
    height: 75px;
    line-height: 75px;
    text-indent: 20px;
    color: white;
    background: #41aaed;
    font-size: 26px;
}

.productleftcategory li{
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.productleftcategory i a{
    font-size: 17px;
    color: #323232;
}

.productleftcategory li.active{
    background: #f1f1f1;
    position: relative;
}

.productleftcategory li.active .triangle_border_right{
    width: 0;
    height: 0;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #a0a0a0;
    position: absolute;
    right: 5px;
    top: 25px;
}

.productright{
    float: left;
    margin-left: 22px;
    width: 925px;
}

.product_right_item{
    width: 295px;
    float: left;
    margin-left: 18px;
    margin-bottom: 18px;
}

.product_right_item:nth-child(3n + 1)
{
    margin-left: 0;
}

.product_right_img{
    height: 250px;
    width: 100%;
}

.product_right_item_title{
    height: 65px;
    line-height: 65px;
    background: #41aaed;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 17px;
}

.productleftmessage{
	padding: 10px;
	line-height: 40px;
}

.productleftmessage a{
    font-size: 30px;
}

.productleftmessage a:hover{
    color: orange;
}

.productrightcontainer{
	float: left;
	width: 900px;
    margin-left: 40px;
}

.friend-item{
	width: 120px;
	height: 50px;
	float: left;
	margin-right: 20px;
    margin-top: 20px;
    text-align: center;
}

.friend-item img{
    width: 80px;
	height: 50px;
}

.friend-item p{
    height: 40px;
    line-height: 40px;
}

.aboutorange{
    color: #fb7700;
}

.aboutblue{
    color: #63c5f2;
}