@charset "utf-8";
.process {
	width: 1200px;
	height: 412px;
	background: url(../images/processbg.jpg) no-repeat center top;
	/* opacity: .8; */
	margin: 63px auto 0;
	position: relative;
}

.process_p1 {
	font-size: 24px;
	color: #111;
	position: absolute;
	left: 88px;
	top: 95px;
}

.process_p1 b {
	color: #1748ab;
}

.process_p2 {
	color: #555;
	font-size: 14px;
	letter-spacing: 1px;
	position: absolute;
	left: 140px;
	top: 216px;
}

.process_zx {
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 129px;
	top: 250px;
}

.process_zx:hover {
	text-decoration: underline;
}

.process_list {
	width: 741px;
	height: 200px;
	position: absolute;
	left: 380px;
	top: 90px;
}

.process_list li {
	width: 247px;
	height: 100px;
	float: left;
	text-align: center;
	padding-top: 42px;
	margin-bottom: 17px;
	box-sizing: border-box;
	font-size: 16px;
	color: #222;
}


/*advantage star*/

.advantage {
	width: 100%;
	height: 1277px;
	background: url(../images/advanbg.jpg) no-repeat center top;
	/* opacity: .8; */
	margin-top: 75px;
	overflow: hidden;
}

.advan_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 57px;
}

.advantage_title {
	color: #1f52b9;
	font-size: 24px;
}

.advantage_title span {
	display: inline-block;
	position: relative;
	color: #555;
	font-size: 14px;
	margin-left: 58px;
	letter-spacing: 1px;
	transform: translateY(-4px);
}

.advantage_title span:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: rgba(85, 85, 85, .5);
	position: absolute;
	left: -48px;
	top: 50%;
}

.advantage_titleimg {
	margin-top: 7px;
}


/*advan_scroll*/

.advan_scroll {
	width: 1600px;
	height: 280px;
	/* background: rgba(255, 255, 255, .5); */
	margin-top: 37px;
	position: relative;
}

.advan_scroll .next {
	width: 38px;
	height: 38px;
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
	background: #333 url(../images/adir.png) no-repeat;
	position: absolute;
	left: 1161px;
	top: -79px;
}

.advan_scroll .bd {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.advan_scroll .bd li {
	width: 390px;
	height: 260px;
	float: left;
	margin-right: 10px;
	position: relative;
	margin-bottom: 20px;
	transition: .5s;
}

.advan_bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.advan_cont {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 52px;
	box-sizing: border-box;
}

.advan_scroll .bd li:hover {
	box-shadow: 5px 5px 5px 0 #cccec9;
}

.advan_ti {
	text-align: center;
	color: #333;
	font-size: 24px;
}

.advan_scroll .bd li:hover .advan_ti {
	color: #1f52b9;
}

.advan_num {
	width: 100px;
	height: 30px;
	margin: 7px auto 0;
	overflow: hidden;
}

.advan_scroll .bd li:hover .advan_num img {
	transform: translateX(-100px);
}

.advan_nr {
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin-top: 7px;
}


/*product*/

.product {
	width: 1200px;
	height: 550px;
	/* background: rgba(255, 255, 255, .5); */
	margin: 133px auto 0;
}

.product_p1 {
	padding-top: 11px;
	margin-bottom: 29px;
	font-size: 24px;
	color: #fff;
}

.product_p2 {
	font-size: 14px;
	color: #fff;
	padding-left: 316px;
	letter-spacing: 1px;
	float: left;
	position: relative;
}

.product_p2:before {
	content: url(../images/proen.png);
	display: block;
	position: absolute;
	left: 0;
	top: -10px;
}

.product_pa {
	float: right;
	transform: translateY(-5px);
}

.product_pa span {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: relative;
	padding-bottom: 20px;
}

.product_pa span:before {
	content: '';
	display: block;
	width: 360px;
	height: 1px;
	background: rgba(255, 255, 255, .3);
	position: absolute;
	left: 100%;
	bottom: -1px;
}

.product_pa a {
	font-size: 15px;
	color: #fff;
	margin-left: 52px;
	position: relative;
}

.product_pa a:hover {
	text-decoration: underline;
}

.product_pa a:before {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	left: -28px;
	top: 6px;
}

.product_pa a:first-child {
	margin-left: 20px;
}

.product_pa a:first-child:before {
	display: none;
}

.product_scroll {
	width: 1261px;
	height: 400px;
	margin-top: 54px;
	margin-left: -10px;
	position: relative;
}

.product_scroll .next {
	width: 38px;
	height: 38px;
	background: #eaff00 url(../images/prol.png);
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 52px;
	top: -144px;
}

.product_scroll .bd {
	width: 1261px;
	height: 400px;
	overflow: hidden;
}

.product_scroll .bd li {
	width: 310px;
	height: 400px;
	overflow: hidden;
	float: left;
	background: rgba(255, 255, 255, .4);
	margin-right: 7px;
}

.product_cont {
	width: 290px;
	height: 380px;
	position: relative;
	margin: 10px auto;
	background: #fff;
	text-align: center;
}

.pro_img {
	width: 290px;
	height: 330px;
	background: #fff;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	color: #18191a;
	margin: 0 auto;
}

.pro_img img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .3s;
}

.product_scroll .bd li:hover .pro_img img {
	transform: translateX(-50%) scale(1.1);
}

.pro_name {
	width: 290px;
	height: 50px;
	background: #fff;
	position: relative;
}


/*reason*/

.reason {
	width: 100%;
	height: 700px;
	background: url(../images/adbgxh.png) center;
	overflow: hidden;
	/* opacity: .8; */
}

.advan2tage_p1 {
	font-size: 24px;
	color: #000;
	padding-top: 12px;
	margin-bottom: 16px;
}

.advan2tage_p3 {
	font-size: 14px;
	width: 253px;
	color: #666;
	padding-left: 47px;
	position: relative;
	margin-top: 15px;
	letter-spacing: 1px;
	line-height: 24px;
}

.advan2tage_p3:before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	background: #c8c8c8;
	position: absolute;
	left: 0;
	top: 11px;
}

.advan2tage {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.advan2_img {
	width: 1040px;
	height: 500px;
	overflow: hidden;
	position: absolute;
	left: 520px;
	top: 16px;
	z-index: 10;
}

.advan2_scroll {
	width: 310px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 200px;
	z-index: 60;
}

.advan2_scroll .prev {
	width: 38px;
	height: 38px;
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
	background: url(../images/adl.png);
	position: absolute;
	left: 993px;
	top: 360px;
}

.advan2_scroll .next {
	width: 38px;
	height: 38px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 50%;
	background: url(../images/adr.png);
	position: absolute;
	left: 1043px;
	top: 360px;
}

.advan2_scroll .hd {
	width: 310px;
	height: 500px;
}

.advan2_scroll .hd li {
	margin-bottom: 52px;
}

.advan2_hd_line {
	width: 50px;
	height: 3px;
	background: #111;
	margin-bottom: 5px;
	transition: .3s;
}

.advan2_scroll .hd li.on .advan2_hd_line {
	width: 180px;
	background: #1f52b9;
}

.advan2_hd_cn {
	color: #111;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}

.advan2_scroll .hd li.on .advan2_hd_cn {
	color: #1f52b9;
}

.advan2_hd_en {
	margin-top: 7px;
	color: #161719;
	font-size: 12px;
}

.advan2_hd_name {
	width: 160px;
	line-height: 30px;
	font-size: 24px;
	position: absolute;
	left: 137px;
	top: 77px;
	transform: translateY(-50%);
	text-align: center;
	font-size: 24px;
	font-family: "宋体";
}

.advan2_scroll .hd li:hover .advan2_hd_icon {
	display: none;
}

.advan2_scroll .hd .on {
	background: rgba(0, 0, 0, 0);
	color: #000;
}

.advan2_hd_icon {
	width: 300px;
	height: 300px;
	overflow: hidden;
	display: none;
	position: absolute;
	left: 312px;
	top: -92px;
}

.advan2_scroll .hd li:hover .advan2_hd_icon {
	display: block;
}

.advan2_scroll .hd li.on .advan2_hd_icon {
	display: block;
}

.advan2_scroll .bd {
	width: 580px;
	height: 400px;
	overflow: hidden;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	left: 350px;
	top: 0;
}

.advan2_scroll .bd li {
	width: 580px;
	height: 334px;
	float: left;
	overflow: hidden;
}

.advan2_bd_title {
	width: 420px;
	margin: 83px auto 0;
	font-size: 24px;
	color: #111;
}

.advan2_bd_nr {
	width: 420px;
	margin: 10px auto;
	margin-top: 20px;
	border-top: 1px solid #999;
	padding-top: 20px;
	line-height: 30px;
	font-size: 14px;
	color: #444;
}


/*advantage end*/


/*about star*/

.about {
	width: 100%;
	height: 600px;
	background: url(../images/aboutbg.jpg) no-repeat center top;
}

.about_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 124px;
	box-sizing: border-box;
}

.about_left {
	width: 241px;
	height: 332px;
	float: left;
	margin-top: 8px;
}

.about_right {
	width: 830px;
	float: right;
}

.about_cont {
	padding-left: 10px;
	box-sizing: border-box;
	height: 210px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 29px;
	color: #fff;
}

.about_cont p {
	margin-bottom: 12px;
}

.about_num {
	margin-top: 17px;
}

.about2 {
	width: 100%;
	height: 510px;
	background: url(../images/adbgxh.png) center;
	/* opacity: .8; */
	overflow: hidden;
}

.about2_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.about2_left {
	width: 655px;
	height: 100%;
	float: left;
	padding-top: 67px;
	box-sizing: border-box;
}

.about2_p1 {
	font-weight: bold;
	color: #1f52b9;
	font-size: 24px;
}

.about2_p1 .about2_p1span {
	font-size: 14px;
	color: #666;
	margin-left: 37px;
	letter-spacing: 1px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	transform: translateY(-2px);
}

.about2_p1 .about2_p1span:before {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #111;
	position: absolute;
	left: -30px;
	top: 9px;
}

.about2_vedio {
	width: 655px;
	height: 317px;
	overflow: hidden;
	margin-top: 24px;
}

.about2_vedio embed,
.about2_vedio iframe {
	width: 655px !important;
	height: 317px !important;
}

.about2_right {
	width: 463px;
	height: 100%;
	float: right;
	padding-top: 93px;
	box-sizing: border-box;
}

.about2_right_p1 {
	color: #1f52b9;
	letter-spacing: 2px;
	font-size: 30px;
	font-weight: bold;
}

.about2_right_p2 {
	font-weight: bold;
	font-size: 16px;
	color: #222;
	position: relative;
	margin-top: 6px;
	padding-left: 60px;
}

.about2_right_p2:before {
	content: '';
	display: block;
	width: 34px;
	height: 2px;
	background: #222;
	position: absolute;
	left: 2px;
	top: 11px;
}

.about2_right_p3 {
	font-size: 15px;
	color: #555;
	line-height: 35px;
	margin-top: 27px;
}

.about2_right_more {
	display: block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: #111;
	font-size: 14px;
	margin-top: 25px;
}

.about2_right_more:hover {
	text-decoration: underline;
}


/*about end*/


/*news star*/

.news_big {
	width: 100%;
	height: 760px;
	background: #e6eaf2;
	/* opacity: .8; */
	overflow: hidden;
}

.news {
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}

.newsb_title {
	height: 80px;
	overflow: hidden;
}

.newsb_title_span {
	font-size: 24px;
	font-weight: bold;
	color: #0036ff;
	position: relative;
}

.newsb_title_span:after {
	content: '';
	display: block;
	width: 74px;
	height: 10px;
	background: #0036ff;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(20px, -50%);
}

.news_nav {
	float: right;
	transform: translateY(-38px);
}

.news_nav a {
	font-size: 16px;
	color: #333;
	margin-left: 42px;
	position: relative;
}

.news_nav a:hover {
	color: #0036ff;
}

.news_nav a:before {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background: #777;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateX(-20px);
}

.news_nav a:first-child:before {
	display: none;
}

.news_te {
	width: 1200px;
	height: 180px;
}

.news_te li {
	width: 560px;
	height: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.news_te li:nth-child(1) {
	background: url(../images/news1.jpg);
}

.news_te li:nth-child(2) {
	background: url(../images/news2.jpg);
}

.news_te li:nth-child(2n) {
	float: right;
}

.news_te_word {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 40px 50px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}

.news_te_title {
	font-size: 16px;
	height: 22px;
	padding-right: 80px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_te_word:hover .news_te_title {
	color: #eaff00;
}

.news_te_title span {
	position: absolute;
	right: 0;
	top: 4px;
	color: rgba(255, 255, 255, .5);
	font-family: arial;
	font-size: 12px;
}

.news_te_cont {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 20px;
}

.news_list {
	width: 1200px;
	height: 375px;
}

.news_te li:nth-child(2) .news_te_title {
	color: #333;
}
.news_te li:nth-child(2):hover .news_te_title {
	text-decoration: underline;
}
.news_te li:nth-child(2) .news_te_title span{
	color: #777;
}

.news_te li:nth-child(2) .news_te_cont {
	color: #555;
}

.news_list li {
	width: 560px;
	height: 93px;
	line-height: 93px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	float: left;
	box-sizing: border-box;
	padding: 0 70px 0 45px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list li:nth-child(2n) {
	float: right;
}

.news_list li:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #ccc;
	transform: rotateZ(45deg);
	position: absolute;
	left: 9px;
	top: 46%;
}

.news_list li:hover:before {
	background: #1f52b9;
}

.news_list li span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	font-family: arial;
	color: #999;
}

.news_list li a {
	font-size: 16px;
	color: #444;
}

.news_list li a:hover {
	color: #1f52b9;
}


/**/

.module1_title {
	font-size: 24px;
	font-weight: bold;
	color: #111;
	position: relative;
	margin-bottom: 20px;
}

.module1_title b {
	color: #1f52b9;
}

.module1_title:before {
	content: '';
	display: block;
	width: 100px;
	height: 10px;
	background: #1f52b9;
	margin-bottom: 18px;
}


/*news end*/