﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: '微软雅黑', sans-serif;
}

td,
th,
caption {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

a:hover {
	text-decoration: none !important;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

video {
	object-fit: contain;
}

/* 
*  preloading
**/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10000;
}
#preloader #preloader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    animation: spin 2s linear infinite;
}
#preloader #preloader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite;
}
#preloader #preloader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% {
    transform: rotate(0deg);
}
to {
    transform: rotate(1turn);
}
}


/* css common */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

a:hover {
	text-decoration: none;
}

.box {
	width: 1600px;
	position: relative;
	margin: 0 auto;
}

.m_box {
	width: 90%;
	margin: 0 auto;
}

.w_box {
	width: 1600px;
	margin: 0 auto;
}

body {
	width: 100%;
	overflow-x: hidden;
	padding-top: 80px;
	
}

html {
	font-size: 100px;
	width: 100%;
	/*overflow-x: hidden;*/
}


/* CSS RESET*/

.BMap_bubble_title {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.BMap_bubble_content {
	font-size: 16px;
	color: #666;
	line-height: 25px;
}

.header {
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3000;
	transition: all 0.5s ease 0s;
}

.header .logo {
	display: block;
	height: 80px;
}

.header .logo img {
	display: block;
	height: 100%;
}

.header .culture {
	line-height: 80px;
	color: #244F8D;
	font-size: 18px;
	margin-left: 150px;
}

.header .nav {
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
	margin-left: 50px;
}

.header .nav>ul>li {
	width: 135px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	float: left;
}

.header .nav>ul>li>a {
	display: block;
	width: 133px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: url(../images/1.jpg) no-repeat right center;
	font-size: 16px;
	color: #666;
}

.header .nav>ul>li>a:before {
	height: 2px;
	background: #e4121d;
}

.header .nav>ul>.active>a {
	background: #f8f8f8;
	border-color: #e6e6e6;
	border-bottom: 2px solid #e4121d;
	color: #000;
}

.header .nav>ul>.active>a:before {
	height: 2px;
	background: #e4121d;
	left: 0;
	right: 0;
}

.header .header_right {
	margin-top: 28px;
}

.header .header_right a {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 20px;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide video {
	display: inline-block;
	vertical-align: baseline;
	width: 100%;
}

.banner .swiper-slide .ban_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	background-size: cover !important;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .text {
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 18%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .text .li1 {
	font-size: 64px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
}

.banner .text li {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}

.swiper-container-horizontal>.swiper-pagination-progress {
	bottom: 0 !important;
	z-index: 100;
	top: auto !important;
}

.i1 {
	width: 100%;
}

.i1 .i1_main {
	width: 100%;
}

.i1 .i1_main .left {
	width: 750px;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.i1 .i1_main .left .left_about {
	width: 670px;
	padding: 40px 40px 0;
	background: #fff;
	position: relative;
	height: 350px;
	/*margin-top: -190px;*/
	z-index: 20;
	opacity: 0;
}

.i1 .i1_main .left h1 {
	font-size: 48px;
	color: #333;
	line-height: 60px;
	font-family: "Base-font";
	margin-left: -2px;
}

.i1 .i1_main .left .text {
	line-height: 26px;
	font-size: 16px;
	margin-top: 12px;
	color: #777;
	width: 71%;
}

.i1 .i1_main .left .email {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #aaa;
	margin-top: 40px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	position: relative;
	background: url(../images/6.png) no-repeat center center;
}

.i1 .i1_main .left .email:hover {
	background: url(../images/7.png) no-repeat center center #333;
	border-color: #333
}

.i1 .i1_main .left .bom {
	position: absolute;
	display: block;
	bottom: 0;
	left: 5.3%;
	width: 89.4%;
	line-height: 56px;
	border-top: 1px solid #e3e3e3;
	font-size: 16px;
	font-family: "Base-font";
}

.i1 .i1_main .left .bom .fr {
	display: inline-block;
	width: 24px;
	height: 56px;
	background: url(../images/8.png) no-repeat center;
}

.i1 .i1_main .left .left_pic {
	width: 100%;
	height: 500px;
	position: relative;
	display: block;
	overflow: hidden;
	opacity: 0;
}

.i1 .i1_main .left .left_pic img {
	display: block;
	width: 100%;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.pic_up {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
}

.i1 .i1_main .left .left_pic:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

.pic_up span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	position: absolute;
	line-height: 30px;
	height: 30px;
	top: 50%;
	margin-top: 10px;
	width: 100%;
	text-align: center;
	left: 0;
}

.i1 .i1_main .right {
	width: 770px;
	height: 620px;
	padding: 40px;
	background: #fff;
	overflow: hidden;
	position: relative;
	top: 50px;
	opacity: 0;
}

.i1 .i1_main .right h1 {
	font-size: 26px;
	line-height: 46px;
	color: #333;
	margin-left: -1px;
}

.line {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #9a9a9a;
	margin-top: 10px;
}

.i1 .i1_main .right h2 {
	display: block;
	margin-top: 18px;
	line-height: 36px;
	color: #444;
	font-size: 18px;
}

.i1 .i1_main .right .text {
	display: block;
	line-height: 24px;
	font-size: 13px;
	margin-top: 10px;
	width: 70%;
	color: #999;
}

.i1 .i1_main .right .more {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #aaa;
	margin-top: 40px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	position: relative;
	background: url(../images/9.png) no-repeat center center;
}

.i1 .i1_main .right .more:hover {
	border-color: #333;
	background: url(../images/10.png) no-repeat center center #333;
}

.video5 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

.video5 video {
	width: 100%;
}

.video5 .num {
	width: 100%;
}

.video5 .num .num_list .counter {
	font-size: .24rem;
	color: #fff;
	/*background: url(../images/1.jpg) no-repeat center bottom;*/
	display: inline-block;
	overflow: hidden;
}

.video5 .num .num_list .counter span {
	font-size: 18px;
	margin-left: 15px;
	color: #666;
	margin-top: 25px;
}

.video5 .num .num_list h2 {
	font-size: .15rem;
	color: #999;
}

.num_list div i {
	width: 35px;
	height: 50px;
	display: inline-block;
	background: url(../images/number.png) no-repeat;
	background-position: 0 0;
	text-indent: -999em;
}

.i1 .i1_main .right .right_main .qure {
	width: 210px;
	height: 210px;
	line-height: 210px;
	text-align: center;
	color: #fff;
	background: #333;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 30px;
}

.i2 {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.i2 .i2_main {
	width: 1520px;
	padding: 40px;
	background: #fff;
}

.i2 .i2_main h1 {
	font-size: 26px;
	line-height: 36px;
	color: #333;
	font-weight: normal;
}

.i2 .i2_main h2 {
	line-height: 26px;
	font-size: 15px;
	margin-top: 6px;
	color: #999;
}

.i2 .i2_main .i2_top {
	margin-top: 25px;
}

.i2 .i2_main .i2_btn {
	width: 450px;
}

.i2 .i2_main .i2_top .more {
	line-height: 50px;
	font-family: "Base-font";
	font-size: 14px;
	color: #777;
	display: block;
	background: url(../images/17.png) no-repeat left 12px;
	padding-left: 30px;
}

.i2 .i2_main .i2_top .more:hover {
	color: #333;
}

.i2 .i2_main .i2_btn a {
	display: inline-block;
	float: left;
	background-color: #f5f5f5;
	font-size: 14px;
	line-height: 50px;
	color: #333;
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	width: 120px;
	text-align: center;
	padding-left: 20px;
}

.i2 .i2_main .i2_btn .active {
	background: #333;
	color: #fff;
}

.i2 .i2_main .i2_btn a:hover {
	background: #333;
	color: #fff;
}

.i2 .i2_main .i2_btn .a1 {
	background: url(../images/11.png) no-repeat 20px center #f5f5f5;
}

.i2 .i2_main .i2_btn .a2 {
	background: url(../images/12.png) no-repeat 20px center #f5f5f5;
}

.i2 .i2_main .i2_btn .a3 {
	background: url(../images/13.png) no-repeat 20px center #f5f5f5;
}

.i2 .i2_main .i2_btn .a1:hover {
	background: url(../images/14.png) no-repeat 20px center #333;
}

.i2 .i2_main .i2_btn .a2:hover {
	background: url(../images/15.png) no-repeat 20px center #333;
}

.i2 .i2_main .i2_btn .a3:hover {
	background: url(../images/16.png) no-repeat 20px center #333;
}

.i2 .i2_main .i2_btn .active .a1 {
	background: url(../images/14.png) no-repeat 20px center #333;
	color: #fff;
}

.i2 .i2_main .i2_btn .active .a2 {
	background: url(../images/15.png) no-repeat 20px center #333;
	color: #fff;
}

.i2 .i2_main .i2_btn .active .a3 {
	background: url(../images/16.png) no-repeat 20px center #333;
	color: #fff;
}

.i2 .i2_main .i2_wrap {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.i2 .i2_main .i2_wrap .i2_list {
	width: 500px;
	display: block;
	float: left;
	margin-right: 10px;
	transition: all 0s;
	-moz-transition: all 0s;
	/* Firefox 4 */
	-webkit-transition: all 0s;
	/* Safari 和 Chrome */
	-o-transition: all 0s;
	/* Opera */
	margin-bottom: 10px;
}

.i2 .i2_main .i2_wrap .i2_list .pic_box {
	width: 500px;
	height: 333px;
	position: relative;
	overflow: hidden;
}

.i2 .i2_main .i2_wrap .i2_list .pic_box img {
	display: block;
	height: 100%; 
	width: auto;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.i2 .i2_main .i2_wrap .i2_list .pic_box:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

.i2 .i2_main .i2_wrap .i2_list .text {
	padding: 40px 40px 0;
	border: 1px solid #ccc;
	position: relative;
	border-top: none;
}

.i2 .i2_main .i2_wrap .i2_list .text h3 {
	line-height: 32px;
	font-size: 18px;
	color: #333;
}

.i2 .i2_main .i2_wrap .i2_list .text h4 {
	line-height: 22px;
	font-size: 12px;
	height: 52px;
	color: #666;
}

.i2 .i2_main .i2_wrap .i2_list .text .bom {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #ccc;
}

.i2 .i2_main .i2_wrap .i2_list .text .bom .fl {
	font-family: "Base-font";
	font-size: 14px;
	color: #777;
}

.i2 .i2_main .i2_wrap .i2_list .text .bom .fr {
	display: inline-block;
	width: 24px;
	height: 50px;
	background: url(../images/8.png) no-repeat center;
}

.i3 {
	width: 100%;
	margin-top: 20px;
}

.i3 .i3_main {
	width: 100%;
}

.i3 .i3_main .left {
	width: 960px;
	overflow: hidden;
	height: 500px;
	position: relative;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.i3 .i3_main .left img {
	display: block;
	width: 100%;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.i3 .i3_main .left:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

.i3 .i3_main .right {
	width: 520px;
	height: 380px;
	background: #333;
	padding: 60px;
	position: relative;
}

.i3 .i3_main .right h1 {
	font-size: 26px;
	line-height: 46px;
	color: #fff;
	margin-left: -1px;
}

.i3 .i3_main .right h2 {
	display: block;
	margin-top: 18px;
	line-height: 36px;
	color: #f7f7f7;
	font-size: 18px;
}

.i3 .i3_main .right div {
	display: block;
	line-height: 24px;
	font-size: 13px;
	margin-top: 10px;
	width: 70%;
	color: #999;
}

.i3 .i3_main .right a {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #aaa;
	margin-top: 40px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	position: relative;
	background: url(../images/10.png) no-repeat center center;
}

.i3 .i3_main .right a:hover {
	border-color: #333;
	background: url(../images/10.png) no-repeat center center #000
}

.text_r {
	text-align: right;
}

.i3 .i3_main .text_r div {
	float: right;
}

.i3 .i3_main .text_r a {
	position: absolute;
	right: 60px;
	bottom: 200px;
}

.i4 {
	width: 100%;
	margin-top: 20px;
}

.i4 .i4_main {
	width: 100%;
}

.i4 .i4_main .i4_list {
	display: block;
	width: 780px;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.i4 .i4_main .i4_list .pic_box {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.i4 .i4_main .i4_list .pic_box img {
	display: block;
	width: 100%;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.i4 .i4_main .i4_list .pic_box:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

.i4 .i4_main .i4_list .text {
	padding: 40px 40px 0;
	background: #fff;
}

.i4 .i4_main .i4_list .text h1 {
	line-height: 40px;
	font-size: 24px;
	color: #333;
}

.i4 .i4_main .i4_list .text h2 {
	display: block;
	line-height: 30px;
	font-size: 16px;
	height: 64px;
	color: #666;
}

.i4 .i4_main .i4_list .text .bom {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #ccc;
}

.i4 .i4_main .i4_list .text .bom .fl {
	font-family: "Base-font";
	font-size: 14px;
	color: #777;
}

.i4 .i4_main .i4_list .text .bom .fr {
	display: inline-block;
	width: 24px;
	height: 50px;
	background: url(../images/8.png) no-repeat center;
}

.pd_b {
	padding-bottom: 20px;
}

.foot {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.foot .foot_main {
	padding: 60px 100px;
	background: #222
}

.foot .foot_main .top {
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 1px solid #666;
}

.foot .foot_main .top li {
	float: left;
	padding-right: 30px;
}

.foot .foot_main .top li a {
	color: #999;
	font-size: 16px;
}

.foot .foot_main .top li a:hover {
	color: #fff;
}

.foot .foot_main .top .fr {
	font-size: 14px;
	color: #999;
}

.foot .foot_main .top .fr span {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	color: #ccc;
}

.foot .foot_main .bom {
	width: 100%;
	padding-top: 50px;
}

.foot .foot_main .bom .foot_list {
	float: left;
	margin-right: 100px;
	width: 350px;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.foot .foot_main .bom .foot_list h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	font-family: "Base-font";
	padding-bottom: 13px;
	border-bottom: 1px solid #e3e3e3;
	color: #999;
	margin-bottom: 30px;
}

.foot .foot_main .bom .foot_list li {
	line-height: 24px;
	font-size: 12px;
	color: #999;
	font-weight: bold;
}

.foot .foot_main .bom .foot_list li a {
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	border: 1px solid #999;
	line-height: 40px;
	margin-bottom: 10px;
	border-radius: 10px;
	color: #999;
}

.foot .foot_main .bom .foot_list li a:hover {
	background: #000;
	border-color: #000;
}

.bottom {
	background: #111;
	height: 50px;
	line-height: 50px;
	padding: 0 50px;
}

.bottom .fl {
	font-size: 14px;
	color: #999;
}

.bottom .fr {
	color: #999;
}

.bottom .fr a {
	color: #999;
}

.bottom .fr a:hover {
	color: #fff;
}

.fixed {
	width: 50px;
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 2501;
	overflow: hidden;
}

.fixed .f_list {
	display: block;
	width: 250px;
	height: 50px;
	background: #191919;
	border-bottom: 1px solid #4a4f54;
	line-height: 50px;
}

.fixed .f_list .text {
	width: 170px;
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .8s;
	-moz-transition: all .8s;
	/* Firefox 4 */
	-webkit-transition: all .8s;
	/* Safari 和 Chrome */
	-o-transition: all .8s;
	/* Opera */
}

.fixed .fixed_wrap {
	position: relative;
}

.fixed .f_list .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari 和 Chrome */
	-o-transition: all .3s;
	/* Opera */
}

.fixed .a1 .icon {
	background: url(../images/18.png) no-repeat center center #191919;
}

.fixed .a2 .icon {
	background: url(../images/20.png) no-repeat center center #191919;
}

.fixed .a3 .icon {
	background: url(../images/22.png) no-repeat center center #191919;
}

.fixed .a4 .icon {
	background: url(../images/24.png) no-repeat center center #191919;
}

.fixed .a5 .icon {
	background: url(../images/26.png) no-repeat center center #191919;
}

.fixed .f_list:hover {
	background: #fff;
}

.fixed .f_list:hover .text {
	color: #333;
}

.fixed .a5:hover {
	background: #191919;
}

.fixed .a1:hover .icon {
	background: url(../images/19.png) no-repeat center center #fff;
}

.fixed .a2:hover .icon {
	background: url(../images/21.png) no-repeat center center #fff;
}

.fixed .a3:hover .icon {
	background: url(../images/23.png) no-repeat center center #fff;
}

.fixed .a4:hover .icon {
	background: url(../images/25.png) no-repeat center center #fff;
}


/*.fixed .a5:hover .icon{
	background: url(../images/67.png) no-repeat center center #fff;
}*/

.fixed .f_list .text a {
	width: 40px;
	height: 50px;
	float: left;
	line-height: 50px;
	padding-left: 0;
	margin: 0
}

.bdshare_popup_box {
	display: none !important;
}

.fixed .f_list .text .icon1 {
	background: url(../images/27.png) no-repeat center center;
}

.fixed .f_list .text .icon2 {
	background: url(../images/28.png) no-repeat center center;
}

.fixed .f_list .text .icon3 {
	background: url(../images/29.png) no-repeat center center;
}

.fixed .f_list .text .icon4 {
	background: url(../images/30.png) no-repeat center center;
}

.fixed .f_list .text .icon1:hover {
	background: url(../images/27.png) no-repeat center center #525354;
}

.fixed .f_list .text .icon2:hover {
	background: url(../images/28.png) no-repeat center center #525354;
}

.fixed .f_list .text .icon3:hover {
	background: url(../images/29.png) no-repeat center center #525354;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #fff;
}

::-webkit-scrollbar-thumb {
	background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #1b1b1b;
}

.banner1 {
	width: 100%;
	position: relative;
	/* left: 50%;
	margin-left: -960px; */
	overflow: hidden;
}

.banner1 .img1 {
	display: block;
	width: 100%;
	position: relative;
}

.banner1 .auto_h {
	height: 100%;
}

.banner1 .ab1_main {
	width: 1600px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -800px;
}

.banner1 .ab1_main .top {
	width: 100%;
	padding-bottom: 60px;
	border-bottom: 1px solid #6d757f;
}

.banner1 .ab1_main .top .left h1 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 60px;
}

.banner1 .ab1_main .top .left h2 {
	font-size: 14px;
	color: #fff;
	line-height: 35px;
}

.banner1 .ab1_main .top .left h3 {
	font-size: 16px;
	color: #fff;
}

.banner1 .ab1_main .top .right {
	margin-top: 40px;
}

.banner1 .ab1_main .top .right .r_list {
	width: 260px;
	text-align: center;
	border-right: 1px solid #6d757f;
}

.banner1 .ab1_main .top .right .r_list h2 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}

.banner1 .ab1_main .top .right .r_list div {
	font-size: 60px;
	font-family: "微软雅黑";
	line-height: 100px;
	margin-top: 8px;
	color: #fff;
	font-weight: bold;
}

.banner1 .ab1_main .top .right .r_list h3 {
	font-size: 12px;
	color: #999;
}

.banner1 .ab1_main .bom {
	width: 100%;
	padding-top: 20px;
}

.banner1 .ab1_main .bom .left .l_list {
	width: 250px;
	float: left;
	text-align: center;
	margin-right: 40px;
}

.banner1 .ab1_main .bom .left .l_list h2 {
	font-size: 20px;
	line-height: 42px;
	color: #fff;
}

.banner1 .ab1_main .bom .left .l_list .icon {
	width: 55px;
	height: 55px;
	margin: 0 auto;
}

.banner1 .ab1_main .bom .left .l1 .icon {
	background: url(../images/33.png) no-repeat center center;
}

.banner1 .ab1_main .bom .left .l2 .icon {
	background: url(../images/34.png) no-repeat center center;
}

.banner1 .ab1_main .bom .left .l3 .icon {
	background: url(../images/35.png) no-repeat center center;
}

.banner1 .ab1_main .bom .left .l_list .num_box {
	line-height: 80px;
	font-size: 50px;
	font-family: "微软雅黑";
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
}

.banner1 .ab1_main .bom .left .l_list .num_box span {
	font-size: 18px;
	color: #999;
	margin-right: 10px;
}

.banner1 .ab1_main .bom .left .l_list .num_box i {
	font-size: 40px;
}

.banner1 .ab1_main .bom .left .l_list .grid {
	width: 100%;
	height: 150px;
	background: url(../images/31.png) no-repeat center center;
	position: relative;
}

.banner1 .ab1_main .bom .left .l_list .grid .zhu1 {
	width: 30px;
	position: absolute;
	bottom: 2px;
	left: 80px;
	background: #fff;
}

.banner1 .ab1_main .bom .left .l_list .grid .zhu2 {
	width: 30px;
	position: absolute;
	bottom: 2px;
	left: 160px;
	background: url(../images/32.png) no-repeat center center;
	background-size: 100% 100%;
}

.banner1 .ab1_main .bom .right {
	margin-top: 60px;
}

.banner1 .text {
	position: absolute;
	top: 200px;
	left: 230px;
}

.banner1 .ban_line {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #fff;
	margin-top: 17px;
	opacity: 0;
	position: relative;
	top: 50px;
}

.banner1 .text h1 {
	/* font-size: 48px;
	line-height: 80px;
	color: #fff;
	opacity: 0;
	position: relative;
	top: 50px; */
	font-size: 55px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-family: '黑体';
    position: relative;
}

.banner1 .text h2 {
	display: block;
	line-height: 68px;
	font-size: 36px;
	margin-top: 38px;
	color: #fff;
	opacity: 0;
	position: relative;
	top: 50px;
}

.banner1 .text h3 {
	display: block;
	line-height: 36px;
	font-size: 18px;
	margin-top: 44px;
	color: #fff;
	opacity: 0;
	position: relative;
	top: 50px;
}

.banner1 .text .ban_more {
	margin-top: 60px;
}

.banner1 .text .ban_more a {
	display: block;
	width: 120px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
	margin-right: 40px;
	font-size: 14px;
	color: #fff;
}

.banner1 .text .ban_more a:hover {
	background: #222;
	border-color: #222;
}

.banner1 .text .down {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin-top: 60px;
	position: relative;
}

.banner1 .text .down span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/40.png) no-repeat center center;
	animation: down 1.5s ease infinite;
}

@keyframes down {
	0% {
		top: 0;
		opacity: 1;
	}
	35% {
		top: 50%;
		opacity: 0;
	}
	65% {
		top: -50%;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@-moz-keyframes down
/* Firefox */

{
	0% {
		top: 0;
		opacity: 1;
	}
	35% {
		top: 50%;
		opacity: 0;
	}
	65% {
		top: -50%;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes myfirst
/* Safari 和 Chrome */

{
	0% {
		top: 0;
		opacity: 1;
	}
	35% {
		top: 50%;
		opacity: 0;
	}
	65% {
		top: -50%;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

@-o-keyframes myfirst
/* Opera */

{
	0% {
		top: 0;
		opacity: 1;
	}
	35% {
		top: 50%;
		opacity: 0;
	}
	65% {
		top: -50%;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}

.ab2 {
	width: 100%;
	margin-top: 20px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.ab2 .left {
	padding: 140px 50px 0;
	width: 700px;
	height: 360px;
	background: #F6F6F6;
}

.ab2 .left h1 {
	font-size: 80px;
	line-height: 82px;
	color: #333;
	font-family: "Base-font";
	font-weight: bold;
}

.ab2 .left h2 {
	font-size: 18px;
	line-height: 38px;
	color: #3e3c36;
	margin-top: 20px;
}

.ab2 .left .bom {
	margin-top: 60px;
}

.ab2 .left .bom a {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #aaa;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	position: relative;
	float: left;
	margin-right: 30px;
}

.ab2 .left .bom .email {
	background: url(../images/6.png) no-repeat center center;
}

.ab2 .left .bom .email:hover {
	background: url(../images/7.png) no-repeat center center #333;
	border-color: #333;
}

.ab2 .left .bom .qq {
	background: url(../images/37.png) no-repeat center center;
}

.ab2 .left .bom .qq:hover {
	background: url(../images/38.png) no-repeat center center #333;
	border-color: #333;
}

.ab2 .right {
	width: 700px;
	height: 410px;
	padding: 90px 50px 0;
	background: #fff;
}

.ab2 .right h2 {
	font-size: 26px;
	line-height: 46px;
	color: #333;
	margin-left: -1px;
}

.ab2 .right h3 {
	display: block;
	margin-top: 18px;
	line-height: 36px;
	color: #444;
	font-size: 18px;
}

.ab2 .right .text {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}

.ab2 .right a {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #aaa;
	margin-top: 40px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	position: relative;
	background: url(../images/9.png) no-repeat center center;
}

.ab2 .right a:hover {
	background: url(../images/10.png) no-repeat center center #333;
	border-color: #333;
}

.ab3 {
	width: 100%;
	margin-top: 20px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.ab3 .ab3_main {
	width: 100%;
	position: relative;
}

.ab3 .ab3_main img {
	display: block;
	width: 100%;
}

.ab3 .ab3_main .text {
	position: absolute;
	top: 50px;
	left: 50px;
}

.ab3 .ab3_main .text h1 {
	font-size: 36px;
	line-height: 60px;
	color: #f7f7f7;
	margin-left: -1px;
	font-weight: bold;
}

.ab3 .ab3_main .text div {
	display: block;
	line-height: 24px;
	font-size: 16px;
	margin-top: 10px;
	color: #f0f0f0;
}

.deails {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	margin-top: 40px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	position: relative;
	background: url(../images/10.png) no-repeat center center;
}

.deails:hover {
	background: url(../images/9.png) no-repeat center center #fff;
	border-color: #fff;
}

.two_h {
	width: 100%;
	height: 50px;
	background: #fff;
	border-top: 1px solid #ccc;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 3000;
	border-bottom: 1px solid #ccc;
}

.two_h ul {
	width: 630px;
	float: right;
}

.two_h ul li {
	width: 100px;
	float: left;
	line-height: 50px;
	margin-right: 30px;
	text-align: center;
}

.two_h ul li a {
	font-size: 14px;
	color: #999;
}

.two_h ul li a:hover {
	color: #000;
}

.two_h ul li .active {
	color: #000;
}

.com1 {
	width: 100%;
	margin-top: 20px;
}

.com1 .com1_main {
	width: 100%;
	background: #fff;
}

.com1 .com1_main .left {
	padding-top: 120px;
	padding-left: 50px;
	width: 650px;
}

.com1 .com1_main .left h1 {
	font-size: 80px;
	line-height: 86px;
	color: #333;
	font-family: "Base-font";
	font-weight: bold;
}

.com1 .com1_main .left h2 {
	font-size: 18px;
	line-height: 36px;
	color: #3e3c36;
	margin-top: 20px;
}

.com1 .com1_main .left div {
	line-height: 28px;
	font-size: 14px;
	margin-top: 32px;
	color: #666;
}

.com1 .com1_main .right {
	width: 580px;
	height: 430px;
	background: #333;
	padding-top: 140px;
	padding-left: 70px;
}

.com1 .com1_main .right h1 {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

.com1 .com1_main .right h2 {
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-top: 20px;
}

.com1 .com1_main .right .bom {
	width: 100%;
	margin-top: 50px;
}

.com1 .com1_main .right .bom li {
	padding-right: 35px;
	float: left;
	text-align: center;
}

.com1 .com1_main .right .bom li h3 {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.com1 .com1_main .right .bom li h4 {
	font-size: 48px;
	line-height: 80px;
	color: #fff;
	font-family: "微软雅黑";
	font-weight: bold;
}

.com1 .com1_main .right .bom li h5 {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.cu1 {
	width: 100%;
	margin-top: 20px;
}

.cu1 .cu1_main {
	width: 100%;
	background: #fff;
}

.cu1 .cu1_main .cu1_list {
	width: 100%;
	margin-bottom: 20px;
}

.cu1 .cu1_main .cu1_list .pic_box {
	width: 900px;
	height: 500px;
	overflow: hidden;
}

.cu1 .cu1_main .cu1_list .text {
	width: 600px;
	height: 400px;
	padding: 50px;
	background: #333;
}

.cu1 .cu1_main .cu1_list .text h1 {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}

.cu1 .cu1_main .cu1_list .text .cn {
	display: block;
	line-height: 24px;
	font-size: 14px;
	margin-top: 18px;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.cu1 .cu1_main .cu1_list .text .en {
	display: block;
	margin-top: 25px;
	line-height: 20px;
	font-size: 12px;
	font-family: "Arial";
	color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30)
}

.cu2 {
	width: 100%;
	margin-top: 20px;
}

.cu2 .cu2_main {
	width: 100%;
}

.cu2 .cu2_main .cu2_list {
	width: 400px;
	height: 400px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
}

.cu2 .cu2_main .left {
	width: 350px;
	height: 350px;
	padding-top: 50px;
	padding-left: 50px;
}

.cu2 .cu2_main .left h1 {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}

.cu2 .cu2_main .left h2 {
	display: block;
	line-height: 24px;
	font-size: 14px;
	margin-top: 18px;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.cu2 .cu2_main .left .en {
	display: block;
	margin-top: 25px;
	line-height: 20px;
	font-size: 12px;
	font-family: "Arial";
	color: #fff;
	opacity: 0.3;
	filter: alpha(opacity=30)
}

.cu2 .cu2_main .cu2_list h4 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.cu2 .cu2_main .cu2_list .cu2_up {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
	position: absolute;
	left: 0;
	top: 0;
	transition: background .6s;
	-moz-transition: background .6s;
	/* Firefox 4 */
	-webkit-transition: background .6s;
	/* Safari 和 Chrome */
	-o-transition: background .6s;
	/* Opera */
}

.cu2 .cu2_main .cu2_list .cu2_up .line {
	position: absolute;
	top: 230px;
	left: 50%;
	margin-left: -5px;
}

.cu2 .cu2_main .cu2_list .cu2_up .text {
	text-align: center;
	position: absolute;
	width: 300px;
	top: 250px;
	left: 50%;
	margin-left: -150px;
	line-height: 30px;
	color: #fff;
	opacity: 0;
}

.cu2 .cu2_main .cul_h:hover .cu2_up {
	background: rgba(0, 0, 0, .6);
}

.cu3 {
	width: 100%;
	margin-top: 20px;
}

.cu3 .cu3_main {
	width: 1520px;
	background: #fff;
	padding: 40px;
}

.cu3 .cu3_main .cu3_wrap {
	margin-top: 40px;
}

.cu3 .cu3_main h1 {
	font-size: 24px;
	line-height: 36px;
	color: #333;
}

.cu3 .cu3_main .left .l_list {
	width: 360px;
	height: 340px;
	float: left;
	padding: 60px 0 0;
	background: #fff;
	text-align: center;
}

.cu3 .cu3_main .left .gray {
	background: #F5F5F5;
}

.cu3 .cu3_main .left .l_list .num {
	display: inline-block;
	position: relative;
	font-size: 114px;
	line-height: 120px;
	vertical-align: top;
	color: #333;
	font-family: "Base-font";
	font-weight: bold;
}

.cu3 .cu3_main .left .l_list .num span {
	font-size: 16px;
	line-height: 44px;
	color: #333;
	position: absolute;
	bottom: 6px;
	right: 0px;
	display: inline-block;
	width: 70px;
	text-align: center;
	background-color: #fff;
	font-family: "黑体";
}

.cu3 .cu3_main .left .gray .num span {
	background: #f5f5f5;
}

.cu3 .cu3_main .left .l_list .text {
	display: block;
	width: 60%;
	margin: 14px auto 0;
	color: #666;
	line-height: 22px;
}

.cu3 .cu3_main .right {
	height: 400px;
	overflow: hidden;
	width: 800px;
}

.fu {
	width: 100%;
	margin-top: 20px;
}

.fu .fu_main {
	width: 100%;
}

.fu .fu_main .fu_list {
	width: 100%;
	background: #fff;
}

.fu .fu_main .fu_list .pic_box {
	width: 50%;
	overflow: hidden;
}

.fu .fu_main .fu_list .pic_box img {
	display: block;
	width: 100%;
}

.fu .fu_main .fu_list .text {
	width: 45%;
	padding-left: 5%;
	padding-top: 140px;
}

.fu .fu_main .fu_list .text h1 {
	font-size: 30px;
	line-height: 50px;
	color: #333;
}

.fu .fu_main .fu_list .text .cn {
	display: block;
	font-size: 14px;
	margin-top: 42px;
	line-height: 28px;
	color: #666;
	width: 80%;
}

.fu .fu_main .fu_list .text .en {
	display: block;
	line-height: 20px;
	color: #666;
	margin-top: 17px;
	width: 80%;
	font-size: 12px;
	font-family: "黑体"
}

.fu .fu_main .fu_list .text_r {
	padding-left: 0;
	padding-right: 5%;
}

.pro1 {
	width: 100%;
	margin-top: 20px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.pro1 .left {
	width: 700px;
	height: 340px;
	padding: 80px 50px 0;
	background: #fff;
}

.pro1 .left h1 {
	font-size: 26px;
	line-height: 46px;
	color: #333;
	margin-left: -1px;
}

.pro1 .left h2 {
	display: block;
	margin-top: 18px;
	line-height: 36px;
	color: #444;
	font-size: 18px;
}

.pro1 .left .bom {
	width: 100%;
	margin-top: 40px;
}

.pro1 .left .bom a {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #aaa;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
	position: relative;
	float: left;
	margin-right: 30px;
}

.pro1 .left .bom .email {
	background: url(../images/6.png) no-repeat center center;
}

.pro1 .left .bom .email:hover {
	background: url(../images/7.png) no-repeat center center #333;
	border-color: #333;
}

.pro1 .left .bom .qq {
	background: url(../images/37.png) no-repeat center center;
}

.pro1 .left .bom .qq:hover {
	background: url(../images/38.png) no-repeat center center #333;
	border-color: #333;
}

.pro1 .bg {
	background: #F5F5F5;
}

.pro2 {
	width: 100%;
	margin-top: 20px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.pro2 .pro2_list {
	width: 100%;
	margin-bottom: 20px;
}

.pro2 .text {
	width: 500px;
	padding: 50px 50px 0;
	background: #333;
	height: 450px;
}

.pro2 .text h1 {
	font-size: 26px;
	line-height: 46px;
	color: #333;
	margin-left: -1px;
	color: #fff
}

.pro2 .text h2 {
	display: block;
	margin-top: 18px;
	line-height: 36px;
	color: #444;
	font-size: 18px;
	color: #fff;
}

.pro2 .text .text1 {
	width: 80%;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	opacity: .5;
	margin-top: 30px;
}

.pro2 .pic_box {
	width: 1000px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.pro2 .pic_box img {
	display: block;
	width: 100%;
}

.w1 {
	width: 100%;
	margin-top: 20px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.w1 .w_main {
	width: 100%;
	width: 1520px;
	padding: 40px;
	background: #fff;
}

.w1 .w_main .w_list {
	width: 450px;
	float: left;
	margin-right: 85px;
	display: block;
	margin-bottom: 40px;
}

.w1 .w_main .w_list .pic_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.w1 .w_main .w_list .pic_box img {
	display: block;
	width: 100%;
	transition: all .6s;
	-moz-transition: all .6s;
	/* Firefox 4 */
	-webkit-transition: all .6s;
	/* Safari 和 Chrome */
	-o-transition: all .6s;
	/* Opera */
}

.w1 .w_main .w_list:hover .pic_box img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	/* IE 9 */
	-moz-transform: scale(1.1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1.1, 1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1, 1.1);
	/* Opera */
}

.w1 .w_main .w_list .text {
	padding: 40px 40px 0;
	border: 1px solid #ccc;
	border-top: none;
}

.w1 .w_main .w_list .text h1 {
	display: inline-block;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	position: relative;
}

.w1 .w_main>h1 {
	font-size: 26px;
	line-height: 42px;
	color: #333;
}

.w1 .w_main .w_btn {
	width: 100%;
	margin-top: 40px;
}

.w1 .w_main .w_btn span {
	font-size: 14px;
	color: #999;
	margin-right: 20px;
	line-height: 40px;
}

.w1 .w_main .w_btn a {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	margin-right: 30px;
	line-height: 40px;
}

.w1 .w_main .w_btn .active:before {
	left: 0;
	right: 0;
}

.w1 .w_main .w_btn a:hover {
	color: #000;
}

.w1 .w_main .w_wrap {
	width: 100%;
	margin-top: 40px;
}

.w1 .w_main .w_list .text h2 {
	line-height: 24px;
	font-size: 12px;
	min-height: 24px;
	color: #333;
}

.w1 .w_main .w_list .text .bom {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ccc;
	margin-top: 30px;
}

.w1 .w_main .w_list .text .bom .fl {
	font-family: "Base-font";
	font-size: 14px;
	color: #777;
}

.w1 .w_main .w_list .text .bom .fr {
	display: inline-block;
	width: 24px;
	height: 50px;
	background: url(../images/8.png) no-repeat center;
}

.w1 .w_main .load {
	display: block;
	width: 120px;
	line-height: 45px;
	text-align: center;
	border-radius: 20px;
	color: #333;
	border: 1px solid #ccc;
	margin: 30px auto 0;
	font-size: 16px;
}

.w1 .w_main .load:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

#qu {
	background: #000;
}

.section {
	background-size: cover !important;
}

.section .text {
	position: absolute;
	top: 250px;
	left: 200px;
}

.section .text h1 {
	font-size: 55px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 5px;
	font-family: '黑体';
	position: relative;
	top: 50px;
	opacity: 0;
}
.section .text .line{
	position: relative;
	top: 50px;
	opacity: 0;
}
.section .text h2 {
	margin-top: 20px;
	color: #fff;
	font-size: 30px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.section .text .cn {
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
	line-height: 40px;
	width: 500px;
	position: relative;
	top: 50px;
	opacity: 0;
}
.section .deails{
	position: relative;
	top: 50px;
	opacity: 0;
}
.section .text .line {
	background: #fff;
	width: 20px;
}

.map {
	width: 100%;
	margin-top: 20px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.map .map_main {
	background: #fff;
	width: 100%;
}

.con1 {
	width: 100%;
	margin-top: 20px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.con1 .con1_main {
	width: 100%;
}

.con1 .con1_main .pic_box {
	width: 1000px;
	height: 500px;
	overflow: hidden;
}

.con1 .con1_main .pic_box img {
	display: block;
	width: 100%;
}

.con1 .con1_main .text {
	width: 550px;
	height: 450px;
	padding-top: 50px;
	padding-left: 50px;
	background: #333;
}

.con1 .con1_main .text h1 {
	font-size: 24px;
	color: #fff;
}

.con1 .con1_main .text ul {
	margin-top: 20px;
}

.con1 .con1_main .text ul li {
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	opacity: .6;
}

.con1 .con1_main .text ul li span {
	display: inline-block;
	width: 70px;
	text-align: right;
	margin-right: 15px;
}

@media (max-width: 1600px) {
	.box {
		width: 1440px;
	}
	.w_box {
		width: 1440px;
	}
	.header .culture {
		margin-left: 100px;
	}
	.i1 .i1_main .left {
		width: 660px;
	}
	.i1 .i1_main .right {
		width: 700px;
		height: 560px;
	}
	.i1 .i1_main .left .left_about {
		width: 580px;
	}
	/*.video5 .num .num_list{
		width: 230px;
	}*/
	.i1 .i1_main .left .left_pic {
		height: 440px;
	}
	.i3 .i3_main .left {
		width: 800px;
		height: 417px;
	}
	.i3 .i3_main .right {
		height: 297px;
	}
	.i2 .i2_main {
		width: 1360px;
	}
	.i2 .i2_main .i2_wrap .i2_list {
		width: 446px;
	}
	.i2 .i2_main .i2_wrap .i2_list .pic_box{
		width: 100%;
		height: 297px;
	}
	.i2 .i2_main .i2_wrap .i2_list .pic_box img{
		display: block;
		width: 100%;
		height: auto;
	}
	.i3 .i3_main .text_r a {
		bottom: 100px;
	}
	.i4 .i4_main .i4_list {
		width: 700px;
	}
	.foot .foot_main .bom .foot_list {
		margin-right: 60px;
	}
	.banner1 .ab1_main {
		width: 1440px;
		margin-left: -720px;
	}
	.ab2 .left {
		width: 540px;
	}
	.banner1 .text {
		left: 320px;
	}
	.cu1 .cu1_main .cu1_list .pic_box {
		width: 800px;
	}
	.cu1 .cu1_main .cu1_list .text {
		width: 540px;
	}
	.cu2 .cu2_main .cu2_list {
		width: 360px;
	}
	.cu2 .cu2_main .left {
		width: 310px;
	}
	.cu3 .cu3_main {
		width: 1360px;
	}
	.cu3 .cu3_main .left .l_list {
		width: 320px;
	}
	.cu3 .cu3_main .right {
		width: 720px;
	}
	.pro1 .left {
		width: 620px;
	}
	.pro2 .pic_box {
		width: 840px;
		height: 420px;
	}
	.pro2 .text {
		height: 370px;
	}
	.w1 .w_main {
		width: 1360px;
	}
	.w1 .w_main .w_list {
		width: 395px;
	}
	.con1 .con1_main .pic_box {
		width: 840px;
		height: 420px;
	}
	.con1 .con1_main .text {
		height: 370px;
	}
}

@media (max-width: 1440px) {
	.box {
		width: 1200px;
	}
	.i2 .i2_main .i2_wrap .i2_list .pic_box{ 
		height: 244px;
	}
	.con1 .con1_main .pic_box {
		width: 650px;
		height: 325px;
	}
	.con1 .con1_main .text {
		width: 500px;
		height: 275px;
	}
	.w1 .w_main {
		width: 1120px;
	}
	.w1 .w_main .w_list {
		margin-right: 25px;
		width: 355px;
	}
	.pro1 .left {
		width: 500px;
	}
	.pro2 .pic_box {
		width: 700px;
		height: 350px;
	}
	.pro2 .text {
		width: 400px;
		height: 300px;
	}
	.pro2 .text .text1 {
		margin-top: 20px;
	}
	.cu3 .cu3_main {
		width: 1120px;
	}
	.cu3 .cu3_main .left .l_list {
		width: 260px;
	}
	.cu3 .cu3_main .right {
		width: 600px;
	}
	.com1 .com1_main .left {
		width: 500px;
	}
	.com1 .com1_main .left h1 {
		font-size: 60px;
	}
	.com1 .com1_main .right {
		width: 520px;
	}
	.banner1 .text {
		left: 430px;
	}
	.cu1 .cu1_main .cu1_list .pic_box {
		width: 650px;
	}
	.cu1 .cu1_main .cu1_list .text {
		width: 450px;
	}
	.cu2 .cu2_main .cu2_list {
		width: 300px;
	}
	.cu2 .cu2_main .left {
		width: 250px;
	}
	.banner1 .ab1_main {
		width: 1200px;
		margin-left: -600px;
	}
	.ab2 .right {
		width: 460px;
	}
	.banner1 .ab1_main .bom .left .l_list {
		width: 200px;
	}
	.banner1 .ab1_main .bom .left .l_list .grid .zhu1 {
		left: 40px;
	}
	.banner1 .ab1_main .bom .left .l_list .grid .zhu2 {
		left: 110px;
	}
	.w_box {
		width: 1200px;
	}
	.header .nav>ul>li {
		width: 100px;
	}
	.header .nav>ul>li>a {
		width: 98px;
	}
	.i1 .i1_main .left {
		width: 560px;
	}
	.i1 .i1_main .right {
		width: 560px;
		height: 493px;
	}
	.i1 .i1_main .left .left_about {
		width: 480px;
	}
	.i1 .i1_main .left .text {
		width: 80%;
	}
	/*.video5 .num .num_list{
		width: 186px;
	}*/
	.i1 .i1_main .left .left_pic {
		height: 373px;
	}
	.i1 .i1_main .right .right_main .qure {
		width: 180px;
		height: 180px;
		line-height: 180px;
	}
	.i3 .i3_main .left {
		width: 660px;
		height: 344px;
	}
	.i3 .i3_main .right {
		width: 420px;
		height: 224px;
	}
	.i3 .i3_main .right a {
		margin-top: 20px;
	}
	.i2 .i2_main {
		width: 1120px;
	}
	.i2 .i2_main .i2_wrap .i2_list {
		width: 366px;
	}
	.i3 .i3_main .text_r a {
		bottom: 30px;
	}
	.i4 .i4_main .i4_list {
		width: 590px;
	}
	.foot .foot_main .bom .foot_list {
		width: 270px;
	}
}

@media (max-width: 1024px) {
	#m_banner {
		display: block;
	}
	.header {
		display: none;
	}
	body {
		padding-top: 60px;
	}
 
	.al_wrap{
		width: 80% !important;
		left: 10% !important;
		margin-left: 0 !important; 
		transform-origin:50% 50%;
 	} 
 	.al_wrap .alert{
 		width: 90% !important; 
 		padding: 5% !important;
 		left: 0 !important;
 		margin-left:  0 !important; 
 	}
	.banner {
		display: none;
	}
	.i1 .i1_main .left .left_about {
		margin-top: 0 !important;
		opacity: 1;
	}
	.fixed {
		display: none;
	}
	.w_box {
		width: 100%;
	}
	.i1 .i1_main .left {
		width: 100%;
	}
	.i1 .i1_main .left .left_about {
		width: 95%;
		padding-top: 5%;
		padding-left: 5%;
		padding-right: 0;
	}
	.i1 .i1_main .left .left_pic {
		width: 100%;
		opacity: 1;
		top: 0;
		height: auto;
	}
	.i1 .i1_main .right {
		width: 90%;
		height: auto;
		padding: 5%;
		opacity: 1 !important;
		top: 0;
	}
	/*.num_list div i{
		width: 20px;
		background: url(../images/num1.png) no-repeat;
	}*/
	.i1 iframe {
		display: none;
	}
	.i1 .i1_main .right .right_main .qure {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 18px;
	}
	.index1 {
		top: 0 !important;
		opacity: 1 !important;
	}
	.index2 {
		top: 0 !important;
		opacity: 1 !important;
	}
	.index3 {
		top: 0 !important;
		opacity: 1 !important;
	}
	.index4 {
		top: 0 !important;
		opacity: 1 !important;
	}
	.index5 {
		top: 0 !important;
		opacity: 1 !important;
	}
	.index6 {
		top: 0 !important;
		opacity: 1 !important;
	}
	.i3 .i3_main .left {
		width: 100%;
		height: auto;
	}
	.box {
		width: 100%;
	}
	.i3 .i3_main .right {
		width: 90%;
		padding: 10% 5%;
		height: auto;
	}
	.i3 .i3_main .right div {
		width: 100%;
	}
	.i3 .i3_main .text_r {
		padding-bottom: 25%;
	}
	.i3 .i3_main .text_r a {
		bottom: 5%;
		right: 5%;
	}
	.i2 .i2_main {
		width: 90%;
		padding: 5%;
		position: relative;
	}
	.i2 .i2_main .i2_btn {
		width: 100%;
		margin-top: 15px;
	}
	.i2 .i2_main .i2_btn a {
		padding-left: 5%;
		width: 27%;
		background-size: auto 50%;
	}
	.i2 .i2_main .i2_btn .a1 {
		background-size: auto 30%;
		background: url(../images/11.png) no-repeat 10px center #f5f5f5;
	}
	.i2 .i2_main .i2_btn .a2 {
		background-size: auto 30%;
		background: url(../images/12.png) no-repeat 10px center #f5f5f5;
	}
	.i2 .i2_main .i2_btn .a3 {
		background-size: auto 30%;
		background: url(../images/13.png) no-repeat 10px center #f5f5f5;
	}
	.i2 .i2_main .i2_btn .active .a1 {
		background-size: auto 30%;
		background: url(../images/14.png) no-repeat 10px center #333;
	}
	.i2 .i2_main .i2_btn .active .a2 {
		background-size: auto 30%;
		background: url(../images/15.png) no-repeat 10px center #333;
	}
	.i2 .i2_main .i2_btn .active .a3 {
		background-size: auto 30%;
		background: url(../images/16.png) no-repeat 10px center #333;
	}
	.i2 .i2_main .i2_top .more {
		position: absolute;
		right: 5%;
		top: 60px;
		font-size: 12px;
		color: #666;
		background: url(../images/17.png) no-repeat left center;
		background-size: auto 30%;
		line-height: 30px;
		height: 30px;
		padding-left: 5%;
	}
	.i2 .i2_main .i2_wrap .i2_list .text {
		border: none;
		padding-top: 15px;
		padding: 5% 0 0;
	}
	.i4 .i4_main .i4_list {
		width: 100%;
	}
	.i4 .i4_main .i4_list .text {
		padding: 5% 5% 0;
	}
	.foot .foot_main {
		padding: 5%;
	}
	.foot .foot_main .top .fr {
		float: left;
		margin-top: 20px;
	}
	.foot .foot_main .top {
		padding-bottom: 20px;
	}
	.foot .foot_main .top li {
		margin-bottom: 15px;
	}
	.foot .foot_main .bom .foot_list {
		width: 31%;
		margin-right: 2%;
	}
	.bottom .fl {
		font-size: 12px;
	}
	.bottom .fr {
		display: none;
	}
	#m_header {
		display: block;
	}
	body .serch_main .serch_list {
		width: 90%;
		left: 5%;
		margin-left: 0;
		height: 40px;
	}
	body .serch_main .serch_list input {
		width: 75%;
		padding-left: 5%;
		height: 40px;
		line-height: 40px;
	}
	body .serch_main .serch_list a {
		width: 20%;
		height: 40px;
	}
	.bottom {
		padding: 0 1%;
		text-align: center;
		height: auto;
	}
	.bottom .b1{
		line-height: 30px;
		height: 30px;
	}
	.bottom .fl {
		float: none;
		line-height: 30px;
		height: 30px;
	}
	.bottom .b1 img{ 
		float: none !important; 
		margin-top: 0 !important ;
	} 
	.bottom .b1 p{
		line-height: 30px;
		height: 30px;
	}
	.two_h {
		display: none;
	}
	.banner1 {
		width: 100%;
		left: 0;
		margin-left: 0;
		height: auto !important;
	}
	.banner1 .img1 {
		width: 600px;
		position: relative;
		left: 50%;
		margin-left: -300px;
		height: auto;
	}
	.banner1 .text {
		top: 0;
		left: 5%;
	}
	.banner1 .text h1 {
		font-size: 24px;
	}
	.banner1 .text .ban_line {
		margin-top: 0;
	}
	.banner1 .text h2 {
		font-size: 18px;
		margin-top: 0;
	}
	.com1 .com1_main .left {
		width: 90%;
		padding: 5%;
	}
	.com1 .com1_main .left h1 {
		font-size: 36px;
	}
	.com1 .com1_main .left h2 {
		margin-top: 0;
	}
	.com1 .com1_main .right {
		width: 90%;
		padding: 5%;
		height: auto;
	}
	.com1 .com1_main .right .bom li {
		width: 33%;
		padding-right: 0;
	}
	.com1 .com1_main .right .bom li h4 {
		font-size: 24px;
		line-height: 40px;
	}
	.com1 .com1_main .right .bom {
		margin-top: 15px;
	}
	.cu1 .cu1_main .cu1_list .pic_box {
		width: 100%;
		height: auto;
	}
	.cu1 .cu1_main .cu1_list .pic_box img {
		display: block;
		width: 100%;
	}
	.cu1 .cu1_main .cu1_list .text {
		width: 90%;
		padding: 5%;
		height: auto;
	}
	.cu2 .cu2_main .cu2_list {
		width: 100%;
		height: auto
	}
	.cu2 .cu2_main .cu2_list img {
		display: block;
		width: 100%;
	}
	.cu2 .cu2_main .left {
		width: 90%;
		padding: 5%;
		background: #111
	}
	.cu2 .cu2_main .cu2_list h4 {
		margin-top: -80px;
	}
	.cu2 .cu2_main .cu2_list .cu2_up .line {
		top: 170px;
	}
	.cu2 .cu2_main .cu2_list .cu2_up .text {
		opacity: 1;
		top: 190px;
	}
	.cu3 .cu3_main {
		width: 90%;
		padding: 5%;
	}
	.cu3 .cu3_main .cu3_wrap {
		margin-top: 15px;
	}
	.cu3 .cu3_main .left .l_list {
		width: 46%;
		padding: 5% 2%;
		height: auto;
	}
	.cu3 .cu3_main .left .l_list .num {
		font-size: 48px;
		line-height: 60px;
	}
	.cu3 .cu3_main .left .l_list .text {
		width: 100%;
		margin-top: 10px;
	}
	.cu3 .cu3_main .left .l_list .num span {
		height: 20px;
		line-height: 20px;
	}
	.cu3 .cu3_main .right {
		width: 100%;
		height: auto;
	}
	.cu3 .cu3_main .right img {
		display: block;
		width: 100%;
	}
	.banner1 .text .down {
		display: none;
	}
	.fu .fu_main .fu_list .pic_box {
		width: 100%;
	}
	.fu .fu_main .fu_list .text {
		width: 90%;
		padding: 5%;
	}
	.fu .fu_main .fu_list .text .cn {
		margin-top: 10px;
		width: 100%;
		text-align: left;
		float: left;
	}
	.fu .fu_main .fu_list .text .en {
		width: 100%;
		text-align: left;
		float: left;
	}
	.fu .fu_main .fu_list .text h1 {
		font-size: 20px;
		line-height: 35px;
		text-align: left;
	}
	.fu .fu_main .fu_list .text .line {
		float: left;
	}
	.w1 {
		opacity: 1 !important;
		top: 0 !important;
	}
	.w1 .w_main {
		width: 90%;
		padding: 5%;
	}
	.w1 .w_main .w_btn {
		margin-top: 10px;
		display: none;
	}
	.w1 .w_main .w_wrap {
		margin-top: 20px;
	}
	.w1 .w_main .w_list {
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	#m_w_btn {
		display: block;
	}
	.section .text {
		top: 30%;
		left: 5%;
	}
	.section .text h1 {
		font-size: 28px;
	}
	.section .text h2 {
		font-size: 18px;
		margin-top: 10px;
	}
	.section .text .cn {
		font-size: 14px;
		width: 90%;
		line-height: 30px;
		margin-top: 10px;
	}
	.i2 .i2_main .i2_top {
		margin-top: 0;
	}
	.trends {
		opacity: 1 !important;
		top: 0 !important;
	}
	.i2 .i2_main .i2_wrap .i2_list {
		width: 100%;
	}
	.map {
		opacity: 1 !important;
		top: 0 !important;
		width: 100%;
		height: 400px;
		overflow: hidden;
	}
	.map #map {
		position: relative;
		top: -65px;
	}
	.con1 {
		opacity: 1 !important;
		top: 0;
	}
	.con1 .con1_main .pic_box {
		width: 100%;
		height: auto;
	}
	.con1 .con1_main .text {
		width: 90%;
		padding: 5%;
	}
	.ab2 {
		opacity: 1 !important;
		top: 0 !important;
	}
	.ab2 .left {
		width: 90%;
		padding: 5%;
		height: auto;
	}
	.ab2 .left h1 {
		font-size: 36px;
		line-height: 45px;
	}
	.ab2 .left .bom {
		margin-top: 20px;
	}
	.banner1 .ab1_main {
		display: none;
	}
	.ab2 .right {
		width: 90%;
		padding: 5%;
	}
	.ab3 {
		display: none;
	}
	.ab4 {
		top: 0 !important;
		opacity: 1 !important;
	}
	.pro1 .left {
		width: 90%;
		padding: 5%;
		height: auto;
	}
	.pro1 {
		opacity: 1 !important;
		top: 0 !important;
	}
	.pro2 {
		opacity: 1 !important;
		top: 0 !important;
	}
	.pro2 .text {
		width: 90%;
		height: auto;
		padding: 5%;
		float: right !important;
	}
	.pro2 .pic_box {
		width: 100%;
		height: auto;
		float: left !important;
	}
	.BMap_bubble_title {
		font-size: 16px;
		color: #333;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.BMap_bubble_content {
		font-size: 14px;
		color: #666;
		line-height: 25px;
	}
	.banner1 .text .ban_more {
		margin-top: 20px;
	}
	.banner1 .text .ban_more a {
		width: 100px;
		line-height: 25px;
	}
}

.m_w_btn {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	display: none;
}

.m_w_btn a {
	width: auto;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
	padding: 0 10px;
}

.m_w_btn .swiper-slide {
	width: auto;
}

.m_w_btn .active {
	border-bottom: 1px solid #333;
}

.m_header {
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f7f7f7;
	z-index: 3500;
	border-bottom: 1px solid #ccc;
	display: none;
	transition: all 0.5s ease 0s;
}

.m_header a {
	display: block;
	height: 60px;
	vertical-align: middle;
}

.m_header .m_logo img {
	height: 100%;
	width: auto;
}

.m_header .m_btn img {
	display: block;
	margin-top: 20px;
}

.m_banner {
	width: 100%;
	position: relative;
	display: none;
	height: 500px;
}

.m_banner .swiper-slide {
	background-size: cover !important;
}

.m_banner img {
	display: block;
	height: 100%;
}

.m_banner .text {
	position: absolute;
	left: 10%;
	top: 15%;
}

.m_banner .text .li1 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
}

.m_banner .text li {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}


/*.m_banner .text div{
	line-height: 30px;
	font-size: 12px;
	color: #666;
}
*/

.body_wrap {
	width: 100%;
	position: relative;
	transition: all 0.5s ease 0s;
	z-index: 1;
	overflow: hidden;
}

.left1 {
	transform: translateX(-66%);
}

.m_nav {
	position: fixed;
	right: -100%;
	width: 66%;
	top: 0;
	z-index: 100;
	height: 100%;
	background-color: #fff;
	transition: all 0.64s ease 0s;
	z-index: 3600
}

.show {
	right: 0;
	transition: all 0.44s ease 0s;
}

.m_nav .m_serch {
	line-height: 60px;
	background-color: #333;
}

.m_nav .m_serch .fl {
	display: inline-block;
	font-size: 16px;
	color: #acacac;
	margin-left: 8.2%;
	font-family: "Base-font";
}

.m_nav .m_serch .fr {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/42.png) no-repeat center;
	margin-right: 7.8%;
	margin-top: 22px;
	cursor: pointer;
}

.m_nav .m_nav_wrap ul {
	width: 100%;
}

.m_nav .m_nav_wrap ul li {
	line-height: 60px;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
}

.m_nav .m_nav_wrap ul li div {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
}

.m_nav .m_nav_wrap ul li div .fl {
	font-size: 16px;
	color: #666;
}

.m_nav .m_nav_wrap ul li div .fr {
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../images/43.png) no-repeat center;
	margin-top: 26px;
}

.m_nav .m_nav_wrap ul li a {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	font-size: 16px;
	color: #666;
}

.m_link {
	position: absolute;
	right: -100%;
	top: 60px;
	width: 100%;
	height: 100%;
}

.m_link .boxs {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	background-color: #fff;
	height: 100%;
}

.m_link .boxs .link_top {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	line-height: 60px;
	background-color: #333;
}

.m_link .boxs .link_top p {
	padding-left: 18px;
	color: #fff;
	font-size: 18px;
	background: url(../images/44.png) no-repeat left center #333;
}

.m_link .boxs ul {
	width: 100%;
}

.m_link .boxs ul li {
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
}

.m_link .boxs ul li a {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	font-size: 16px;
	color: #666;
}

.m_link .left2 {
	left: -100%
}

.index1 {
	position: relative;
	top: 50px;
	opacity: 0;
}

.index2 {
	position: relative;
	top: 50px;
	opacity: 0;
}

.index3 {
	position: relative;
	top: 50px;
	opacity: 0;
}

.index4 {
	position: relative;
	top: 50px;
	opacity: 0;
}

.index5 {
	position: relative;
	top: 50px;
	opacity: 0;
}

.index6 {
	position: relative;
	top: 50px;
	opacity: 0;
}

.ab4 {
	position: relative;
	top: 50px;
	opacity: 0;
}

.trends {
	position: relative;
	top: 50px;
	opacity: 0;
}

.serch_main {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .9);
	z-index: 3700;
	display: none;
}

.serch_main .serch_list {
	width: 700px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 155px;
	background: #fff;
	border-radius: 10px;
}

.serch_main .serch_list input {
	display: block;
	float: left;
	width: 600px;
	height: 60px;
	border: none;
	background: none;
	padding-left: 30px;
	outline: none;
}

.serch_main .serch_list a {
	display: block;
	width: 70px;
	height: 60px;
	float: left;
	background: url(../images/45.png) no-repeat center center;
}

.de1 {
	width: 100%;
	margin-top: 20px;
}

.de1 .left {
	background-color: #fff;
	width: 32%;
	padding: 100px 18.5% 185px 3.5%;
}

.de1 .left h1 {
	font-size: 26px;
	line-height: 46px;
	color: #333;
	margin-left: -1px;
}

.de1 .left h2 {
	display: block;
	margin-top: 18px;
	line-height: 36px;
	color: #444;
	font-size: 18px;
}

.de1 .box {
	background: #f5f5f5
}

.de1 .left .text {
	display: block;
	line-height: 24px;
	font-size: 13px;
	margin-top: 10px;
}

.de1 .right {
	width: 31.5%;
	padding: 95px 7.7% 0 6.8%;
}

.de1 .right h1 {
	font-size: 30px;
	line-height: 50px;
	color: #333;
	font-weight: bold;
	font-family: "微软雅黑";
}

.de1 .right ul {
	margin-top: 38px;
}

.de1 .right ul li {
	padding-left: 20px;
	line-height: 30px;
	font-size: 14px;
	background: url(../images/ico_27.png) no-repeat 3px center;
}

.de2 {
	width: 100%;
	margin-top: 20px;
}

.de2 .de2_main {
	width: 92.7%;
	margin: 0 auto;
	padding: 50px 3.65%;
	background-color: #fff;
}

.de2 img {
	display: block;
	width: 100%;
}
.tr_main{
	width: 100%;
	margin-top: 20px;
}
.tr_main .tr_wrap{
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 55px;
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
}

.tr_main .tr_wrap .top{
	padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.tr_main .tr_wrap .top .fl h1{
	font-size: 26px;
    line-height: 38px;
    color: #333;
}
.tr_main .tr_wrap .top .fl h2{
    line-height: 28px;
    font-size: 14px;
}
.tr_main .tr_wrap .top .fr{
	margin-top: 3px;
}
.tr_main .tr_wrap .top .fr a{
	display: inline-block;
    float: left;
    margin: 0 0 0 9px;
    border: 1px solid #ececec;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
}
.tr_main .tr_wrap .top .fr .a1{
	background: url(../images/ico_34.png) no-repeat center;
}

.tr_main .tr_wrap .top .fr .a2{
	background: url(../images/ico_35.png) no-repeat center;
}

.tr_main .tr_wrap .top .fr .a1:hover{
	background: url(../images/ico_34_h.png) no-repeat center #333;
}

.tr_main .tr_wrap .top .fr .a2:hover{
	background: url(../images/ico_35_h.png) no-repeat center #333;
}
.tr_main .tr_wrap .middle{
	line-height: 30px;
	color: #333;
	padding-top: 30px;
	padding-bottom: 40px;
}

.tr_main .tr_wrap .bom{
	border-top: 1px solid #ccc;
}
.tr_main .tr_wrap .bom .fr{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #333;
	color: #333;
	font-size: 16px;
	margin-top: 30px;
	border-radius: 10px;
	float: right;
}
.tr_main .tr_wrap .bom .fr:hover{
	background: #333;
	color: #fff;
}

.tr_main .tr_wrap .bom .fl {
	margin-top: 30px;

}
.tr_main .tr_wrap .bom .fl a{
	display: block; 
	line-height: 35px;
	color: #666;
}
.tr_main .tr_wrap .bom .fl a:hover{
	color: #333;
}

.tr_main .tr_wrap .pic_box{
	width: 100%;
}

.tr_main .tr_wrap .pic_box img{
	display: block;
	width: 100%;
}
.tr_main .tr_wrap .pic_box p img{
	width: auto;
}

/*#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap{
	width: 80px !important;
	height: 80px !important;

}*/
/*#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base{ 
	background: url(../images/call.jpg) no-repeat center center !important;
	width: 80px !important;
	height: 80px !important;
}*/
#newBridge .nb-icon-base .nb-icon-bridge-base{
	top: 0 !important;
	left: 0 !important;
	margin-left: 0 !important; 
	margin-top: 0 !important;
}
#newBridge .icon-right-center{
	bottom:0 !important; 
	left: 0 !important;
	top: auto !important; 
	right: auto !important;
}

.ss1{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
.ss1 a{
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	color: #333;
	border: 1px solid #333;
	text-align: center;
	border-radius: 10px;
	margin-right: 40px;
}
.ss1 a:nth-child(2){
	margin-right: 0;
}
.ss1 .active{
	color: #fff;
	background: #333;
}

.hide{
	display: none;
}


.al_wrap{
	width: 100%;
	height: 100%;
	position:fixed;
	left: 0;
	top: 0;
	z-index: 5922;
	transform:scale(0,0);
	-ms-transform:scale(0,0); 	/* IE 9 */
	-moz-transform:scale(0,0); 	/* Firefox */
	-webkit-transform:scale(0,0); /* Safari 和 Chrome */
	-o-transform:scale(0,0); 	/* Opera */
	transform-origin:20% 40%;
	transition: all .6s;
	-moz-transition: all .6s; /* Firefox 4 */
	-webkit-transition: all .6s; /* Safari 和 Chrome */
	-o-transition: all .6s; /* Opera */
	*display: none;            
} 
.alert{
	width: 410px;
	height: 170px;
	padding: 15px 20px;
	background: #fff;
	position: fixed;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -225px;
	box-shadow: 0 0 20px 5px rgba(137,137,137,.6);
	z-index: 6000;
	
}
.al_on{
	transform:scale(1,1);
	-ms-transform:scale(1,1); 	/* IE 9 */
	-moz-transform:scale(1,1); 	/* Firefox */
	-webkit-transform:scale(1,1); /* Safari 和 Chrome */
	-o-transform:scale(1,1); 	/* Opera */
}
.alert .top{
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	color: #333;
} 

.alert .al_main{
	width: 90%;
	margin-top: 20px;
	line-height: 30px;
	color: #666;
}
.alert  .al_close{
	width: 60px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #333;
	color: #333;
	display: block;
	margin: 20px auto 0;
	text-align: center;
	line-height: 30px;
}
.alert .al_close:hover{
	color: #fff;
	background: #333;
}

.bottom .b1{ 
	margin-left: 20px;
	display: block;
}

.bottom .b1 img{
	display: inline-block;
	margin-top: 15px; 
	margin-right: 5px; 
} 
.bottom .b1 p{
	display: inline-block;
} 