*{margin: 0;padding: 0;font-family: -apple-system, 'PingFang SC','Microsoft YaHei','SimSun','Arial', sans-serif}
body,li,ul,table,tr,td,th,p{margin: 0; padding: 0;}
body{font-family: "microsoft yahei";}
ul,li{list-style: none;list-style-type: none;}


/* 除首页头部导航样式 css */
.header {width: 100%; background-color: #fff;}
.header_inner {max-width: 1200px;width: 1200px; height: 94px; margin: 0 auto; display: flex;align-items: center;}
.header_logo {width: 15px;}
.header_logo img {width: 130px;}
.header_menus {flex: 1;margin-left: 288px;display: flex;align-items: center;justify-content: space-between; height: 100%;}
.header_menus {font-size: 16px;color: #333;}
.menus_list{display: flex;align-items: center;height: 100%;}
.menus_list a {display: inline-block; padding: 0 35px;height: 100%;line-height: 94px;color: #333;}
.menus_list a:hover {color: #333;background-color:#F8F8F8; }
.menus_list .active {color: #fff;background-color: #1873e6; }
.login_btn {cursor: pointer; width: 117px;border-radius: 40px;border: 1px solid #1573e4; color: #0153db;box-sizing: border-box; padding:8px 10px;text-align: center;}
.login_btn a{color: #0153db;}
.login_btn a:hover {color: #0153db;}
/* 底部导航样式 */
.footer {width: 100%; background-color: #f8f8f8; font-size: 16px;}
.footer_inner {margin: 0 auto; max-width: 1200px;width: 1200px; display: flex;align-items: center; padding: 37px 0 28px 0;}
.footer_box {color: #666666;}
.footer_box>img { width: 210px;height: 64px; margin-bottom: 20px; }
.footer_block1 {margin: 15px 0;}
.footer_block1 img {width: 17px; height: 18px;}
.footer_block1 span {display: inline-block;margin-left: 10px;}
.footer_left {flex: 1;display: flex; }
.footer_center {margin-left: 64px; margin-top: 16px;}
.footer_center a{display: inline-block;margin: 0 28px; padding: 8px 0;}
.footer_center a:hover {color: #333;}
.footer_center .default {border-bottom: 1px solid #707070;}
.footer_rigth { width: 167px;}
.download {margin: 0 auto; margin-top: 16px; width: 138px;height: 36px;line-height: 36px; padding:0 10px; background-color: #1873e6;text-align: center; border-radius: 40px;box-sizing: border-box; }
.download a {color: #fff;}
.footer_rigth>img {width: 167px; height: 167px;}
.bottom {width: 100%; height: 46px;line-height: 46px; background-color: #1873e6; color: #fff;text-align: center; }


/* =====================首页css */
.contents{margin: 0;padding: 0; width: 100%;height: 100%; background-color: #fafafa;}
.outter {
	position: relative;
	width: 100%;height: 775px;
}
.home_inner1{min-width: 1200px; width: 100%; height: 775px;position: absolute;left: 0;top: 0;}

#test1 img {width: 100%;height: 100%;}
.home_inner {min-width: 1200px;  width: 100%; z-index: 1000;position: relative;}
#test1 {width: 100%;height: 775px !important;z-index: 100;}

.item{width:100%; height: 775px;background-repeat:no-repeat;background-position: center center;background-size: cover;}

.home_header {max-width: 1200px;width: 1200px; height: 94px; margin: 0 auto; display: flex;align-items: center;}
.home_logo {width: 130px;}
.home_logo img {width: 130px;}
.home_menus {flex: 1;margin-left: 250px;display: flex;align-items: center;justify-content: space-between; }
.home_menus_left {display: flex;align-items: center;}
.home_menus_left a {display: inline-block; padding: 10px 0; margin: 0 23px; color: #fff;font-size: 16px;border-bottom: 1px solid transparent; }
.home_menus_left a:hover {border-bottom: 1px solid #fff;}
.home_menus_left .home_active {border-bottom: 1px solid #fff;}
.home_btn {cursor: pointer ;width: 117px;border-radius: 40px;background-color: #fff;  color: #004ce0;box-sizing: border-box; padding:8px 10px;text-align: center;}
.home_btn a{color:#0149db}
.home_btn a:hover{color:#0149db}

.home_block1 {background-color: #fff; height: 582px; padding-bottom: 44px; box-sizing: border-box; margin-bottom: 56px;}
.home_block1_inner{max-width: 1200px; width: 1200px; text-align: center; margin: 0 auto;}
.home_block1_tit {font-size: 24px;padding: 62px 0; }
.home_block1_tit span {color:#db2521}
.home_block1_info {display: flex;align-items: center;padding: 26px 0;}
.home_info1 {width: 285px; height: 332px; padding: 58px 0 44px 0;color: #040404;font-size: 16px; box-sizing: border-box; margin: 0 12px; border-radius: 10px;box-shadow: 2px 0 14px 2px #f5f5f5;}
.home_info1_text {margin-top: 28px;}
.home_info1_text p {padding: 4px 10px;}
/* .home_info1:nth-child(1) p,.home_info1:nth-child(2) p ,.home_info1:nth-child(3) p{width: 36%;margin: 0 auto;} */
.home_info1 p{ width: 81%;margin: 0 auto;display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;}
.home_info1:nth-child(4n+1) {margin-left: 0;}
.home_info1:nth-child(4n) {margin-right: 0;}

.home_block2 {max-width: 1200px; width: 1200px; text-align: center; margin: 0 auto; margin-bottom: 70px;}
.home_block2_tit {font-size: 24px;color: #000; margin-bottom: 18px;}
.home_block2 p {font-size: 16px; color: #606060;}
.home_block2_info {display: flex;align-items: center;flex-wrap: wrap;margin-top: 54px;}
.home_info2:nth-child(2n){margin-right: 0;}
.home_info2:nth-child(2n+1){margin-left: 0;}
.home_info2 {width: 590px;height: 254px;display: flex; align-items: center; justify-content: space-around; background-color: #fff;border-radius: 10px;box-shadow: 2px 0 14px 2px #f5f5f5;margin: 10px;}
.home_info2 .home_info2_left_tit {text-align: left; font-size: 18px; font-weight: bolder;color: #313131;margin-bottom: 28px;}
.home_info2_left {width: 302px;}
.home_info2_left p {text-align: left; color: #2e2e2e; line-height: 24px;}
.home_info2_right {width: 150px; height: 130px;}
.home_info2_right img {width: 150px; height: 130px;}

.home_block3 {padding: 74px 0; width: 100%;background-color: #fff;}
.home_block3_inner {max-width: 1200px; width: 1200px; text-align: center; margin: 0 auto;}
.home_block3_tit {font-size: 24px;color: #050505; margin-bottom: 14px;}
.home_block3 p {font-size: 16px; color: #383838;margin-bottom: 94px;}
.home_block3_info {display: flex; align-items: center;}
.home_info3 {width: 23%;}
.home_info3 img {width: 72px; height: 72px;}
.home_info3 p {color: #333333; font-size: 36px;font-weight: bolder;margin: 44px 0 24px 0; }
.home_info3 span {color: #333333; font-size: 16px;}

.home_block4 {width: 100%;background-color: #fff;background: linear-gradient(to right,#2458e2,#1084e7); padding-top: 60px;padding-bottom: 40px;box-sizing: border-box;}
.home_block4_inner {max-width: 1200px; width: 1200px; text-align: center; margin: 0 auto;}
.home_block4_tit {font-size: 24px;color: #fff; margin-bottom: 14px;}
.home_block4_inner>p {color: #fff;font-size: 16px; margin: 30px 0 42px 0;}
.btn {display: inline-block; width: 200px;height: 54px;line-height: 54px; color: #0b4cda;background-color: #fff;border-radius: 40px; font-size: 16px;}
.btn:hover {color: #0b4cda;}


/* ================== ----------产品中心样式 */

.product {background-color: #f8f8f8;}
.pro_banner {width: 100%;height: 438px; min-width: 1200px;}
/* background-image: url(../image/pro_banner.jpg); background-repeat: no-repeat;background-size: cover; background-position: center 0 */
.pro_banner img {width:100%;height:auto;max-width:100%;max-height:100%; min-height: 438px;}
.pro_main1,.pro_main3 {width: 100%;background-color: #fff;}
.pro_info1,.pro_info3 {width: 1200px; max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between; padding-top: 70px;}
.pro_info1_img {width:618px ;height: 580px;}
.pro_info1_img img{width:618px ;height: 580px;}
.pro_info1_con {flex: 1;margin-left: 84px;}
.pro_main_tit {color: #333333; font-size: 24px;margin: 32px 0 40px 0;}
.pro_main_text {margin-bottom: 12px;}
.pro_info_tex {color: #323232; font-size: 16px;font-weight: bold; margin-bottom: 12px;}
.pro_main_text p{color: #333333;font-size: 16px; line-height: 28px;}

.pro_main2 {width: 100%;background-color: #f8f8f8;padding-bottom: 30px;}
.pro_info2 {width: 1200px; max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between; padding-top: 60px;}
.pro_info2_con {width:506px;}
.pro_main_tit2 {color: #333333; font-size: 24px;margin-bottom:40px;}
.pro_info2_img {flex: 1;margin-left:70px ;padding-top: 10px; width: 622px; height: 489px;box-sizing: border-box;}
.pro_info2_img img{width: 622px; height: 489px;}

.pro_main3 {height: 552px;}
.pro_info3_img {width: 641px;height: 383px;}
.pro_info3_img img{width: 641px;height: 383px;margin-top: 56px;}
.pro_info3_con {margin-left: 58px;}
.pro_info3 {padding-top: 54px;}
.pro_main3_tit {margin-top: 0;}

/* ===============================新闻资讯样式 */
.news {background-color: #f8f8f8;}
.news_banner {width: 100%;height: 438px;min-width: 1200px;}
/*  background-image: url(../image/news_banner.jpg); background-repeat: no-repeat;background-size: cover; background-position: center 0 */
.news_banner img {width:100%;height:auto;max-width:100%;max-height:100%; min-height: 438px;}
.news_content {width: 100%;background-color: #fff;}
.news_list_info {width: 1200px;max-width: 1200px;margin: 0 auto;}
.news_list_tit {width: 1200px;border-bottom: 1px solid #afafaf; padding-top: 30px; }
.news_list_tit span{color: #1674e8;font-size: 16px; display: inline-block;border-bottom: 2px solid #1674e8;width: 76px; height: 100%;padding-bottom: 15px;}

.news_list_box {padding: 50px 76px 50px 0; border-bottom: 1px dashed #9c9c9c; }
.jumpNewsInfo {display: inline-block;display: flex;align-items: flex-start;}
.news_list_left {width:282px;height: 147px; overflow: hidden;}
.news_list_left img {width:282px;height: 147px;}
.news_list_right {flex: 1;margin-left: 30px;}
.news_list_text {color: #343434;font-size: 18px;font-weight: bold;margin-bottom: 34px;width: 810px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.news_list_con {color: #666666;font-size: 16px;line-height: 26px; -webkit-line-clamp:3;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.news_page {padding: 46px 0 36px 0;}
#itemPage {margin: 0 auto; display: flex;justify-content: center;}
.page a {cursor: pointer; display: inline-block;padding: 7px 16px ;color: #333;border: 1px solid #dcdcdc}
.page a:hover{color: #333}
.page .hover:hover {color: #fff}
.page .hover {background: #3CA0EC;color:#fff;}

/* ================================新闻资讯 详情样式 */

.news_banner_dateil {width: 100%;height: 438px;min-width: 1200px; }
/* background-image: url(../image/newsDetail.png); background-repeat: no-repeat;background-size: cover; background-position: center 0; */
.news_banner_dateil img {width:100%;height:auto;max-width:100%;max-height:100%; min-height: 438px;}
.news_detail_tit {padding: 14px 0 10px 0; color: #6b6b6b; border-bottom: 2px solid #dfdfdf;font-size: 16px;}
.news_info {padding: 20px 0; }
.news_info_title{color: #313131;font-size: 20px;font-weight: bold;text-align: center;margin-bottom: 14px;}
.news_time {text-align: center;color: #484848; padding-bottom: 15px;border-bottom: 2px dashed  #cccccc;margin-bottom: 12px; }
.news_info_con p{text-indent: 32px;color: #5e5e5e;line-height:2;font-size: 16px;}
.news_info_con img{width: 100%;height: auto;}

/* ================================产品中心详情样式 */

.product_banner_dateil {width: 100%;height: 438px;min-width: 1200px; }
/* background-image: url(../image/newsDetail.png); background-repeat: no-repeat;background-size: cover; background-position: center 0; */
.product_banner_dateil img {width:100%;height:auto;max-width:100%;max-height:100%; min-height: 438px;}
.product_info_con p{color: #5e5e5e;line-height:2;font-size: 16px;}


/* ================================帮助中心 */
.helpCenter_banner {width: 100%;height: 438px; min-width: 1200px;}
.helpCenter_banner img {width:100%;height:auto;max-width:100%;max-height:100%; min-height: 438px;}
.help_list {margin-bottom: 48px;}
.help_content {display: flex;align-items: flex-start; min-height: 300px;padding-bottom: 20px;}
.help_content_le {width:246px; border-radius: 10px; box-shadow: 0 2px 11px 2px #e4e4e4;}
.help_content_le p {color: #fff;background-color: #1873e6;font-size: 24px;font-weight: bold;text-align: center;height: 70px;line-height: 70px;}

.inner_box {padding: 20px 14px 10px 14px;}

.ce li a{padding: 10px 10px 10px 40px;display:block;cursor:pointer;color: #333; height: 27px; line-height: 27px;font-size: 17px; font-weight: bold;}
.ce li .dqian{background:none}
.ce li .xz{background:#1873e6; color: #fff; border-radius: 4px;}
.er .active a {color: #1873e6;}
.er{display:none;width:220px;}
.er li{width:100%;}
.er li a{display:block;padding:8px 10px 8px 46px;color:#333;background:#fff;font-size: 15px; margin-bottom: 0 !important;}
.ce li>a{margin-bottom: 10px; background:#f1f1f1;}
.er li .sen_x{
	color: #1973e3; border-radius: 4px;}
.er li a{background-color: #fff;}
.thr{display:none;}
.thr li{margin-bottom:1px;border-top: 1px solid rgb(180,180,180);position:relative;}
.er .e_li .thr li a{background:none;}
.er .e_li .thr li .xuan{background:#3ca0ec;color: #fff;}
.more1{margin-left: 28px;margin-top: -4px;}
.thr_nr{width:300px;position:absolute;top:0px;left:220px;z-index:10;border:1px solid rgb(201,201,201);display:none;}
.thr_nr h3{font-weight:normal;font-size:18px;display:block;text-align:center;width:100%;padding:10px 0px;}
.thr_nr img{width:100%;}


.help_content_ri {flex: 1;margin-left: 50px;}
.help_info_tit {font-size: 20px;color: #323232;padding-bottom: 20px;border-bottom: 1px solid #afafaf;margin-bottom: 22px;}
.help_info_con span{color: #333; font-size: 16px; display: inline-block;}
.help_info_con p {color: #333;line-height: 2; font-size: 16px;}
.help_info_con img {width: 100%;height: auto; margin: 20px 0;}

.help_login {width: 592px;height: 530px;margin: 0 auto; }
.help_login_title {width: 100%;padding-bottom: 32px;border-bottom: 2px solid #e3e3e3; text-align: center;font-size: 20px;color: #333;margin-bottom: 60px;}
.help_info {width: 592px;padding: 0 30px;box-sizing: border-box;}
.inputs {width: 534px; margin: 0 auto; margin-bottom: 46px;}
.inputs input {border-radius: 8px; font-size: 22px !important; width: 534px;height: 74px; box-sizing: border-box;padding-left:76px;  outline: 0 none;border: 1px solid #e3e3e5; background-color: #e8f0fd;}

.gologin {width: 534px;height: 74px; background-color: #2081ec;border-radius: 8px; margin: 0 auto;color: #fff;font-size:16px;outline: 0 none;border:0 none; margin-bottom: 20px;}
.help_login_register {display: flex;justify-content: space-between; align-items: center;}
.help_login_register a {color: #495154; font-size: 16px;}


/* =============================== 关于我们样式 */
.aboutus_banner { width: 100%;height: 438px;min-width: 1200px;}
/* background-image: url(../image/about_us.jpg); background-repeat: no-repeat;background-size: cover; background-position: center 0; */
.aboutus_banner img {width:100%;height:auto;max-width:100%;max-height:100%; min-height: 438px;}
.about_us { padding-bottom: 62px;}
.about_us_tit {font-size: 32px;color: #1973e3;font-weight: bold;text-align: center; margin:70px 0 44px 0 ;}
.about_us_con {font-size: 16px;color: #333333;line-height:2;}
.about_us_con img {width: 100%;height: auto;}
.about_us_con p {text-indent: 32px; margin-bottom: 16px;}