/**
 * Author         : CheneyLiu
 * Date           : 2015-9-11
 * Description    : all stylesheet
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
a {
  display: inline-block;
  *display: inline;
  color: #555;
  text-decoration: none;
}
a:hover {
  color: #333;
}
a:active {
  color: #111;
}
span {
  display: inline-block;
  *display: inline;
}
.left {
  float: left;
}
.right {
  float: right;
}
html,
body {
  font-family: '宋体', 'Arial Regular';
  font-size: 12px;
  color: #888;
  background-color: #fafafa;
   min-width: 1002px !important;
}
body {
  height: 100%;
  width: 100%;

}
.slide > div:not(:first-child){
  display: none;
}
.header {
  background-color: #fff;
}
.header .header-top {
  height: 35px;
  background-color: #fff;
  width: 1002px;
  min-width: 1002px;
  margin: 0 auto;
}
.header .header-top-in {
  float: right;
  height: 15px;
  padding: 10px;
  line-height: 15px;
}
.header .header-top-in a {
  display: inline-block;
  width: 72px;
  border-right: 1px solid #555;
  text-align: center;
}
.header .header-top-in a:last-child {
  border-right: 0;
}
.header .header-top-in a:hover {
  text-decoration: underline;
}
.header .header-nav {
  height: 35px;
  background-color: #009DE0;
  display: block;
  clear: both;
}
.header .header-nav .header-nav-in {
  width: 1002px;
  margin: 0 auto;
}
.header .header-nav .header-nav-ul {
  padding: 0;
  margin: 0;
  float: right;
  list-style: none;
}
.header .header-nav .header-nav-ul li {
  float: left;
  display: inline-block;
}
.header .header-nav .header-nav-ul li a {
  display: inline-block;
  width: 102px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
.header .header-nav .header-nav-ul li a:hover {
  background-color: #008EC9;
}
.header .header-nav .header-nav-ul li:a:last-child {
  border-right: 0;
}
.header .header-logo {
  position: relative;
  width: 1002px;
  margin: 0 auto;
}
.header .logo {
  position: absolute;
  z-index: 999;
  display: block;
  top: -60px;
  left: 5px;
}
.header .logo img {
  display: block;
  width: 135px;
  height: 115px;
}
.banner {
  position: relative;
  z-index: 998;
  height: 335px;
  background: #184b8a url(../images/banner_bg.png) 0 0 repeat;
  -webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.45);
  margin-bottom: 35px;
}
.banner .banner-in {
  width: 1002px;
  margin: 0 auto;
}
.banner .banner-info {
  float: left;
  width: 300px;
  margin: 75px 5px 0;
}
.banner .banner-info h2 {
  font-size: 24px;
  font-family: "Microsoft Yahei";
  color: #fff;
}
.banner .banner-info p {
  color: #fff;
  font-size: 13px;
  text-indent: 26px;
  letter-spacing: 1px;
  line-height: 1.6;
}
.banner .banner-info a {
  display: block;
  padding: 4px 10px 4px 20px;
  float: left;
  background-color: #009DE0;
  color: #fff;
  border-radius: 3px;
}
.banner .banner-info a:hover {
  background-color: #008EC9;
}
.banner .banner-slide {
  position: relative;
  z-index: 999;
  top: 45px;
  float: right;
  width: 635px;
  height: 335px;
  border: 8px solid #EDEDED;
  border-radius: 8px;
  background-color: #EDEDED;
  -webkit-box-shadow: 0px 10px 60px -15px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 60px -15px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 60px -15px rgba(0, 0, 0, 0.35);
}
.banner .banner-slide .banner-slide-a {
  display: block;
}
.banner .banner-slide .banner-slide-a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.banner .banner-slide .slick-dots {
  bottom: 0;
  right: 20px;
  width: inherit;
}
.banner .banner-slide .slick-dots li button {
  width: 24px;
  height: 18px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}
.banner .banner-slide .slick-dots li button:before {
  content: none;
}
.banner .banner-slide .slick-dots li.slick-active button {
  background-color: #FB0303;
}
.banner .banner-slide .slick-prev,
.banner .banner-slide .slick-next {
  background: url(../images/arrow.png) 0 0 no-repeat;
  opacity: 0.5;
}
.banner .banner-slide .slick-prev:before,
.banner .banner-slide .slick-next:before {
  content: none;
}
.banner .banner-slide .slick-prev:hover,
.banner .banner-slide .slick-next:hover {
  opacity: 1;
}
.banner .banner-slide .slick-prev {
  background-position: 0 0;
  left: 25px;
}
.banner .banner-slide .slick-next {
  background-position: -20px 0;
  right: 25px;
}
.tuirow {
  width: 1002px;
  min-width: 1002px;
  margin: 0 auto 20px;
}
.tuirow h2 {
  font-size: 22px;
  font-family: "Microsoft Yahei";
  color: #009DE0;
}
.tuirow h2 small {
  margin-left: 15px;
  font-size: 15px;
  color: #949494;
  font-weight: 500;
}
.tuirow .tuirow-in .slide {
  padding: 0 10px;
  padding-right: 0;
}
.tuirow .tuirow-in .slide-img {
  width: 230px;
  height: 200px;
  display: inline-block;
  padding: 5px;
  background: #b8bdd3 url(../images/pro_bg.png) 0 0 no-repeat;
}
.tuirow .tuirow-in .slide-img img {
  height: 100%;
  width: 100%;
}
.tuirow .tuirow-in .slide-link {
  display: block;
  padding-right: 15px;
  text-align: center;
  line-height: 45px;
}
.tuirow .tuirow-in .slide-link:hover {
  text-decoration: underline;
}
.tuirow .tuirow-in .slick-prev,
.tuirow .tuirow-in .slick-next {
  background: #ffffff url(../images/arrow.png) 0 0 no-repeat;
  opacity: 0.5;
  top: 37%;
}
.tuirow .tuirow-in .slick-prev:before,
.tuirow .tuirow-in .slick-next:before {
  content: none;
}
.tuirow .tuirow-in .slick-prev:hover,
.tuirow .tuirow-in .slick-next:hover {
  opacity: 1;
}
.tuirow .tuirow-in .slick-prev {
  background-position: 0 0;
}
.tuirow .tuirow-in .slick-next {
  background-position: -20px 0;
}
@media (max-width: 1200px){ 
  .tuirow .tuirow-in .slick-prev {
    left: 20px;
  }
  .tuirow .tuirow-in .slick-next {
    right: 20px;
  } 
}
.footer {
  background-color: #184B8A;
  padding: 20px 0;
  color: #ddd;
  font-size: 13px;
  -webkit-box-shadow: inset 0px 35px 30px -10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: inset 0px 35px 30px -10px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 35px 30px -10px rgba(0, 0, 0, 0.25);
}
.footer .footer-in {
  width: 1002px;
  min-width: 1002px;
  margin: 0 auto;
}
.footer .footer-in p {
  padding: 0;
  margin: 10px 10px 0;
}
.footer .footer-in .right {
  text-align: right;
}
.footer .footer-in select,
.footer .footer-in .footer-friend {
  color: #666;
  padding: 0 10px;
  text-align: center !important;
  height: 20px;
  margin: 0 10px 5px;
}
.footer .footer-link {
  height: 15px;
  padding: 5px 0;
}
.footer .footer-link a {
  width: 80px;
  float: left;
  border-right: 1px solid #ddd;
  text-align: center;
}
.footer a {
  color: #ddd;
  line-height: 15px;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer a:active {
  color: #ddd;
}
.footer a:last-child {
  border-right: 0;
}
.row {
  background-color: #fff;
}
.row .row-in {
  width: 1002px;
  margin: 0 auto;
}
.row.row-mt {
  margin-top: 60px;
}
.row .col3 {
  float: left;
  width: 300px;
}
.row .col7 {
  float: right;
  width: 675px;
}
.panel {
  position: relative;
  margin-bottom: 20px;
}
.panel:before,
.panel:after {
  content: " ";
  display: table;
}
.panel:after {
  clear: both;
}
.panel h2,
.panel .panel-title {
  margin: 16px 0;
  font-weight: 600;
  font-size: 20px;
  font-family: "Microsoft Yahei";
  color: #009DE0;
}
.panel h2 small,
.panel .panel-title small {
  margin-left: 15px;
  font-size: 15px;
  color: #949494;
  font-weight: 500;
}
.panel .panel-cc {
  padding-bottom: 10px;
  border-bottom: 2px solid #1A4A88;
}
.panel .panel-bread {
  position: absolute;
  right: 0;
  top: 30px;
}
.panel .panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.panel .panel-ul li {
  float: left;
  margin-right: 10px;
}
.panel .panel-ul li a {
  display: block;
  width: 210px;
  padding-left: 25px;
  border-bottom: 1px dashed #284673;
  background: #ffffff url(../images/li_icon.png) 5px 11px no-repeat;
  line-height: 28px;
}
.panel .panel-ul li a > span.en{
  color: #888;
}
.panel .panel-ul li a > span.dot{
  display: inline-block;
  float: right;
  margin-right: 5px;
}
.panel .panel-ul li.active > a,
.panel .panel-ul li a:hover {
  background-color: #F0FFFF;
}
.panel .panel-ul.panel-content li {
  float: none;
  display: block;
}
.panel .panel-ul.panel-content li a {
  width: 98%;
}
.panel p {
  letter-spacing: 1px;
}
.panel .pro {
  float: left;
  border: 1px solid #184B8A;
  margin: 0 14px 20px;
}
.panel .pro .pro-img,
.panel .pro .pro-link {
  display: block;
}
.panel .pro .pro-img {
  width: 185px;
  height: 145px;
  margin: 5px;
}
.panel .pro .pro-img img {
  height: 100%;
  width: 100%;
}
.panel .pro .pro-link {
  line-height: 25px;
  text-align: center;
  color: #fff;
  background-color: #184B8A;
}
.panel .pro .pro-link:hover {
  background-color: #1C5DB2;
}
.panel .page {
  float: right;
}
.panel .page a:hover {
  text-decoration: underline;
}
.issue {
  position: relative;
}
.issue input[type="text"],
.issue textarea {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #1A4A88;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 12px normal "Times New Roman", Times, serif;
  color: #333 !important;
  -o-text-overflow: clip;
  text-overflow: clip;
}
.issue input[type="text"]:focus,
.issue textarea:focus {
  border: 1px solid #999;
}
.issue button {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 12px normal "Times New Roman", Times, serif;
  color: #333;
  -o-text-overflow: clip;
  text-overflow: clip;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.issue button:focus {
  outline: none;
}
.issue button:hover {
  background-color: #eee;
}
.issue button:active {
  background-color: #ddd;
}
.issue .issue-line {
  position: relative;
  margin-bottom: 15px;
  font-size: 14px;
}
.issue .label {
  display: inline-block;
  text-align: right;
  *display: inline;
  width: 12%;
}
.issue .label span {
  color: #f00;
}
.issue .input {
  width: 58.6%;
  vertical-align: top;
  resize: vertical;
}
.issue .input-half {
  width: 20.6%;
}
.issue .verify-img {
  position: absolute;
  top: 6px;
  left: 28%;
  height: 15px;
  width: 50px;
  display: block;
}
.issue .error {
  outline: 1px dotted #f66 !important;
}
.issue .alert {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  padding: 0 10px;
  border-radius: 5px;
  display: none;
}
.issue .alert span {
  color: #f66;
}


.page{}
.page a, .page span{
  padding: 5px 10px;
  display: inline-block;
}
.page span{
}
.pageing{
}
.panel-footer {
  height: 30px;
  line-height: 30px;
}
.pageing .prev,
.panel-footer .prev{
  float: left;
}
.pageing .next,
.panel-footer .next{
  float: right;
}