@charset "utf-8";
body{
	font-size:12px; 
	font-family: "Microsoft YaHei", "PingFang SC", Arial, Helvetica, sans-serif;
  background: #ffffff;
  overflow-x: visible!important;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre, 
form,fieldset,input,textarea,p,blockquote,th,td { 
    padding: 0; 
    margin: 0; 
} 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset,img { 
    border: 0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 
ol,ul { 
    list-style: none; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
a,a:link,a:visited{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#ef7e00;
	text-decoration:none;
}
a:focus{
	outline: none;
}
[class*="col-"] {
  padding:0px;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides img {
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
  overflow: hidden;
  height: 460px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  display: none;
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 26px;
  height: 45px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); 
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
  background-position:0 0;
}
.flex-direction-nav .flex-next {
  right: -50px;
  background-position:-64px 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10%;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10%;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 5;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #fff; 
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #fff; 
}
.flex-control-paging li a.flex-active {
  background: #ff322d; 
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider .slides li{
  position: relative;
}
.flexslider .slides li a{position: absolute;left: 50%;top: 285px;margin-left: -700px;color: #ffffff;font-size: 24px;background: #3252d5;display: inline-block;width: 180px;height: 48px;border-radius: 5px;text-align: center;line-height: 48px;}

.new_index_margin{width: 1200px;margin: 0 auto;overflow: hidden;}
.version-margin{width: 1200px;margin: 0 auto;}
.version-minmargin{width: 1000px;margin: 0 auto;}

.version-new-full{min-width: 1200px;width: 100%;overflow: hidden;}
.version-margin-bottom{width: 1200px;margin: 0 auto;}

/* 菜单 */
.ip-top-menu{height: 32px;background: #f6f6f6;position: relative;} 
.ip-top-menu .ip-top-left{line-height: 32px;font-size: 14px;color: #666666;float: left;}
.ip-top-menu .ip-top-right{float: right;margin: 6px 0;}
.ip-top-menu .ip-top-right a{font-size: 14px;color: #666666;float: left;padding: 0 15px;}
.ip-top-menu .ip-top-right span{float: left;display: inline-block;height: 14px;width: 1px;color: #cdcdcd;vertical-align: middle;}
.ip-top-menu .ip-top-right .login{}
.ip-top-menu .ip-top-right a:hover{color: #ef7e00;}
.ip-top-menu .ip-top-right p{float: left;font-size: 14px;color: #666666;margin-left: 15px;}
.ip-top-menu .ip-top-right p i{font-style: normal;color: #ef7e00;}
.ip-menu{height: 98px;background: #fff;box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.08);}
.ip-menu .ip-menu-left a{display: inline-block;width: 320px;height: 62px;margin-top: 18px;}
.ip-menu .ip-menu-left{float: left;}
.ip-menu .ip-menu-right{float: right;}
.ip-menu .ip-menu-right a{font-size: 18px;color: #333333;margin-left: 25px;line-height: 98px;}
.ip-menu .ip-menu-right a:hover{color: #ef7e00;}
.ip-menu .ip-menu-right .select{color: #ef7e00;}


/* 翻页 */
.change-page-full{text-align: center;padding-top: 40px;margin-bottom: 90px;}
.change-page-box{color: #333333;display: inline-block;overflow: hidden;}
.change-page-box .home-page{float: left;margin-right: 5px;}
.change-page-box .home-page a{display: inline-block;width: 74px;height: 30px;border: 1px solid #e5e5e5;text-align: center;line-height: 28px;background: #f3f3f3;border-radius: 3px;color: #333333;}
.change-page-box ul{float: left;} 
.change-page-box li{float: left;}
.change-page-box li a{display: inline-block;width: 33px;height: 30px;border: 1px solid #e5e5e5;text-align: center;line-height: 28px;margin-right: 5px;background: #f3f3f3;border-radius: 3px;color: #333333;}
.change-page-box .page-next{float:left;display: inline-block;border: 1px solid #e5e5e5;width: 74px;height: 30px;line-height: 28px;text-align: center;margin-right: 5px;background: #f3f3f3;border-radius: 3px;color: #777;}
.change-page-box .page-last{float:left;display: inline-block;border: 1px solid #e5e5e5;width: 74px;height: 30px;line-height: 28px;text-align: center;background: #f3f3f3;border-radius: 3px;color: #333333;}
.change-page-box .sub a{background:#ef7e00;color: #fff;border: 1px solid #ef7e00;}
.change-page-box .page-se a{background: #ef7e00;color: #fff;border: 1px solid #ef7e00;}
.change-page-box a:hover{background:#ef7e00;color: #fff;border: 1px solid #ef7e00;}
.change-page-box .list-span{display: inline-block;margin-top: 5px;margin-left: 5px;}

 
/*底部*/
.ip-bottom{height: 202px;background: #252526;}
.bottom-link .link-title{font-size: 14px;color: #ffffff;margin-top: 25px;margin-bottom: 5px;}
.bottom-link .link-list{height: 95px;overflow: hidden;}
.bottom-link .link-list a{font-size: 12px;color: #999999;line-height: 24px;display: inline-block;width: 130px;}
.bottom-link .link-list a:hover{color: #ef7e00;}
.bottom-info{font-size: 12px;color: #999999;border-top: 1px solid #3b3b3c;text-align: center;padding: 20px 0;}
.bottom-info a{color: #999999;}
/*注册登录*/
.login-menutop{height: 95px;background: #fff;position: relative;z-index: 13;}
.login-menutop .login-menu-left{float: left;}
.login-menutop .login-menu-left img{margin-top: 20px;}
.login-menu-right{float: right;margin: 37px 0;}
.login-menu-right a{font-size: 14px;color: #666666;float: left;padding: 0 15px;}
.login-menu-right span{float: left;display: inline-block;height: 14px;width: 1px;color: #cdcdcd;vertical-align: middle;}
.login-menu-right a:hover{color: #ef7e00;}
.login-menu-right p{float: left;font-size: 14px;color: #666666;margin-left: 15px;}
.login-menu-right p i{font-style: normal;color: #ef7e00;}
.login-box-botinfo{background: #fff;overflow: hidden;padding: 5px 0;}
.login-box-botinfo .botinfo-left{font-size: 12px;color: #999999;line-height: 35px;padding-top: 10px;border-top: 1px solid #e9e9e9;text-align: center;margin-top: 40px;margin-bottom: 5px;}
.login-register .login-banner{background: url(../images/loginbanner.png) no-repeat center;height: 720px;}
.login-register{position: relative;}
.login-register .infobox-denglu{width:390px;background: #fff;padding:35px;position: absolute;top: 105px;z-index: 12;left: 50%;margin-left: 210px;}
.login-register .infobox-zhuce{width:390px;background: #fff;padding: 35px;position: absolute;top: 105px;z-index: 12;left: 50%;margin-left: 210px;}

.infobox-ipt .dicon1{background: url(../images/loginicon.png) no-repeat left center;background-position: 12px 9px;}
.infobox-ipt .dicon2{background: url(../images/loginicon.png) no-repeat left center;background-position: 11px -95px;}
.infobox-halfipt .dicon3{background: url(../images/loginicon.png) no-repeat left center;background-position: 11px -41px;}
.infobox-ipt .dicon3{background: url(../images/loginicon.png) no-repeat left center;background-position: 11px -41px;}
.infobox-halfipt input{width: 65%;height: 40px;border: 1px solid #ddd;background: #fff;font-size: 14px;padding: 10px 45px;outline: 0;margin-bottom: 20px;float: left;}
.infobox-ipt input{width: 100%;height: 40px;border: 1px solid #ddd;background: #fff;font-size: 14px;padding: 10px 45px;outline: 0;margin-bottom: 20px;}
.infobox-ipt input::input-placeholder{color: #999999;}
.infobox-ipt input::-webkit-input-placeholder{color: #999999;}
.infobox-ipt input:-moz-placeholder{color:#999999;}
.infobox-ipt input::-moz-placeholder{color:#999999;}
.infobox-ipt input:-ms-input-placeholder{color:#999999;}
.infobox-halfipt input::input-placeholder{color: #999999;}
.infobox-halfipt input::-webkit-input-placeholder{color: #999999;}
.infobox-halfipt input:-moz-placeholder{color:#999999;}
.infobox-halfipt input::-moz-placeholder{color:#999999;}
.infobox-halfipt input:-ms-input-placeholder{color:#999999;}
.infobox-halfipt a{float: left;width: 34%;margin-left: 1%;display: inline-block;height: 40px;line-height: 40px;color: #fff;background: #ef7e00;text-align: center;}
.infobox-halfipt .change_imgyzm{width: 34%;margin-left: 1%;float: left;height: 40px;}
.infobox-nexttime label{font-weight: normal;font-size: 12px;color: #999999;}
.infobox-nexttime label input{vertical-align: middle;margin-top: -2px;margin-right: 8px;outline: 0;border: 1px solid #999999;}
.infobox-nexttime a{float: right;font-size: 12px;color: #ef7e00;}
.info-check a{display: inline-block;width: 100%;height: 45px;border: 1px solid #ff8202;line-height: 45px;color: #fff;font-size: 18px;text-align: center;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-image: -moz-linear-gradient( 120deg, rgb(255,120,0) 0%, rgb(255,133,25) 44%, rgb(255,146,37) 100%);
background-image: -webkit-linear-gradient( 120deg, rgb(255,120,0) 0%, rgb(255,133,25) 44%, rgb(255,146,37) 100%);
background-image: -ms-linear-gradient( 120deg, rgb(255,120,0) 0%, rgb(255,133,25) 44%, rgb(255,146,37) 100%);}
.info-check{margin-top: 20px;}
.infobox-title{text-align: center;font-size: 16px;color: #333333;border-bottom: 2px solid #ef7e00;margin-bottom: 25px;padding-bottom: 10px;} 
.third-login .third-center{font-size: 12px;color: #999999;text-align: center;margin-top: 25px;}
.third-login .third-center .qq{display: inline-block;width: 28px;height: 28px;background: url(../images/loginicon.png) no-repeat;margin-right: 5px;background-position: 0px -184px;}
.third-login .third-center .wx{display: inline-block;width: 28px;height: 28px;background: url(../images/loginicon.png) no-repeat;background-position: 0px -212px;}
.third-login .third-center p{margin-bottom: 10px;}
.third-text{float: right;margin-top: -28px;}
.third-text a{font-size: 12px;color: #ef7e00;}
.infobox-change span{display: inline-block;width: 50%;text-align: center;font-size: 16px;color: #999999;border-bottom: 1px solid #dddddd;padding: 10px 0;float: left;cursor: pointer;}
.infobox-change .select{font-size: 16px;color: #333333;border-bottom: 2px solid #ef7e00;}
.infobox-change{margin-bottom: 25px;}
 
.login-register .infobox-nexttime{margin-top: 20px;}