body { font-family: arial , 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; color: #333; margin: 0; font-size: 14px; background: #eee; }

img { border: 0; }

a:link { color: #333; text-decoration: none; }

a:visited { color: #333; text-decoration: none; }

a:hover { color: #333; text-decoration: none; }

a:active { color: #333; text-decoration: none; }

ol, ul { list-style: none; }

ol, ul, li, table, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

p { margin: 0; padding: 0; }

.right { float: right; }

.left { float: left; }

.hidden { display: none; }

.clear { clear: both; }

.container { width: 1200px; margin: 0 auto; }

.mt10 { margin-top: 10px; }

.mt30 { margin-top: 30px; }

.mt50 { margin-top: 50px; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }

.ellipsis-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; }

button, input, select, textarea { font: 14px/1 Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif; }

.header { min-width: 1200px; height: 90px; background: #eee; position: fixed; top: 0; left: 0; right: 0; z-index: 99; box-shadow: 0 2px 6px #ddd; }
.header .container { position: relative; }
.header .logo { float: left; height: 90px; }
.header .logo img { vertical-align: middle; }
.header .logo:before { content: ""; display: inline-block; width: 0; height: 100%; vertical-align: middle; }
.header .head-nav { height: 90px; line-height: 90px; float: right; }
.header .head-nav > ul > li { padding: 0 30px; float: left; position: relative; z-index: 4; }
.header .head-nav > ul > li:after { position: absolute; left: 30px; bottom: 0; height: 3px; background: #2e40b1; content: ''; }
.header .head-nav > ul > li a { display: block; font-size: 16px; display: block; }
.header .head-nav > ul > li:hover a { color: #2e40b1; }
.header .head-nav > ul > li.click a { color: #2e40b1; }
.header .head-nav > ul > li.click:after { right: 30px; }
.header .head-nav > ul > li > ul { position: absolute; left: 0; right: 0; top: 100%; display: none; z-index: 99; border: 1px solid #ddd; border-radius: 5px; padding: 5px 0; background: #fff; }
.header .head-nav > ul > li > ul > li > a { display: block; background-color: #fff; text-align: center; padding: 10px 5px; font-size: 15px; font-weight: normal; height: auto; line-height: 24px; box-sizing: border-box; color: #555 !important; border-bottom: none !important; }
.header .head-nav > ul > li > ul > li > a:hover { background: #2e40b1; color: #fff !important; border-bottom: none; }
.header .head-search { float: right; width: 40px; height: 40px; margin: 25px 20px; background: url(../images/icon-search.png) no-repeat center; cursor: pointer; }

#search-form { position: absolute; top: 90px; right: 0; width: 320px; max-height: 0; overflow: hidden; background-color: #f4f4f4; transition: all .4s ease; z-index: 9; }
#search-form.open { max-height: 60px; }
#search-form fieldset { position: relative; margin: 0 60px 0 0; padding: 0; border: none; }
#search-form input { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; height: 60px; outline: none; }
#search-form input[type="search"] { width: 100%; padding: 0 5px 0 22px; background: transparent; border: none; }
#search-form input[type="submit"] { position: absolute; bottom: 0; right: 0; width: 60px; margin: 0; padding: 0; font-weight: 700; text-transform: uppercase; color: #fff; background: #2e40b1; border: none; cursor: pointer; }

.header ~ .subject { padding-top: 90px; }

.banner { height: 500px; position: relative; text-align: center; overflow: hidden; min-width: 1200px; }
.banner .bannercont { position: absolute; left: 50%; top: 0; width: 1920px; margin-left: -960px; text-align: center; }
.banner .bannercont .slides { position: relative; z-index: 1; }
.banner .bannercont .slides li { height: 500px; }
.banner .bannercont .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 20px; z-index: 3; text-align: center; }
.banner .bannercont .flex-control-paging li { display: inline-block; }
.banner .bannercont .flex-control-paging li a { display: block; list-style: none; margin: 0 6px; width: 12px; height: 12px; border: 2px solid #fff; box-sizing: border-box; border-radius: 50%; font-size: 0; }
.banner .bannercont .flex-control-paging li a.flex-active { background-color: #fff; }
.banner .bannercont .flex-direction-nav li { list-style: none; }
.banner .bannercont .flex-direction-nav a { position: absolute; top: 50%; margin-top: -20px; z-index: 3; width: 40px; height: 40px; background: no-repeat center; opacity: .5; }
.banner .bannercont .flex-direction-nav a:hover { opacity: 1; }
.banner .bannercont .flex-direction-nav .flex-prev { background-image: url(../images/left.png); left: 40px; }
.banner .bannercont .flex-direction-nav .flex-next { background-image: url(../images/right.png); right: 40px; }

.pub-head { text-align: center; font-size: 38px; padding-bottom: 28px; position: relative; }
.pub-head:after { position: absolute; bottom: 0; left: 50%; margin-left: -30px; width: 60px; height: 3px; background: #2e40b1; content: ''; }

.about { width: 1200px; margin: 80px auto 0; overflow: hidden; }
.about .about-con { width: 700px; float: left; }
.about .about-con .about-tit { font-size: 38px; padding-bottom: 28px; position: relative; }
.about .about-con .about-tit:after { position: absolute; bottom: 0; left: 0; width: 60px; height: 3px; background: #2e40b1; content: ''; }
.about .about-con .about-txt { font-size: 15px; color: #666; margin-top: 35px; line-height: 28px; height: 84px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: break-word; }
.about .about-con .about-more { font-size: 15px; color: #2e40b1; margin-top: 25px; display: inline-block; }
.about .about-con .about-more:hover { text-decoration: underline; }
.about .about-img { width: 450px; height: 260px; background: #fff; float: right; }
.about .about-img img { width: 100%; height: 100%; }

.advan { width: 1200px; margin: 60px auto 0; overflow: hidden; }
.advan .advan-box { margin-left: -45px; }
.advan .advan-box li { width: 370px; height: 320px; float: left; margin-left: 45px; background: #2e40b1; padding-top: 50px; box-sizing: border-box; overflow: hidden; text-align: center; position: relative; cursor: pointer; }
.advan .advan-box li img { width: 150px; height: 150px; }
.advan .advan-box li .txt { font-size: 22px; color: #fff; margin-top: 40px; }
.advan .advan-box li .shadow { position: absolute; left: 0; bottom: -100%; width: 100%; height: 100%; background: #e0e3f3; padding: 50px 40px; text-align: left; font-size: 16px; line-height: 30px; box-sizing: border-box; transition: all .4s ease; }
.advan .advan-box li:hover .shadow { bottom: 0; }

.product { width: 1200px; margin: 80px auto 0; overflow: hidden; }
.product .product-box { margin-top: 40px; padding-bottom: 60px; position: relative; }
.product .product-box .slides { overflow: hidden; }
.product .product-box .slides li { width: 300px !important; padding: 0 10px; box-sizing: border-box; text-align: center; }
.product .product-box .slides li a { width: 280px; position: relative; display: block; overflow: hidden; }
.product .product-box .slides li a .img { width: 280px; height: 280px; overflow: hidden; }
.product .product-box .slides li a .img img { width: 100%; height: 100%; transition: all .4s; }
.product .product-box .slides li a .tit { font-size: 16px; font-weight: bold; color: #2e40b1; margin-top: 15px; }
.product .product-box .slides li a .txt { font-size: 14px; color: #666; line-height: 22px; height: 44px; margin-top: 15px; }
.product .product-box .slides li a:hover .img img { transform: scale(1.1); }
.product .product-box .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 0; z-index: 3; text-align: center; }
.product .product-box .flex-control-paging li { display: inline-block; }
.product .product-box .flex-control-paging li a { display: block; list-style: none; margin: 0 5px; width: 10px; height: 10px; background: #666666; border-radius: 50%; font-size: 0; }
.product .product-box .flex-control-paging li a.flex-active { background-color: #2e40b1; }

.pub-more { width: 1200px; margin: 90px auto 0; overflow: hidden; text-align: center; }
.pub-more a { display: inline-block; width: 200px; height: 48px; line-height: 46px; margin: 0 45px; font-size: 16px; color: #2e40b1; border: 1px solid #2e40b1; border-radius: 48px; box-sizing: border-box; transition: all .4s ease; }
.pub-more a img { vertical-align: middle; margin-right: 14px; }
.pub-more a:hover { width: 220px; }

.partner { width: 1200px; margin: 80px auto; overflow: hidden; }
.partner .partner-box { margin-top: 40px; padding: 0 50px; box-sizing: border-box; position: relative; }
.partner .partner-box .slides { overflow: hidden; }
.partner .partner-box .slides li { width: 220px !important; padding: 0 10px; box-sizing: border-box; }
.partner .partner-box .slides li .img { width: 200px; height: 120px; display: block; }
.partner .partner-box .slides li .img img { width: 100%; height: 100%; }
.partner .partner-box .flex-direction-nav li a { width: 40px; height: 40px; display: block; opacity: .6; }
.partner .partner-box .flex-direction-nav li a:hover { opacity: 1; }
.partner .partner-box .flex-direction-nav li .flex-prev { background: url(../images/left.png) no-repeat; position: absolute; left: 0; top: 50%; margin-top: -20px; }
.partner .partner-box .flex-direction-nav li .flex-next { background: url(../images/right.png) no-repeat; position: absolute; right: 0; top: 50%; margin-top: -20px; }

.bottom { min-width: 1200px; background: #232222; overflow: hidden; color: #ddd; }
.bottom .foot-box { width: 1200px; margin: 50px auto; overflow: hidden; }
.bottom .foot-box a { color: #ddd; }
.bottom .foot-box a:hover { color: #fff; }
.bottom .foot-box .item { width: 300px; float: left; }
.bottom .foot-box .item-s { width: 200px; }
.bottom .foot-box .item-tit { font-size: 16px; font-weight: bold; }
.bottom .foot-box .item-box { margin-top: 20px; line-height: 30px; }
.bottom .foot-box .item-box a { float: left; width: 112px; line-height: 25px; margin-top: 5px; display: inline-block; }
.bottom .foot-link { width: 1200px; color: #fff; margin: 15px auto; text-align: center; overflow: hidden; }
.bottom .foot-link .bt { float: left; margin-right: 10px; }
.bottom .foot-link a { display: block; float: left; margin-right: 20px; position: relative; color: #fff; }
.bottom .foot-link a:hover { text-decoration: underline; }
.bottom .foot-copy { width: 1200px; margin: 0 auto; text-align: center; font-size: 14px; color: #666; padding: 20px 0; line-height: 30px; border-top: 1px solid #393939; }
.bottom .foot-copy a { color: #666; }
.bottom .foot-copy a:hover { color: #fff; }

.totop { position: fixed; right: 50px; bottom: 50px; width: 40px; height: 40px; border-radius: 50%; background: url(../images/totop.png) no-repeat center #666; z-index: 999; }
.totop:hover { background-color: #2e40b1; }
.totop a { display: block; width: 40px; height: 40px; }

.inside-banbox { width: 100%; position: relative; overflow: hidden; height: 280px; min-width: 1200px; }
.inside-banbox .ban { position: absolute; width: 1920px; height: 280px; left: 50%; margin-left: -960px; }
.inside-banbox .ban img { width: 100%; }

.netadd { width: 1200px; margin: 10px auto 0; height: 20px; line-height: 20px; text-align: right; }
.netadd .add-home { display: inline-block; margin-top: 5px; width: 10px; height: 10px; background: url(../images/icon-home.png) no-repeat; }
.netadd a { display: inline; margin-left: 15px; background: url(../images/icon-arr.png) no-repeat left center; padding-left: 15px; font-size: 14px; color: #929292; font-weight: bold; }
.netadd a:hover { color: #2e40b1; text-decoration: underline; }

.insidetype { border-bottom: 1px solid #e6e6e6; height: 80px; min-width: 1200px; }
.insidetype .insidetype-box { width: 1200px; height: 80px; margin: 0 auto; overflow: hidden; }
.insidetype .insidetype-box a { display: block; float: left; font-size: 15px; line-height: 70px; color: #555; height: 80px; font-weight: bold; border-bottom: 2px solid transparent; box-sizing: border-box; margin-right: 40px; }
.insidetype .insidetype-box a:hover { color: #2e40b1; }
.insidetype .insidetype-box a.click { color: #2e40b1; border-bottom: 2px solid #2e40b1; }

.insidetype-2 { width: 800px; margin: 40px auto; text-align: center; overflow: hidden; }
.insidetype-2 a { display: inline-block; height: 44px; line-height: 44px; padding: 0 20px; border: 1px solid #ddd; background: #f6f6f6; margin: 0 6px 20px; font-size: 15px; }
.insidetype-2 a:hover, .insidetype-2 a.click { background: #2e40b1; border: 1px solid #2e40b1; color: #fff; }

.main { width: 1200px; margin: 40px auto 80px; overflow: hidden; }

.content { overflow: hidden; line-height: 30px; font-size: 15px; color: #555; }
.content img { max-width: 100%; }

.in_list { overflow: hidden; width: 100%; }
.in_list .news_cont { overflow: hidden; }
.in_list .news_cont li { padding: 20px; background: #fff; margin-bottom: 25px; box-sizing: border-box; overflow: hidden; }
.in_list .news_cont li .img { float: left; width: 300px; height: 186px; overflow: hidden; margin-right: 30px; }
.in_list .news_cont li .img img { width: 100%; height: 100%; transition: all .4s; }
.in_list .news_cont li .cont { overflow: hidden; margin-top: 10px; }
.in_list .news_cont li .cont .title { font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.in_list .news_cont li .cont .intro { font-size: 14px; height: 60px; line-height: 30px; overflow: hidden; color: #999; margin-top: 20px; }
.in_list .news_cont li .cont .time { margin-top: 40px; font-size: 14px; color: #999; }
.in_list .news_cont li:hover .img img { transform: scale(1.1); }
.in_list .news_cont li:hover .cont .title { color: #2e40b1; text-decoration: underline; }
.in_list .FAQ_cont { overflow: hidden; }
.in_list .FAQ_cont li { padding: 20px; background: #fff; margin-bottom: 20px; box-sizing: border-box; overflow: hidden; }
.in_list .FAQ_cont li .q { padding: 0 0 10px 40px; line-height: 30px; font-size: 16px; border-bottom: 1px solid #eee; background: url(../images/icon-q.png) no-repeat left top; background-size: 30px 30px; }
.in_list .FAQ_cont li .a { padding: 15px 0 0 40px; font-size: 15px; color: #888; line-height: 25px; }
.in_list .data_cont { overflow: hidden; background: #fff; padding: 40px; box-sizing: border-box; }
.in_list .data_cont li { height: 30px; line-height: 30px; font-size: 16px; padding: 15px 0; border-bottom: 1px solid #eee; }
.in_list .data_cont li a { display: block; padding-left: 15px; position: relative; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.in_list .data_cont li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 5px; height: 5px; border-radius: 50%; background: #999; content: ''; }
.in_list .data_cont li a:hover { color: #2e40b1; }
.in_list .data_cont li a:hover:before { background: #2e40b1; }
.in_list .data_cont li .date { float: right; padding-left: 30px; color: #999; }

.article { margin-top: 30px; }
.article .title { font-size: 28px; text-align: center; }
.article .date { margin-top: 20px; color: #666; height: 40px; line-height: 40px; width: 100%; text-align: center; }

.article-flip { background: #e7e7e7; font-size: 15px; padding: 10px 20px; box-sizing: border-box; margin-top: 50px; }
.article-flip a { display: block; height: 30px; line-height: 30px; margin: 15px 0; color: #555; }
.article-flip a:hover { color: #2e40b1; }

.article-label { margin-top: 40px; font-size: 15px; }
.article-label a { padding: 0 30px; height: 30px; line-height: 30px; background: #ddd; margin: 5px; display: inline-block; }
.article-label a:hover { background: #2e40b1; color: #fff; }

.article-tj { margin-top: 40px; overflow: hidden; }
.article-tj .tit { font-size: 20px; color: #2e40b1; font-weight: bold; height: 60px; line-height: 60px; position: relative; }
.article-tj .tjcon { overflow: hidden; }
.article-tj .tjcon li { font-size: 15px; width: 50%; float: left; padding-right: 15px; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.article-tj .tjcon li a { color: #555; height: 36px; line-height: 36px; padding-left: 15px; position: relative; }
.article-tj .tjcon li a:before { position: absolute; left: 0; top: 50%; margin-top: -2px; width: 4px; height: 4px; border-radius: 50%; background: #333; content: ''; }
.article-tj .tjcon li a:hover { color: #2e40b1; }
.article-tj .tjcon li a:hover:before { background: #2e40b1; }

.pagination { padding: 50px 0 0; text-align: center; }
.pagination li { display: inline; margin: 0 3px; }
.pagination li a { font-size: 16px; height: 36px; display: inline-block; *display: inline; *zoom: 1; padding: 0 14px; border: 1px solid #DDD; line-height: 36px; vertical-align: middle; }
.pagination li a:hover { background-color: #F8F8F8; text-decoration: none; }
.pagination li.active a { background-color: #2e40b1; border-color: #2e40b1; }
.pagination li.active a:link { color: #FFF; }
.pagination li.active a:visited { color: #FFF; }
.pagination li.active a:hover { color: #FFF; background-color: #2e40b1; border-color: #2e40b1; cursor: default; }
.pagination li.active a:active { color: #FFF; }

.review { margin: 20px auto; width: 1020px; overflow: hidden; }
.review .tit { font-size: 28px; text-align: center; margin-bottom: 30px; }
.review .list { width: 490px; margin: 10px; float: left; padding: 15px; background: #fff; color: #555; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; outline: none; }
.review .qita { width: 1000px; margin: 10px; height: 120px; resize: none; line-height: 20px; outline: none; padding: 15px; background: #fff; color: #555; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; }
.review .num { width: 1000px; margin: 10px; padding: 15px; background: #fff; color: #555; border: 1px solid #ddd; border-radius: 6px; box-sizing: border-box; outline: none; }
.review .push { width: 490px; margin: 10px; padding: 15px 0; float: left; font-size: 16px; text-align: center; background: #c70505; color: #fff; border: 1px solid #c70505; border-radius: 6px; box-sizing: border-box; outline: none; cursor: pointer; }
.review .cz { background: #eee; border: 1px solid #ddd; color: #555; }

.tech-head { text-align: center; width: 1200px; margin: 60px auto 20px; }
.tech-head .tech-head-tit { font-size: 38px; letter-spacing: 2px; color: #2e40b1; }
.tech-head .tech-head-type { margin-top: 40px; overflow: hidden; padding: 10px; }
.tech-head .tech-head-type a { display: inline-block; font-size: 16px; line-height: 40px; margin: 0 30px; }
.tech-head .tech-head-type a:hover { color: #2E40B1; }

.tech-item { min-width: 1200px; background: #fff; padding: 50px 0; }
.tech-item .tech-item-tit { font-size: 32px; padding-bottom: 28px; position: relative; }
.tech-item .tech-item-tit:after { position: absolute; bottom: 0; left: 0%; width: 60px; height: 3px; background: #2e40b1; content: ''; }
.tech-item:nth-child(2n) { background: #eee; }

/*# sourceMappingURL=style.css.map */
