﻿/*header*/
.navWraper {
    position: relative;
    background: #fff;
    z-index: 10;
}
.indexBg {
    background:#cf2741;
}
.headerNav {
    font-size: 14px;
    /*display: flex;
    flex-direction: row;
    justify-content: center;*/
    margin-right: 14px;
}
.headerNav li {
    padding: 15px 25px;
    float: left;
    /*background: url(../images/line01.png) left center no-repeat;*/
    position: relative;
}
.headerNav li img{
    height: 51px;
    vertical-align: middle;
}
.indexheader li {
    /*background: url(../images/line02.png) left center no-repeat;*/
    padding: 0 22.5px;
    cursor: pointer;
}
.indexheader.navEn li {
    /*background: url(../images/line02.png) left center no-repeat;*/
    padding: 0 9px;
    cursor: pointer;
}
.indexheader li:last-child:hover{
/*	background: url(../images/line02.png) left center no-repeat;*/
}
.indexheader li:hover {
    background: #a94c4d;
}
.headerNav li h3 {
    font-size: 15px;
}
.indexheader li h3 {
    padding: 15px 13px;
}
.indexheader li h3 a {
    color: #fff;
}
.subNavWraper {
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 54px;
    display: none;
    background: #282627;
    z-index: 99;
}
.indexheader li .subNavWraper {
    background: #cf2741;
}
.subMenu {
    text-align: left;
}
.subMenu a {
    display: block;
    line-height: 50px;
    color: #fff;
    padding: 0 25px;
    white-space: nowrap;
}
.subMenu a:hover{
    background: #a94c4d;
}
.indexheader li .subMenu a {
    color: #fff;
}
/*search*/
.indexheader button, .indexheader input {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

/*banner*/
.indexBanner {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.indexBanner .bd ul {
    width: 100% !important;
}
.indexBanner .bd li {
    width: 100% !important;
    height: 650px;
    overflow: hidden;
    text-align: center;
}
.bannerbtn {
    bottom: 0px;
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 20;
    text-align: right;
    height: 30px;
    /*padding-top: 10px;*/
}
.indexBanner .bannerbtn li {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    font-size: 0;
    line-height: 99px;
    margin: 0 4px;
    background: url(../images/banner01.png) -21px 0 no-repeat;
}
.indexBanner .bannerbtn li.on, .bannerbtn li:hover {
    background-position: 0 0;
}
.indexBanner .bannerbtn a {
    display: inline-block;
    width: 11px;
    height: 11px;
    overflow: hidden;
    font-size: 0;
    line-height: 99px;
    margin: 0 4px;
    background: url(../images/banner01.png) -21px 0 no-repeat;
}
.indexBanner .bannerbtn a.cur, .bannerbtn a:hover {
    background-position: 0 0;
}

/*content*/
.indexWrpaer1{
	background: #153f57;
	padding: 30px 0px;
	vertical-align:middle;
}
.indexWrpaerLogo{
	text-align: center;
}
.indexWrpaerLogo img{
	width: 300px;
}
.indexWrpaer2{
	background: #365a70;
	padding: 70px 0px 60px 0px;
	color: #fff;
	text-align: center;
}
.indexWrpaer2 h3{
	font-size: 40px;
	line-height: 40px;
	padding-bottom: 25px;
}
.indexWrpaer2 p{
	padding: 5px 0;
}
.indexWrpaer2 .Wrpaer2P1{
	font-size: 17px;
}
.indexWrpaer3{
	background: #365a70;
	padding: 40px 0px 40px 0px;
	color: #fff;
	text-align: center;
}
.indexWrpaer3 .four-list {
    padding: 0;
    position: relative;
    height: 160px;
}
.indexWrpaer3 .four-list li {
    position: relative;
    width: 25%;
    float: left;
    height: 100%;
    clear: none;
    margin: 0;
}
.indexWrpaer3 .four-list li .four-list-item {
	text-align: center;
    height: 100%; 
}
.indexWrpaer3 .four-list li .four-list-text {
    position: relative;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.indexWrpaer3 .four-list li .four-list-textEn {
    position: relative;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 35px;
}
.indexWrpaer3 .four-list li .four-list-text .title{
	font-size: 40px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
}
.indexWrpaer3 .four-list li .four-list-textEn .titleEn {
    font-size: 40px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 55px;
}
.indexWrpaer3 .four-list li .four-list-text .describe {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
}
.indexWrpaer3 .four-list li .four-list-textEn .describeEn {
    font-size: 15px;
}
.indexWrpaer3 .four-list li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 65px;
    background-color: #ebebeb;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.indexWrpaer3 .four-list li:last-child:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 65px;
    background-color: #365a70;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mileageLayer{
	background-image:url(../images/indexWrpaer.jpg);
	/*padding: 30px 0px;*/
	vertical-align:middle;
	height: 600px;
}
.mileageTile h3{
	font-size: 40px;
    line-height: 40px;
    padding: 70px 0px 25px 0px;
    text-align: center;
    color: #ffffff;
}
.mileageTile p {
    text-align: center;
    padding-bottom: 40px;
    font-size: 14px;
    color: #ffffff;
}
.mileageNav{
	padding-top: 60px;
}
.mileageNav ul {
    width: 900px;
    min-height: 132px;
    margin: 0 auto;
    background: url(../images/courseBg.png) 0 center repeat-x;
    position: relative;
    background-size: 900px;
}
.mileageNav ul li {
    float: left;
    width: 225px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.mileageNav ul li .inco {
    position: relative;
    overflow: hidden;
    bottom: -63px;
    width: 243px;
    height: 45px;
    background: url(../images/course1.png) 0 no-repeat;
    display: block;
    background-size: 45px;
}
.mileageNav ul li .inco2 {
    position: relative;
    overflow: hidden;
    bottom: -86px;
    width: 243px;
    height: 45px;
    background: url(../images/course2.png) 0 no-repeat;
    display: block;
    background-size: 45px;
}
.mileageNav ul li .arrow {
    position: relative;
    overflow: hidden;
    bottom: 135px;
    left: 13px;
    width: 243px;
    height: 126px;
    background: url(../images/course3.png) 0 no-repeat;
    display: block;
    background-size: 20px 126px;
}
.mileageNav ul li .arrow2 {
    position: relative;
    overflow: hidden;
    top: 66px;
    left: 13px;
    width: 243px;
    height: 126px;
    background: url(../images/course4.png) 0 no-repeat;
    display: block;
    background-size: 20px 126px;
}
.mileageNav ul li .mileageDate1 {
    position: relative;
    bottom: -28px;
    left: 18px;
    width: 150px;
    /*height: 120px;*/
    margin: 0 auto;
}
.mileageNav ul li .mileageDate2 {
    position: relative;
    bottom: -52px;
    left: 18px;
    width: 150px;
    /*height: 120px;*/
    margin: 0 auto;
}
.mileageNav ul li .mileageTile1 {
	font-size: 18px;
	font-weight: bold;
    position: relative;
    bottom: 43px;
    left: 12px;
    width: 150px;
}
.mileageNav ul li .mileageTile2 {
	font-size: 18px;
	font-weight: bold;
    position: relative;
    bottom: -43px;
    left: 12px;
    width: 150px;
}

.mileageClearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    *display: none;
}

.aboutLayer{
	background: #FFFFFF;
	/*padding: 30px 0px;*/
	vertical-align:middle;
	padding-bottom: 50px;
}
.aboutTile,.abouteTile{
    margin: 0 auto;
    height: 50px;
    width: 70%;
    border-bottom: solid 1px #dedede;
}
.about-title {
    width: 200px;
    margin: 35px auto;
    background-color: #fff;
}
.about-etitle {
    width: 300px;
    margin: 35px auto;
    background-color: #fff;
}
.aboutTile h3{
	font-size: 40px;
    line-height: 40px;
    padding: 5px 0px 15px 0px;
    text-align: center;
    color: #333;
}
.abouteTile h3{
	font-size: 40px;
    line-height: 80px;
    padding: 5px 0px 15px 0px;
    text-align: center;
    color: #333;
    font-weight: lighter;
}
.aboutTile p,.abouteTile p{
	text-align: center;
	/*padding-bottom: 40px;*/
    font-size: 14px;
}
.aboutWrap{
    margin-top: 70px;
	width: 42%;
	float: right;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.aboutPic{
    margin-top: 70px;
	width: 55%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.about_head,.about_ehead{
	padding-bottom: 15px;
	background: url(../images/h2_line.png) left bottom no-repeat;
}
.about_head h2,.about_ehead h2{
	/*color: #cf2842;*/
	font-size: 30px;
    line-height: 1.5;  
    /*font-weight: bold;*/
}
.about_head small{
	/*font-style: italic;*/
	color: #d7dee4;
	/*font-weight: bold;*/
    font-size: 20px;
    line-height: 1.5;
}
.about_ehead small{
	/*font-style: italic;*/
	/*color: #d7dee4;*/
	/*font-weight: bold;*/
    font-size: 23px;
    line-height: 1.5;
}
.about_content p{
    line-height: 32px;
    margin-top: 30px;
    color: #777;
}
.about_block .more {
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #cf2842;
    border: 1px solid #cf2842;
    border-radius: 3px;
    text-align: center;
    /*margin: 0 auto;*/
   	margin-top: 15px;
    color: #e0e0e0;
    transition: all .3s;
}
.about_block .more:hover{
	color: #ffffff;
    /*background: #1800c8;
    border: 1px solid #1800c8;*/
}
.aboutPic .about_img{
    margin: 0px 0px 0px 30px;
    max-width: 680px;
    /*float: right;*/
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: -13px 11px 18px -12px rgba(35, 35, 101, 0.36);
}

.brandLayer{
	background: url(../images/page_bg.png) no-repeat center bottom, #fff;
	/*background: #f0f0f0;*/
    padding: 40px 0px 60px 0px;
    color: #fff;
}
.brandLayer .more {
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #cf2842;
    border: 1px solid #cf2842;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
    color: #e0e0e0;
    transition: all .3s;
    margin-top: 25px;
}
.brandLayer .more:hover {
    color: #ffffff;
}
.brandTile{
    margin: 0 auto;
    height: 50px;
    width: 70%;
    border-bottom: solid 1px #dedede;
}
.brand-title {
    width: 200px;
    margin: 0 auto;
    background-color: #fff;
}
.brand-etitle {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
}
.brandTile h3{
	font-size: 40px;
    line-height: 40px;
    padding: 5px 0px 15px 0px;
    text-align: center;
    color: #333;
}
.brandTile .brand-etitle h3{
	font-size: 40px;
    line-height: 80px;
    padding: 5px 0px 15px 0px;
    text-align: center;
    color: #333;
    font-weight: lighter;
}
.brandTile p{
	text-align: center;
    font-size: 14px;
    color: #333;
}
.brandLogo{
	text-align: center;
}
.brandLogo img{
	display: inline-block;
}


/*inListContent*/
.productNav {
    text-align: center;
    margin-top: 72px;
    margin-bottom: 55px;
    background-color: #ffffff;
    padding: 10px 0 0 0;
}
.productItem a {
    display: inline-block;
    margin-bottom: 10px;
    color: #898989;
    font-size: 16px;
    padding: 4px 26px;
    width: 20%;
}
.productList ul {
    /*margin-left: -14px;*/
    /*margin-bottom: 40px;*/
}
.productList ul li {
    float: left;
    width: 385px;
    margin: 0px 12px 24px 12px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
}
.productList ul li img {
    display: block;
    width: 385px;
    height: 385px;
    transition: all 0.6s ease-in-out;
    transform: scale(1);
}
.productList ul li:hover img{
	transform: scale(1.1);
}
.productList ul li:hover dl{
	background: #cf2741;
}
.productList ul li:hover .title h4{
	color: #ffffff;
}
.productList ul li .product_zhezhao {
    width: 385px;
    height: 385px;
    display: block;
    background: url(../images/product_zhezhao.png) center center no-repeat;
    opacity:0;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
.productList ul li:hover .product_zhezhao{
	opacity:1;
}
.productList ul li:hover .product_btn{
	background: url(../images/enter_hover.png) center center no-repeat;
}
.productList ul li .title {
    line-height: 24px;
    padding: 0 40px;
}
.productList ul li .title h4 {
    padding-top: 12px;
    /*border-top: 1px solid #dcdcdc;*/
    color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.productList-rp{
    position: relative;
    /*margin: 15px;*/
    overflow: hidden;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
}
.productList ul li dl{
    background: #fafafa;
    padding: 10px 20px 20px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
.productList ul li dl .product_btn{
    width: 36px;
    height: 36px;
    background: url(../images/enter.png) center center no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}

/*inPageContent*/
.inPageContent{
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: -430px auto 45px auto;
    /*padding-bottom: 7px;*/
    box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
}
.inPageTitle{
	/*background-image: url(../images/line4.png);*/
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    color: black;
    font-size: 30px;
}
.inPageeTitle{
	line-height: 45px;
	/*background-image: url(../images/line4.png);*/
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
    color: black;
    font-size: 30px;
}
.inPageTitleEn{
	background-image: url(../images/line5.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    color: black;
    font-size: 30px;
}
.comWeb{
	/*box-shadow: 0px 4px 20px rgba(0,0,0,0.15);*/
	background: #fff;
	padding: 30px 25px;
	min-height: 505px;
}
.comWeb img{
	width:100%;
    height:auto;
}
.inpageBg {
    position: relative;
    overflow: hidden;
    height: 600px;
    z-index: 1;
}
.inpageBg img {
    position: absolute;
    width: 1920px;
    height: 600px;
    left: 50%;
    margin-left: -960px;
}


/*news*/
.news{
	background: #f0f0f0;
	padding: 40px 0px 60px 0px;
	color: #fff;
}
.newsNav{
	margin-top: 30px;
    text-align: center;
    background: url(../images/line03.png) 0 center repeat-x;
}
.newsNav a {
    padding: 5px 40px;
    border: 1px solid #a7a7a7;
    border-radius: 20px;
    margin: 0 5px;
    font-size: 16px;
    color: #333;
    background: #ffffff;
}
.newsNav a:hover, .newsNav a.cur {
    color: #fff;
    background: #365a70;
    border: 1px solid #365a70;
}
.newTile{
    margin: 0 auto;
    height: 50px;
    width: 70%;
    border-bottom: solid 1px #dedede;
}
.new-title {
    width: 200px;
    margin: 0 auto;
    background-color: #f0f0f0;
}
.new-etitle {
    width: 300px;
    margin: 0 auto;
    background-color: #f0f0f0;
}
.news h3{
	font-size: 40px;
	line-height: 40px;
    padding: 5px 0px 15px 0px;
	text-align: center;
	color: #333;
}
.news .new-etitle h3{
	font-size: 40px;
	line-height: 80px;
    padding: 5px 0px 15px 0px;
	text-align: center;
	color: #333;
	font-weight: lighter;
}
.news p{
    text-align: center;
    font-size: 14px;
    color: #333;
}
.newslayer{
	position: relative;
}
.indexNews {
    padding-top: 40px;
}
.indexNews .indexNewsLeft {
    width: 600px;
    float: left;
}
.indexNewsLeft dt {
    width: 560px;
    height: 273px;
}
.indexNewsLeft dt img {
    display: block;
    width: 560px;
    height: 273px;
    overflow: hidden;
}
.indexNewsLeft dd {
    padding-top: 25px;
    padding-right: 40px;
}
.indexNewsLeft dd h4 a {
    display: block;
    color: #555555;
    font-size: 22px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 15px;
}
.indexNewsLeft dd p {
    color: #888888;
    height: 48px;
    overflow: hidden;
}
.indexNews .indexNewsRight {
    width: 600px;
    float: left;
}
.indexNewsRight ul li {
    position: relative;
    cursor: pointer;
    margin-bottom: 50px;
}
.indexNewsRight span.num {
    width: 82px;
    float: left;
    padding: 0 20px 0 15px;
    font-size: 70px;
    color: #cbcbcb;
    line-height: 70px;
}
.indexNewsRight .innewsContent {
    width: 452px;
    float: left;
    padding-left: 28px;
    border-left: 3px solid #eaeaea;
}
.indexNewsRight .innewsContent h4 {
    font-size: 16px;
    color: #555555;
    height: 24px;
    overflow: hidden;
    padding-right: 10px;
    margin-bottom: 10px;
}
.indexNewsRight .innewsContent h4 .date {
    font-size: 12px;
    color: #999;
    float: right;
}
.indexNewsRight .innewsContent p {
    color: #888888;
    height: 54px;
    overflow: hidden;
}
.wqpclear {
    padding-bottom: 40px;
}
.shareMore {
    text-align: center;
}
.shareMore a {
	background: #FFFFFF;
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #a7a7a7;  
    color: #333;;
}
.shareMore a:hover {
    background: #365a70;
    color: #fff;
    border: 1px solid #d9d9d9;
}
.e_line{
	width: 100%;
    height: 0px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #ccc;
    opacity: 1;
    margin-bottom: 20px;
}
.newContent{
    padding-left: 100px;
    padding-right: 100px;
    line-height: 30px;
}
.newPoint{
	background: #fff;
    padding: 30px 25px;
}

/*newList*/
.NewListleft{
	float: left;
    width: 240px;
    margin-right: 30px;
}
.new_sort_box{
    margin-bottom: 20px;
    text-align: center;
}
.box_title{
	display: block;
    margin-bottom: 0;
    padding: 4px;
    background: #282627;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.box_title_more{
	padding: 18px 0;
    background: none;
    color: #fff;
}
.box_cate_name{
	position: relative;
    border: 1px solid #f5f5f5;
    background: #00673b;
    background: linear-gradient(to bottom,#eee,#fff);
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    color: #12558b;
}
.box_cate_name a{
    position: relative;
    display: block;
    padding: 14px 40px;
    color: #2d2824;
    text-indent: -1.2em;
}
.NewListright{
	display: block;
    overflow: hidden;
    zoom: 1;
    padding: 0 0 5px;
    min-height: 300px;
}
.NewListContent{
	border-bottom: 1px solid #eee;
}
.NewListLi{
	padding: 10px 20px;
    border: 1px solid #eee;
    color: #999;
    border-bottom: 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    left: 0;
    line-height: 40px;
}
.NewListDate{
	float: right;
}
.NewListContent ul li a{
    background-image: url(../images/icon_7.gif);
    background-repeat: no-repeat;
    background-position: 0 45%;
    position: relative;
    display: block;
    left: 0;
    padding-left: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
    vertical-align: top;
}

/*block*/
.block .block-inner {
    padding: 10px 0 40px 0;
}
.block-inner:before, .block-inner:after {
    display: table;
    content: " ";
}
.block .block-inner .block-page {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.block-detail:before, .block-detail:after {
    display: table;
    content: " ";
}
.block-detail>li {
    position: relative;
    float: left;
    min-height: 1px;
    width: 31.6%;
}
.block-detail li {
    margin: 30px 0 0;
    padding: 0 10px;
}
.block-detail .media {
	text-align: center;
    box-shadow: 0px 4px 20px rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 20px;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
.block-detail .media:hover {
    box-shadow: 0 8px 40px rgba(0,0,0,0.15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}
.media-heading {
    position: relative;
    margin-top: 0;
    margin-bottom: 5px;
}
.media-heading a {
    font-size: 18px;
    color: #595959;
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
}
.des {
    margin-bottom: 5px;
    font-size: 13px;
    color: #848484;
}
.media-img img{
	width: 100%;
}
.media-img a{
	display: block;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}


/*footer*/
.footer {
    background: url(../images/footer_bg.jpg);
    color: #fff;
    position: relative;
    height: auto !important;
    min-height: 272px;
    width: 100%;
    overflow: hidden;
}
.footerWeb{
	width: 1150px;
    margin: 0 auto;
}
.footl {
    width: 38%;
    float: left;
    margin-top: 22px;
    padding-left: 12px;
}
.footl ul li.f-add {
    background-position: 6px 6px;
}
.footl ul li.f-eadd {
    background-position: 6px 13px;
    height: 80px;
}
.footl ul li.f-fax {
    background-position: 6px -140px;
}
.footl ul li {
    font-family: "Microsoft YaHei";
    color: #d2d2d2;
    height: 72px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #d2d2d275;
    background: url(../images/footbq.png) 6px center no-repeat;
    padding: 13px 0px 0px 77px;
    margin: 5px 0px;
}
.footone {
    font-size: 14px;
}
.footone span {
    color: #fff;
    font-weight: bold;
}
.foottwo {
    font-size: 12px;
}
.footr {
    float: left;
    padding-left: 80px;
}
.f-er {
    width: 92px;
    height: 113px;
    margin: 32px 1px 20px 1px;
}
.f-item {
    font-size: 12px;
    line-height: 1.5;
}
.f-item ul li {
    color: #ffffff;
}
.f-item ul li a {
    color: #ffffff;
    font-family: "Microsoft YaHei";
    padding: 0px 10px;
}
.f-item p {
    text-align: left;
    color: #ffffff;
    font-family: 微软雅黑;
    padding: 6px 10px 0px;
}
.f-item p a {
    color: #ffffff;
}

.footerQr{
	padding-bottom: 10px;
}
.footerP{
	font-size: 15px;
	padding: 3px 0;
}
.footerP a{
	color: #fff;
}
.footerQr img{
	width: 140px;
	padding-bottom: 7px;
	display: inline-block;
}


/* 联系我们 */
.FeedbackPage{
	clear: both;
/*    float: left;*/
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
}
.fl{
	float: left;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.view-contact-us{
	width: 100%;
    float: left;
}
.view-wechat-us{
    width: 15.2542%;
    float: right;
    padding: 17px 21px 22px;
    background: #f3f3f3;
    min-height: 200px;
    box-sizing: border-box;
}
.wechat_content{
	color: #555;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.wechat_img{
	margin-bottom: 8px;
}
.wechat_img img{
	width: 138px;
}
.view-contact-us ul{
    margin-left: -18px;
}
.view-contact-us ul li{
    background: #f6f6f6;
    width: 460px;
    height: 98px;
    /*border: 1px solid #e8e8e8;*/
    float: left;
    margin-left: 18px;
    margin-bottom: 20px;
}
.view-contact-us li .ico{
	width: 100px;
    height: 98px;
    float: left;
    position: relative;
}
.view-contact-us li .ico1{
    background: url(../images/ico1.png) no-repeat center;
}
.view-contact-us li .ico2{
    background: url(../images/ico2.png) no-repeat center;
}
.view-contact-us li .ico3{
    background: url(../images/ico3.png) no-repeat center;
}
.view-contact-us li .ico4{
    background: url(../images/ico4.png) no-repeat center;
}
.view-contact-us li .ico i {
    position: absolute;
    right: 0;
    top: 29px;
    width: 1px;
    height: 40px;
    background: #e8e8e8;
}
.view-contact-us li .font{
    margin-left: 22px;
}
.view-contact-us li .p1{
	font-size: 14px;
    margin-top: 22px;
}
.view-contact-us li .p2 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    font-weight: bold;
}

.page-main{
	min-height: 400px;
    position: relative;
    background: url(../images/page_bg.png) no-repeat center bottom, #ffffff;
}
.feedback-page-main{
	min-height: 400px;
    position: relative;
    background: url(../images/page_bg.png) no-repeat center bottom, #ffffff;
}
.product-page-main{
	min-height: 400px;
    position: relative;
}
.video-page-main{
	min-height: 400px;
    position: relative;
}
.page-banner{
    position: relative;
}
.page-banner .banner-image {
    line-height: 0;
}
.page-banner .banner-image img {
    width: 100%;
}
.page-banner .banner-title {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.layout-wrap {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.layout-wrap:before,.Fb-page-content:before,.Fb-webform:before,.webform-client-form > div:before,.form-group:before,.view-row-address:before{
	content: '';
    display: table;
}
.layout-wrap:after,.Fb-page-content:after,.Fb-webform:after,.webform-client-form > div:after,.form-group:after,.view-row-address:after{
	content: '';
    display: table;
    clear: both;
}
.banner-title-cn{
	color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.banner-title-en{
	color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    margin-top: 8px;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.banner-etitle-en{
	color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 38px;
    margin-top: 8px;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.Fb-page-content{
    position: relative;
	padding: 30px 25px;
	/*padding: 15px 0 0;*/
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.Fb-webform {
    clear: both;
}
.webform-client-form{
	margin: 40px 0 0;
    padding: 33px 0 80px;
    border-top: solid 1px #ccc;
}
.webform-client-form > div{
	max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.Fb-webform .webform-title h2 {
    color: #222;
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
}
.form-item {
    margin-bottom: 12px;
    padding: 0 10px;
	box-sizing: border-box;
}
.webform-client-form label{
	display: inline-block;
    margin-right: 0;
}
.webform-client-form .form-textfield{
	width: 50%;
    float: left;
}
label {
    display: inline-block;
    color: #222;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}
.form-item-title input,.form-item-name input,.form-item-tel input,.form-item-email input,.form-item-address input,.form-item-code input{
	border: solid 1px #c4c4c4;
    border-radius: 0;
    padding: 7px 10px;
    width: 100%;
    color: #888;
    font-size: 13px;
    line-height: 20px;
    box-sizing: border-box;
}
.form-item-content textarea{
    font-family: Arial;
	height: 116px;
    width: 100%;
    vertical-align: bottom;
    overflow: auto;
    color: #888;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    height: 112px;
    resize: none;
    padding: 9px;
    border: solid 1px #c4c4c4;
    box-sizing: border-box;
}
.codeimg{
	width: 80px;
    margin-top: 5px;
}
.form-actions{
    text-align: right;
}
.page-btn,.grey-btn{
	display: inline-block;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 23px;
    background-color: #9c3835;
    border: solid 1px #9c3835;
    transition: background-color .5s, border-color .5s;
}
.page-btn:hover,.grey-btn:hover{
    text-decoration: none;
    background-color: #4d314b;
    border-color: #4d314b;
}


/*新闻中心*/
.NewsPage{
	clear: both;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
}
.news-page-content:before,.news-item:before,.clearfix:before{
	content: '';
    display: table;
}
.news-page-content:after,.news-item:after,.clearfix:after{
	content: '';
    display: table;
    clear: both;
}
.news-page{
	background: url(../images/page_bg.png) no-repeat center bottom, #ffffff;
}
.news-page-content{
    position: relative;
    /*top: -25px;*/
	padding: 30px 25px;
	/*background: #ffffff;*/
	/*background: url(../images/page_bg.png) no-repeat center bottom, #f6f9fb;*/
	/*box-shadow: 0px 4px 20px rgba(0,0,0,0.15);*/
	/*padding: 15px 0 0;*/
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 30px;*/
    box-sizing: border-box;
}
.news-center{
    padding: 11px 0 80px;
}
.news-item{
	position: relative;
    margin-bottom: 28px;
    padding-bottom: 30px;
    border-bottom: dashed 1px #d6d6d5;
}
.news-item h2{
	color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 17px;
}
.news-item h2 a {
    color: #222;
    transition: color .5s;
}
.news-item h2 a:hover {
    color: #cf2741;
    text-decoration: none;
}
.news-item .news-image{
	width: 220px;
    float: left;
    font-size: 0;
    height: 140px;
    line-height: 0;
    margin: 2px 28px 0 0;
    position: relative;
}
.news-item .news-image img{
	/*max-width: 100%;
    height: auto;*/
   	width: 200px;
    height: 150px;
}
.news-item .news-content{
	padding: 0 0 0 248px;
}
.news-item .news-content .news-date{
	color: #b4b4b4;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}
.news-item .news-content .content{
    color: #555;
    font-size: 13px;
    line-height: 24px;
}
.new-page-content .news-nav {
    font-size: 18px;
    color: #262626;
    margin-top: 50px;
    margin-bottom: 10px;
}
.new-page-content .news-nav table{
    width: 100%;
    text-align: center;
}
.new-page-content .news-nav table p, .new-page-content .news-nav table a{
    font-size: 16px;
}
.new-page-content .news-nav table .page-nav-left{
	text-align: left;
}
.new-page-content .news-nav table .page-nav-center{
    width: 286px;
}
.new-page-content .news-nav table .page-nav-center a{
	background: url(../images/articleReturn.png) left center no-repeat;
    padding-left: 32px;
    background-size: 28px;
}
.new-page-content .news-nav table .page-nav-right{
	text-align: right;
}
.new-page-content .news-nav table .page-nav-left, .new-page-content .news-nav table .page-nav-right{
    width: 213px;
}


/*首页新闻*/
.view-news-content{
	margin-top: 70px;
    max-width: 100%;
    overflow: hidden;
}
.view-news-content > ul{
	margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.view-news-content > ul >li{
	float: left;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.view-news-item{
	box-shadow: 0 0 10px rgba(0,0,0,.06);
}
.view-news-item .news-image{
	margin-bottom: 10px;
    height: 165px;
    line-height: 0;
    overflow: hidden;
}
.view-news-item .news-image img{
	max-width: 100%;
    height: auto;
    opacity: 1;
    transition: all .3s ease-in;
}
.view-news-item .news-image img:hover{
   opacity: .8;
}
.view-news-item .news-date{
	margin: 15px 10px 0px 10px;
	color: #b4b4b4;
    font-size: 12px;
    line-height: 18px;
}
.view-news-item .news-title{
	margin: 10px 10px;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	color: #222;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.view-news-item .news-title a{
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 25px;
    transition: color .5s;
}
.view-news-item .news-title a:hover{
	color: #cf2741;
    text-decoration: none;
}
.news .more {
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #cf2842;
    border: 1px solid #cf2842;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto;
    color: #e0e0e0;
    transition: all .3s;
    margin-top: 15px;
}
.news .more:hover{
	color: #ffffff;
}
.new-page-content{
    position: relative;
    /*top: -25px;*/
	padding: 30px 25px;
	/*background: #ffffff;*/
	/*box-shadow: 0px 4px 20px rgba(0,0,0,0.15);*/
	/*padding: 15px 0 0;*/
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 30px;*/
    box-sizing: border-box;
}
.new-page-content img{
	width: 100%;
    height: auto;
}

/*单页*/
.NewsPage{
	clear: both;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
}
.page-content{
    position: relative;
    /*top: -25px;*/
	padding: 30px 25px;
	/*background: #ffffff;*/
	/*box-shadow: 0px 4px 20px rgba(0,0,0,0.15);*/
	/*padding: 15px 0 0;*/
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.page-content img{
	width: 100%;
    height: auto;
}

/*产品*/
.ProductPage{
	clear: both;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
}
.product-page-content:before{
	content: '';
    display: table;
}
.product-page-content:after{
	content: '';
    display: table;
    clear: both;
}
.product-page-content{
    position: relative;
    /*top: -25px;*/
	/*padding: 30px 25px;*/
	background: #ffffff;
	/*box-shadow: 0px 4px 20px rgba(0,0,0,0.15);*/
	/*padding: 15px 0 0;*/
    max-width: 1227px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.product-center{
    /*padding: 11px 0 40px;*/
}
.search-page-content{
	width: 1227px;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*homePage*/
#homePage{
    width: 100%;
    height: 100%;
    background: url(../images/homePage.jpg);
    background-size: cover;
    position: fixed;
    z-index: 9999999;
}
.not-animated {
    opacity: 0;
}

/*header*/
.navWraper:before,.web:before{
    content: '';
    display: table;
}
.navWraper:after,.web:after{
    content: '';
    display: table;
    clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.headerLogo {
    float: left;
    display: block;
    margin: 15px 0 11px;
    padding: 0;
    line-height: 0;
}
.headerLogo img{
	width: 199px;
}
.headerSearch{
    position: relative;
}
.headerSearch .searchIcon{
	cursor: pointer;
    margin: 10px 0 5px 6px;
    padding: 10px 10px 11px;
}
.headerSearch .searchIcon .icon {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 18px;
    height: 17px;
    background: url(../images/search.png);
    background-size: 18px 17px;
}
.headerSearch .formContainer.active .searchContent {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}
.headerSearch .searchContent {
    position: absolute;
    /*top: 60px;*/
    right: 0;
    z-index: 99;
    width: 320px;
    padding: 20px;
    background: #cf2741;
    box-sizing: border-box;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
    opacity: 0;
    margin-top: 20px;
    visibility: hidden;
    transition: opacity .5s, margin-top .5s, visibility .5s;
}
.searchContent .search-input-wrapper{
	float: left;
    margin: 0;
    width: 248px;
}
.searchContent .search-input{
	height: 32px;
    padding: 5px 10px;
    border: solid 1px #c2c2c2;
    border-right: 0;
    color: #888;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
}
.searchContent .search-submit{
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background-image: url(../images/search1.png);
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: center center;
 	cursor: pointer; 
    background-color: #ffffff;
    border: solid 1px #c2c2c2;
	transition: background-color .5s, border-color .5s;
}
.page-content iframe {
    width: 900px;
    height: 500px;
}
.productLayer{
	background: #FFFFFF;
	padding: 40px 0px 60px 0px;
}
.productTitle{
    margin: 0 auto;
    height: 50px;
    width: 70%;
    border-bottom: solid 1px #dedede;
}
.product-title {
    width: 200px;
    margin: 0 auto;
    background-color: #fff;
}
.product-etitle {
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
}
.productLayer h3{
	font-size: 40px;
    line-height: 40px;
    padding: 5px 0px 15px 0px;
    text-align: center;
    color: #333;
}
.productLayer .product-etitle h3{
	font-size: 40px;
    line-height: 80px;
    padding: 5px 0px 15px 0px;
    text-align: center;
    color: #333;
    font-weight: lighter;
}
.productLayer p{
	text-align: center;
    font-size: 14px;
}
.proIndex {
	margin-top: 70px;
    height: 486px;
    position: relative;
}
.proIndex a {
    display: block;
    overflow: hidden;
    position: absolute;
}
.proIndex a .wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: #cf2741c7;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    text-align: center;
}
.proIndex a .content{
    display: table;
    width: 100%;
    height: 100%;
}
.proIndex a .wrap-info{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.proIndex a:hover .wrap{
	opacity: 1;
}
.proIndex a img {
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transition: all 1.2s;
}
.proIndex a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.proIndex .product1,.proIndex .product5{
	right: 0;
}
.proIndex .product2, .proIndex .product4 {
    left: 0;
}
.proIndex .product3 {
    left: 406.333px;
}
.proIndex .product3, .proIndex .product4, .proIndex .product5 {
    bottom: 0;
}
.proIndex .product1, .proIndex .product1 img {
    width: 590.5px;
    height: 282px;
}
.proIndex .product2, .proIndex .product2 img {
    width: 590.5px;
    height: 282px;
}
.proIndex .product3, .proIndex .product3 img, .proIndex .product4, .proIndex .product4 img, .proIndex .product5, .proIndex .product5 img{
    width: 387.333px;
    height: 185px;
}
.proIndex .product1, .proIndex .product1 {
    top: 0;
}
.proIndex a h2, .proIndex a h3 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.proIndex a .entitle {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.proIndex a .title {
    color: #fff;
    font-size: 20px;
    margin-top: -5px;
    line-height: 45px;
}
.proIndex a .etitle {
    color: #fff;
    font-size: 23px;
    margin-top: -5px;
    line-height: 45px;
    font-weight: lighter;
}
.proIndex a span {
	font-size: 14px;
    display: inline-block;
    color: #fff;
    border: solid 1px #fff;
    padding: 2px 20px 4px 20px;
    margin-top: 10px;
    transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.proIndex a span:hover{
    color: #cf2842;
    background: #fff;
}

.brandList{
	margin-top: 70px;
	width: 1200px;
    position: relative;
}
.brandList .hd {
    height: 0;
    position: relative;
}
.brandList .hd .prev, .brandList .hd .next {
    background: url(../images/course_icon.png) no-repeat left top;
    display: block;
    width: 35px;
    height: 60px;
    position: absolute;
    left: 0;
    margin-left: -60px;
    top: 84px;
    overflow: hidden;
    cursor: pointer;
}
.brandList .hd .next {
    background-position: -53px 0;
    left: auto;
    margin-left: 0;
    right: 0;
    margin-right: -60px;
}
.brandList .hd .prev {
    background-position: 0 0;
}
.brandList .bd {
    height: 217px;
    overflow: hidden;
    margin: 0 auto;
}
.brandList .bd ul {
    position: relative;
    left: 0;
    height: 217px;
    margin-left: 21px!important;
}
.brandList .bd ul li {
    float: left;
    width: 198px!important;
    height: 215px;
    /*border: 1px solid #d6d6d6;*/
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 24px;
    margin-right: 42px;
}
.brand_txt {
    margin: 0 15px;
}
.brand_ico1 {
    height: 64px;
    width: 64px;
    background: url(../images/brand.png);
    margin: 25px auto;
    display: inline-block;
}
.brandList .tempWrap{ width:1200px !important }

.menu {
    margin-top: 15px;
    background: #fafafa;
    padding: 33px 0px 23px 0px;
    margin-bottom: 35px;
}
.menu_center, .menu_center_en {
    width: 1200px;
    margin: 0 auto;
}
.menu_center ul,.menu_center_en ul {
    margin: 0 auto;
    text-align: center;
}
.menu_center ul li {
	line-height: 18px;
    display: inline-block;
    width: 167px;
    margin-bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.menu_center_en ul li {
	padding: 0 20px;
	/*line-height: 23px;*/
	vertical-align: middle;
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.menu_center ul li:first-child,.menu_center_en ul li:first-child {
    border: none;
}
.menu_center ul li a,.menu_center_en ul li a {
    display: block;
}
.menu_center ul li span,.menu_center_en ul li span {
    display: block;
    font-size: 14px;
    color: #333333;
}
.menu_center ul li span:hover,.menu_center_en ul li span:hover {
    color: #cf2741;
}
.news_page{
	line-height: 26px;
    font-size: 13px;
}
.news_page p{
	font-weight: bold;
}
.news_page p a{
	font-weight:400;
}
.news_page p a:hover{
	color: #cf2741;
}
.contact-info{
	float: left;
    width: 450px;
    border-right: 1px solid #ddd;
}
.contact-info h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-info p {
    font-size: 14px;
    line-height: 35px;
}
/*视频*/
.VideoPage{
	clear: both;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
}
.video-page-content:before{
	content: '';
    display: table;
}
.video-page-content:after{
	content: '';
    display: table;
    clear: both;
}
.video-page-content{
    position: relative;
    /*top: -25px;*/
	/*padding: 30px 25px;*/
	background: #ffffff;
	/*box-shadow: 0px 4px 20px rgba(0,0,0,0.15);*/
	/*padding: 15px 0 0;*/
    max-width: 1227px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.video-center{
    /*padding: 11px 0 40px;*/
}
.videoList ul {
    /*margin-left: -14px;*/
    /*margin-bottom: 40px;*/
}
.videoList ul li {
    float: left;
    width: 385px;
    margin: 0px 12px 24px 12px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    transition: all .2s;
}
.videoList ul li img {
    display: block;
    width: 385px;
    height: 385px;
    transition: all .5s;
    transform: scale(1);
}
.videoList ul li:hover img{
	transform: scale(1.1);
}
.videoList ul li:hover dl{
	/*background: #cf2741;*/
}
.videoList ul li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.3);	
}
.videoList ul li:hover .title h4{
	/*color: #ffffff;*/
}
.videoList ul li .video_zhezhao {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    opacity: 0;
    transition: all .25s;
}
.videoList ul li .video_zhezhao:before{
    content: "";
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    transition: all .25s;
    background: url(../images/video.png);
    background-size: 100px 100px;
    position: absolute;
    transform: scale(1.5);
}
.videoList ul li:hover .video_zhezhao{
	opacity:1;
}
.videoList ul li:hover .video_zhezhao:before{
	transform: scale(1);
}
.videoList ul li:hover .video_btn{
	/*background: url(../images/enter_hover.png) center center no-repeat;*/
}
.videoList ul li .title {
    line-height: 24px;
    padding: 0 40px;
}
.videoList ul li .title h4 {
    padding-top: 12px;
    /*border-top: 1px solid #dcdcdc;*/
    color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
.videoList-rp{
    position: relative;
    /*margin: 15px;*/
    overflow: hidden;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
}
.videoList ul li dl{
    background: #fafafa;
    padding: 10px 20px 20px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
.videoList ul li dl .video_btn{
    width: 36px;
    height: 36px;
    background: url(../images/enter.png) center center no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; 
}
.video-page-content .video-nav {
    font-size: 18px;
    color: #262626;
    margin-top: 50px;
    margin-bottom: 10px;
}
.video_page{
	text-align: center;
	line-height: 26px;
    font-size: 13px;
}
.video_page p{
	font-weight: bold;
}
.video_page p a{
	font-weight:400;
}
.video_page p a:hover{
	color: #cf2741;
}

.product_page{
	text-align: center;
	line-height: 26px;
    font-size: 13px;
}
.product_page p{
	font-weight: bold;
}
.product_page p a{
	font-weight:400;
}
.product_page p a:hover{
	color: #cf2741;
}

.bx-wrapper .bx-controls-direction a {
    transition: 0.5s;
    /* -webkit-transition: 0.5s; */
    -moz-transition: 0.5s;
}
#pic-page {
    text-align: center;
    margin-top: 10px;
}
#pic-page a {
    margin: 0 2px;
}
#pic-page a img {
    width: 40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
    display: inline-block;
}
.bx-wrapper img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    width: 500px;
}
#pic-page a:hover img, #pic-page a.active img {
    border: solid #5280DD 1px;
}
.pic-item {
    width: 1100px;
    height: 133px;
    padding-top: 20px;
    border-top: 1px solid #dbdbdb;
    position: relative;
}
.pic-item a {
    display: block;
    width: 29px;
    height: 58px;
    top: 48px;
    position: absolute;
    overflow: hidden;
}
.prev02 {
	left: 14px;
    background: url(../images/prev.png) left 48% no-repeat;
    background-size: 29px 26px;
}
.next02 {
	right: 14px;
    background: url(../images/next.png) right 48% no-repeat;
    background-size: 29px 26px;
}
.pic-thumb {
    width: 960px;
    height: 115px;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
}
.pic-thumb ul {
    position: absolute;
    height: 115px;
    left: 0;
    top: 0;
}
.pic-thumb ul li {
    display: inline-block;
    height: 109px;
    margin-right: 7px;
    border: solid #ccc 1px;
    cursor: pointer;
    float: left;
    width: 153px;
    text-align: center;
}
.pic-thumb ul li.cur {
    border-color: #cf2741;
}
.pic-thumb ul li img {
	margin: 0 auto;
    vertical-align: top;
    height: 107px;
    width: 151px;
}
.pic-show {
	margin: 0 auto;
    width: 1118px;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
.pic-show ul {
    position: absolute;
    left: 0;
    top: 0;
}
.pic-show ul li {
    width: 1118px;
    /*height: 487px;*/
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
}
.pic-show ul li img {
	margin: 0 auto;
    max-height: 480px;
}
.photo-page-content{
    position: relative;
    /*top: -25px;*/
	padding: 30px 25px;
	/*background: #ffffff;*/
	/*box-shadow: 0px 4px 20px rgba(0,0,0,0.15);*/
	/*padding: 15px 0 0;*/
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/*Course*/
.courseContent {
    margin: 20px auto;
}
#timeline{
    height: 480px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
}
.year {
    height: 390px;
    overflow-y: auto;
    float: left;
    width: 120px;
    margin-top: 40px;
}
#dates {
    width: 100px;
    height: auto;
    float: left;
    margin-top: 0;
    min-height: 390px;
}
#dates li {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
}
#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    transition: all ease-out .7s;
}
#dates a:hover{
    color: #cf2741;
}
.selected {
    margin-top: 0;
}
#dates .selected {
    font-size: 22px;
    color: #cf2741;
}
.year::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.year::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #535353;
}
.year::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
#issues li {
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 973px;
    height: 480px;
    overflow-y: auto;
}
#issues {
    height: 400px;
    overflow: hidden;
    background: rgba(204, 204, 204, 0.4);
}
.courseContent #next {
    bottom: 0;
    background-image: url(../images/course_next.png);
}
.courseContent #prev {
    top: 0;
    background-image: url(../images/course_prev.png);
}
.courseContent #next, .courseContent #prev {
    position: absolute;
    left: 1%;
    font-size: 70px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
.course-list{
	padding: 29px;
}
.course-item {
    vertical-align: middle;
    padding: 20px 0;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 20px;
}
.course-item-con {
    width: auto;
    overflow: hidden;
}
.course-item-con h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
    color: #cf2741;
}
.course-item-con p, .course-item-con h1 {
    transition: all ease-out .7s;
}
.course-item-con p {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #333 !important;
}
.lang{
    margin: 6px 0 0px 6px;
    padding: 10px 0px 11px 15px;
    position: relative;
}
.lang a{
	color: #ffffff;
}
.lang a:hover{
	color: #d6d6d6;
}
