@charset "utf-8";

/*xzs*/

.xzlb {
	width: 100%;
	height: 800px;
	background: #F4F4F4;
	padding-top: 40px;
	box-sizing: border-box;
}

.xzlb_title {
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	color: #333;
}

.xzlb_title2 {
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 10px;
	color: #666;
}


/*xz*/

.poster-main {
	width: 1200px;
	height: 600px;
	/*background: rgba(0,0,0,.2);*/
	position: relative;
	margin: 30px auto;
}

.poster-main a,
.poster-main img {
	display: block;
}

.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}

.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url(../img/left.png) no-repeat center center;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url(../img/right.png) no-repeat center center;
}


/*xze*/


/*product  star*/

.product {
	width: 100%;
	height: 1200px;
	background: #f4f4f4;
	/* padding-top: 80px; */
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.product_box {
	width: 1200px;
	height: 1200px;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
	box-sizing: border-box;
}

.product_nav {
	width: 950px;
	height: 320px;
	margin: 0 auto;
}

.product_nav a {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 15px;
	background: #1d58b5;
	float: left;
	margin-right: 50px;
	margin-bottom: 19px;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.product_nav a:nth-child(5),
.product_nav a:nth-child(9) {
	margin-right: 0;
}

.product_nav a:nth-child(6) {
	margin-left: 100px;
}

.product_nav a img {
	position: absolute;
	left: 50%;
	top: 50px;
	transform: translate(-50%, -50%);
}

.product_nav a p {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 90px;
}

.product .case_title {
	margin-top: 20px;
}


/**/

.product_list {
	width: 100%;
	height: 100%;
	margin-top: 20px;
}

.product_list li {
	width: 299px;
	height: 350px;
	background: #fff;
	margin-right: 1px;
	margin-bottom: 1px;
	float: left;
}

.pro_img {
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.pro_img img {
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.pro_a {
	display: block;
	width: 100%;
	height: 103px;
	margin-top: 5px;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #444;
	font-size: 15px;
}

.pro_a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/proioc.png);
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
}

.product_list li:hover a {
	color: #2655cb;
}

.product_list li:hover a:before {
	background: url(../images/proioc.png) top left -20px;
}

.pro_bigimg {
	position: absolute;
	left: -90px;
	top: 299px;
}

.pro_word {
	width: 430px;
	position: absolute;
	left: 300px;
	top: 458px;
	text-align: center;
}

.pro_word_en {
	color: #ccc;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 3px;
	text-align: center;
}

.pro_word_cn {
	font-size: 46px;
	font-weight: bold;
	color: #2655cb;
	margin-top: 25px;
	text-align: center;
}

.pro_word_cnone {
	margin: 16px 0;
	margin-left: 20px;
}

.pro_word_cn_div {
	width: 84px;
	height: 84px;
	border-radius: 10px;
	border: 1px solid #ccc;
	text-align: center;
	color: #666;
	font-size: 15px;
	position: relative;
	float: left;
	margin: 20px;
}

.pro_word_cn_div span {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/**/

.mainNavUl {
	margin: 35px auto;
	height: 40px;
}

.mainNavUl li {
	width: 145px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 12px;
}

.mainNavUl li:last-child {
	margin-right: 0;
}

.mainNavUl li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	box-sizing: border-box;
	background: #155de3;
}

.mainNavUl li a:hover {
	background: #ea1429;
}

.mainNavUl .mainNavUl_li a {
	background: #ea1429;
}


/*product end*/


/*reason  star*/

.reason {
	width: 100%;
	height: 860px;
	/*background: url(../images/bbb.jpg) no-repeat center top;*/
	position: relative;
	margin-bottom: 80px;
	padding-top: 58px;
	box-sizing: border-box;
	letter-spacing: 2px;
	overflow: hidden;
}

.reason:before {
	content: '';
	display: block;
	width: 810px;
	height: 590px;
	background: #eaedef;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-210px);
	z-index: -1;
}

.reason:after {
	content: '';
	display: block;
	width: 50%;
	height: 590px;
	background: #eaedef;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.reason_title1 {
	text-align: center;
	color: #1d58b5;
	font-size: 36px;
	font-weight: bold;
}

.reason_title2 {
	text-align: center;
	margin-top: 6px;
}

.reason_title2 span {
	padding: 1px 28px 2px 28px;
	border: 1px solid #ccc;
	background: #1d58b5;
	color: #fff;
	border-radius: 20px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 4px;
}

.reason_scroll {
	width: 1200px;
	height: 690px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.reason_scroll .hd {
	width: 330px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.reason_scroll .hd li {
	width: 100%;
	height: 160px;
	background: #1d58b5;
	margin-bottom: 16px;
	position: relative;
	transition: .5s;
}

.reason_scroll .hd .on {
	transform: translateX(50px);
}

.reason_scroll .hd li:before {
	font-size: 90px;
	color: rgba(255, 255, 255, .03);
	font-family: impact;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.reason_scroll .hd li:nth-child(1):before {
	content: 'ONE';
}

.reason_scroll .hd li:nth-child(2):before {
	content: 'TWO';
}

.reason_scroll .hd li:nth-child(3):before {
	content: 'THREE';
}

.reason_scroll .hd li:nth-child(4):before {
	content: 'FOUR';
}

.reason_scroll .hd li .reason_scroll_ti1 {
	width: 70%;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.reason_scroll .bd {
	width: 742px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.reason_scroll .bd li {
	width: 742px;
	height: 690px;
	float: left;
	position: relative;
}

.reason_scroll .bd li .img {
	width: 742px;
	height: 445px;
	overflow: hidden;
}

.reason_scroll .bd li .reason_title {
	color: #1d58b5;
	font-size: 26px;
	font-weight: bold;
	margin-top: 50px;
}

.reason_scroll .bd li .reason_cont {
	font-size: 14px;
	line-height: 28px;
	color: #555555;
	margin-top: 20px;
	letter-spacing: 0px;
	text-align: justify;
}

.reason_scroll .prev {
	width: 40px;
	height: 40px;
	background: url(../images/rl.jpg);
	position: absolute;
	right: 50px;
	top: 486px;
	cursor: pointer;
}

.reason_scroll .next {
	width: 40px;
	height: 40px;
	background: url(../images/rr.jpg);
	position: absolute;
	right: 0;
	top: 486px;
	cursor: pointer;
}


/*reason  end*/


/*module one star*/

.module_one {
	width: 100%;
	height: 136px;
	background: #eaedef;
	padding: 17px 0;
	position: relative;
	overflow: hidden;
}

.module_one:before {
	content: '';
	display: block;
	width: 100%;
	height: 136px;
	background: #fe0000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.module_one_box {
	width: 1200px;
	height: 100%;
	background: #eaedef;
	padding: 0 10px;
	position: relative;
	margin: 0 auto;
}

.module_one_box li {
	width: 235px;
	height: 136px;
	background: #fff;
	float: left;
	margin-right: 6px;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
}

.module_one_box li:nth-child(5n) {
	margin-right: 0;
}

.module_one_box li p {
	margin-top: 10px;
}


/*mudoule end*/


/*order star*/

.order {
	width: 100%;
	height: 550px;
	background: #155ee3;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
	position: relative;
	/* margin-top: 20px; */
}

.order_list {
	width: 1200px;
	margin: 60px auto;
}

.order_list li {
	width: 370px;
	height: 160px;
	padding-left: 100px;
	box-sizing: border-box;
	float: left;
	margin-right: 45px;
	margin-bottom: 10px;
	position: relative;
}

.order_list li:nth-child(3n) {
	margin-right: 0;
}

.order_num {
	display: block;
	border-radius: 50%;
	color: #fff;
	width: 85px;
	height: 85px;
	line-height: 85px;
	border: 1px solid #fff;
	font-size: 36px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.order_title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.order_nr {
	font-size: 14px;
	line-height: 26px;
	margin-top: 8px;
	color: rgba(255, 255, 255, .8);
	text-align: justify;
	letter-spacing: 1px;
}


/*order end*/


/*module 4 star*/

.module4 {
	width: 100%;
	height: 180px;
	margin-top: 40px;
	background: url(../images/mo4.jpg) no-repeat center top;
}

.module4_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.module4_img {
	position: absolute;
	left: 500px;
	top: 50%;
	transform: translateY(-50%);
}

.module4_left {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.module4_left_p1 {
	font-size: 34px;
	letter-spacing: 2px;
}

.module4_left_p2 {
	font-size: 15px;
	margin-top: 7px;
	letter-spacing: 3px;
}

.module4_right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.module4_right_a {
	display: block;
	width: 160px;
	height: 40px;
	background: #ffa000;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.module4_right_span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	transform: translateY(-4px);
}

.module4_right_b {
	color: #fff;
	font-size: 28px;
	letter-spacing: 2px;
}


/*module 4 end*/


/*tel star*/

.tel_cont {
	width: 100%;
	height: 270px;
	overflow: hidden;
	padding-top: 100px;
	overflow: hidden;
}

.tel {
	width: 100%;
	height: 200px;
	background: url(../images/telbg2.png) no-repeat center top;
}

.tel_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.tel_word {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.tel_word1 {
	font-size: 20px;
	font-family: "宋体";
}

.tel_word2 {
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0;
}

.tel_word3 {
	font-size: 18px;
	font-family: "宋体";
	color: rgba(255, 255, 255, .6);
	letter-spacing: 2px;
}

.tel_p {
	position: absolute;
	right: 320px;
	top: -50px;
	font-size: 16px;
	color: #666;
	letter-spacing: 4px;
}

.tel_p_num {
	color: #503af7;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	font-family: arial;
	display: inline-block;
	transform: translateY(2px);
}

.tel_p img {
	display: inline-block;
	transform: translateY(8px);
	margin-right: 10px;
}

.tel_box .right_img {
	position: absolute;
	right: -110px;
	bottom: -40px;
}


/*tel end*/


/*advantage star*/

.advantage1 {
	width: 100%;
	height: 700px;
	/* background: #f3f3f3; */
	padding-top: 60px;
	box-sizing: border-box;
	overflow: hidden;
}

.advantage1_title {
	text-align: center;
	font-weight: bold;
	color: #22252c;
	font-size: 28px;
}

.advantage1_title1 {
	text-align: center;
	font-size: 15px;
	color: #555;
	letter-spacing: 1px;
	width: 1200px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	margin-top: 8px;
	padding-bottom: 25px;
}

.advantage_span {
	text-align: center;
	margin: 27px auto;
}

.advantage_span span {
	padding: 6px 70px 8px 80px;
	background: #0173e3;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 16px;
	position: relative;
	border-radius: 50px;
}

.advantage_span span:before {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 45px;
	top: 50%;
	transform: translateY(-50%);
}

.advantage_span span:after {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
}

.advan1_box {
	width: 1200px;
	height: 500px;
	margin: 49px auto;
	position: relative;
}

.advan1_box_img img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.advan1_box_word {
	width: 520px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.advan1_one {
	margin-bottom: 50px;
	position: relative;
}

.advan1_one:before {
	position: absolute;
	left: -100px;
	top: -2px;
}

.advan1_one1:before {
	/*content: url(../images/a1ico.jpg);*/
}

.advan1_one2:before {
	/*content: url(../images/a2ico.jpg);*/
}

.advan1_one4:before {
	/*content: url(../images/a4ico.jpg);*/
}

.advan1_one3 {
	width: 530px;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
}

.advan1_one3:before {
	/*content: url(../images/a3ico.jpg);*/
	right: -100px;
}

.advan1_one5 {
	width: 530px;
	position: absolute;
	left: 0;
	top: 50px;
}

.advan1_one_cn {
	font-size: 28px;
	font-weight: bold;
	color: #0173e3;
	letter-spacing: 1px;
	padding-bottom: 5px;
	margin-bottom: 8px;
	position: relative;
}

.advan1_one_cn span {
	color: #333;
}

.advan1_one3 .advan1_one_cn:after {
	left: -300px;
}

.advan1_one_en {
	font-size: 14px;
	color: #999999;
	font-family: arial;
}

.advan1_one_nr {
	font-size: 14px;
	text-align: justify;
	color: #555;
	line-height: 28px;
	margin-top: 35px;
}

.advan1_one_a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #155de3;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 2px;
}

.advan1_one_a:hover {
	text-decoration: underline;
}

.advan1_one_lin {
	width: 530px;
	height: 1px;
	background: #ccc;
	margin-top: 66px;
}

.advan1_one1 .advan1_one_nr {
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}

.advan1_one4 .advan1_one_nr {
	width: 440px;
}

.advan1_one_nr b {
	color: #ffa000;
}

.advan2_box {
	width: 100%;
	height: 420px;
	background: #f6f6f6;
}

.advan2_box_cont {
	width: 1200px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

.advan2_box_img img {
	display: block;
	position: absolute;
	right: 0;
	top: 58%;
	transform: translateY(-50%);
}

.advan2_box_img1 {}

.advan3_box {
	width: 100%;
	height: 392px;
	background: #f6f6f6;
	overflow: hidden;
}

.advan3_box_cont {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.advan3_box_img img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.advan1_one4 {
	width: 500px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


/*advantage end*/


/*module three star*/

.module3 {
	width: 100%;
	height: 180px;
	background: url(../images/mo3bg.jpg) no-repeat center top;
}

.module3_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.module3_img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.module3_box .module2_left {
	left: 322px;
}

.module3_word {
	width: 350px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.module3_word_p1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
}

.module3_word_p2 {
	width: 200%;
	font-size: 20px;
	transform: scale(.5) translateX(-50%);
	color: rgba(255, 255, 255, .4);
}

.module3_word_p3 {
	height: 9px;
	font-size: 14px;
	transform: translateY(-15px);
}

.module3_word_p3b {
	font-size: 28px;
	color: #ffa000;
	display: inline-block;
	transform: translateY(4px);
}


/*module three end*/


/*process star*/

.process {
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	background: #1d58b5;
}

.process_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.process_title {
	width: 192px;
	height: 78px;
	background: url(../images/dzlct.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 52%;
	transform: translateY(-50%);
	padding-top: 47px;
	box-sizing: border-box;
}

.process_title a {
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin-left: 10px;
	position: relative;
}

.process_title a b {
	width: 200px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.process_title a:hover b {
	display: block;
}

.process_list {
	float: right;
}

.process_list li {
	width: 158px;
	height: 160px;
	overflow: hidden;
	border-left: 1px solid #5c82be;
	float: left;
	position: relative;
}

.process_list li:last-child {
	border-right: 1px solid #5c82be;
}

.process_list li img {
	position: absolute;
	left: 50%;
	top: 65px;
	transform: translate(-50%, -50%);
}

.process_list_title {
	width: 80%;
	position: absolute;
	top: 93px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

.process_list_num {
	position: absolute;
	left: 50%;
	bottom: 9px;
	transform: translateX(-50%);
	font-family: arial;
	font-family: "宋体";
	color: rgba(255, 255, 255, .4);
	text-align: center;
}


/*process end*/


/*case star*/

.case_title {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

.case_title b {
	font-size: 24px;
	color: #1d58b5;
}

.case_title span {
	color: #22252c;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
}

.case_title a {
	float: right;
	font-size: 14px;
	font-family: arial;
	color: #999;
	display: inline-block;
	transform: translateY(15px);
}


/**/

.case_list {
	width: 1200px;
	height: 224px;
	margin: 0 auto;
	margin-top: 20px;
}

.case_list .bd {
	width: 1200px;
	height: 100%;
	overflow: hidden;
}

.case_list .bd li {
	width: 230px;
	height: 224px;
	float: left;
	margin-right: 12px;
}

.case_list .bd li .img {
	width: 230px;
	height: 150px;
	background: #fff;
	overflow: hidden;
	position: relative;
	box-sizing: content-box;
}

.case_list .bd li .img img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.case_list .bd li .img .img_a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border: 8px solid rgba(255, 255, 255, .4);
}

.case_list .bd li .name {
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}

.case_list .bd li .name a {
	color: #555;
}

.case_list .bd li:hover .name a {
	color: #1d58b5;
}


/*case end*/


/*about star*/

.about {
	width: 100%;
	height: 876px;
	background: #f4f4f4;
	overflow: hidden;
}

.about_box {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top: 70px;
	box-sizing: border-box;
}

.about_title {
	width: 100%;
	height: 55px;
	margin-bottom: 30px;
}

.about_ti_name {
	float: left;
}

.about_ti_name1 {
	font-size: 26px;
	color: #1d58b5;
	transform: translateY(-10px);
}

.about_ti_name1 b {
	position: relative;
	letter-spacing: 1px;
}

.about_ti_name1 b:before {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: #999;
	position: absolute;
	right: -95px;
	top: 50%;
}

.about_ti_name2 {
	font-size: 14px;
	color: #666;
	font-family: arial;
	margin-top: 1px;
}

.about_nav {
	float: right;
}

.about_nav a {
	display: block;
	width: 180px;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	float: left;
	background: #1d58b5;
	color: #fff;
	margin-left: 10px;
	padding-left: 80px;
	font-size: 15px;
	box-sizing: border-box;
	position: relative;
}

.about_nav a:after {
	content: url(../images/an1.png);
	position: absolute;
	left: 42px;
	top: 56%;
	transform: translate(-50%, -50%);
}

.about_nav a:nth-child(1):after {
	content: url(../images/an1.png);
}

.about_nav a:nth-child(2):after {
	content: url(../images/an2.png);
}

.about_nav a:nth-child(3):after {
	content: url(../images/an3.png);
}

.about_nav a:hover {
	text-decoration: underline;
}

.about_one {
	width: 1200px;
	height: 320px;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 10px;
}

.about_one_img {
	width: 560px;
	height: 320px;
	overflow: hidden;
	float: left;
}

.about_one_word {
	width: 520px;
	height: 100%;
	float: left;
	box-sizing: border-box;
	margin-left: 55px;
	padding-top: 36px;
}

.about_one_title b {
	color: #1d58b5;
	font-size: 26px;
}

.about_one_title span {
	font-size: 14px;
	color: #777;
	font-family: arial;
}

.about_one_cont {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-top: 22px;
	margin-bottom: 18px;
}

.about_one_more {
	float: right;
}


/*about end*/


/*tjal star*/

.tjal {
	width: 1200px;
	height: 400px;
	margin: 70px auto;
	position: relative;
}

.tjal_scroll {
	width: 1200px;
	height: 400px;
}

.tjal_scroll .bd {
	width: 1200px;
	height: 400px;
	overflow: hidden;
}

.tjal_scroll .bd li {
	width: 1200px;
	height: 400px;
	float: left;
	position: relative;
}

.tjal_scroll .bd li .tjal_img {
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.tjal_scroll .bd li .tjal_img img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tjal_word {
	width: 700px;
	height: 220px;
	background: rgba(244, 244, 244, 0.9);
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 115px;
	padding: 30px 70px 0 70px;
	box-sizing: border-box;
}

.tjal_title a {
	font-size: 26px;
	font-weight: bold;
	color: #1d58b5;
}

.tjal_cont {
	width: 100%;
	height: 80px;
	overflow: hidden;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
	color: #555;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tjal_scroll .prev {
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/rl.jpg);
	position: absolute;
	bottom: 0;
	left: 668px;
	cursor: pointer;
}

.tjal_scroll .next {
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/rr.jpg);
	position: absolute;
	bottom: 0;
	left: 718px;
	cursor: pointer;
}

.tjal_titlep {
	position: absolute;
	top: 4px;
	left: 654px;
}

.tjal_title_p1 {
	margin-top: 5px;
	font-size: 14px;
	color: #666;
}


/*tjal end*/


/*pohots star*/

.pohots {
	width: 1200px;
	height: 305px;
	margin: 68px auto;
}

.pohots li {
	width: 250px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
}

.pohots li:first-child {
	width: 433px;
	height: 305px;
	margin: 0;
}

.pohots li img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.pohots li:first-child img {
	height: 100%;
}

.pohots li:hover img {
	/*transform: translate(-50%, -50%) scale(1.05);*/
}


/*pohots end*/


/*news star*/


.news {
	width: 1200px;
	height: 644px;
	overflow: hidden;
	margin: 70px auto;
}

.newsb_title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
	box-sizing: border-box;
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}

.newsb_title a {
	font-size: 14px;
	color: #999;
	float: right;
	display: inline-block;
	transform: translateY(15px);
}

.news_box {
	width: 1200px;
	height: 535px;
	margin: 10px auto;
}

.news_left {
	width: 730px;
	float: left;
	margin: 8px 0;
}

.news_left li {
	border-bottom: 1px solid #ccc;
	padding: 26px 0;
	position: relative;
	transition: .3s;
}

.news_nr {
	font-size: 14px;
	line-height: 28px;
	color: #777;
	width: 100%;
	height: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: .3s;
}

.news_leftli .news_nr {
	height: 50px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.news_left li:before {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #0054a0;
	position: absolute;
	left: 0;
	top: 68px;
	transition: .3s;
}

.news_left .news_leftli:before {
	width: 60px;
}

.news_title {
	color: #555;
	font-size: 15px;
	height: 18px;
	padding-right: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.news_title a {
	color: #555;
}

.news_title a:hover {
	color: #0054a0;
}

.news_title span {
	position: absolute;
	right: 0;
	top: 4px;
	font-size: 12px;
	color: #999;
}

.news_right {
	width: 410px;
	float: right;
}

.news_img {
	width: 410px;
	height: 220px;
	overflow: hidden;
	margin-top: 30px;
}

.newsr_list {
	width: 100%;
	height: 286px;
	overflow: hidden;
}

.newsr_list li {
	border-bottom: 1px solid #ccc;
	padding: 25px 0;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.newsr_list li a {
	color: #555;
}

.newsr_list li a:hover {
	color: #0054a0;
}


/*news end*/