@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;
}

* {
	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;
}


/*修改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: 20px;
}

.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: 382px;
	top: 307px;
}

#h3_2 {
	right:385px;
	top: 462px;
}

#h3_3 {
	right: 294px;
	top: 570px;
}

#p_1 {
	width: 550px;
	top: 345px;
	right: 0px;
}

#p_2 {
	width: 550px;
	top: 495px;
	right: 20px;
}

#p_3 {
	width: 550px;
	top: 602px;
	right: 55px;
}


/*section5*/

.s5_title {
	opacity: 0;
	text-align: center;
	padding-top: 140px;
}

.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: 195px;
	left: 50%;
	transform: translateX(-50%);
}

.s5_ul {
	overflow: hidden;
	margin-top: 10px;
	opacity: 0;
}

.s5_ul>li {
	float: left;
	width: 200px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	height: 360px;
	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: 450px;
	background: #3d3d3d;
	margin-top: 100px;
}

.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: 140px;
	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;*/
}

.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 span {
	position: absolute;
	left: 30px;
}

.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;
}

.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: 30px;
}

.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;
}

#xh2{
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}
#sec3_back_img{
	height: 430px !important;
}

#s4_img {
	margin-top: 10px !important;
	height: 415px !important;
	margin-left: 60px !important;
}
.section5 .x_more{
	margin-top: 20px !important;
}
