@import "style2.css";

* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.main { max-width:1400px !important; margin:0 auto !important; padding:0px 10px;}
body,html { width:100%; height:100%;}


.H90 { height: 90px; }

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    height: 90px;
    background: #fff;
    padding: 0px 120px;
}

.header .logo { float: left; line-height: 90px; width: 300px; }
.header .logo img { display: inline-block; vertical-align: middle; }
.header .header-nav { float: right; z-index: 200; }
.header .nav-open { float: right; display: none; margin-top: 10px; }
.header .nav-open i { display:block; background-color:#333; height:2px; width:25px; margin:6px auto; border-radius:50px; }

.header .nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 100;
    display: none;
}

.header .header-nav .nav-ul>li { float: left; color: #fff;  position: relative; }
.header .header-nav .nav-ul>li>a { height: 90px; line-height: 90px; display: block;  padding: 0px 25px; color: #333; font-size: 16px; transition: all .6s; -webkit-transition: all .6s; -moz-transition: all .6s;   }
.header .header-nav .nav-ul li a.chinese { font-size: 16px; }
.header .header-nav .nav-ul li .line { width: 1px; height: 15px; background-color: #fff; transition: all .6s; -webkit-transition: all .6s; -moz-transition: all .6s; }
.header .header-nav .nav-ul>li.active>a { color: #097cc7 !important; }

.header .header-nav .nav-list { display: inline-block; vertical-align: top; }
.header .header-nav .search { display: inline-block; vertical-align: top; }
.header .header-nav .search a {  background: url('../images/icon4.png') no-repeat center center; width: 60px; height: 90px; display: block; }
.header .header-nav #language a{width: 60px; height: 90px; display: block;background: url('../images/yyan.png') no-repeat center left; line-height: 90px;padding-left: 30px;font-size: 16px;color: #333;}

@media screen and (min-width: 1200px){

.header .header-nav .nav-ul>li .icon { display: none; } 
.header .header-nav .nav-ul>li:hover>a { color: #097cc7 !important; }
.header .header-nav .nav-ul>li:hover .nav-ul2 { display: block; } 
.header .header-nav .nav-ul2 { position: absolute; top:90px; left: 0px; min-width: 140px; text-align: left; display: none; background: #efefef;  }
.header .header-nav .nav-ul2 li a { display: block;  font-size: 15px; color: #333; padding: 14px 25px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; border-bottom: 1px solid #d9d9d9; background: url('../images/icon2.png') no-repeat 90% center; white-space: nowrap; padding-right: 70px; }
.header .header-nav .nav-ul2 li a:hover { color: #097cc7; background: url('../images/icon3.png') no-repeat 90% center; } 

}



.banner { position: relative; height: 686px;  }
.banner .swiper-slide {  /* background: url('../images/img1.jpg') no-repeat center center; background-size: cover; */ color: #fff;  display: table; table-layout: fixed; }
.banner .swiper-slide .text { display: table-cell; vertical-align: middle; }
.banner .swiper-slide strong { font-size: 24px; display: block; letter-spacing: 2px; }
.banner .swiper-slide h3 { font-size: 48px; display: block; margin-top: 10px; }
.banner .swiper-slide p { font-size: 20px; line-height: 32px; margin-top: 25px; }

.m_a { display: block; margin-top: 50px; }
.m_a a { font-size: 14px; border: 1px solid #fff; display: block; padding: 10px 26px; border-radius: 20px; display: inline-block; color: #fff; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.m_a a:after { content: ''; background: url('../images/icon5.png') no-repeat left center; display: inline-block; vertical-align: middle; margin-left: 10px; width: 19px; height: 10px; margin-top: -2px; }
.m_a a:hover { background:#097cc7; border: 1px solid #097cc7;  }


.m_a_blue { display: block; margin-top: 50px; }
.m_a_blue a { font-size: 14px; border: 1px solid #097cc7; display: block; padding: 10px 26px; border-radius: 20px; display: inline-block; color: #097cc7; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.m_a_blue a:after { content: ''; background: url('../images/icon19.png') no-repeat left center; display: inline-block; 
	vertical-align: middle; margin-left: 10px; width: 19px; height: 10px; margin-top: -2px;  }
.m_a_blue a:hover { background:#097cc7; border: 1px solid #097cc7; color: #fff; }
.m_a_blue a:hover:after { content: ''; background: url('../images/icon5.png') no-repeat left center; }



.ban-pag { background: rgba(0,0,0,0.5); display: inline-block; width: auto !important; padding: 8px 20px 10px; border-radius: 50px; }
.banner .swiper-pagination-bullet { width:6px; height:6px;  background:#a9a9a9;  margin:0px 6px !important; opacity:1; outline:none; padding: 3px; display: inline-block; vertical-align: middle; }
.banner .swiper-pagination-bullet-active { background:#ea833d; border: 1px solid #ff9933; background: none; width:12px; height:12px; display: inline-block; vertical-align: middle; }

.swiperdian { position: absolute; top: 90%; left: 0px; width: 100%; text-align: center; z-index: 99; }
.swiperdian .swiper-pagination { position: relative; }

.section1 { width: 100%; padding: 80px 0px; }
.section1 ul { 
    
    /* display:flex; 
    flex-wrap: wrap; 
    justify-content:space-between; 
    -webkit-justify-content:space-between; 
    -moz-justify-content:space-between;  */

    -js-display: flex; 
    display: flex;
    justify-content: space-between;
    align-items: space-between;
    width: 100%; 
}
.section1 ul li img { display: inline-block; margin-left: 3px; }
.section1 ul li strong { display: block; margin-top: 12px; font-size: 18px; color: #000000; text-transform: uppercase; text-align: center; }
.section1 ul li { text-align: center; }
.section1 ul li img { margin: 0 auto; }
.section1 ul li p { margin-top: 3px; }



.section4 { background: #f0f0f0; padding: 80px 0px; overflow: hidden; }
.section4 .tit { font-size: 30px; color: #333; text-align: left; padding-left: 13%; }
.section4 .con { margin-top: 60px; position: relative; padding-left: 13%; }
.section4 .con .fl { width: 730px; position: relative; float: left; margin-right: 60px; }
.section4 .con .fl .text { position: absolute; bottom: 0px; z-index: 9; left: 0px; padding: 0px 30px; padding-bottom: 30px; width: 100%; } 
.section4 .con .fl .text h3 { font-size: 30px; font-family: 'Arial'; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.5); width: 100%; padding-bottom: 15px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.section4 .con .fl .text strong { display: inline-block; vertical-align: top; font-size: 20px; color: #fff; margin-top: 20px; margin-right: 30px; }
.section4 .con .fl .text strong span { font-size: 26px; display: inline-block; vertical-align: middle; margin-top: -10px; 
	margin-left: 10px; }
.section4 .con .fl .text strong i { display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -5px; }
.section4 .con .fl a { display: block; position: relative; }
.section4 .con .fl a:after { content: ''; background: url('../images/icon16.png') repeat-x bottom; position: absolute; bottom: 0px; width: 100%; height: 100%; }
.section4 .con .fl .label { position: absolute; left: 0px; top: 0px; background: #154882; color: #fff; font-size: 14px; 
	padding: 6px 25px 6px; border-radius: 20px; margin-top: 30px; margin-left: 30px; }



.section4 .con .fl .img { overflow: hidden; position: relative; }
.section4 .con .fl .img img { transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.section4 .con .fl a:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); }
.section4 .con .fl a:hover .text h3 { color: #0095e5;  }
.section4 .con .news_swp .text { background: #fff;  padding: 25px 30px; }


.section4 .con .news_swp .swiper-slide .al { display: block; background: #fff; height: 458px; position: relative; }
.section4 .con .news_swp .swiper-slide .al .img { overflow: hidden; position: relative; }
.section4 .con .news_swp .swiper-slide .al .img img { transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; 
	transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); width: 100%; }

.section4 .con .fr { overflow: hidden;  }
.section4 .con .news_list { margin-right: -108px; }

.section4 .con .news_swp .text strong { font-size: 16px; color: #666666; background: url('../images/icon17.png') no-repeat left center; padding-left: 35px; height: 24px; line-height: 24px; display: block; }
.section4 .con .news_swp .text h3 { font-size: 16px; color: #333333; margin-top: 15px; line-height: 25px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s;display: -webkit-box;
    -webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;  }
.section4 .con .news_swp .text h6 { position: absolute; bottom: 0px; left: 0px; padding: 20px 30px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s;  }
.section4 .con .news_swp .text h6 span:after { content: ''; background: url('../images/icon18.png') no-repeat center center; display: inline-block; vertical-align: middle; margin-left: 8px; width: 14px; height: 12px; margin-top: -2px; }
.section4 .con .news_swp .text h6 span { display: block; position: relative; z-index: 9; color: #097cc7; }
.section4 .con .news_swp .swiper-slide .al:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1);  }
.section4 .con .news_swp .swiper-slide .al:hover h3 { color: #0095e5; }
.section4 .con .news_swp .swiper-slide .al:hover h6 { padding-left: 50px; }

.section4 .con .news_swp .label { position: absolute; left: 0px; top: 0px; background:rgba(19,72,130,0.8); color: #fff; font-size: 14px; 
	padding: 6px 15px 6px; border-radius: 20px; margin-top: 30px; margin-left: 30px; }

.news_prev { background: url('../images/icon14.png') no-repeat left center !important; width: 60px !important; height: 60px !important; outline: none; left: 100px !important; margin-top: -30px !important; z-index: 9; }
.news_next { background: url('../images/icon15.png') no-repeat left center !important; width: 60px !important; height: 60px !important; outline: none; right: 100px !important; margin-top: -30px !important; z-index: 9; }

.news_mt .mt_pag { text-align: right !important; padding-right: 20px !important; bottom: 20px !important; }
.news_mt .swiper-pagination-bullet { width:7px; height:7px; background:#fff; margin:0px 4px !important; opacity:1; outline:none;}
.news_mt .swiper-pagination-bullet-active { background:#0f7fc8; }


.section3back {  background: url('../images/sec1.png') no-repeat center bottom;  background-size: cover;}
.section3 { display: flex; /*display: table;*/ table-layout: fixed; overflow: hidden; padding: 100px 0px;  width: 100%; }
.section3 .text { width: 56.1%; vertical-align: middle; display: inline-block; padding-right: 150px; }
.section3 .text h3 { font-size: 30px; color: #333333; }
.section3 .text p { font-size: 16px; line-height: 25px; color: #666666; margin-top: 20px; text-align: justify; }
.section3 .img {  vertical-align: middle; width: 43.9%; display: inline-block; } 



.section5 { background: url('../images/img6.jpg') no-repeat center center; background-size: cover; padding: 40px 0px; padding-left: 13%; display: table; table-layout: fixed; width: 100%; overflow: hidden; }
.section5 .text { /*width: 41%;*/width: 47%; vertical-align: middle; display: inline-block; /*padding-right: 100px; */padding-right: 50px;}
.section5 .text h3 { font-size: 30px; color: #333333; }
.section5 .text .tit h4 { font-size: 20px; color: #333; margin-top: 40px; }
.section5 .text .tit p strong { margin-right: 18px; line-height: 25px; font-size: 16px; }
.section5 .text p { font-size: 16px; line-height: 30px; color: #666666; margin-top: 10px; }
.section5 ul li { min-width: 50%; float: left; margin-top: 20px; font-size: 16px; }
.section5 ul li span { font-size: 30px; color: #333; font-family: 'Arial'; }
.section5 .img {  vertical-align: middle; /*width: 58%;*/width: 50%;  display: inline-block; }
.section5 .text .list { margin-top: 30px; } 
.section5 .text .list dl { float: left;/* width: 33.33%;*/margin-right: 20px; }
.section5 .text .list dl dt { font-size: 20px; color: #333; margin-bottom: 15px; }
.section5 .text .list dl dd { font-size: 16px; margin-top: 5px; }
.section5 .text .list dl dd strong { margin-right: 15px; font-size: 16px; display: inline-block; vertical-align: top; }

 

.footer { background: #313233; padding: 60px 120px; border-bottom: 1px solid #464748; }
.footer .con { position: relative; padding-right: 180px;  }
.footer .fl dl { display: inline-block; vertical-align: top; border-left: 1px solid #6f7071; padding-left: 2%; padding-right: 4%; min-height: 224px; }
.footer .fl dl dt { font-size: 16px; color: #fff; }
.footer .fl dl dd { margin-top: 15px; }
.footer .fl dl dd .a1 { display: block; color: #fff; opacity: 0.7; margin-top: 8px; }
.footer .fl dl dd .a1:hover { color: #4db2f3; }
.footer .fl dl dd p { display: block; color: #fff; opacity: 0.7; margin-top: 8px; }
.footer .fl dl dd p strong { display: block; margin-left: 44px; margin-top: 4px; }

.footer .fr {  text-align: center; position: absolute; top: 0px; right: 0px; }
.footer .fr h3 { font-size: 18px; color: #fff; }
.footer .fr img { display: inline-block; border: 1px solid rgba(255,255,255,0.3); padding: 15px; margin-top: 20px; }

.foot { background: #313233; padding: 20px 120px; color: #a0a0a1; }
.foot a { color: #a0a0a1; }

.ban { height: 503px; display: table; table-layout: fixed; width: 100%; position: relative; }
.ban .text { display: table-cell; vertical-align: middle; font-size: 50px; color: #fff; }

.about { padding: 60px 0px 0px; }
.about .text { width: 43%; float: left;  }
.about .text h3 { font-size: 30px; color: #333; }
.about .text p { font-size: 16px; line-height: 30px;  margin-top: 30px; }
.about .img { width: 50%; float: right; margin-top: 72px; }


.about1 { padding: 60px 0px; background: #f0f0f0; }
.about1 .con { text-align: center; margin-top: 60px; }
.about1 .con img { display: inline-block; }

.m_tit h3 { font-size: 30px; color: #000; }
.m_tit p { font-size: 16px; margin-top: 20px; line-height: 25px; }


.union { padding-top: 60px; }
.union .row { background: #efefef; display: table; table-layout: fixed; margin-top: 60px; }
.union .row .img { width: 50%; display: table-cell; vertical-align: middle; }
.union .row .text { width: 50%; display: table-cell; vertical-align: middle; padding-left: 80px; }
.union .row .text strong { font-size: 30px; color: #000; }
.union .row .text p { max-width: 610px; font-size: 16px; line-height: 30px; margin-top: 20px; text-align: justify; }

.union1 { padding: 60px 0px;}
.union1 .tit p { font-size: 18px; line-height: 30px; }
.union1 .list { background: #efefef; padding: 0px; margin-top: 40px; position: relative; padding: 30px 0px; }
.union1 .list:after { content: ''; background:#d9d9d9; height: 100%; width: 1px; left: 50%; position: absolute; top: 0px; }
.union1 .list ul { letter-spacing: -5px; }
.union1 .list ul li { width: 50%;  padding: 20px 50px; display: inline-block; vertical-align: top; letter-spacing: 0px; }
.union1 .list ul li i { background: #fff; width: 120px; height: 120px; border-radius: 50%; display: inline-block; text-align: center; }
.union1 .list ul li i:after { content: ''; width: 0px; height: 100%; display: inline-block; vertical-align: middle; }
.union1 .list ul li i img { display: inline-block; vertical-align: middle; }
.union1 .list ul li strong { font-size: 24px; color: #333; display: block; margin-top: 25px; }
.union1 .list ul li p { font-size: 16px; line-height: 28px; margin-top: 20px; text-align: justify; }

.union2 .row { background: url('../images/img12.jpg') no-repeat center center; background-size: cover; margin-top: 40px; }
.union2 .list { padding: 150px 0px; position: relative; }
.union2 .list:after { content: ''; background: rgba(255,255,255,0.5); width: 1px; height: 100%; position: absolute; left: 50%; top: 0px; }
.union2 .list ul li { width: 50%; float: left; text-align: center; }
.union2 .list ul li i { background: #fff; width: 120px; height: 120px; border-radius: 50%; display: inline-block; text-align: center; overflow: hidden; }
.union2 .list ul li i:after { content: ''; width: 0px; height: 100%; display: inline-block; vertical-align: middle; } 
.union2 .list ul li i img { display: inline-block; vertical-align: middle; }
.union2 .list ul li strong { display: block; font-size: 24px; color: #fff; margin-top: 28px; }
.union2 .list ul li p { font-size: 16px; margin-top: 15px; color: #fff; line-height: 28px; }
.union2 .list ul li:nth-child(1) { padding-right: 60px; }
.union2 .list ul li:nth-child(2) { padding-left: 60px; }

.union3 { margin: 60px 0px; }
.union3 .top .text1 { width: 48%; float: left; }
.union3 .top .text2 { width: 37%; float: left; }
.union3 .top .text3 { width: 15%; float: left; }
.union3 .top { border-bottom: 2px solid #999999; padding-bottom: 10px; }
.union3 .top span { font-size: 20px; color: #4c4c4c; padding: 8px 20px; }
.union3 .list ul li { position: relative; }
.union3 .list ul li .text1 { width: 48%; float: left; }
.union3 .list ul li .text2 { width: 37%; float: left; }
.union3 .list ul li .text3 { width: 15%; float: left; }
.union3 .list ul li { border-bottom: 1px solid #d9d9d9; }
.union3 .list ul li span { font-size: 16px;  padding: 22px 20px; }

.news { padding: 60px 0px; }
.news .list { overflow: hidden; margin-top: 20px; }
.news .list ul { margin-left: -20px; margin-right: -20px; }
.news .list ul li { width: 33.333%; float: left; padding: 20px 26px;}
.news .list ul li .text { border: 1px solid #f0f0f0; border-top: none; padding: 20px; }
.news .list ul li .text strong { background: url('../images/icon22.png') no-repeat left center; padding-left: 24px; }
.news .list ul li .text h3 { font-size: 16px; font-weight: bold; color: #333333; margin-top: 10px; line-height: 30px; height: 60px; overflow: hidden; }
.news .list ul li .text p { font-size: 16px; line-height: 26px; margin-top: 10px; height: 52px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  }
.news .list ul li .text h6 { color: #097cc7; position: relative; margin-top: 20px; }
.news .list ul li .text h6:after { content: ''; background: url('../images/icon23.png') no-repeat left center; width: 14px; height: 12px; display: inline-block; vertical-align: middle; margin-left: 10px; }
.news .list ul li .al { display: block; background: #fff; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.news .list ul li .al:hover { box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.1); transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); }
.news .list ul li .al:hover .text h3 { color: #097cc7; }


.pagebox { text-align:center;  position: relative;  }
.pagebox ul {  margin-top: 50px; }
.pagebox ul li { display:inline-block; vertical-align: middle;}
.pagebox ul li a {   margin:0px 1px; font-size:16px; color: #000; position:relative; display:block; padding: 0px 10px; height: 40px; line-height: 40px;}
.pagebox ul .page a { padding: 0px 15px; border: 1px solid #e6e6e6; font-weight: bold; }
.pagebox ul .previous a { background: #f9f9f9; border: 1px solid #e6e6e6; margin-right: 10px;  }
.pagebox ul .next a { background: #f9f9f9; border: 1px solid #e6e6e6; margin-left: 10px; }
.pagebox ul .previous a:hover { background:#097cc7; color: #fff; border: 1px solid #097cc7; }
.pagebox ul .next a:hover { background:#097cc7; color: #fff;  border: 1px solid #097cc7; }
.pagebox ul li.first { display:none;}
.pagebox ul li.last { display:none;}
.pagebox ul li.page:hover a,.pagebox ul li.selected a { color:#fff; background: #097cc7; border: 1px solid #097cc7;}


.video { padding: 60px 0px;  }
.video .list { overflow: hidden; margin-top: 20px; }
.video .list ul { margin-left: -20px; margin-right: -20px; }
.video .list ul li { float: left; width: 25%; }
.video .list ul li .al { display: block; cursor: pointer; }
.video .list ul li { width: 25%; padding: 20px 20px; }
.video .list ul li .img { overflow: hidden; }
.video .list ul li .img img { transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.video .list ul li .al:hover .img img {  transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); }
.video .list ul li .text { background:#f0f3f5 url('../images/icon24.png') no-repeat 90% center; padding: 10px 0px;  line-height: 25px; padding-left: 20px; font-size: 14px; color: #333; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; padding-right: 60px; min-height: 70px; }
.video .list ul li .al:hover .text { color: #097cc7; /* padding-left: 30px; */ } 


.download { padding: 60px 0px; }
.download .list { margin-top: 40px; }
.download .list .fl { width: 48%; float: left; }
.download .list .fr { width: 48%; float: right; }
.download .list .dow h3 { padding: 20px 30px; font-size: 24px; color: #333; border-bottom: 1px solid #e6e6e6; }
.download .list .dow h3 span:after { content: ''; background: url('../images/icon27.png') no-repeat left center; position: absolute; top: 50%; right: 0px; width: 14px; height: 24px; margin-top: -12px; }
.download .list .dow h3 span { display: block;  padding-left: 45px; position: relative; color: #333;   }
.download .list .fl h3 span { background: url('../images/icon25.png') no-repeat left center; }
.download .list .fr h3 span { background: url('../images/icon26.png') no-repeat left center; }
.download .list .dow { border: 1px solid #e6e6e6; padding-bottom: 30px; }
.download .list .dow dl dt { font-size: 18px; color: #333; padding: 0px 30px; cursor: pointer; position: relative; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; }
.download .list .dow dl dt span { border-bottom: 1px solid #e6e6e6; display: block; padding: 20px 0px; background: url('../images/icon28.png') no-repeat right center; position: relative; z-index: 9; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; }
.download .list .dow dl dd { padding: 0px 30px; display: none; }
.download .list .dow dl dd .al { border-bottom: 1px solid #e6e6e6; padding: 20px 0px; display: block; font-size: 16px; background: url('../images/icon30.png') no-repeat right center; }
.download .list .dow dl dd .al:hover { color: #097cc7; }
.download .list .dow dl dt:hover { background: #097cc7;  }
.download .list .dow dl dt:hover span { border-bottom:1px solid #097cc7; color: #fff;  background: url(../images/icon28_1.png) no-repeat right center; }
.download .list .dow dl dt.active { background: #097cc7;  }
.download .list .dow dl dt.active span { border-bottom:1px solid #097cc7; color: #fff;  background: url(../images/icon29.png) no-repeat right center; }


.information { padding: 60px 0px; }
.information .list { overflow: hidden; margin-top: 50px; }
.information .list ul { margin-left: -30px; margin-right: -30px; }
.information .list ul li { width: 50%; padding: 0px 30px; float: left;  }
.information .list ul li .row { background: #f5f5f5;  }
.information .list ul li .con { display: table; table-layout: fixed;  width: 100%; min-height: 326px;  }
.information .list ul li .con .icon { display: table-cell; vertical-align: middle; width: 25%; padding: 0px 10px; text-align: center; }
.information .list ul li .con .icon img { display: inline-block; }
.information .list ul li .con .icon p { font-size: 25px; color: #333; margin-top: 10px; }
.information .list ul li .con .text { display: table-cell; vertical-align: middle; width: 75%; border-left: 1px solid #d9d9d9; padding: 30px 30px; }
.information .list ul li .con .text p { background: url('../images/icon33.png') no-repeat left center; padding-left: 22px; font-size: 16px; margin: 20px 0px; }

.information .list ul li .img { overflow: hidden; }
.information .list ul li .img img { transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); }
.information .list ul li:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1);  }

.information1 { margin: 70px 0px; }
.information1 .list { background: #f5f5f5; margin-top: 40px; position: relative; }
.information1 .list:before { content: ''; background: #d9d9d9; left: 50%; height: 100%; top: 0px; width: 1px; position: absolute; }
.information1 .list:after { content: ''; background: #d9d9d9; top: 50%; width: 100%; height: 1px; position: absolute; }
.information1 .list ul { letter-spacing: -5px; }
.information1 .list ul li { width: 50%; display: inline-block; vertical-align: top;  letter-spacing: 0px; }
.information1 .list ul li .icon { float: left; width: 90px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.information1 .list ul li .text { margin-left: 120px; }
.information1 .list ul li .text strong { font-size: 20px; color: #000; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.information1 .list ul li .text p { font-size: 16px; line-height: 25px; margin-top: 10px; min-height: 50px; }
.information1 .list ul li .text h6 { background: url('../images/icon38.png') no-repeat left center; padding-left: 30px; font-size: 16px; color: #097cc7; margin-top: 20px; }
.information1 .list ul li .al { display: block; padding: 60px 40px; }
.information1 .list ul li .al:hover strong { color: #097cc7; }
.information1 .list ul li .al:hover .icon { transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); }


.information2 { background: url('../images/icon39.png') no-repeat center center; background-size: cover; margin-top: 60px; }
.information2 .row { display: table; table-layout: fixed; }
.information2 .row .text { display: table-cell; vertical-align: middle; width: 57%; padding-right: 180px; }
.information2 .row .text h3 { font-size: 30px; color: #fff; }
.information2 .row .text strong { font-size: 24px; color: #fff; display: block; margin-top: 10px; }
.information2 .row .text p { color: #fff; margin-top: 22px; line-height: 28px; font-size: 16px; text-align: justify; }
.information2 .row .img { display: table-cell; vertical-align: middle; width: 43%; }


.information3 { margin-top: 60px; }
.information3 .list { margin-top: 40px; overflow: hidden; }
.information3 .list ul { margin-left: -20px; margin-right: -20px; padding: 0px 5px; padding-bottom: 10px; }
.information3 .list ul li { width: 33.33%; float: left; padding: 0px 20px; }
.information3 .list ul li .con { box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
.information3 .list ul li .text { padding: 20px; border: 1px solid #f0f0f0;  }
.information3 .list ul li .text h3 { font-size: 22px; color: #333; }
.information3 .list ul li .text p { line-height: 25px; margin-top:10px; font-size: 15px;  }


.information4 { margin: 70px 0px; }
.information4 .tit h3 { float: left; font-size: 30px; color: #000; }
.information4 .tit .tab_tit { float: right; margin-top: 5px; }
.information4 .tit .tab_tit span { font-size: 18px; color: #4c4c4c; margin-left: 35px; display: inline-block; position: relative; padding-bottom: 8px; cursor: pointer; }
.information4 .tit .tab_tit span:after { content: ''; background: #097cc7; position: absolute; left: 0px; width: 0%; height: 2px; bottom: 0px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }

.information4 .tit .tab_tit span:hover:after { width: 100%;  }
.information4 .tit .tab_tit span:hover { color: #097cc7; }

.information4 .tit .tab_tit span.active:after { width: 100%;  }
.information4 .tit .tab_tit span.active { color: #097cc7; }


.information4 .tab_con { background: #f0f0f0;  margin-top:40px; position: relative; border: 1px solid #d9d9d9; }
.information4 .tab_con .img { width: 62.2%; float: left; border-right: 1px solid #d9d9d9; padding:50px; }
.information4 .tab_con .text { width: 37.8%; float: right; padding: 50px; /*padding-top: 80px;*/  } 
.information4 .tab_con .text strong { font-size: 24px; color: #333; display: block; }
.information4 .tab_con .text p { font-size: 16px; line-height: 28px; /*margin-top: 15px; */}
.information4 .tab_con .text ul li { display: inline-block; vertical-align: top; margin-top: 20px; margin-right: 40px; text-align: center; }
.information4 .tab_con .text ul li img { display: inline-block; }
.information4 .tab_con .text ul li em { display: block; margin-top: 10px; font-size: 16px; }
.information4 .tab_con .text .str1 { margin-top: 20px; }


.information5 { margin: 70px 0px; }
.information5 .tit h3 { float: left; font-size: 30px; color: #000; }
.information5 .tab_con { background: #f0f0f0; margin-top:40px; position: relative; }

.ainformation5 { margin-bottom: 0px; }
.ainformation5 .tab_con { padding: 70px 0px; } 

.information5_white .tab_con { background: none; }

.information5_pic { margin-top: 0px;  }
.information5_pic .tab_con { background: none; padding-bottom: 100px; margin-top: 0px; }


.information5_gray { background: #efefef; padding: 70px 0px; }
.information5_gray .tab_con { background: none; }


.mt0 { margin-bottom: 0px !important; }


.tit_nav { height: 60px; background: #ececec; letter-spacing: -5px; }
.tit_nav a { font-size: 16px; color: #262626; padding: 0px 30px; display: inline-block; line-height: 60px; position: relative; letter-spacing: 0px; }
.tit_nav a:after { content: ''; background: #097cc7; width:0%; bottom: 0px; position: absolute; left: 0px; height: 2px; transition: all 0.6s;
-webkit-transition: all 0.6s; -moz-transition: all 0.6s; }

@media screen and (min-width:1200px){ 

    .tit_nav a:hover:after { width: 100%; }
    .tit_nav a:hover { color: #097cc7; }

}


.tit_nav a.active:after { width: 100%; }
.tit_nav a.active { color: #097cc7; }

.tit_nav3 a { width: 33.333%; float: left; margin-right: 0px; text-align: center; }
.tit_nav5 a { width: 20%; float: left; margin-right: 0px; text-align: center; }


.track { margin-top: 80px; }
.track h3 { font-size: 40px; color: #333; text-align: center; }
.track ul { margin-top: 60px; }
.track ul li { background: #efefef; display: table; table-layout: fixed; }
.track ul li .img { width: 50%; display: table-cell; vertical-align: middle; }
.track ul li .text { width: 50%; display: table-cell; vertical-align: middle; }
.track ul li .text strong { font-size: 30px; color: #333; }
.track ul li .text p { line-height: 28px; font-size: 16px; margin-top: 14px; text-align: justify; }
.track ul li .text .con { max-width: 690px; }

.track ul .li1 .text { padding-right: 13.8%; padding-left: 5%; }
.track ul .li2 .text { padding-left: 13.8%; padding-right: 5%; }


.track .tit { font-size: 30px; color: #000000; }
.track_bottom { margin-bottom: 70px; }
.track_top ul { margin-top: 40px; }


.atrack { margin-top: 80px; }
.atrack h3 { font-size: 40px; color: #000; text-align: center; }
.atrack .con { display: table; table-layout: fixed; margin-top: 60px; background: #efefef; }
.atrack .img { width: 50%; display: table-cell; vertical-align: middle; }
.atrack .text { width: 50%; display: table-cell; vertical-align: middle; padding-right: 13.8%; padding-left: 5%; }
.atrack .text p { font-size: 16px; line-height: 28px; text-align: justify; }
.atrack .text h4 { font-size: 18px; color: #000000; margin-bottom: 20px; }
.atrack .text ul li { background: url('../images/gd1.png') no-repeat left center; padding-left: 20px; font-size: 16px; color: #000000; margin: 8px 0px;  min-width: 50%; }
.atrack .text_yh ul li { min-width: 100%; }


.btrack { margin-top: 80px; }
.btrack h3 { font-size: 30px; color: #000; text-align: left; padding-left: 13.8%; }
.btrack .con { display: table; table-layout: fixed; margin-top: 40px; background: #efefef; }
.btrack .img { width: 50%; display: table-cell; vertical-align: middle; }
.btrack .text { width: 50%; display: table-cell; vertical-align: middle; padding-left: 13.8%; padding-right: 5%; }
.btrack .text p { font-size: 16px; line-height: 28px; text-align: justify; }
.btrack .text h4 { font-size: 18px; color: #000000; margin-bottom: 20px; }
.btrack .text ul li { background: url('../images/gd1.png') no-repeat left center; padding-left: 20px; font-size: 16px; color: #000000; margin: 8px 0px; float: left; min-width: 50%; }
.btrack .text_yh ul li { min-width: 100%; }

.btrack .phone_pic { display: none; }


.track1 { margin-top: 70px;  }
.track1 .img_back {  padding: 100px 0px; }
.track1 .img_back { text-align: center; margin-top: 40px; }
.track1 .img_back img { display: inline-block; }
.atrackback .img_back  { padding: 180px 0px; }


.track1 .aimg_back { padding: 0px;  }

.track2 { margin-top: 70px; }
.track2 .list { overflow: hidden; margin-top: 40px; }
.track2 .list ul { margin-left: -25px; margin-right: -25px; }
.track2 .list ul li { /* width: 25%;  */float: left; padding: 0px 25px;}
.track2 .list ul li .text { background: #efefef; padding:50px 30px; text-align: center; }
.track2 .list ul li .text img { display: inline-block; }
.track2 .list ul li .text p { text-align: center; margin-top: 30px; line-height: 25px; font-size: 16px; line-height: 25px; /* min-height: 75px; */ }

.atrack2 .list ul li h3 { font-size: 22px; color: #000000; margin-top: 20px; }
.atrack2 .list ul li .text p { margin-top: 15px; }
.atrack2 .list ul li .text { padding: 50px; }



.track2_1 { margin-top: 60px; }
.track2_1 .list { margin-top: 40px; background: #efefef; padding: 80px; }
.track2_1 .list i { width: 140px; height: 140px; float: left; }
.track2_1 .list .con { font-size: 16px; line-height: 28px; margin-left: 180px; padding-top: 20px; }
.track2_1 .list .con h4 { font-size: 24px; color: #333333; margin-bottom: 20px; }
.track2_1 .list .con p { font-size: 16px; line-height: 28px;  }

.track3 { background: #ececec; margin-top: 70px; padding: 70px 0px; padding-bottom: 100px; }
.track3 .tit { font-size: 30px; color: #000; text-align: left; padding-left: 13.8%; }
.track3 .tit_p { padding-left: 13.8%; padding-right: 13.8%; text-align: justify; font-size: 18px; line-height: 30px; color: #333; margin-top: 15px; }

.track3 .con { margin-top: 40px; position: relative; padding-left: 13.8%; }
.track3 .con .track_swp .text { border-bottom: 2px solid #097cc7; padding: 20px 0px; text-align: center; font-size: 18px; }
.track3 .con .track_swp .swiper-slide a { display: block;  position: relative; }
.track3 .con .track_swp .swiper-slide a .img { overflow: hidden; position: relative; }
.track3 .con .track_swp .swiper-slide a .img img { transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; 
    transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); width: 100%; }
.track3 .con .fr { overflow: hidden;  }
.track3 .con .news_list { margin-right: -108px; }
.track3 .con .track_swp .swiper-slide a:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1);  }
.track3 .con .track_swp .swiper-slide a:hover .text { color: #097cc7; }


.track3 .track_prev { background: url('../images/icon14.png') no-repeat left center !important; width: 60px !important; height: 60px !important; outline: none; left: 100px !important; margin-top: -30px !important; }
.track3 .track_next { background: url('../images/icon15.png') no-repeat left center !important; width: 60px !important; height: 60px !important; outline: none; right: 100px !important; margin-top: -30px !important; }

.track_pag { width: 100%; text-align: center; left: 0px; margin-top: 40px; }
.track3 .swiper-pagination-bullet { width:8px; height:8px; background:#a9a9a9; margin:0px 6px !important; opacity:1; outline:none;}
.track3 .swiper-pagination-bullet-active { background:#1481c9; }

.track3 .con .track_swp .atext { border-bottom: 2px solid #097cc7; padding: 20px 0px;  }
.track3 .con .track_swp .atext h3 { font-size: 20px; color: #333333; }
.track3 .con .track_swp .atext p { font-size: 16px; margin-top: 15px; line-height: 28px; }


.atrack3 {  padding: 70px 0px; padding-bottom: 100px; }
.atrack3 .tit { font-size: 30px; color: #000; text-align: left; padding-left: 13.8%; }
.atrack3 .con { margin-top: 40px; position: relative; padding-left: 13.8%; }
.atrack3 .con .atrack_swp .text { text-align: center; font-size: 18px; }
.atrack3 .con .atrack_swp .swiper-slide .al { display: block; position: relative; background: #efefef; padding: 40px 30px; }
.atrack3 .con .atrack_swp .swiper-slide .al .img { overflow: hidden; position: relative; text-align: center; }
.atrack3 .con .atrack_swp .swiper-slide .al .img img { display: inline-block; }
.atrack3 .con .fr { overflow: hidden;  }
.atrack3 .con .news_list { margin-right: -108px; }
.atrack3 .con .atrack_swp .swiper-slide .text { margin-top: 20px;min-height: 40px;line-height: 20px;}
.atrack3 .con .atrack_swp .swiper-slide a:hover .text { color: #097cc7; }
.atrack3 .atrack_prev { background: url('../images/icon14.png') no-repeat left center !important; width: 60px !important; height: 60px !important; outline: none; left: 100px !important; margin-top: -30px !important; }
.atrack3 .atrack_next { background: url('../images/icon15.png') no-repeat left center !important; width: 60px !important; height: 60px !important; outline: none; right: 100px !important; margin-top: -30px !important; }

.atrack_pag { width: 100%; text-align: center; left: 0px; margin-top: 40px; }
.atrack3 .swiper-pagination-bullet { width:8px; height:8px; background:#a9a9a9; margin:0px 6px !important; opacity:1; outline:none;}
.atrack3 .swiper-pagination-bullet-active { background:#1481c9; }


.track3_white { background: none; margin-top: 0px; padding-bottom: 70px; }
.track3_bottom { padding-bottom: 100px; }




.track4 { margin-top: 60px; margin-bottom: 60px; }
.track4 .con { margin-top: 40px; }

.track4 .fl { float: left; width: 65.3%; }
.track4 .fl .text { padding: 20px 0px; border-bottom: 2px solid #097cc7; }
.track4 .fl .text h3 { font-size: 24px; color: #333; }
.track4 .fl .text p { font-size: 14px; line-height: 24px; margin-top: 10px; }

.track4 .fr { float: right; width: 30.5%; }
.track4 .fr ul li { margin-bottom: 34px; }
.track4 .fr ul li:last-child { margin-bottom: 0px; }
.track4 .fr ul li p {  font-size: 18px; padding: 20px 0px; border-bottom: 2px solid #097cc7; }




.hardwarebox { padding-bottom: 80px; }
.hardware { margin-top: 80px; overflow: hidden; }
.hardware .hardware_swp { width: 45%; float: left; }
.hardware .text { width: 55%; float: right; padding-left: 60px; padding-top: 30px; }
.hardware .text h3 { font-size: 30px; color: #333; }
.hardware .text strong { font-size: 24px; color: #333; margin-top: 30px; display: block; margin-bottom: 15px; }
.hardware .text p { line-height: 25px; margin-top: 5px; font-size: 16px; }

.hardware1 { margin-top: 60px; }
.hardware1 .list { border-top: 2px solid #cccccc; margin-top: 30px; }
.hardware1 .list ul li { padding: 18px 30px; font-size: 15px; }
.hardware1 .list ul li span { font-weight: bold; color: #333;  }
.hardware1 .list ul li:nth-child(2n) { background: #f0f0f0; }

.hardware2 { margin-top: 60px; }
.hardware2 .list { margin-top: 40px; background: #f0f0f0; padding: 40px; }
.hardware2 .list p { position: relative; margin: 10px 0px; line-height: 25px; position: relative; padding-left: 18px; }
.hardware2 .list p:after { content: ''; background: #097cc7; width: 5px; height: 5px; border-radius: 50%; top: 50%; position: absolute; left: 0px; margin-top: -2.5px;  }

.hardware3 {  margin-bottom: 60px; margin-top: 70px; }
.hardware3_swp {  padding-bottom: 60px !important; margin-top: 60px; } 
.hardware3_swp p { font-size: 16px; text-align: center; border-bottom: 2px solid #097cc7; padding: 16px 0px; }
.hardware3_swp .swiper-pagination-bullet { width:8px; height:8px; background:#a9a9a9; margin:0px 6px !important; opacity:1; outline:none;}
.hardware3_swp .swiper-pagination-bullet-active { background:#1481c9; }
.hardware_swp .hardware_pag { bottom: 20px !important; }
.hardware_swp .swiper-pagination-bullet { width:8px; height:8px; background: none;  border: 1px solid #1481c9; margin:0px 5px !important; opacity:1; outline:none;}
.hardware_swp .swiper-pagination-bullet-active {  background:none; border: 1px solid #1481c9; background: #1481c9; }


.certification { margin: 80px 0px; }
.certification .had { margin-bottom: 60px; }
.certification .had h3 { font-size: 40px; color: #333; border-bottom: 1px solid #cdcdcd; padding-bottom: 20px; text-align: center;}
.certification .had p { font-size: 18px; line-height: 30px; margin-top: 20px; }
.certification .had h6 a { background: url('../images/icon49.png') no-repeat left center; padding-left: 35px; height: 22px; line-height: 22px; margin-top: 10px; color: #097cc7; font-size: 16px; display: inline-block; margin-top: 20px; }

.certification .top h3 { font-size: 30px; color: #333; }
.certification .top p { font-size: 16px; line-height: 28px; margin-top: 20px; }


.certification .dow { margin-top: 60px; }



.certification .list dl { margin-top: 30px; }
.certification .list dl dt { background: #097cc7 url('../images/icon50.png') no-repeat 97% center; padding: 20px 0px; font-size: 24px; color: #fff; padding-left: 30px; cursor: pointer; }
.certification .list dl dt.active { background: #097cc7 url('../images/icon51.png') no-repeat 97% center; }
.certification .list dl dd { background: #f0f0f0; padding: 40px; display: none; }
.certification .list dl dd p { font-size: 16px; line-height: 28px; }
.certification .list dl dd strong { background: url('../images/icon52.png') no-repeat left center; padding-left: 20px; display: block; margin: 15px 0px; font-size: 16px; }


.train { margin: 80px 0px; }
.train h3 { font-size: 40px; color: #333; }
.train strong { display: block; font-size: 30px; color: #333; display: block; margin-top: 25px; }
.train p { font-size: 16px; line-height: 28px; margin-top: 20px; }
.train .img { text-align: center; margin-top: 40px; }
.train .img img { display: inline-block; }


.train1 { /* background: #f0f0f0;  */padding: 80px 0px 0px; }
.train1 .con { display: table; table-layout: fixed; width: 100%; }
.train1 .row { display: table; table-layout: fixed; }
.train1 .img {  width: 45.2%; display: table-cell; vertical-align: middle; }
.train1 .text { width: 54.8%; display: table-cell; vertical-align: middle; padding-left: 80px; }
.train1 .text h3 { font-size: 30px; color: #333; }
.train1 .text p { margin-top: 20px; font-size: 16px; line-height: 25px; }
.train1 .text p strong { background: url('../images/icon52.png') no-repeat left 7px; padding-left: 30px; font-size: 16px; display: block; margin: 15px 0px; }


.project { overflow: hidden; padding: 60px 0px; }
.project h3 { font-size: 40px; color: #333;  }
.project .list { overflow: hidden; }
.project .list ul { margin-left: -30px; margin-right: -30px; }
.project .list ul li { width: 33.333%; float: left; padding: 0px 30px; margin-top: 30px; }
.project .list ul li .img { overflow: hidden; }
.project .list ul li .img img { transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); }
.project .list ul li .al { display: block; }
.project .list ul li .al:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1);  }
.project .list ul li p {min-height: 82px; /*height: 60px;*/ /*line-height: 60px;*/line-height: 40px; border-bottom: 2px solid #097cc7; /*text-align: center;*/ font-size: 16px; 
    font-weight: bold; /*white-space: nowrap; overflow: hidden; text-overflow: ellipsis;*/ }
.project .list ul li .al:hover p { color: #097cc7; }


.project1 { margin: 80px 0px; background: #efefef; }
.project1 .img { width: 50%; float: left; }
.project1 .text { width: 50%; float: right; padding: 30px 40px; }
.project1 .text h3 { font-size: 26px; color: #000; border-bottom: 1px solid #d9d9d9; padding-bottom: 20px; line-height: 45px; }
.project1 .list { margin-top: 10px; }
.project1 .list p { min-width: 50%; float: left; margin-top: 8px; font-size: 16px; line-height: 28px; }
.project1 .list p strong { color: #097cc7; font-weight: bold; font-size: 18px; }


.project2 .tit h3 { font-size: 30px; color: #333; }
.project2 .tit p { font-size: 18px; color: #000; margin-top: 15px; line-height: 25px; }
.project2 .list { background: #efefef; padding: 30px 40px; margin-top: 30px; }
.project2 .list p { font-size: 16px; margin: 15px 0px; position: relative; padding-left: 20px; }
.project2 .list p:after { content: ''; background: #097cc7; width: 6px; height: 6px; border-radius: 50%; position: absolute; left: 0px; top: 50%; margin-top: -3px; }




.prize { padding: 80px 0px 0px; }
.prize h3 { font-size: 40px; color: #333; }
.prize .had { background: #097cc7; margin-top: 40px; }
.prize .had span { float: left; padding: 16px 50px; font-size: 20px; color: #fff; display: block;}
.prize .had .lb1 { width: 20%; }
.prize .had .lb2 { width: 40%; }
.prize .had .lb3 { width: 40%; }


.prize .list ul li { border-bottom: 1px solid #cccccc; }
.prize .list ul li span { font-size: 16px; padding: 18px 50px; display: block; float: left; line-height: 26px; color: #333; }
.prize .list ul li .lb1 { width: 20%; }
.prize .list ul li .lb2 { width: 40%; }
.prize .list ul li .lb3 { width: 40%; }



.join { padding: 60px 0px; }
.join .list ul li {  border-bottom: 1px solid #e6e6e6; position: relative; color: #333;  }
.join .list ul li .table_tit { font-size: 16px; color: #4c4c4c; padding: 22px 0px;  position: relative; cursor: pointer; transition: all 0.4s; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; padding-right: 60px; }
.join .list ul li .table_tit:after { content: ''; position: absolute; right: 18px; top: 50%; background: url(../images/icon54.png) no-repeat left top; width: 24px; height: 24px; margin-top: -12px; } 
.join .list ul li .table_tit.active:after { background: url(../images/icon55.png) no-repeat left top;  }
.join .list ul li .table_tit span { float: left; width: 20%; color: #333; padding: 0px 30px; }
.join .list ul li .table_con {  padding-bottom: 20px;  letter-spacing: -5px; padding-right: 60px; display: none; }
.join .list ul li .table_con .text { display: inline-block; vertical-align: top; width: 50%; letter-spacing: 0; padding: 0px 30px; }
.join .list ul li .table_con .text strong { font-size: 16px; color: #333; display: block; margin-bottom: 15px; font-weight: bold; }
.join .list ul li .table_con .text p { background: url('../images/icon56.png') no-repeat left center; padding-left: 15px; margin: 8px 0px; }
.join .list ul li .table_con h6 { padding-left: 30px; }
.join .list ul li .table_con h6 a { border: 1px solid #1985cb; color: #1985cb; padding: 7px 22px; border-radius: 30px; display: inline-block; margin-top: 15px;  letter-spacing: 0px }
.join .list ul li .table_con h6 a:hover { background: #1985cb; color: #fff; }
.join .list ul li .table_con h6 a span { color: #666; font-size: 12px; margin-left: 5px; }
.join .list ul li .table_con h6 a:hover span { color: #fff; }

.join h3 { font-size: 30px; color: #333;  }
.join .had { padding-right: 60px; margin-top: 40px; background: #f0f0f0; }
.join .had span { float: left; width: 20%; color: #333; font-size: 18px; padding: 20px 30px; }




.partner { padding: 80px 0px; }
.partner h3 { font-size: 30px; color: #333; }
.partner .list { overflow: hidden; }
.partner .list ul { margin-left: -20px; margin-right: -20px; }
.partner .list ul li { width: 25%; float: left; padding: 0px 20px; margin-top: 40px; }
.partner .list ul li .img { border: 1px solid #d9d9d9; text-align: center; height: 130px; }
.partner .list ul li .img:after { content: ''; width: 0px; height: 100%; display: inline-block; vertical-align: middle; }
.partner .list ul li .img img { display: inline-block; vertical-align: middle; }


.contact { padding: 60px 0px; }
.contact .dow { margin-top: 50px; }
.contact .dow .fl { width: 40%; float: left; }
.contact .dow .fr { width: 40%; float: right; }
.contact .dow .fl h3 { font-size: 24px; color: #333; }
.contact .dow .fl .contact_tit { height: 53px; border-bottom: 1px solid #d9d9d9; line-height: 50px; font-size: 16px; display: block; margin-top: 20px; margin-bottom: 30px; /*white-space: nowrap; overflow-x: auto;*/}
.contact .dow .fl .contact_tit span { font-size: 14px; display: inline-block; margin-right: 15px; cursor: pointer;  }
.contact .dow .fl .contact_tit span.active {  border-bottom: 2px solid #097cc7; height: 50px; color: #097cc7; }
.contact .dow .fl p { font-size: 16px; line-height: 25px; margin-top: 20px; }
.contact .dow .fl p i { float: left; }
.contact .dow .fl p span {  padding-left: 50px; display: block; padding-top: 3px; }

.contact .dow .fr .txt { width: 100%; border: 1px solid #dedede; padding: 15px; font-size: 16px; margin-bottom: 20px; }
.contact .dow .fr .txt_box { height: 150px; } 
.contact .dow .fr .but { background: #097cc7; padding: 12px 50px; border-radius: 30px; color: #fff; font-size: 16px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.contact .dow .fr .but:hover { background: #096cac; }

.contact .dow .fr .yzmbox { position: relative; padding-right: 140px; } 
.contact .dow .fr .yzmbox .yzm { position: absolute; right: 0px; top: 0px; border: 1px solid #dedede; }


#map { width:100%; height:500px; }
#map img { max-width: none !important; max-height: none !important; }


.union3 .list ul li span em { display: none; }
.prize .list ul li span em { display: none; }

.join .list ul li .table_tit span em { display: none; }


.track ul .li2 .phone_img { display: none; }


.news_con { padding-top: 60px; padding-bottom: 100px; }
.news_con .tit { font-size: 25px; color: #000; text-align: center; }
.news_con .time { color: #666; text-align: center; margin-top: 10px; } 
.news_con .con { margin-top: 50px; border-top: 1px dashed #dcdcdc; }
.news_con .con p { margin-top: 20px; font-size: 16px; line-height: 25px; }
.news_con .con strong { font-weight: bold; color: #333; }
.news_con .con img { height: auto!important; display: inline-block; }


/* 登录 */
.dialog{
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0%;
    top: 0%;
    display: none;
    z-index: 999;
}
.dialog_bj{
    height: 100%;
    width: 100%;
    background: url(../images/d_mask.png);
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.dialog_pic{
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    width: 580px;
    height: 380px;
    margin-left: -290px;
    margin-top: -190px;
    background: #fff;
    box-sizing: border-box;
    z-index: 999;
}
.dialog_pic img{
    display: inherit;
    margin: 0 auto;
    margin-top: 70px;
}
.dialog_close{
    width: 50px;
    height: 50px;
    background: url(../images/dialog_close.png) no-repeat center center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.dialog_close:hover{
    background: url(../images/dialog_close_hover.png) no-repeat center center;
}


.search_content .news{
    margin-bottom: 0;
}
.search_content {
    padding-top: 80px; padding-bottom: 60px;
}
.searchbox1{

    width: 50%;
    height: 44px;
    margin: 0 auto;
    text-align: center; position: relative;
}
.searchbox1 .searchtext{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 80px;
    box-sizing: border-box;
    
}
/*.searchbox1 .searchtext:hover{
    background: url(../images/fdj_hover.png) no-repeat 95% 50%;
}*/

.search-error{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box; margin-top: 20px;
}
.search-result-empry{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.searchbtn { position: absolute; right: 0px; top: 0px; background: url(../images/fdj.png) no-repeat center center; height: 44px; width: 60px; }
.searchbtn:hover { background: url(../images/fdj_hover.png) no-repeat center center; }


.znews { margin-top: 60px; overflow: hidden; }
.znews h3 { font-size: 32px; color: #000; position: relative; z-index: -1; }
.znews ul { padding-right: 100px; }
.znews ul li { padding: 30px 0px; border-bottom: 1px solid #e8e8e8; }
.znews ul li h4 a { font-size:18px; font-weight: bold; color: #114c89; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;   }
.znews ul li h4 a:hover { color: #ff9933; } 
.znews ul li p { margin-top: 10px; line-height: 26px;  font-size: 14px; max-height: 52px; overflow: hidden; text-align: justify; }
.znews ul li span { font-weight: bold; color: #000; display: block; margin-top: 10px; }
.znews ul li h6 a { font-size: 14px; color: #114c89; display: inline-block; margin-top: 10px; position: relative; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; }
.znews ul li h6 a:after { content: ''; position: absolute; bottom: -2px; background: #114c89; left: 0px; height: 1px; width: 100%; transition: 0.4s; -webkit-transition: 0.4s; -moz-transition: 0.4s; z-index: 2; }
.znews ul li h6 a:hover { color: #ff9933;  padding-left: 20px;  }
.znews ul li h6 a:hover:after { content: ''; position: absolute; bottom: -2px; background: #ff9933; left: 0px; height: 1px; width: 100%; z-index: 2 }


.ahardware { margin-top: 60px; }
.ahardware h3 { font-size: 30px; color: #333333; }
.ahardware .list { overflow: hidden; margin-top: 40px; }
.ahardware .list ul { margin-left: -23px; margin-right: -23px; }
.ahardware .list ul li { padding: 0px 23px; float: left; width: 33.33%; }
.ahardware .list ul li .img img { width: 100%; height: 100%; }
.ahardware .list ul li .text { background: #f5f5f5; padding: 30px; }
.ahardware .list ul li .text strong { font-size: 22px; color: #333333; display: block; }
.ahardware .list ul li .text span { display: block; font-size: 16px; color: #4c4c4c; margin-top: 10px; }

.ahardware1 { margin-top: 60px; margin-bottom: 60px;  }
.ahardware1 h3 { font-size: 30px; color: #333333; }
.ahardware1 .list { margin-top: 10px; overflow: hidden; }
.ahardware1 .list ul { display: flex;   flex-wrap: wrap; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;  margin-left: -25px; margin-right: -25px;  }
.ahardware1 .list ul li { flex: 0 0 calc(50%); padding: 0px 25px; margin-top: 30px; }
.ahardware1 .list ul li .con { border: 1px solid #e6e6e6; height: 100%; padding: 30px 20px; display: flex; flex-direction: row; flex: 0 0 calc(100%); }
.ahardware1 .list ul li .con .img { flex: 0 0 calc(50%); }
.ahardware1 .list ul li .con .text { flex: 0 0 calc(50%); padding-left: 20px; height: 100%; }
.ahardware1 .list ul li .con .text strong { font-size: 18px; display: block; color: #333333; line-height: 30px; margin-top: 20px; }
.ahardware1 .list ul li .con .text p { font-size: 16px;  color: #4c4c4c; font-size: 16px; line-height: 30px; margin-top: 30px; }

.software { margin: 60px 0px; }
.software .con { background: #f5f5f5; margin-top: 40px; }
.software .con h3 { border-bottom: 1px solid #e6e6e6; padding: 50px; padding-bottom: 30px; font-size: 22px; color: #333333; }
.software .con h3 img { display: inline-block; vertical-align: middle; margin-right: 10px; }
.software .con .list { overflow: hidden; }
.software .con .list ul {  padding: 50px;  /*display: flex; flex-direction: row; justify-content: space-between;  */}
.software .con .list ul { margin-left: -80px; margin-right: -80px; }
.software .con .list ul li { position: relative; padding: 0px 80px; float: left; width: 33.33%; }
.software .con .list ul li .lump { position: relative; padding-left: 46px;  }
.software .con .list ul li .img { position: absolute; left: 0px; top: 0px; }
.software .con .list ul li .text h4 { font-size: 20px; color: #333333; }
.software .con .list ul li .text p { color: #666666; font-size: 16px; line-height: 25px; margin-top: 10px; margin-bottom: 20px; }


.m_gray { background: #f5f5f5; padding: 60px 0px; }
.software1 h3 { font-size: 22px; color: #333;  }
.software1 h3 img { display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -12px; }
.software1 .con { margin-top: 40px; }
.software1 .con .img { width: 300px; float: left; }
.software1 .con .img img { margin: 0 auto; }
.software1 .con .list { margin-left: 360px; }
.software1 .con .list ul { letter-spacing: -5px; }
.software1 .con .list ul li { display: inline-block; vertical-align: top; width: 33.33%; padding-left: 80px; letter-spacing: 0px; position: relative; }
.software1 .con .list ul li .lump { position: relative; padding-left: 44px; }
.software1 .con .list ul li .lump i { position: absolute; left: 0px; top: 0px; }
.software1 .con .list ul li .lump .text strong { font-size: 20px; color: #333; }
.software1 .con .list ul li .lump .text p { line-height: 26px; margin-top: 10px; color: #666; font-size: 16px; min-height: 130px; }
.software1 .con .list ul li .lump .text em { border: 1px solid #d9d9d9; display: block; border-radius: 3px; height: 86px; display: flex; -js-display: flex; align-items: center; justify-content: center; padding: 20px; }

.software2 { padding: 60px 0px; }
.software2 h3 { font-size: 22px; color: #333; }
.software2 h3 img { display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -8px; }
.software2 .list { overflow: hidden; margin-top: 40px; }
.software2 .list ul { display: flex; flex: 0 0 calc(100%); flex-wrap: wrap; margin-left: -20px; margin-right: -20px; }
.software2 .list ul li { flex: 0 0 calc(50%); padding: 0px 20px;  }
.software2 .list ul li .lump { background: #f5f5f5; }
.software2 .list ul li .img { padding: 30px; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; }
.software2 .list ul li .text { padding: 30px; }
.software2 .list ul li .text strong { font-size: 20px; color: #333; }
.software2 .list ul li .text p { font-size: 16px; color: #666; line-height: 30px; margin-top: 18px; }

.prize table { margin-top: 40px; }
.prize table tr th { background: #097cc7; color: #fff; font-size: 22px; padding: 15px 25px; border: 1px solid #fff; text-align: center!important; }
.prize table tr td { border: 1px solid #cccccc; padding:15px 25px; font-size: 16px; text-align: left; line-height: 28px; }
.prize table tr th p span{font-size: 22px!important;}
.prize table tr td span{font-size: 16px!important;}
.prize table tr td .size18{font-size: 16px!important;}

.attestation .had { padding: 80px 0px; }
.attestation .had h3 { font-size: 40px; color: #333; }
.attestation .had p {  font-size: 20px; color: #1a1a1a; margin-top: 30px; line-height: 35px; }
.attestation .had h6 {  background: url('../images/rz1.png') no-repeat left center;  padding-left: 34px; margin-top: 20px; }
.attestation .had h6 a { color: #097cc7; font-size: 20px; }
.attestation .had h6 a:hover { text-decoration: underline; }

.attestation .backimg { background: url('../images/rz1.jpg') no-repeat center center; background-size: cover; padding: 80px 0px; }
.attestation .backimg img { margin: 0 auto; }

.attestation .list { padding: 80px 0px; overflow: hidden; }
.attestation .list ul { margin-left: -20px; margin-right: -20px; }
.attestation .list ul li { width: 50%; float: left; padding: 0px 20px; }
.attestation .list ul li .con { background: #f5f5f5; padding: 50px; display: table; table-layout: fixed; }
.attestation .list ul li .con .img { display: table-cell; vertical-align: top; width: 28.4%; }
.attestation .list ul li .con .text { display: table-cell; vertical-align: top; padding-left: 50px; padding-top: 30px; }
.attestation .list ul li .con .text strong { font-size: 24px; color: #333; display: block; }
.attestation .list ul li .con .text p { font-size: 16px; color: #1a1a1a; line-height: 28px; margin-top: 20px; }


.train2 {  margin-top: 80px; }
/* .train2 ul { display: flex; flex-wrap: wrap; margin-right: -30px; padding: 5px; }
.train2 ul li { flex: 0 0 calc(33.33% - 30px ); margin-right: 30px; border: 1px solid #f0f0f0; border-radius: 5px; padding: 30px; box-shadow:0px 0px 8px 5px rgba(29,29,29,0.02);  } */
.train2 ul { display: flex; -js-display: flex; flex-wrap: wrap; justify-content: space-between;  }
.train2 ul li { flex: 0 0 calc(31.5%);  border: 1px solid #f0f0f0; box-shadow:0px 2px 10px 3px rgba(29,29,29,0.03); padding: 30px; }

.train2 ul li strong { font-size: 24px; display: block; color: #333333; margin-top: 25px; }
.train2 ul li p { font-size: 16px; color: #666; margin-top: 12px; }


.train3 { margin: 80px 0px; box-shadow:0px 2px 10px 3px rgba(29,29,29,0.03); border: 1px solid #f0f0f0; border-radius: 5px; }
.train3 .img { width: 46.7%; display: table-cell; vertical-align: middle; padding: 60px; }
.train3 .text { display: table-cell; vertical-align: middle; padding: 60px; border-left: 1px solid #f0f0f0; }
.train3 .text p { line-height: 30px; font-size: 16px; }


/* .amap { background: url('../images/gd6.png') no-repeat center center; background-size: cover; padding: 70px 0px; display: table; table-layout: fixed; width: 100%; margin-top: 70px; } */
.amap { margin-top: 70px; margin-bottom: 70px; }
.amap .text { width: 100%; }
.amap .text h3 { font-size: 30px; color: #000000; }
.amap .text p { font-size: 16px; line-height: 30px; margin-top:20px; }
.amap .img { width: 100%; margin-top: 20px; }
.amap .img img { margin: 0 auto; }


.Infrastructure { overflow: hidden; }
.Infrastructure ul { margin-left: -25px; margin-right: -25px; }
.Infrastructure ul li { float: left; width: 33.33%; padding: 0px 25px; }


.Infrastructure { background: #efefef; padding: 70px 0px; }
.Infrastructure .tit { font-size: 30px; color: #000000; }
.Infrastructure .list { margin-top: 40px; }
.Infrastructure .list .text { border-bottom: 2px solid #097cc7; padding-bottom: 25px; }
.Infrastructure .list ul li h3 { font-size: 20px; color: #333333; margin-top: 20px; }
.Infrastructure .list ul li p { font-size: 16px; margin-top: 15px; }


.enterprise { margin-top: 70px; }
.enterprise .tit { font-size: 30px; color: #000; text-align: center; }
.enterprise .list { background: #efefef; margin-top: 40px; padding: 60px 0px; }
.enterprise .list ul { letter-spacing: -5px; }
.enterprise .list ul li { display: inline-block; vertical-align: top; width: 25%; letter-spacing: 0px; text-align: center; margin:30px 0px;  }
.enterprise .list ul li .img { width: 90px; height: 90px; border: 1px solid #097cc7; margin: 0 auto; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.enterprise .list ul li img { display: inline-block; }
.enterprise .list ul li h3 { font-size: 16px; color: #333; margin-top: 20px; font-weight: bold; }
.enterprise .list ul li p { font-size: 16px; color: #4c4c4c; margin-top: 10px; }


.vidtit { position: relative; }
.vidtit .vidnav { position: absolute; right: 0px; top: 10px; font-size: 12px; margin-right: -10px; }
.vidtit .vidnav a { padding: 0px 10px; font-size: 16px; display: inline-block; vertical-align: middle; margin-top: -2px;  position: relative; }
.vidtit .vidnav a:after { content: ''; background: #999; width: 1px; height: 15px; position: absolute; right: -2px; top: 4px; }
.vidtit .vidnav a:last-child:after { display: none; }

.vidtit .vidnav a:hover,.vidtit .vidnav a.active { color: #097cc7; }

/* 2020-3-12 start */
.news .list ul li{
    height:692px;
}
/* 2020-3-12 end */
.footer .fl dl dd p em{
    display: inline-block;
    vertical-align: middle;
}