﻿/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word; 
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  min-width: 1350px;
}
.main {
  width: 100%;
  height: 100%;
  background: url("../img/e8de18_1920x1278.jpg") center no-repeat;
  background-size: cover;
}
.content {
  width: 100%;
  height: 100%;
}
.menu {
  height: 100%;
  background: url("../img/649cf4_336x1081.png") top;
  border-right: 3px solid #fff;
  padding: 20px 30px;
  width: 336px;
  float: left;
  position: relative;
}
.menu:after {
  content: '';
  position: absolute;
  right: -458px;
  top: 0;
  width: 458px;
  height: 100vh;
  background: url("../img/657f9d_458x1079.png") top;
}
.menu .menu-logo {
  width: 100%;
  padding: 60px 0;
}
.menu .menu-search {
  width: 100%;
  height: 40px;
  border: 2px solid #1a1a1a;
  background: rgba(77,8,12,0.8);
  display: flex;
  justify-content: space-between;
}
.menu .menu-search .menu-search-ico {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .menu-search .menu-search-ico img {
  height: 28px;
}
.menu .menu-search .menu-search-input {
  width: calc(100% - 36px);
  padding-left: 12px;
}
.menu .menu-search .menu-search-input input {
  width: 100%;
  height: 36px;
  border: none;
  background: none;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.menu .menu-search .menu-search-input input::-webkit-input-placeholder {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.menu .menu-list {
  width: 100%;
  padding: 50px 20px;
}
.menu .menu-list ul {
  width: 100%;
}
.menu .menu-list ul li {
  width: 100%;
  line-height: 66px;
  font-size: 20px;
}
.menu .menu-list ul li a {
  color: #fff;
  font-family: 'Microsoft YaHei';
  text-decoration: none;
}
.menu .menu-list ul li:hover a {
  text-decoration: underline;
}
.user {
  width: 150px;
  float: right;
  height: 100%;
  background-color: rgba(26,26,26,0.8);
  padding: 20px 50px;
  position: relative;
}
.user:after {
  content: '';
  position: absolute;
  left: -270px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 270px solid transparent;
  border-bottom: calc(100vh - 200px) solid rgba(26,26,26,0.8);
}
.user .user-function {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
}
.user .user-function .user-function-user {
  width: 60px;
  height: 60px;
  margin: 0 12px;
}
.user .user-function .user-function-user i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/ae76e9_24x27.png") center no-repeat;
  opacity: 0.7;
}
.user .user-function .user-function-collection {
  width: 60px;
  height: 60px;
  margin: 0 12px;
}
.user .user-function .user-function-collection i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url("../img/b252e6_28x27.png") center no-repeat;
  opacity: 0.7;
}
.user .user-news {
  width: 300px;
  min-height: 100px;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  left: -150px;
  padding: 0 50px;
  bottom: 200px;
  z-index: 111;
}
.user .user-news .user-news-txt {
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
}
.user .user-news .user-news-txt font-family:span {
  display: block;
}
.user .user-news .user-news-txt font-family:span:nth-child(1) {
  text-indent: -20px;
}
.user .user-news .user-news-txt font-family:span:nth-child(2) {
  text-indent: -30px;
}
.user .user-news .user-news-txt font-family:span:nth-child(3) {
  text-indent: -40px;
}
.user .user-news .user-news-txt font-family:span:nth-child(4) {
  text-indent: -50px;
}
.user .user-news .user-news-txt font-family:span:nth-child(5) {
  text-indent: -60px;
}
.user .user-news .user-news-more {
  padding: 12px 0;
  line-height: 40px;
  position: relative;
  left: -80px;
}
.user .user-news .user-news-more a {
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  font-size: 16px;
}
.footer {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.footer .footer-link {
  width: 327px;
  float: left;
  height: 100%;
  background: #000;
  padding: 10px 0px 0px 200px;
  position: relative;
  padding-top: 18px;
}
.footer .footer-link:after {
  content: '';
  position: absolute;
  right: -100px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 100px solid transparent;
  border-top: 200px solid #000;
}
.footer .footer-link:before {
  content: '';
  position: absolute;
  right: -38px;
  top: -18px;
  width: 4px;
  transform: rotate(27deg);
  z-index: 99;
  height: 300px;
  background-color: #fff;
}
.footer .footer-link .tit {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  position: relative;
  left: 50px;
}
.footer .footer-link .item {
  width: 100%;
  padding: 10px 0;
}
.footer .footer-link .item ul {
  width: 100%;
  position: relative;
  left: 40px;
}
.footer .footer-link .item ul li {
  line-height: 24px;
  width: 100%;
}
.footer .footer-link .item ul li:nth-child(1) {
  text-indent: -10px;
}
.footer .footer-link .item ul li:nth-child(2) {
  text-indent: -24px;
}
.footer .footer-link .item ul li:nth-child(3) {
  text-indent: -38px;
}
.footer .footer-link .item ul li:nth-child(4) {
  text-indent: -52px;
}
.footer .footer-link .item ul li:nth-child(5) {
  text-indent: -66px;
}
.footer .footer-link .item ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Arial', 'Microsoft YaHei';
}
.footer .footer-map {
  width: calc(100% - 797px);
  height: 100%;
  background: url("../img/2e63cd_1096x534.jpg") center no-repeat;
  background-size: cover;
  float: left;
}
.footer .footer-map .footer-map-col {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  padding: 10px 50px;
  padding-left: 150px;
  padding-top: 18px;
}
.footer .footer-map .footer-map-col .tit {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
}
.footer .footer-map .footer-map-col .txt {
  width: 100%;
  padding: 10px 0;
}
.footer .footer-map .footer-map-col .txt p {
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  font-family: 'Arial', 'Microsoft YaHei';
}
.footer .footer-map .footer-map-col .txt p:nth-child(1) {
  text-indent: -20px;
}
.footer .footer-map .footer-map-col .txt p:nth-child(2) {
  text-indent: -32px;
}
.footer .footer-map .footer-map-col .txt p:nth-child(3) {
  text-indent: -43px;
}
.footer .footer-map .footer-map-col .txt p:nth-child(4) {
  text-indent: -56px;
}
.footer .footer-map .footer-map-col .txt p:nth-child(5) {
  text-indent: -68px;
}
.footer .footer-function {
  width: 470px;
  height: 100%;
  background: #000;
  float: left;
  position: relative;
}
.footer .footer-function:after {
  content: '';
  position: absolute;
  left: -80px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-bottom: 200px solid #000;
}
.footer .footer-function ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-function ul li {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer.fix {
  position: fixed;
  left: 0;
  bottom: 0;
}
.footer.fix .footer-link {
  border-right: 3px solid #fff;
}
.language {
  width: 60%;
  height: 500px;
  background: rgba(0,0,0,0.8);
  position: fixed;
  left: 20%;
  top: 12%;
  z-index: 99;
}
.language .tit {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: 'Arial', 'Microsoft YaHei';
}
.language .language-type {
  width: 100%;
}
.language .language-type ul {
  width: 100%;
  height: 100%;
}
.language .language-type ul li {
  width: 50%;
  display: flex;
  height: 240px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.language .language-type ul li img {
  max-width: 60%;
  border: 5px solid rgba(255,255,255,0);
}
.language .language-type ul li:nth-child(2) img {
  max-width: 60%;
}
.language .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.language .button .button-box {
  width: 32%;
  height: 60px;
  background: #004099;
  text-align: center;
  background-size: auto 100%;
  margin: 0 8%;
  position: relative;
}
.language .button .button-box:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 60px solid #00409;
}
.language .button .button-box:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 60px solid #004099;
}
.language .button .button-box:hover {
  background-color: #004099;
}
.language .button .button-box:hover:after {
  border-bottom: 60px solid ##004099;
}
.language .button .button-box:hover:before {
  border-top: 60px solid ##004099;
}
.language .button button {
  width: 260px;
  height: 60px;
  border-radius: 4px;
  background: none;
  font-size: 18px;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
}
.language .button button:hover {
  opacity: 0.96;
}
.welcome {
  width: 60%;
  height: 600px;
  position: fixed;
  left: 20%;
  top: 50%;
  margin-top: -300px;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: space-between;
}




.welcome:after {
  content: '';
  position: absolute;
  left: -260px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 260px solid transparent;
  border-bottom: 600px solid rgba(0,0,0,0.8);
}
.welcome:before {
  content: '';
  position: absolute;
  right: -260px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 260px solid transparent;
  border-top: 600px solid rgba(0,0,0,0.8);
}





.welcome .welcome-txt {
  width: 50%;
  height: 100%;
  padding: 80px 30px;
}
.welcome .welcome-txt .tit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  font-family: 'Arial', 'Microsoft YaHei';
  color: #fff;
  font-style: italic;
}
.welcome .welcome-txt .txt {
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.welcome .welcome-txt .txt img {
  max-width: 70%;
}
.welcome .welcome-product {
  width: 50%;
  height: 100%;
}
.welcome .welcome-product .welcome-product-img {
  width: calc(100% + 60px);
  position: relative;
  margin-top: -115px;
  padding-right: 0px;
}
.welcome .welcome-product .welcome-product-img img {
  max-width: 100%;
}
.welcome .welcome-product .welcome-product-button {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  position: relative;
  left: -120px;
}
.welcome .welcome-product .welcome-product-button:after {
  content: '';
  position: absolute;
  left: 340px;
  top: 40px;
  width: 60vw;
  height: 60px;
  background: url("../img/4acda7_707x71.png") left top no-repeat;
}
.welcome .welcome-product .welcome-product-button .button {
  width: 260px;
  height: 60px;
  margin: 0 60px;
  background: #004099;
  position: relative;
}
.welcome .welcome-product .welcome-product-button .button:after {
  content: '';
  position: absolute;
  left: -26px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-bottom: 60px solid #004099;
}
.welcome .welcome-product .welcome-product-button .button:before {
  content: '';
  position: absolute;
  right: -26px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 26px solid transparent;
  border-top: 60px solid #004099;
}
.welcome .welcome-product .welcome-product-button button {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
}
.welcome .welcome-product .welcome-product-button button:hover {
  opacity: 0.92;
}
.head {
  width: 100%;
  height: 190px;
  display: flex;
  background-color: #000;
  justify-content: space-between;
}
.head .head-logo {
  width: 458px; 
  background: url("../img/77fa92_663x323.png") right center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 60px;
  position: relative;
}
.head .head-logo:after {
  content: '';
  position: absolute;
  right: 72px;
  top: -11px;
  width: 4px;
  height: 209px;
  background-color: #fff;
  transform: rotate(23deg);
}
.head .head-logo img {
  max-width: 80%;
}
.head .head-inform { 
  padding: 20px 50px;
}
.head .head-inform .head-language {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Arial', 'Microsoft YaHei';
}
.head .head-inform .head-inform-func {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-style: italic;
}
.head .head-inform .head-inform-func .label {
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
.head .head-inform .head-inform-func .types ul li {
  margin: 0 20px;
  color: #fff;
  position: relative;
}
.head .head-inform .head-inform-func .types ul li a{
  color: #fff;
}
.head .head-inform .head-inform-func .types ul li:after {
  content: '/';
  position: absolute;
  right: -20px;
  top: 0;
  font-size: 16px;
  color: #fff;
}
.head .head-inform .head-inform-func .types ul li:last-child:after {
  display: none;
}
.head .head-inform .head-inform-func .types ul li.acti, .head .head-inform .head-inform-func .types ul li.acti a{
  color: #c2000b;
}
.head .head-inform .head-inform-func .head-func {
  width: auto;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-inform .head-inform-func .head-func i.users {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/ae76e9_24x27.png") center no-repeat;
  opacity: 0.7;
  transform: scale(0.8, 0.8);
}
.head .head-inform .head-inform-func .head-func i.colls {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/b252e6_28x27.png") center no-repeat;
  opacity: 0.7;
  transform: scale(0.8, 0.8);
}
.head .head-inform-nav {
  width: 100%;
  height: 50px;
  position: relative;
  
  z-index:999999;
}
.head .head-inform-nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.head .head-inform-nav ul li {
  margin: 0 20px;
  font-style: italic;
  position: relative;
}
.head .head-inform-nav ul li h4 {
  line-height: 50px;
  height: 50px;
}
.head .head-inform-nav ul li a {
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  font-size: 18px;
}
.head .head-inform-nav ul li .head-nav-slide {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 50px;
  width: 300px;
  min-height: 100px;
  padding: 0 30px;
  font-size: 13px;
  display: none;
}
.head .head-inform-nav ul li .head-nav-slide p {
  text-align: center;
  line-height: 39px;
  background-color: #004099;
  margin-top: 4px;
  position: relative;
}
.head .head-inform-nav ul li .head-nav-slide p:after {
  content: '';
  position: absolute;
  left: -16px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-bottom: 40px solid #004099;
}
.head .head-inform-nav ul li .head-nav-slide p:before {
  content: '';
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-top: 40px solid #004099;
}
.head .head-inform-nav ul li .head-nav-slide p a {
  font-size: 16px;
  text-decoration: none;
}
.head .head-inform-nav ul li .head-nav-slide p:hover {
  background-color: #004099;
}
.head .head-inform-nav ul li .head-nav-slide p:hover:after {
  border-bottom: 40px solid #004099;
}
.head .head-inform-nav ul li .head-nav-slide p:hover:before {
  border-top: 40px solid #004099;
}
.head .head-inform-nav ul li.acti h4 a {
  color: #004099;
}
.head .head-inform-nav ul li:hover .head-nav-slide {
  display: block;
}
.head .head-inform-search {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin: 9px 0;
}
.head .head-inform-search .head-search-col {
  width: 280px;
  height: 32px;
  background-color: #8d8d8d;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.head .head-inform-search .head-search-col:after {
  content: '';
  position: absolute;
  left: -16px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-bottom: 32px solid #8d8d8d;
}
.head .head-inform-search .head-search-col:before {
  content: '';
  position: absolute;
  right: -16px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-top: 32px solid #8d8d8d;
}
.head .head-inform-search .head-search-col .head-search-ico {
  width: 36px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .head-inform-search .head-search-col .head-search-ico img {
  height: 24px;
}
.head .head-inform-search .head-search-col .head-search-input {
  width: calc(100% - 36px);
}
.head .head-inform-search .head-search-col .head-search-input input {
  width: 100%;
  font-size: 16px;
  height: 100%;
  border: none;
  background: none;
  color: #fff;
  padding-top:7px;
}
.head .head-inform-search .head-search-col .head-search-input input::-webkit-input-placeholder {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.address {
  width: 100%;
  height: 50px;
  margin: 20px 0;
}
.address .addres-col {
  width: 100%;
  max-width: 1200px;
  margin: 0 0 0 395px;
  line-height: 50px;
}
.address .addres-col a {
  font-size: 16px;
  font-family: 'Arial', 'Microsoft YaHei';
  margin: 0 20px 0 0px;
  position: relative;
}
.address .addres-col a:after {
  content: '';
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 12px;
  background: url("../img/818eb7_7x12.png") center no-repeat;
}
.address .addres-col a:hover {
  color: #004099;
}
.address .addres-col em {
  font-family: 'Arial', 'Microsoft YaHei';
  margin: 0 20px;
  color: #004099;
  font-size: 16px;
}
.product {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product .product-sidebar {
  width: 350px;
  height: auto;
  padding: 20px 30px;
}
.product .product-sidebar .product-search {
  width: 100%;
  height: 40px;
  border-bottom: .5px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .product-sidebar .product-search input {
  width: 240px;
  height: 40px;
  border: none;
  background: none;
}
.product .product-sidebar .product-search input::-webkit-input-placeholder {
  color: #333;
  font-family: 'Arial', 'Microsoft YaHei';
}
.product .product-sidebar .product-search button {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  background: url("../img/422d48_24x24.png") center no-repeat;
}
.product .product-sidebar .product-type {
  width: 100%;
  padding: 20px 0;
}
.product .product-sidebar .product-type ul {
  width: 100%;
}
.product .product-sidebar .product-type ul li {
  width: 100%;
}
.product .product-sidebar .product-type ul li h4 {
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-family: 'Arial', 'Microsoft YaHei';
  text-align: right;
}
.product .product-sidebar .product-type ul li h4 a {
  color: #333;
}
.product .product-sidebar .product-type ul li h4 a:hover {
  color: #c2000b;
}
.product .product-sidebar .product-type ul li h4.slide {
  cursor: pointer;
}
.product .product-sidebar .product-type ul li .product-type-slide {
  width: 100%;
  padding: 8px 0;
  padding-right: 16px;
  display: none;
}
.product .product-sidebar .product-type ul li .product-type-slide a {
  display: block;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Arial', 'Microsoft YaHei';
  text-align: right;
}
.product .product-sidebar .product-type ul li .product-type-slide a:hover {
  color: #004099;
}
.product .product-col {
  width: calc(100% - 300px);
  border-left: 3px solid #b39e62;
  min-height: calc(100vh - 290px);
  padding: 20px 50px;
}
.product .product-col .product-title {
  width: 100%;
  line-height: 40px;
  font-size: 28px;
  font-family: 'Arial', 'Microsoft YaHei';
  color: #1a1a1a;
}
.product .product-col .product-list {
  width: 100%;
  padding: 30px 0;
}
.product .product-col .product-list ul {
  width: 100%;
}
.product .product-col .product-list ul li {
  width: calc(100% / 3);
  margin: 15px 0;
  padding: 12px 0;
  border: 1px solid #fff;
  position: relative;
}
.product .product-col .product-list ul li .colls {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../img/5b02c7_28x27.png") center no-repeat;
  opacity: 0.7;
  position: absolute;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  top: 10px;
}
.product .product-col .product-list ul li .colls.acti {
  background: url("../img/df457c_28x27.png") center no-repeat;
}
.product .product-col .product-list ul li .imgs {

  display: flex;
  
  text-align: center;
  justify-content: center;
  align-items: center;
}
.product .product-col .product-list ul li .imgs img {
 
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product-col .product-list ul li .text {
  width: 100%;
}
.product .product-col .product-list ul li .text h5 {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-family: 'Arial', 'Microsoft YaHei';
  color: #444;
}
.product .product-col .product-list ul li .text p {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product .product-col .product-list ul li .text p span {
  font-size: 16px;
  font-family: 'Arial', 'Microsoft YaHei';
  color: #444;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product-col .product-list ul li .text p span i {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: .5px solid #333;
  background-color: #808080;
  margin: 0 12px;
}
.product .product-col .product-list ul li:hover {
  border: 1px solid #ccc;
}
.page {
  width: 100%;
  padding: 30px 0;
  float: left;
}
.page ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page ul li {
  min-width: 34px;
  height: 34px;
  border-right: 17px;
  text-align: center;
  line-height: 32px;
  border: .5px solid #999;
  margin: 0 12px;
  padding: 0 10px;
}
.page ul li:hover {
  border: .5px solid #c2000b;
  color: #c2000b;
  cursor: pointer;
}
.page ul li.acti {
  background-color: #eee;
  color: #fff;
}
.page ul li.acti:hover {
  background-color: #999;
  color: #fff;
  border: .5px solid #333;
}
.news {
  width: 100%;
  height: 680px;
  background: url("../img/fe287d_1920x1284.jpg") center no-repeat;
  background-size: cover;
}
.news .news-title {
  width: 35%;
  height: 100%;
  float: left;
  display: flex;
  align-items: flex-end;
}
.news .news-title .news-title-col {
  width: 100%;
  height: 320px;
  background: url("../img/dd85e1_810x355.png") right top no-repeat;
  text-align: center;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  padding-right: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.news .news-title .news-title-col span {
  display: block;
  font-size: 28px;
  line-height: 34px;
  padding-right: 120px;
  opacity: 0.9;
}
.news .news-title .news-title-col em {
  display: block;
  font-size: 44px;
  line-height: 52px;
  padding-left: 60px;
  opacity: 0.9;
}
.news .news-intr {
  width: 50%;
  height: 100%;
  background: rgba(26,26,26,0.9);
  float: right;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 100px;
}
.news .news-intr:after {
  content: '';
  position: absolute;
  left: -30%;
  top: 80px;
  width: 80%;
  height: 60px;
  background: url("../img/4d15f1_543x69.png");
  background-size: 100% 100%;
  z-index: 10;
}
.news .news-intr:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: -300px;
  top: 0;
  z-index: 9;
  border-left: 300px solid transparent;
  border-bottom: 680px solid rgba(26,26,26,0.9);
}
.news .news-intr .news-intr-txt {
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: calc(100% + 100px);
  z-index: 11;
  left: -60px;
  overflow-y: auto;
  height: 400px;
  box-sizing: border-box;padding-right: 20px;
}
.news .news-intr .news-intr-txt p {
  margin: 30px 0;
}
.contact {
  width: 100%;
  height: 680px;
  display: flex;
  justify-content: space-between;
}
.contact .contact-map {
  width: 40%;
  height: 100%;
  background: url("../img/4fe5d9_1920x2067.jpg") left center;
  background-size: cover;
}
.contact .contact-col {
  width: 63.6%;
  height: 100%;
  background-color: #1a1a1a;
  padding: 50px 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contact .contact-col:after {
  content: '';
  position: absolute;
  left: -300px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 300px solid transparent;
  border-bottom: 680px solid #1a1a1a;
}
.contact .contact-col .contact-form {
  width: 50%;
  height: 100%;
}
.contact .contact-col .contact-form .tit {
  width: 100%;
  line-height: 100px;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  font-size: 50px;
  opacity: 0.9;
  text-indent: 30px;
}
.contact .contact-col .contact-form .form {
  width: 100%;
}
.contact .contact-col .contact-form .form .item {
  width: 100%;
  text-align: center;
  float: left;
  margin: 10px 0;
}
.contact .contact-col .contact-form .form .item .input {
  width: 100%;
  height: 40px;
  background-color: #d1d1d1;
  float: left;
  position: relative;
}
.contact .contact-col .contact-form .form .item .input.item-input1 {
  left: 8px;
}
.contact .contact-col .contact-form .form .item .input.item-input2 {
  left: -18px;
}
.contact .contact-col .contact-form .form .item .input:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 40px solid #fff;
}
.contact .contact-col .contact-form .form .item .input:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 40px solid #fff;
}
.contact .contact-col .contact-form .form .item input {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px;
  font-size: 18px;
  color: #333;
  font-family: 'Arial', 'Microsoft YaHei';
  line-height: 40px;
  position: relative;
  font-style: italic;
}
.contact .contact-col .contact-form .form .item input:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #004099;
}
.contact .contact-col .contact-form .form .item .textarea {
  width: calc(100% + 20px);
  height: 120px;
  background-color: #fff;
  position: relative;
}
.contact .contact-col .contact-form .form .item .textarea.item-input3 {
  left: -44px;
}
.contact .contact-col .contact-form .form .item .textarea:after {
  content: '';
  position: absolute;
  left: -60px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-bottom: 120px solid #fff;
  z-index: 99;
}
.contact .contact-col .contact-form .form .item .textarea:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 0;
  z-index: 99;
  height: 0;
  border-left: 60px solid transparent;
  border-bottom: 120px solid #1a1a1a;
}
.contact .contact-col .contact-form .form .item textarea {
  width: 100%;
  padding: 10px;
  border: none;
  font-style: italic;
  font-family: 'Arial', 'Microsoft YaHei';
  font-size: 18px;
  line-height: 40px;
  height: 200px;
  background: none;
}
.contact .contact-col .contact-form .form .item .button {
  width: 60%;
  background-color: #004099;
  margin: 20px 0;
  position: relative;
  z-index: 9;
  left: 0px;
}
.contact .contact-col .contact-form .form .item .button:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 40px solid #004099;
}
.contact .contact-col .contact-form .form .item .button:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 40px solid #004099;
}
.contact .contact-col .contact-form .form .item button {
  width: 60%;
  background: none;
  height: 40px;
  color: #fff;
  text-align: center;
  font-family: 'Arial', 'Microsoft YaHei';
  font-size: 18px;
  cursor: pointer;
}
.contact .contact-col .contact-addr {
  width: 50%;
  padding: 0 0px;
  padding-top: 100px;
  padding-left: 60px;
}
.contact .contact-col .contact-addr .tit {
  width: 100%;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  opacity: 0.8;
  margin: 10px 0;
  font-style:  ;
  text-indent: 20px;
}
.contact .contact-col .contact-addr .txt {
  width: 100%;
  padding-top: 20px;
}
.contact .contact-col .contact-addr .txt p {
  line-height: 24px;
  font-size: 16px;
  font-style:  ;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  margin-top: 10px;
  margin-bottom: 5px;
}
.contact .contact-col .contact-addr .txt p span {
  display: block;
}
.contact .contact-col .contact-addr .txt .t1 {
  text-indent: 0px;
}
.contact .contact-col .contact-addr .txt .t2 {
  text-indent: -20px;
}
.contact .contact-col .contact-addr .txt .t3 {
  text-indent: -40px;
}
.contact .contact-col .contact-addr .txt .t4 {
  text-indent: -60px;
}
.contact .contact-col .contact-addr .txt .t5 {
  text-indent: -80px;
}

.contact .contact-col .contact-addr .txt .t6 {
  text-indent: -100px;
}


.contact .contact-col .contact-addr .txt .t7{
  text-indent: -120px;
}



.download {
  width: 100%;
  padding: 50px 0;
  float: left;
  border-top: 2px solid #004099;
}
.download .download-col {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100px;
}
.download .download-col .download-select {
  width: 100%;
  display: flex;
  justify-content: space-between;
  float: left;
}
.download .download-col .download-select .download-select-box {
  width: 40%;
  height: 50px;
  position: relative;
}
.download .download-col .download-select .download-select-box:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("../img/4c85d9_28x28.png") center no-repeat;
}
.download .download-col .download-select .download-select-box select {
  width: 100%;
  height: 50px;
  border: 2px solid #1a1a1a;
  padding: 0 12px;
  position: relative;
  z-index: 9;
  background: none;
  font-family: 'Arial', 'Microsoft YaHei';
  font-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.download .download-col .download-select .download-select-label {
  width: 20%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  font-size: 28px;
  font-family: 'Arial', 'Microsoft YaHei';
}
.download .download-search {
  width: 100%;
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 20px;
  text-align: center;
  margin-bottom: -40px;
  margin-top: 20px;
  font-family: 'Arial', 'Microsoft YaHei';
}
.download .download-list {
  width: 100%;
  float: left;
  padding-bottom: 50px;
}
.download .download-list ul {
  width: 100%;
}
.download .download-list ul li {
  width: 100%;
  padding: 50px 0;
  border-bottom: .5px solid #5b5b5b;
}
.download .download-list ul li .download-list-img {
  width: 200px;
  display: flex;
  justify-content: center;
  float: left;
  align-items: center;
  height: 180px;
}
.download .download-list ul li .download-list-txt {
  width: 420px;
  float: left;
  height: 180px;
  padding: 0 50px;
  display: flex;
  font-family: 'Arial', 'Microsoft YaHei';
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
}
.download .download-list ul li .download-list-button {
  width: calc(100% - 620px);
  display: flex;
  justify-content: center;
  padding: 0 30px;
  height: 180px;
  align-items: center;
  flex-wrap: wrap;
}
.download .download-list ul li .download-list-button a {
  width: 200px;
  height: 50px;
  display: inline-block;
  /*background: #a8000a url("../img/76188f_7x73.png") center repeat-x;*/
  background: #004099;
  background-size: auto 100%;
  border-radius: 0px;
  font-size: 18px;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
  text-align: center;
  line-height: 50px;
  margin: 0 20px;
  text-decoration: none;
  position: relative;
}


.download .download-list ul li .download-list-button a:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 50px solid #004099;
}
.download .download-list ul li .download-list-button a:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 50px solid #004099;
}




.download .download-list ul li .download-list-button a:hover {
  opacity: 0.96;
}
.list {
  width: 100%;
}
.list .list-col {
  width: 100%;
}
.list .list-col ul {
  width: 100%;
}
.list .list-col ul li {
  width: 100%;
  margin: 20px 0;
}
.list .list-col ul li .imgs {
  width: 40%;
}
.list .list-col ul li .imgs img {
  max-width: 100%;
}
.list .list-col ul li .text {
  width: 60%;
  padding-left: 30px;
}
.list .list-col ul li .text .tit {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.list .list-col ul li .text .tit h5 {
  font-size: 18px;
}
.list .list-col ul li .text .txt {
  padding: 20px 0;
}
.list .list-col ul li .text .txt p {
  line-height: 34px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 30px;
  margin-bottom: 20px;
  color: #333;
}
.list .list-col ul li .text .txt p:nth-child(1) {
  margin-left: -30px;
}
.list .list-col ul li .text .txt p:nth-child(2) {
  margin-left: -60px;
}
.list .list-col ul li .text .button {
  width: 260px;
  height: 60px;
  background: #004099;
  position: relative;
  left: -90px;
}
.list .list-col ul li .text .button:after {
  content: '';
  position: absolute;
  left: -26px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-bottom: 60px solid #004099;
}
.list .list-col ul li .text .button:before {
  content: '';
  position: absolute;
  right: -26px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 26px solid transparent;
  border-top: 60px solid #004099;
}
.list .list-col ul li .text button {
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 4px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-family: 'Arial', 'Microsoft YaHei';
}
.list .list-col ul li .text button:hover {
  opacity: 0.92;
}
.question {
  width: 100%;
  padding-bottom: 60px;
  float: left;
}
.question .question-col {
  width: 100%;
  min-height: 100px;
  max-width: 1200px;
  margin: 0 auto;
}
.question .question-col .question-sidebar {
  width: 188px;
}
.question .question-col .question-sidebar .tit {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-bottom: .5px solid #000;
  font-size: 16px;
  color: #333;
  text-align: right;
}
.question .question-col .question-sidebar .question-list {
  width: 100%;
}
.question .question-col .question-sidebar .question-list ul {
  width: 100%;
}
.question .question-col .question-sidebar .question-list ul li {
  width: 100%;
  line-height: 42px;
  text-align: right;
  font-size: 14px;
}
.question .question-col .question-sidebar .question-list ul li a {
  color: #333;
}
.question .question-col .question-sidebar .question-list ul li:hover a,
.question .question-col .question-sidebar .question-list ul li.acti a {
  color: #c2000b;
}
.question .question-col .question-content {
  width: 980px;
  padding-left: 40px;
  border-left: 2px solid #ae9758;
  min-height: 600px;
}
.question .question-col .question-content .question-col {
  width: 100%;
}
.question .question-col .question-content .question-col ul {
  width: 100%;
}
.question .question-col .question-content .question-col ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: .5px solid #ccc;
}
.question .question-col .question-content .question-col ul li h4 {
  line-height: 44px;
  font-size: 20px;
}
.question .question-col .question-content .question-col ul li p {
  line-height: 26px;
  font-size: 14px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
.question .question-col .question-content .question-col ul li:last-child {
  border-bottom: none;
}
.company {
  width: 100%;
}
.company .company-intr {
  width: 100%;
  height: 896px;
  background: url("../img/e28812_1920x896.jpg") center no-repeat;
}
.company .company-intr .company-intr-col {
  width: 66%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  padding: 0 5%;
  padding-top: 20px;
  position: relative;
}
.company .company-intr .company-intr-col:after {
  content: '';
  position: absolute;
  left: -340px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 340px solid transparent;
  border-bottom: 896px solid rgba(0,0,0,0.6);
}
.company .company-intr .company-intr-col .languages {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
}
.company .company-intr .company-intr-col .languages .types {
  float: right;
}
.company .company-intr .company-intr-col .languages .types ul li {
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 10px;
  position: relative;
}
.company .company-intr .company-intr-col .languages .types ul li:after {
  content: '/';
  position: absolute;
  right: -10px;
  top: 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.company .company-intr .company-intr-col .languages .types ul li:last-child:after {
  display: none;
}
.company .company-intr .company-intr-col .languages .types ul li a {
  color: #fff;
}
.company .company-intr .company-intr-col .languages .types ul li.acti {
  color: #c2000b;
}
.company .company-intr .company-intr-col .languages .types ul li.acti a {
  color: #0004099;
}
.company .company-intr .company-intr-col .item {
  width: 100%;
  color: #fff;
  margin: 30px 0;
  float: left;
  position: relative;
  z-index: 9;
}
.company .company-intr .company-intr-col .item.item2 {
  position: relative;
  left: -40px;
}
.company .company-intr .company-intr-col .item.item3 {
  position: relative;
  left: -80px;
}
.company .company-intr .company-intr-col .item.item4 {
  position: relative;
  left: -120px;
}
.company .company-intr .company-intr-col .item h5 {
  line-height: 50px;
  font-size: 20px;
}
.company .company-intr .company-intr-col .item p {
  line-height: 32px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  left: -30px;
}
.company-list {
  width: 100%;
  height: 310px;
  background-color: #004099;
}
.company-list .wid {
  width: 1200px;
  margin: 0 auto;
}
.company-list .wid .item {
  height: 310px;
}
.company-list .wid .item ul {
  width: 100%;
}
.company-list .wid .item ul li {
  width: 33.3%;
  height: 310px;
}
.company-list .wid .item ul li .img {
  width: 170px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-list .wid .item ul li .txt {
  line-height: 60px;
  padding: 125px 0px;
  font-size: 32px;
  color: #fff;
}
.company-intr2 {
  width: 100%;
  float: left;
  height: 690px;
  background: url("../img/a05dbf_1920x690.jpg") center no-repeat;
}
.company-intr2 .company-intr2-col {
  width: 50%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: relative;
  padding: 30px 5%;
}
.company-intr2 .company-intr2-col:after {
  content: '';
  position: absolute;
  right: -240px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 240px solid transparent;
  border-top: 690px solid rgba(0,0,0,0.6);
}
.text {
  width: 100%;
  padding: 20px 0;
  color: #fff;
}
.text p {
  line-height: 32px;
  font-size: 16px;
}




.text  a:hover {color:004099;}

.inform {
  width: 100%;
}
.inform .wid {
  width: 1200px;
  margin: auto;
}
.inform .wid .inform-product {
  width: 540px;
  min-height: 100px;
}
.inform .wid .inform-product .product-imgs-content {
  width: 400px;
}
.inform .wid .inform-product .product-imgs {
  width: 400px;
  height: 400px;
  border: 1px solid #999;
  overflow: hidden;
}
.inform .wid .inform-product .product-imgs ul {
  width: 100%;
  height: 100%;
}
.inform .wid .inform-product .product-imgs ul li {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inform .wid .inform-product .product-imgs ul li img {
  max-width: 100%;
  max-height: 100%;
}
.inform .wid .inform-product .product-collection {
  width: 100%;
  height: 50px;
  text-align: center;
  margin: 20px 0;
  cursor: pointer;
}
.inform .wid .inform-product .product-collection span {
  font-size: 16px;
  color: #333;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.inform .wid .inform-product .product-collection span  a{
color: #a91433;
  font-size: 18px;

}


.inform .wid .product-imgs-small {
  width: 80px;
  min-height: 100px;
}
.inform .wid .product-imgs-small .imgs-small-col {
  width: 80px;
  height: 400px;
}
.inform .wid .product-imgs-small .imgs-small-col ul {
  width: 100%;
}
.inform .wid .product-imgs-small .imgs-small-col ul li {
  width: 80px;
  height: 76px;
  border: 1px solid #333;
  margin: 2px 0;
  cursor: pointer;
}
.inform .wid .product-imgs-small .imgs-small-col ul li img {
  width: 100%;
  height: 100%;
}
.inform .wid .product-imgs-small .imgs-small-col ul li.acti {
  border: 1px solid #999;
}
.inform .wid .product-imgs-small .imgs-small-more {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.inform .wid .product-imgs-small .imgs-small-more .img {
  text-align: center;
}
.inform .wid .product-imgs-small .imgs-small-more .txt {
  width: 100%;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}
.inform-content {
  width: 576px;
}
.inform-content .title {
  width: 100%;
}
.inform-content .title h3 {
  line-height: 38px;
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
}
.inform-content .title h5 {
  line-height: 30px;
  font-size: 16px;
  padding-top: 6px;
}
.inform-content .title h6 {
  line-height: 32px;
  font-size: 16px;
  color: #1a1a1a;
  margin: 0;
}
.inform-content .text {
  width: 100%;
  color: #333;
}
.inform-content .text p {
  line-height: 22px;
  font-size: 16px;
}
.inform-content .button {
  width: 100%;    display: flex;
    flex-wrap: wrap;
}
.inform-content .button a {
  display: inline-block;
  width: 220px;
  height: 60px;
  background: #004099;
  background-size: auto 100%;
  margin: 0 20px 20px;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 20px;
  color: #ff0f;
  text-decoration: none;
}
.inform-content .button a:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-bottom: 60px solid #004099;
}
.inform-content .button a:before {
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 60px solid #004099;
}
.inform-introduce {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.inform-introduce table {
  width: 100%;
  border: .5px solid #545454;
  border-right: none;
  border-bottom: none;
}
.inform-introduce table th {
  height: 50px;
  background-color: #004099;
  border-right: .5px solid #545454;
}
.inform-introduce table td {
  height: 30px;
  border-right: .5px solid #545454;
  border-bottom: .5px solid #545454;
}


.download .download-col .download-select .download-select-box.ssk:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("../img/422d48_24x24.png") center no-repeat;
}
.download .download-col .download-select .download-select-box input {
  width: 100%;
  height: 50px;
  border: 2px solid #1a1a1a;
  padding: 0 12px;
  position: relative;
  z-index: 9;
  background: none;
  font-family: 'SimSun';
  font-size: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.alert {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(0,0,0,0.8);
  display: none;
}
.alert .alert-imgs {
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10%;
  top: 10%;
}





.download-select-box.ssk{
  position: relative;
}
.download .download-col .download-select .download-select-box #ssxzcbt{
  position: absolute;right: 0px;top: 0px;width: 50px;height: 50px;line-height: 50px;
  border:0;color: #fff;font-size: 0;
}
