@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,hr{margin:0;padding:0}
li{list-style:none}
a:link,a:visited{text-decoration:none}


.head-v3{position:fixed;z-index:1000;width:100%; top:0;}
.head-v3 .navigation-inner{margin:0 auto;width:1100px;position:relative}
.navigation-up{height:80px;background:rgba(255,255,255,1)}
.navigation-up .navigation-v3{float:left;margin-left:10px}
.navigation-up .navigation-v3 ul{float:left}
.navigation-up .navigation-v3 li{float:left;font:normal 16px/59px "microsoft yahei";color:#333}
.navigation-up .navigation-v3 .nav-up-selected{background:rgba(244,244,244,0.8)}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:rgba(244,244,244,0.8)}
.navigation-up .navigation-v3 li h2{font-weight:normal;padding:0;margin:0; font-size:16px;}
.navigation-up .navigation-v3 li h2 a{padding:0 25px;color:#333;display:inline-block;line-height:80px;}

.navigation-up .lan{ font-size:12px; color:#999; position:absolute; right:2px; top:8px; }
.navigation-up .lan:hover{ color:#075798;}

.navigation-down{position:absolute;top:80px;left:0px;width:100%}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#fafafa;position:absolute;top:0px}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative}
.navigation-down .nav-down-menu dl{float:left;margin:18px 80px 18px 0}
.navigation-down .menu-1 dl{margin:20px 55px 25px 0}
.navigation-down .menu-1 dt{font:normal 16px "microsoft yahei";color:#333;padding-bottom:10px;border-bottom:1px solid #61789e;margin-bottom:10px}
.navigation-down .menu-1 dd a{color:#333;font:normal 14px/30px "microsoft yahei"}
.navigation-down .menu-1 dd a:hover{color:#00baff}
.navigation-down .menu-2 dd a,.navigation-down .menu-3 dd a{color:#333;font:normal 16px "microsoft yahei"}
/*nav endn*/

/*index 大数据模块*/
.data_part{ height:110px;background-color:#5f74a0; color:#fff; text-align:center; overflow:hidden;}
.data_part .text_data{ width:25%; float:left; padding-top:25px; padding-bottom:26px;}
.data_part .text_data h1{ font-size:32px; font-weight:bold; line-height:39px;}
/*index 大数据模块 end*/

/*WMS*/
.mobilebox{ position:relative; height:700px;}
.mobilebox img{ position:absolute; width:270px;}
.mobile01{ left:2%; top:0%; z-index:102}
.mobile02{ left:20%; top:10%;z-index:101;-moz-box-shadow:10px 10px 25px rgba(103,175,225,.4); /* Firefox */  
-webkit-box-shadow:10px 10px 25px rgba(103,175,225,.4); /* Safari 和 Chrome */  
box-shadow:10px 10px 25px rgba(103,175,225,.4); /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */  }
.mobile03{ left:42%;  top:18%;z-index:100;-moz-box-shadow:10px 10px 25px rgba(103,175,225,.4); /* Firefox */  
-webkit-box-shadow:10px 10px 25px rgba(103,175,225,.4); /* Safari 和 Chrome */  
box-shadow:10px 10px 25px rgba(103,175,225,.4); /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */  }

.mobile01,.mobile02,.mobile03{transition:left 1s;
-moz-transition:left 1s; /* Firefox 4 */
-webkit-transition:left 1s; /* Safari and Chrome */
-o-transition:left 1s; /* Opera */}

.mobile02:hover{ left:23.8%;}
.mobile03:hover{ left:44.7%;}

.mobilebox p{ position:absolute; font-size:16px; line-height:36px; right:3%; top:30%; width:280px;}

.iconbox1 {margin:30px 45px;}
.iconbox1 .onebox{ float:left; text-align:center; }
.iconbox1 .onebox img{ padding:0 100px;}
.iconbox1 .onebox h5{ font-size:18px; font-weight:bold; line-height:48px; padding-top:10px;}
.iconbox1 .onebox p{width:350px; padding:0px 60px; font-size:14px;}

/*about*/
.aboutintro{ float:none; margin-bottom:50px;}
.aboutintro h2{ font-weight:bold;}
.aboutintro p{ font-size:16px; text-indent:2em;line-height:28px;text-align:justify;}
.aboutintro img{ width:45%; padding:0 3%;}
.aboutintro .leftp{ float:left;}
.aboutintro .rightp{ float:right;}

.aboutline {
	background:#2CB977;
	text-align:center;
	width: 180px;
	height: 3px;
	margin: 20px 0;
	display:block;
}
/*about_medal*/
.wrap
{
  margin:30px auto 60px auto;
  width:100%;
  align-items:space-around;
  max-width:1100px;
}
.wrap .tile{
  float:left;
  width:316px;
  height:214px;
  margin:0 25px 50px 25px;
  background-color:#075798;
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.44);
  overflow:hidden;
  color:white;
}
.wrap .tile img{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.wrap .tile .text
{
  z-index:99;
  position:absolute;
  padding:20px;
  height:calc(100% - 60px);
  height:calc(100% - 60px);
  color:#fff;
}
.wrap .tile h1
{
	font-size:20px;
	margin:0;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.44);
}

.wrap .tile p
{
  margin:10px 0 0 0;
  line-height: 24px;
/*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.wrap .animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.wrap .tile:hover
{

  transform:scale(1.05);
}
.wrap .tile:hover img
{
  opacity: 0.2;
}
.wrap .tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.wrap .dots
{
  position:absolute;
  bottom:0px;
  right:0px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
  
}

.wrap .dots span
{
    width: 5px;
    height:5px;
    background-color: currentColor;
    border-radius: 50%;
    display:block;
  opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
 
}

.wrap .tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}

.wrap .dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
.wrap .dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
.wrap .dots span:nth-child(3)
{
   transition-delay: 0.15s;
}



/*tmslast*/
.highlight-boxes .featured-content-box{
    border: 0;
    padding:40px;
}
.highlight-boxes .col-md-4{
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
}

.highlight-boxes .col-md-4:hover{
    border: 1px solid rgb(239, 119, 90);
    z-index: 9999;
}

.highlight-boxes .featured-content-box h3{
    margin-bottom: 30px;
    position: relative;
}

.highlight-boxes .featured-content-box h3:after{
    content: "";
    position: absolute;
    width: 40px;
    border-bottom: 1px solid #aaaaaa;
    left: 50%;
    margin-left: -20px;
    margin-top: 35px;
}

.highlight-boxes .featured-content-box .btn{
    margin-top: 20px;
}

/*case*/
.case-ul li {
    height: 205px;
	margin: 18px 24.5px;
	display: inline-block;
    font-size: 14px;
    width: 240px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	-webkit-transition: transform 0.15s ease;
    -moz-transition: transform 0.15s ease;
    -ms-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
}
.case-ul li:hover{
	 -webkit-box-shadow:0 0 20px rgba(7, 87, 152, .4);  
  -moz-box-shadow:0 0 20px rgba(7, 87, 152, .4);  
  box-shadow:0 0 20px rgba(7, 87, 152, .4);
  transition: all .15s cubic-bezier(.4,0,.2,1); 
	}
.case-ul li a {
    display: block;
	text-decoration: none;
	color: #0088cc;
    cursor: pointer;
}
.case-ul img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	width: 240px;
	max-width: 100%;
    vertical-align: middle;
}
.case-ul .text-box {
    background-color: #fff;
    padding: 15px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.case-ul .text-box .title {
    color: #333;
    font-weight: bold;
    margin: 0 0 3px 0;
}
.case-ul .text-box>span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-ul .text-box .detail {
    color: rgb(150,150,150);
    font-size: 12px;
	display: block;
}
.case-ul .text-box>span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*case tab*/
.tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  background: white;
  padding:40px 80px 80px 80px;
  margin:80px 0;
  width: 100%;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-width: 240px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: rgb(7,87,152);
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 12.5%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 12.5%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: rgb(7,87,152);
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: rgb(7,87,152);
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: rgb(7,87,152);
  margin-top: 5px;
  left: 1px;
}
.tabs .content .p0{ font-size:22px; line-height:100px; font-weight:bold; text-align:center}
.tabs .content .p1{ font-size:18px; line-height:44px; font-weight:bold;}
.tabs .content .p2{ font-size:14px; line-height:26px; text-indent:28px;text-align:justify}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: rgb(7,87,152);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: rgb(7,87,152);
}

/*con1*/
.rbox{overflow:hidden; padding:15px 32px;}
.rbox p{text-align:justify;text-justify:inter-ideograph}
.rbox .logobox{ margin-top:25px;}
.rbox .logobox img{ margin:5px 4px;}


.con-ul li {
    height: 400px;
	margin: 15px 23px;
	display: inline-block;
    font-size: 14px;
    width: 340px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	transition: all .15s cubic-bezier(.4,0,.2,1);
}
.con-ul li:hover{
  -webkit-box-shadow:0 0 20px rgba(255,255,255, .6);  
  -moz-box-shadow:0 0 20px rgba(255,255,255, .6);  
  box-shadow:0 0 20px rgba(255,255,255, .6); 
	}
.con-ul li a {
    display: block;
	text-decoration: none;
	color: #0088cc;
    cursor: pointer;
}
.con-ul img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	width: 340px;
	height:230px;
	max-width: 100%;
    vertical-align: middle;
}
.con-ul .text-box {
    background-color: #fff;
	height:170px;
    padding: 20px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.con-ul .text-box .title {
	font-size:16px;
	color: #333;
    font-weight: bold;
    margin: 0 0 3px 0;
}
.con-ul .text-box>span {
    display: inline-block;
    width: 100%;
}
.con-ul .text-box .detail {
    color: rgb(150,150,150);
    font-size: 12px;
	display: block;
	text-align:justify;
}
.con-ul .text-box>span {
    display: inline-block;
    width: 100%;
}


table.confer_date {
font-size:16px;
color:rgba(255,255,255,.9);
border-width: 1px;
border-color: #181238;
border-collapse: collapse;
}
table.confer_date th {
	font-weight:normal;
font-size:24px;
background:#5269d3;
border-width: 1px;
line-height:80px;
text-align:center;
border-style: solid;
border-color: #181238;
}
table.confer_date td { 
line-height:30px;
border-width: 1px;
padding-left: 60px;
padding-top: 15px;
padding-bottom: 15px;
border-style: solid;
border-color: #181238;
border-bottom-color:rgba(255,255,255,.1);
border-top-color:rgba(255,255,255,.1)
}
table.confer_date td a,table.confer2_date td a{
	color:rgba(255,255,255,.9)
}
table.confer_date td a:hover,table.confer2_date td a:hover{
	color:rgba(255,255,255,.6);
}

.man-ul li {
	margin:15px;
	display: inline-block;
    width: 254px;
    overflow: hidden;
    position: relative;
	transition: all .15s cubic-bezier(.4,0,.2,1);
}
.man-ul li:hover{
  -webkit-box-shadow:0 0 20px rgba(255,255,255, .6);  
  -moz-box-shadow:0 0 20px rgba(255,255,255, .6);  
  box-shadow:0 0 20px rgba(255,255,255, .6); 
	}
.man-ul img {
	width: 254px;
	height:254px;
	max-width: 100%;
    vertical-align: middle;
}
.man-ul .text-box {
    background-color: #fff;
	height:70px;
    padding: 10px;
    text-align:center;
}
.man-ul .text-box .title {
	font-size:18px;
	color: #333;
	line-height:26px;
}
.man-ul .text-box .detail {
    color:#999;
    font-size: 14px;
	text-align:center;
	text-align:justify;
}
/*con2*/
.rbox2{overflow:hidden; padding:60px 0 0 45px;}
.rbox2 .logobox img{ margin:5px 4px;}


.con-ul2 li {
    height: 340px;
	margin: 15px 23px;
	display: inline-block;
    font-size: 14px;
    width: 340px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	transition: all .15s cubic-bezier(.4,0,.2,1);
}
.con-ul2 li:hover{
  -webkit-box-shadow:0 0 20px rgba(255,255,255, .6);  
  -moz-box-shadow:0 0 20px rgba(255,255,255, .6);  
  box-shadow:0 0 20px rgba(255,255,255, .6); 
	}
.con-ul2 li a {
    display: block;
	text-decoration: none;
	color: #0088cc;
    cursor: pointer;
}
.con-ul2 img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	width: 340px;
	height:190px;
	max-width: 100%;
    vertical-align: middle;
}
.con-ul2 .text-box {
    background-color: #fff;
	height:150px;
    padding:10px 20px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.con-ul2 .text-box .title {
	font-size:16px;
	color: #333;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.con-ul2 .text-box>span {
    display: inline-block;
    width: 100%;
}
.con-ul2 .text-box .detail {
    color: rgb(150,150,150);
    font-size: 12px;
	display: block;
	text-align:justify;
}
.con-ul2 .text-box>span {
    display: inline-block;
    width: 100%;
}


table.confer2_date {
font-size:16px;
color:rgba(255,255,255,.9);
border-width: 1px;
border-color: #181238;
border-collapse: collapse;
}
table.confer2_date th {
font-weight:normal;
font-size:24px;
background:#e77716;
border-width: 1px;
line-height:80px;
padding-left: 60px;
border-style: solid;
border-color: #e77716;
}
table.confer2_date td { 
line-height:30px;
border-width: 1px;
padding-left: 60px;
padding-top: 15px;
padding-bottom: 15px;
border-style: solid;
border-color: rgb(2,12,64);
border-bottom-color:rgba(255,255,255,.1);
border-top-color:rgba(255,255,255,.1)
}

.man-ul2 li {
	margin:15px;
	display: inline-block;
    width: 254px;
    overflow: hidden;
    position: relative;
	transition: all .15s cubic-bezier(.4,0,.2,1);
}
.man-ul2 li:hover{
  -webkit-box-shadow:0 0 20px rgba(255,255,255, .6);  
  -moz-box-shadow:0 0 20px rgba(255,255,255, .6);  
  box-shadow:0 0 20px rgba(255,255,255, .6); 
	}
.man-ul2 img {
	width: 254px;
	height:254px;
	max-width: 100%;
    vertical-align: middle;
}
.man-ul2 .text-box {
    background-color: #fff;
	height:70px;
    padding: 10px;
    text-align:center;
}
.man-ul2 .text-box .title {
	font-size:18px;
	color: #333;
	line-height:26px;
}
.man-ul2 .text-box .detail {
    color:#999;
    font-size: 14px;
	text-align:center;
	text-align:justify;
}


.man-ul3 li {
	margin:15px 36px;
	display: inline-block;
    width: 216px;
    overflow: hidden;
    position: relative;
	transition: all .15s cubic-bezier(.4,0,.2,1);
}
.man-ul3 img {
	width: 216px;
	height:216px;
	max-width: 100%;
    vertical-align: middle;
}
.man-ul3 .text-box {
	height:90px;
    padding: 30px 10px 10px 10px;
    text-align:center;
}
.man-ul3 .text-box .title {
	font-size:18px;
	color:rgba(255,255,255,.9);
	line-height:26px;
}
.man-ul3 .text-box .detail {
    color:rgba(255,255,255,.6);
    font-size: 14px;
	text-align:center;
	text-align:justify;
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: rgb(7,87,152);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: rgb(7,87,152);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: rgb(7,87,152);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: rgb(7,87,152);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: rgb(7,87,152);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: rgb(7,87,152);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
  cursor: default;
  color: rgb(7,87,152);
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label svg {
  fill: rgb(7,87,152);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(5):checked ~ ul > li:nth-child(5) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .slider {
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
}
.tabs input[name="tab-control"]:nth-of-type(5):checked ~ .content > section:nth-child(5) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
  cursor: default;
  color: rgb(7,87,152);
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label svg {
  fill: rgb(7,87,152);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(6):checked ~ ul > li:nth-child(6) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ .slider {
  -webkit-transform: translateX(500%);
          transform: translateX(500%);
}
.tabs input[name="tab-control"]:nth-of-type(6):checked ~ .content > section:nth-child(6) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
  cursor: default;
  color: rgb(7,87,152);
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label svg {
  fill: rgb(7,87,152);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(7):checked ~ ul > li:nth-child(7) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ .slider {
  -webkit-transform: translateX(600%);
          transform: translateX(600%);
}
.tabs input[name="tab-control"]:nth-of-type(7):checked ~ .content > section:nth-child(7) {
  display: block;
}
.tabs input[name="tab-control"]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label {
  cursor: default;
  color: rgb(7,87,152);
}
.tabs input[name="tab-control"]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label svg {
  fill: rgb(7,87,152);
}
@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(8):checked ~ ul > li:nth-child(8) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name="tab-control"]:nth-of-type(8):checked ~ .slider {
  -webkit-transform: translateX(700%);
          transform: translateX(700%);
}
.tabs input[name="tab-control"]:nth-of-type(8):checked ~ .content > section:nth-child(8) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}



/* logo横向滚动
------------------------------ */
.scroll_horizontal{width:100%;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:100%;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:150px;margin:5px;}
.scroll_horizontal .list li:hover{
-moz-box-shadow:0px 0px 15px rgba(43,77,150,0.6);/*firefox*/ 
-webkit-box-shadow:0px 0px 15px rgba(43,77,150,0.6);/*webkit*/ 
box-shadow:0px 0px 15px rgba(43,77,150,0.6);/*opera或ie9*/ }

.gradients{ FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#67afe1, endColorStr=#5f74a0); /*IE*/
    background:-moz-linear-gradient(left, #67afe1, #5f74a0);/*火狐*/
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#67afe1), to(#5f74a0));/*谷歌*/
    background-image: -webkit-gradient(linear, left bottom, left top, color-start(0, #67afe1), color-stop(1, #5f74a0));/* Safari & Chrome*/
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#67afe1', endColorstr='#5f74a0'); /*IE6 & IE7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#67afe1', endColorstr='#5f74a0')"; /* IE8 */}
	
/*news*/
.pfblock .onenews{ clear:both; display:block; overflow:hidden}
.pfblock .onenewl{ float:left; display:inline; width:300px}
.pfblock .onenewr{ float:right; width:740px;padding:15px 50px 0 0;}
.pfblock .onenewr h1{ font-weight:bold; color:#666; font-size:24px;}
.pfblock .onenewr h2{ font-size:14px; color:#999; margin-bottom:5px; margin-top:5px}
.pfblock .onenewr p{text-align:justify;color:#333;
height:80px; line-height:20px;word-wrap: break-word;overflow:hidden;
 margin-bottom:10px; font-size:14px}

.bignews{ width:100%;}
.bignews h1{ font-weight:bold}
.bignews h1,.bignews h2{ text-align:center}
.bignews h2{font-size:14px; color:#999; margin-bottom:20px; margin-top:5px}
.bignews p{text-indent: 2em;text-align:justify;line-height:24px; font-size:14px; padding:6px 0;}
.bignews img{ margin: 20px auto;max-width:1140px;display: block;}

/*talk*/
.talk02 .rightp{ float:right; font-size:16px; line-height:36px; width:526px; text-align:justify;}
.talk03 .col-sm-3 .iconbox-title{ margin:18px 0 0 0;}

.talk04 .col-sm-3{ padding-left:0; padding-right:0;}
.talk04 .grid{ padding:0;}
.talk04 .grid figure{ margin:0;}
.talk04 .grid figure img {
    position: relative;
    display: block;
    min-height: auto;
    min-width: 100%;
    opacity:0.75;
}
.talk04 .grid figure figcaption h2{padding-top: 45%; font-weight:bold;}


.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden ;  } 
.cl { zoom: 1; }

.scrollbox{width:1170px; position: relative;}
#scrollDiv{width:1170px;height:430px; overflow:hidden; display: block;}
#scrollDiv ul{ width: 1170px;}
#scrollDiv li{width:340px;height:430px;margin-right:25px; margin-left:25px; float:left;background: #fff;transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;border:none;}
#scrollDiv li img{width:340px;height:200px;margin-right:10px;float:left;}
#scrollDiv li span{width:320px; padding-left:20px;height:230px; overflow: hidden; display: block;}
#scrollDiv li span h4{font-size: 18px;font-weight: bold;line-height: 40px; margin-top:18px; margin-bottom:4px;color: #333;}
#scrollDiv li span p a{line-height: 20px;height:30px;font-size: 14px;color: #999;display: block;overflow: hidden;}
#scrollDiv li span p a:hover{ color: #075798;}

.scroltit{ position: absolute; right:-20px; bottom:0;width:18px;}
.scroltit small{float:right; font-size:12px;width:28px;height:28px; line-height:28px; text-align: center;background:#bbbbbb;color: #fff; margin:2px 0; transition: 0.5s all; -webkit-transition: 0.5s all; -moz-transition: 0.5s all; -o-transition: 0.5s all;}
.scroltit small img{margin-top:4px; margin-bottom:4px}
.scroltit small:hover{ background: #075798; cursor:pointer;}

.talk_con .p1{ font-size: 22px;
    line-height: 52px;
    font-weight: bold;
	margin-bottom:8px;
	margin-top:42px;}
.talk_con .p2{ font-size: 14px;
    line-height: 28px;
    text-align: justify;
	margin-bottom:20px;}
video{padding: 0px;margin: 0px;}
.r{float:right;}
.l{float:left;}
/* CSS Document */
.pfblock .container .video{width:1170px; margin-left:auto; margin-right:auto; position:relative; overflow:hidden;}

/*-------------播放列表------------------*/
.pfblock .container .video .list{height:534px; width:340px; background-color: #2d2d2d; color:rgba(255,255,255,0.8);}
.pfblock .container .video .list ul{ display:block; position:relative;}
.pfblock .container .video .list li{height:46px; line-height:46px; cursor:pointer;width:100%;  padding:0px 5px 0px 10px;}
.pfblock .container .video .list li:hover{
background-image: -moz-linear-gradient(left, rgba(255,255,255,0) , rgba(191,191,191,0.2),rgba(255,255,255,0) ); /* Firefox */
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255,255,255,0)), color-stop(0.5,rgba(191,191,191,0.2)),color-stop(1, rgba(255,255,255,0))); /*Saf4+,Chrome*/
background-image: -webkit-linear-gradient(left,rgba(255,255,255,0) , rgba(191,191,191,0.2),rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
background-image: -o-linear-gradient(right,rgba(255,255,255,0) , rgba(191,191,191,0.2),rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
background-image: linear-gradient(to right,rgba(255,255,255,0) , rgba(191,191,191,0.2),rgba(255,255,255,0)); /* 标准的语法 */
}
.pfblock .container .video .list span{ width:80%; display:block; float:left; overflow:hidden; height:100%;}
.pfblock .container .video .list em{ font-style:normal; float:right; display:block; height:100%;}
.pfblock .container .video .list .p_active{  border:8px solid transparent;border-left:8px solid #007EFF; position:absolute; left:0px; top:18px;width:8px; height:8px;}
 
 /*-------------播放视频----------------*/
.pfblock .container .video>.l{width:830px;}
.pfblock .container .video .conten li{ display:none; width:830px;height:466px;}
.pfblock .container .video .conten .active{ display:block;}
.pfblock .container .video .conten video{ width:830px;}

/*-----------播放控件---------------*/
.pfblock .container .video .play{line-height:28px; padding:10px;}
.pfblock .container .video .fa-play-circle,.video .fa-pause-circle,.video .fa-step-forward,.video .fa-step-backward{
     background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(65,174,247,0.8)), to(rgba(0,153,255,1)));
	 background-image:-moz-linear-gradient(linear, 0 0, 0 bottom, from(rgba(65,174,247,0.8)), to(rgba(0,153,255,1)));
	 background-image:-o-linear-gradient(linear, 0 0, 0 bottom, from(rgba(65,174,247,0.8)), to(rgba(0,153,255,1)));
	 background-image:linear-gradient(linear, 0 0, 0 bottom, from(rgba(65,174,247,0.8)), to(rgba(0,153,255,1)));
	  -moz-background-clip: text;
      -webkit-background-clip: text;
	  background-clip: text;
     -webkit-text-fill-color: transparent;
	 -moz-text-fill-color: transparent;
	 text-fill-color: transparent; float:left; margin:0px 5px
	 }

.pfblock .container .video .fa-play-circle:hover,.video .fa-pause-circle:hover,.video .fa-step-forward:hover,.video .fa-step-backward:hover{
     background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(14,121,193,1)), to(rgba(0,153,255,1)));
	 background-image:-moz-linear-gradient(linear, 0 0, 0 bottom, from(rgba(14,121,193,1)), to(rgba(0,153,255,1)));
	 background-image:-o-linear-gradient(linear, 0 0, 0 bottom, from(rgba(14,121,193,1)), to(rgba(0,153,255,1)));
	 background-image:linear-gradient(linear, 0 0, 0 bottom, from(rgba(14,121,193,1)), to(rgba(0,153,255,1)));
	  -moz-background-clip: text;
      -webkit-background-clip: text;
	  background-clip: text;
     -webkit-text-fill-color: transparent;
	 -moz-text-fill-color: transparent;
	 text-fill-color: transparent;
	 }
.pfblock .container .video .fa-step-backward,.pfblock .container .video .fa-step-forward{ font-size:1.6em; line-height:30px;}
.pfblock .container .video .fa-step-backward{ opacity:0.5; filter:alpha(opacity=50);}

.pfblock .container .video .progress{ height:68px; margin-bottom:0; background-color:#151513;}
.pfblock .container .video .progress i{ cursor:pointer;}
.pfblock .container .video .progress span{float:left; display:block; position:relative; z-index:1; cursor:pointer}	 
.pfblock .container .video .progress span em{position:absolute; z-index:3; }
.pfblock .container .video .progress span b{ position:absolute;height:100%; left:0px; z-index:2;}
	 
.pfblock .container .video .bar{ width:100%; height:14px; background-color:#2d2d2d; padding-top:5px;color:#fff;}
.pfblock .container .video .bar span{ width:88%; height:4px;background-color:#fff;margin-left:1%; }
.pfblock .container .video .bar span em{ width:20px; height:8px; border-radius:4px; background-color:#29c4f4; left:0px; top:-2px;
box-shadow:0px 0px 2px 1px rgba(41,196,244,0.7)}
.pfblock .container .video .bar span b{width:0px; background-color:rgba(41,196,244,0.6)}
.pfblock .container .video .bar i{ margin-top:-5px;width:5%; text-align:center;}

.pfblock .container .video .play time{ margin-left:10px; letter-spacing:1px; color:rgba(255,255,255,.6)}
.pfblock .container .video .play p{color:#333;}
.pfblock .container .video .play p i{ float:left; margin-right:5px; cursor:pointer}
.pfblock .container .video .play p span{width:100px; height:3px; background:#666;  margin-top:12px;}
.pfblock .container .video .play p span em{ border:1px solid #09F; border-radius:50%; background-color:#E1E1E1; height:10px; width:10px;top:-3px; left:90px;}
.pfblock .container .video .play p span b{width:92px;  background-color:#29c4f4;}