/*
Theme Name: Meipaly
Theme URI: http://layerdrops.com/
Author: Layerdrops
Author URI: http://layerdrops.com/
Description: Meipaly - Fine One Page Parallax HTML5 Responsive Template
Version: 1.0
License:
License URI:
*/

/*=======================================================================
[Table of contents]
=========================================================================

1. Font Settings
2. Typography Settings
3. Section Title Settings
4. Button Settings
5. Section Settings
*/

/*------------------------------------------------------------------------------
/ 1. Font Settings
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

body, html{
    margin: 0;
    padding: 0;
}
body{
    line-height: 32px;
    color: #818181;
    letter-spacing: 0.64px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 h6{
    color: #000000;
    font-weight: 400;
    margin: 0 0 15px;
}
a{
    color: #000;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
a:focus{
    color: #fff;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-right: 0;
}

/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/
.common_btn{
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn span {
    position: relative;
    z-index: 2;
}
.common_btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.common_btn:hover:after{
    width: 100%;
}
.common_btn:hover{
    color: #000;
}
.common_btn.red_bg{
    padding: 28px 40.5px;
}
.common_btn.red_bg:after{
    background: #e62b4a;
}
.common_btn.red_bg:hover:after{
    width: 100%;
}
.common_btn.red_bg:hover{
    color: #fff;
}

/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/
.commonSection{
    padding: 120px 0;
    position: relative;
}
.commonSection .container{
    position: relative;
    z-index: 2;
}
.grays{
    background: #f5f6fa;
}
.sub_title{
    font-size: 48px;
    line-height: .8;
    font-weight: bold;
    color: #444;
    letter-spacing: 1.2px;
    text-transform: uppercase; margin:0;
}
.sec_title{
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    color: #666;
    letter-spacing: 1px;
    margin: 0 0 20px;
}
.red_color{
    color: #e62b4a;
}
.white{
    color: #ffffff;
}
.sec_desc{
    margin: 0 0 20px;
}
.color_aaa{
    color: #aaaaaa;
}
.m-t-45{
    margin-top: 45px;
}
.PL_79{
    padding-left: 79px;
}
.ab_img1 img{
    max-height: 600px;
}
.bk-1::after{
    content: '';
    position: absolute;
    left: -40px;
    top: -40px;
    display: block;
    width: 250px;
    height: 500px;
    background-color: #8c1e27;
    z-index: -1;
}
.m-t-30{
    margin-top: 30px;
}
.sub_title{
    position: relative;
}
/* .sub_title::after{
    display: block;
    content: '';
    position: absolute;
    bottom: -9px;
    left: 220px;
    width: 56px;
    height: 10px;
    background: url(../images/home_1/icon.png) center center no-repeat;
} */
.sub_title span{
    vertical-align: sub;
}
.sub_title img{
  width: auto!important;
  display: inline!important;
}
.p-l-50{
    padding-left:80px ;
}

.project-block-two-01{
    position: relative;
    padding-top: 40px;
    transition: all 300ms ease;
}
.project-block-two-01 .image-box {
    position: relative;
    z-index: 99;
    -webkit-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 4px 30px 0px rgba(0, 0, 0, 0.3);
}
.project-block-two-01 .info-box{
    background-color: #8c1e27;
    width: 250px;
    height: 550px;
    position: absolute;
    right: 0px;
    top: -5%;
    opacity: 1;
    visibility: initial;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.full-left{
    float: left;
}
.new_pro{
    padding: 100px 0;
}
.pro-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.pro-item img{
    transition: all ease-in-out .3s; width:100%; height:auto;
}
.pro-item .textbox{
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0px 35px 20px;
    left: 0 ;
    bottom: 0;
    z-index: 99;
}
.pro-item .textbox h4{
    color: #fff;
    font-size: 28px;
}
.pro-item .textbox h4 span{
    color: #fff;
    font-size: 18px;
}
.pro-item .textbox h4 img{ width:46px; height:auto;}
.pro-item::after{
    width: 100%;
    content: '';
    height: 100%;
    background-color: #000;
    opacity: .5;
    position: absolute;
    transition: ease-in-out .3s;
    top: 0;
    left: -100%;
}
.pro-item:hover::after{
    left: 0;
}
.pro-item:hover .imgbox img{
    transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -webkit-transition: all 0.4s ease-out;
}
.pro-row{ padding: 0 5px!important;}
.bk-2::after {
    content: '';
    position: absolute;
    right: -40px;;
    top: 0px;
    display: block;
    width: 250px;
    height: 500px;
    background-color: #8c1e27;
    z-index: -1;
}
.new-text{
    padding:10px 20px; height:116px; overflow:hidden;
    background-color: #efefef;
    margin:0 0 30px;
}
.new-text p{ line-height:24px; }
.p-r-50{
    padding-right: 50px;
}
.new_blogs{
    margin-bottom: 100px;
}
.new-foot{
    padding: 100px 0;
}
.m-b-100{
    margin-bottom: 50px;
}
.f-n-lv-1{
    padding: 0;
    margin: 0;
}
.f-n-lv-1 li{
    width: 16.65%;
    float: left;
}
.f-n-lv-1 li a{
    font-weight: 700;
    color: rgb(37, 37, 37);
    font-size: 18px;
}
.f-n-lv-2{
    margin: 0;
    padding: 0;
}
.f-n-lv-2 li{
   float: none;
   width: 100%;
}
.f-n-lv-2 li a{
    font-weight: 400;
    color: #88888a;
    font-size: 16px;
}
.footR{ position:relative;}

.dingyuehaobox, .douyinbox, .fuwuhaobox, .hongbox{ z-index:11111; position:absolute; top:120px; left:0px; display:none; width:150px;  }
.dingyuehaobox img, .douyinbox img, .fuwuhaobox img, .hongbox img{ width:150px; height:auto;}
.dingyuehaobox{ left:50px;}
.fuwuhaobox{ left:0px; width:320px;}
.douyinbox{ left:35px;}
.hongbox{ left:100px;}

.foot-copn h5 a{
    font-weight: 700;
    color: rgb(37, 37, 37);
    font-size: 18px;
}
.popUp_social-02{
    padding: 30px 0;
}
.popUp_social-02 ul{
   margin: 0 ;
   padding: 0;
   overflow: hidden;
}
.popUp_social-02 ul li{
    list-style: none;
    float: left;
    margin-right: 24px;
}
.popUp_social-02 ul li a i{
    font-size: 36px;
    color: #878789;
}
.address p{ margin-bottom:0px;}
.address span{
   font-size: 14px; color:#999;
}
.po-r{
    position: relative;
}
.copy{
    position: absolute;
    bottom: 0;
    left: 15px;
}
.n-banner img{
   width: 100%;
   max-width: 100%;
   height: auto;
}
.header_011{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 5;
    background: transparent;
    padding: 25px 0px 0px 0px;
}
.bk-3{
    background-color: #fff;
    /* border-radius: 7px; */
    padding-top: 25px;
}
.l-nav-box{
    padding: 50px 20px 60px 35px;
    background-color: #e2e2e2;
}
.main{
    padding: 80px 0px 0px;
}
.l-nav-list{ padding-left:0; }
.l-nav-list li{ margin:10px 0px; line-height:20px; font-size:14px; padding-left: 12px;}
.l-nav-list li a{ color:#333;}
.l-nav-list li span{ font-size:12px;}

.l-nav-list li.active{ border-left:5px solid #8c1e27; padding-left:10px; }
.l-nav-box{
    position: relative;
}
.l-title{
    padding: 10px 20px;
    background-color: #8c1e27;
    color: #fff;
    position: absolute;
    transform: rotate(-90deg);
    left: -75px;
    top: 83px;
}
.l-nav-box h4{
    position: relative; font-size:16px;
}
.l-nav-box h4 span{ font-size:14px;}
.l-nav-box h4::after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgb(83, 83, 83);
    position: absolute;
    right: -5px;
    bottom: 22px;
}
.l-nav-box h4.active{
    position: relative; color:#8c1e27;
}
.l-nav-box h4.active a{ color:#8c1e27;}
.l-nav-box h4.active::after{
    background-color: #8c1e27;
}
.bk-5::after{
    content: '';
    position: absolute;
    left: 40px;
    bottom: -40px;
    display: block;
    width: 200px;
    height: 400px;
    background-color: #8c1e27;
    z-index: -1;
}
.bk-6::after{
    content: '';
    position: absolute;
    right: -30px;
    top: -40px;
    display: block;
    width: 200px;
    height: 450px;
    background-color: #8c1e27;
    z-index: -1; 
}
.new-pro-item{
    position: relative;
}
.p-l-150{
    padding-left: 80px;
}

.about0 .pr_img img{ float:right; max-height:600px;}
.pr_img img{
   max-width: 100%; 
}
.p-l-30{
    padding-left: 30px;
}
.new-f{
    font-size: 34px!important;
    font-weight: 700!important;
}
.new-pro-item{
    margin-bottom: 150px;
}
.t-rig{
    text-align: right;
}
/* 第二种按钮样式 */
.trans-fast, .trans-fast:hover {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;}
    .trans, .trans:hover {
        -webkit-transition: all 100ms ease-in-out;
        -moz-transition: all 100ms ease-in-out;
        -o-transition: all 100ms ease-in-out;
        transition: all 100ms ease-in-out;
        -ms-transition: all 100ms ease-in-out;
    }
    .w1200{
        width: 1300px;
        margin: 0 auto;
    }
.menu-handler .burger {width:21px;height:2px;background:#000;display:block;position:absolute;z-index:5;top:29px;left:50%;margin:0px 0px 0px -12px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center;}
.menu-handler .burger-2 {top:38px;}
.menu-handler .burger-3 {top:47px;}
.menu-handler.active .burger-1 {top:37px;-moz-transform:rotate(225deg);-webkit-transform:rotate(225deg);-o-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);}
.menu-handler.active .burger-2 {ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:100%;}
.menu-handler.active .burger-3 {top:37px;moz-transform:rotate(-225deg);-webkit-transform:rotate(-225deg);-o-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);}
/* 第二种弹出菜单样式 */
.menuBox {position:fixed;top:120px;right:-100%;overflow:scroll;width:100%;bottom:0px;background-color:rgba(255,255,255,0.95);z-index:9999;}
.menuBox .container { margin:0px auto;}
.menu_top {width:100%;float:left; padding-top:50px;}
.menu_top a {display:inline-block;margin-right:44px;padding-left:67px;line-height:22px;font-size:14px;color:#282828;position:relative;transition:all 0.3s;-webkit-transition:all 0.3s;}
.menu_top a:before {display:block;width:52px;height:1px;content:'';display:block;position:absolute;left:0;top:48%;background-color:#282828;transition:all 0.3s;-webkit-transition:all 0.3s;}
.menu_top a:hover {padding-left:60px;margin-right:51px;}
.menu_top a:hover:before {width:45px;}
.menuBox .container>ul {width:100%;float:left; padding:0; margin-top:50px;}
.menuBox .container>ul li.hide {display:none;}
.menuBox .container>ul li {float:left;margin-right:6%;}
.menuBox .container>ul li>p {display:block;font-size:24px;line-height:25px;margin-bottom:40px;padding-left:0;}
.menuBox .container>ul li>p a {color:#282828;}
.menuBox .container>ul li>p span {font-size:18px;font-family:'Century Gothic';}
.menu_list {display:block;overflow:hidden}
.menu_li_c>div a {font-size:14px;color:#666;margin-left:44px;display:block;line-height:28px;}
.menu_li_c>p a em {display:inline-block;width:0px;height:1px;background-color:#666666;margin-right:3px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.menu_li_c>p a {display:block;font-size:16px;line-height:29px;color:#666666;padding-left:20px;}
.menu_li_h>div {display:none;}

.menuBox .w1200>ul li>p a:hover, .menu_li_c>p a:hover, .menu_top a:hover, .menu_li_c>div a:hover {
    color: #8c1e27;
}
.menu_li_c>p a:hover, .menu_top a:hover, .menu_li_c>div a:hover {
    color: #8c1e27;
}
.menu_li_c>p a:hover em {
    width: 12px;
}
.menu-handler {
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: transparent;
    position: absolute;
    z-index: 68;
}
.newact{
    background-color: rgba(255,255,255,0.95)!important;
}
.new_ab{
    padding-bottom: 50px;
}
.newact2{
    background-color: rgba(255,255,255,0.95)!important;
    position: fixed!important;
    padding-top: 0!important;

}
.newact2 .bk-3{
    background: none;
}
.n-banner{ position:relative;}
.n-banner .videoWrap{ margin-bottom:0;}
.new_banner_text_box{
    position: absolute;
    width: 100%;
    bottom: 50px;
}
.new_banner_text_box .sec_title{ margin-bottom:10px;}
.new_text_show_box .sec_title{
    color: #fff; font-size:20px; line-height:40px;
}
.new_text_show_box .sub_title{
    color: #fff; font-size: 42px!important;
}
.new_text_show_box .sec_desc {
    color: #fff; font-size:16px; line-height:24px;
}
.list{ margin-top:-30%;}

.list .new_text_show_box .sec_title{
    color: #fff; font-size:72px !important; text-align:center; margin-bottom:10px; line-height:72px; height:72px;
}
.list .new_text_show_box .sub_title{
    color: #fff;
    font-size: 42px!important; text-align:center;
}
.new_text_show_box2{ width:60%; background:rgba(0,0,0,0.35); padding:30px;}
.new_banner_text_box .new_text_show_box2 .sec_title{
    color: #fff; font-size:36px !important; font-weight: 700!important;
}
.new_banner_text_box .new_text_show_box2 .sub_title{
    color: #fff;
    font-size: 24px!important; margin:10px 0px 15px; font-weight: 400;
}
.new_banner_text_box .new_text_show_box2 p{ color:#fff; font-size:16px; line-height:28px;}
.js-m2 {
    opacity: 0;
    transform: translateY(30px);
    transition-property: transform opacity;
    transition-duration: .8s;
    transition-timing-function: ease;
}

.js-m.animate, .js-m2.animate, .js-to-left.animate, .js-to-right.animate, .js-opacity.animate {
    opacity: 1;
    transform: translate(0, 0);
}
.v-hide{
    visibility: hidden;
}




.pro-list0{}
.pro_top0{ position:relative; width:100%;}
.pro_top0 img{ width:100%; height:auto;}
.pro_top0 .pro_info{ width:550px; padding:50px; background:#8c1e27; position:absolute; bottom:-50px; left:0px;}
.pro_top0 .pro_info h2{ display:block; line-height:30px; font-size:30px; color:#fff; border-bottom:1px solid #fff; border-left:1px solid #fff; padding:0 0 10px 10px; margin:0px;}
.pro_top0 .pro_info h3{ display:block; line-height:30px; font-size:20px; color:#fff; border-left:1px solid #fff; padding:5px 0 0px 10px; margin:0px;}
.pro_top0 .pro_info p{ color:#fff; line-height:24px; font-size:14px; margin-top:10px;}

.pro_list0{ margin-top:100px;}
.pro_list0 .pro-item .imgbox{ overflow:hidden;}
.pro_list0 .pro-item .imgbox img{ width:100%; height:auto; }

.en{ text-transform:uppercase;}

.pro-list{}
.pro-list h2.title{ font-size:32px; text-align:center;}
.pro_top{ position:relative; width:100%;}
.pro_top img{ width:100%; height:auto;}
.pro_top .pro_info{ width:500px; padding:50px; background:#ededed; position:absolute; top:0px; right:0px;}
.pro_top .pro_info h2{ line-height:30px; font-size:30px; color:#000;}
.pro_top .pro_info h3{ line-height:30px; font-size:20px; color:#000;}
.pro_top .pro_info p{ color:#333; line-height:24px; font-size:14px; margin-top:10px;}

.pro_list{ margin-top:100px; margin-left:-15px; margin-right:-15px;}
.pro_list .col-md-4{ margin-bottom:20px;}
.pro_list .pro-img{}
.pro_list .pro-img img{ width:100%; height:auto; }
.pro_list a .pro-text{ background:#e3e3e3; padding:20px; color:#888;} 
.pro_list a:hover .pro-text{ color:#000;}
.pro_list .pro-text h2{ font-size:18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height:20px; height:20px;}
.pro_list .pro-text h2 .en{ display:inline-block; font-size:15px; text-transform:capitalize !important;}
.pro_list .pro-text p{ font-size:14px; padding:0px; height:20px; line-height:20px; overflow:hidden;}
.pro_list .pro-text p span{ float:right;}

.pro-info{ margin-left:30px;}
.pro-info h2{ margin:0px; border-bottom:2px solid #999; font-size:32px; font-weight:bold; line-height:50px; padding:50px 0; }
.pro-info h2 span{ font-size:18px; font-weight:normal; display:block; text-transform:capitalize !important;}
.pro-info p{ margin:0px; padding-top:20px; font-size:16px; font-weight:bold; line-height:50px; color:#333; }
.pro-info h3 a{ margin-top:10px; color:#000;}

.pro-canshu{ margin-top:50px;}
.pro-canshu h2{}
.pro-canshu .canshulist{}
.pro-canshu .canshulist li{ width:50%; float:left; font-size:16px; color:#000;}
.pro-canshu .canshulist li span{ width:30%; display:inline-block; color:#666;}
.proimg{ width:100%; height:auto;}
.pro-xiangqing{ margin-top:50px;}
.pro-xiangqing img{ max-width:100%; height:auto !important;}
.gushi{ margin:50px 15px 0; padding:30px; background:#f7f7f7;}
.gushi img{ max-width:100%; height:auto !important;}

.about{}
.about0, .about1, .about2{ padding:50px 0px;}
.about1 .bk-5::after{ display:none;}
.about1 .info{ margin-top:150px;}

/**********发展历程**********/
.about_tit{line-height: 1;font-size: 36px;font-weight: 600;color: #332e3a;}
.about_tit a{display: inline-block;}
.about_tit .t{font-size: 48px;font-weight: normal;padding-bottom: 20px;display: block;}
.about_tit .more{float: right;margin-top: 30px;}
.about .part3{padding: 80px 0px; background:url(history_bg.png) no-repeat center #fafafa;  }
.about .part3 .about_tit{ text-align:center;}
.about .part3 p.info{ width:1300px; margin:0px auto; font-size:16px; text-align:center; }

.course-wrap{
	padding-top: 32px;
	padding-bottom: 40px;
	transition: normal;
}
.course-wrap p.f48{
	font-size: 42px;
	line-height: 50px;
	color: #035cac;
}
.course-wrap span.f14{
	display: block;
	width: 100%;
	line-height: 26px;
}
.course-wrap .course-list{
	margin-top: 30px;
	width: 100%;
	position: relative;
}
.course-wrap .course-list .ovh{
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(bg_12.png) repeat-x left center;
}

.course-wrap .course-list li.odd{
	margin-top: 0;
}
.course-wrap .course-list .butn{
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
.course-wrap .course-list .prev{
	background: url(ico_40.png) no-repeat center top;
	left: 0;
}
.course-wrap .course-list .next{
	background: url(ico_39.png) no-repeat center top;
	right: 0;
}
.course-wrap .course-list .butn:hover{
	background-position: center bottom;
}


.course-wrap .course-list li{
	font-size: 16px; float:left;
	color:#333333;
	line-height: 25px;
	width: 350px;
	/*padding-top: 11px;*/
	position: relative;
	top: 13px;
	padding-left: 18px;
	padding-top:90px; margin-right: -150px;
	box-sizing: border-box;
}
.course-wrap .course-list li:hover:before{
	background:#8c1e27;
	transition:.5s ease-in-out;
}
.course-wrap .course-list li:before{
	height: 105px;
	position: absolute;transition:.5s ease-in-out;
	content:"";
	width: 2px;
	left:0;
	top:0;
	background:#dddddd;
}
.course-wrap .course-list li:hover .g0:after{
	transition:.5s ease-in-out;
	background:#8c1e27;

}
.course-wrap .course-list li .g0{
	font-size: 20px;
	font-family: "Titillium";
	color:#8c1e27;
	position: relative;
	margin-bottom: 15px;transition:.5s ease-in-out;

}
.course-wrap .course-list li:hover .g0{
	font-size: 28px;transition:.5s ease-in-out;
}

.course-wrap .course-list li .g0:after{
	position: absolute;
	height: 10px;
	width: 10px;
	border: 2px solid #8c1e27;
	content:"";
	left: -22px;
	top:0px;transition:.5s ease-in-out;
	bottom:0;
	margin: auto;
	box-sizing: border-box;
	border-radius: 50%;
}
.course-wrap{
	overflow:hidden;
}
.course-wrap .course-list .prev{
	left: 2.5%;
}
.course-wrap .course-list .next{
	right: 2.5%;
}
.course-wrap .course-list li.odd{
	padding-top: 0;
	top: -30px;
}
.course-wrap .course-list li.odd:before{
	top:16px;
	height: 100%;
}
.course-wrap .course-list .ovh{
	overflow:visible;
}
.course-wrap .course-list li .p p{
	position: relative;
	padding-left: 10px; font-size:14px; line-height:20px; padding-bottom:5px;
	box-sizing: border-box;
}
.course-wrap .course-list li .p p:after{
	content:"";
	position: absolute;
	width:5px;
	height: 5px;
	border-radius: 50%;
	background:#8c1e27;
    left: 0;
    top: 7px;
}
.course-wrap .course-list .butn{
	margin-top: -16px;
}
.course-wrap .course-list{
	    background: url(bg_12.png) repeat-x left center;
}
.course-wrap .course-list .ovh{
	width: 87%;
	margin:0 auto;
    background: transparent;

}
.course-wrap .course-list .butn{
	z-index: 5;
}

	  
	  

/*新闻详细*/
.channel_content{min-height:300px; background:#f7f7f7;}
.l{ float:left;}
.r{ float:right;}
.news_detail{background:#f0f0f0;padding:30px 0px; }
.news_detail .detail_l{width:70.3399%;}
.news_detail .l_box{background:#fff;padding:6%;}
.news_detail .news_title{font-size:24px; font-weight:bold; color:#000; line-height:30px; margin-bottom: 10px;}
.news_detail .l_tools{margin-bottom:10px;line-height:20px;}
.news_detail .l_tools span{display:inline-block;*display:inline;*zoom:1;font-size:13px;color:#999;}
.news_detail .news_time{margin-right: 20px;}
.news_detail .switcher .title{display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;}
.news_detail .news_text { font-size:15px; color:#666; line-height:24px;}
.news_detail .news_text h3{ font-size:24px; font-weight:500; line-height:30px; margin:10px 0;}
.news_detail .news_text h4{ font-size:18px; font-weight:bold; line-height:30px; margin:10px 0;}
.news_detail .news_text h5{ font-size:16px; font-weight:bold; line-height:30px; margin:10px 0;}
.news_detail .news_text p{ padding:10px 0px; line-height:24px; font-size:15px; margin:0;}
.news_detail .news_text img{ max-width:100%; height:auto !important; }
.news_detail .news_text video{ width:100% !important; height:auto !important;}

.news_detail .detail_r{width:28%;}
.news_detail .detail_r .arr_box{background:#fff;padding:8%;margin-bottom:14px;color:#666;display:block;}
.news_detail .detail_r .arr_title{font-size:16px;color:#000;margin-bottom:10px;}
.news_detail .detail_r .arr_news_title{font-size:16px; color:#333; font-weight:bold; line-height:24px;}
.news_detail .detail_r .arr_time{font-size:13px;display:block;}
.news_detail .detail_r .arr_box:hover{color:#fff;background:#8c1e27;}
.news_detail .detail_r .arr_box:hover .arr_title, .news_detail .detail_r .arr_box:hover .arr_news_title{color:#fff;}

.news_detail .detail_r .share_box{background:#fff;padding:8%;}
.news_detail .detail_r .share_title{font-size:18px;color:#000;margin-bottom:10px;}
.news_detail .detail_r .black_list{width:100%;height:42px;line-height:42px; padding:0px; background:#8c1e27;text-align:center;font-size:18px;color:#fff;display:block;}
.news_detail .newdetail_share{padding:10px 0px;}
.news_detail .newdetail_share a{width:40px;height:40px;display:inline-block;cursor:pointer;text-align:center;border:1px solid #999;line-height:40px;border-radius:50%;background:none;padding:0;margin:0;margin-right: 10px;font-size:20px;color:#999;}


/*news_detail end*/	 

.news-item{ margin-bottom:30px;}
.news-item .news-img img{ width:100%; height:auto;}
.news-item a .news-text{ padding:10px 20px 20px; background-color: #efefef; color:#333; }
.news-item a .news-text time{ color:#999;}
.news-item a .news-text p{ margin: 0; line-height:24px; height:48px; overflow:hidden;}
.news-item a:hover .news-text, .news-item a:hover .news-text time{ color:#000;}

.xc_nav ul{overflow:hidden; margin-bottom:0px; padding:0px;}
.xc_nav li{float:left; height:55px;position:relative; color:#000; font-size:16px; font-weight:600;}
.xc_nav li a{ display:block; padding:0 10px;line-height:55px; height:54px; margin:0px 20px;}
.xc_nav li:first-child a{ margin-left:0px;}
.xc_nav li:hover a, .xc_nav li.cur a{ color:#8c1e27; border-bottom:1px solid #8c1e27;}
.xc_nav li:after{content:"";width:1px;height:12px;background:#dddddd;display:block;position:absolute;right:-0.5px;top:50%;margin-top:-6px;}
.xc_nav li:last-child:after{display:none;}

.caseList{ padding-bottom:50px;}
.case-item{ margin-bottom:30px;}
.case-item .case-img img{ width:100%; height:220px;}
.case-item a .case-text{ padding:0px 20px; background-color: #fff; font-size:16px; font-weight:600; text-align:center; color:#333; height:50px; line-height:50px; overflow:hidden;}
.case-item a:hover .case-text{ color:#000;}
	  
.contact, .mendian{ padding-bottom:80px;}
.contact .con-left h2{ font-size:24px;}
.contact .con-left h4{ font-size:36px; background:#8c1e27; color:#fff; padding:10px 20px; width:auto !important; display:block;}

.contact .con-right{ text-align:center;}

.linggan-item{ margin-bottom:100px;}
.sheji-info{ padding:50px 0px;}
.sheji-info h4{ color:#666; font-weight:600; font-size:20px;}

.clear, .clearfix, .fix{*zoom:1; *clear:both;}
.fix:before, .fix:after{ display:table; clear:both; content:"";}
.shenghuo-item{ position:relative; margin-bottom:50px;}
.shenghuo-item .shenghuobox{ position:absolute; left:15px; top:0px;}
.shenghuo-item .shenghuobox h2{ font-size:72px;}
.shenghuoList li{ list-style:none;}
.shenghuoList li img{ width:100%; height:auto;}
.shenghuoList li:nth-child(1){ margin-top:200px;}
.shenghuoList li:nth-child(2){ margin-top:100px;}

.ziran-info{ padding-top:150px;}
.ziran-info h4{ color:#666; font-weight:600; font-size:20px; line-height:30px;}

@media screen and (max-width:768px){
	.news_detail .detail_l,.news_detail .detail_r{width:100%;}
	.news_detail .detail_r{ margin-top:10px;}
	.news_detail .news_title{font-size:20px; margin-bottom:5px; line-height:30px;}
	.news_detail .l_tools{margin-bottom:10px;}
	.news_detail .news_text { font-size:14px; line-height:24px;}
	.news_detail .news_text p{ font-size:14px; line-height:1.7; padding:6px 0px;}
	.news_detail .news_text h2{ font-size:20px;}
	.news_detail .news_text h3{ font-size:15px;}
	
	.news_detail .detail_r .arr_box{ padding:20px; margin-bottom:10px;}
	.news_detail .detail_r .arr_title{ margin-bottom:5px;}
	.news_detail .detail_r .arr_time{ padding-top:0px;}
	
	.news_detail .l_box{ padding:15px;}
	
	.xc_nav li a{ padding:0 5px; margin:0 10px;}
	
}
.videoList {
	width:100%;
}
.videoList .row{ margin:0px;}
.videoList h2.videoTit a{ color:#000; line-height:50px; }
.videoList h2.videoTit a span{ float:right; font-size:15px; color:#999;}
.videoList li {
	width: 30%; margin-right:5%; list-style:none;
	margin-bottom: 20px;
	float:left;
}
.videoList li:nth-child(3n) { margin-right:0; }
.videoList li figure {
	position: relative;
}
.videoList li figure img {
	width: 100%;
	display: block;
	height: auto;
}
.videoList li figure:after {
	position: absolute;
	z-index: 1;
	background: rgba(23, 86, 157, 0.6);
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	top: 0;
	left: 0;
	opacity: 0;
}
.videoList li:hover figure:after {
	opacity: 1;
}
.videoList li span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}
.videoList li figure span {
	width: 60px;
	height: 60px;
	opacity: 0;
	z-index: 2;
 transition:all .4s ease-in-out 0.3s;
 -webkit-transition:all .4s ease-in-out 0.3s;
 -moz-transition:all .4s ease-in-out 0.3s;
 -ms-transition:all .4s ease-in-out 0.3s;
 -o-transition:all .4s ease-in-out 0.3s;
}
.videoList li figure span:after {
	border: 20px solid transparent;
	border-left-color: #fff;
	margin-top: -20px;
	margin-left: -3px;
}
.videoList li:hover figure span {
	opacity: 1;
}
.videoList li p {
	font-size: 15px;
	line-height: 40px; height:40px; overflow:hidden;
	color:#222;
	font-weight:bold;
	text-align:center;
}
.videoList li:hover {
	border-bottom-color: #006600;
}

.page{ text-align:center;}

.shijing{ padding:50px 0px;}
.shijing .l_box{ background:#fff; padding:50px;}
.shijing .news_title{ font-size:28px; font-weight:bold; line-height:50px; text-align:center; color:#000;}
.shijing .news_text h4{ font-size:18px; color:#8c1e27; font-weight:600; line-height:28px;}
.shijing .news_text p{ color:#555;}
.shijing .news_text img{ max-width:100%; height:auto !important;}

.shijing .box{ margin-bottom:30px; margin-top:30px;}
.shijing .boxr{ width:45%; float:left;}
.shijing .boxl{ width:50%; float:left; padding-top:50px; padding-right:10%;}
.shijing .boxl p{ padding:20px 0px;}
.shijing .jiegouList{ padding:20px 0; }
.shijing .jiegouList ul{ margin:0px; padding:0px;}
.shijing .jiegouList li{ width:33.33333%; background:#fff; float:left; list-style:none;}
.shijing .jiegouList li img{ width:60%; height:auto; float:left;}
.shijing .jiegouList li .info{ width:40%; padding:20px 5%; float:left;}

.zhaomu-title{ margin-bottom:50px;}
.zhaomu-title h2{ font-size:48px; text-align:center;}
.zhaomu-title h4{ font-size:30px; text-align:center;}
.zhaomu-title h2 span, .zhaomu-title h4 span{ color:#8c1e27;}
.zhaomu-title h4:after{ content:""; display:block; width:48px; height:2px; margin:16px auto 0; background:#8c1e27;}

.zhaomu-item { margin-top:20px;}
.zhaomu-item h4{ font-size:18px; font-weight:600; color:#8c1e27; text-align:left;}
.zhaomu-item h4.sub_title{ font-size:34px; color:#0a0a0a;}
.mt150{ margin-top:150px;}
.xingneng{ padding:50px 15px 0px;}
.xingneng img{ width:100%; height:auto;}

.kaoca-item{ margin-top:20px; }
.kaoca-item img{ width:100%; height:auto;}
.kaoca-item p{ font-size:15px; line-height:24px; padding:5px 0px; color:#444;}

.mt80{ margin-top:80px !important;}
.mt30{ margin-top:30px !important;}


@media (max-width:1440px){
.new_banner_text_box .new_text_show_box2 .sec_title{ font-size:32px !important;}
.new_banner_text_box .new_text_show_box2 .sub_title{ font-size:20px !important;}	
.new_banner_text_box .new_text_show_box2 p{ font-size:15px; line-height:1.7;}
.case-item a .case-text{ font-size:15px; line-height:45px; height:45px;}
.news_detail .detail_r .black_list{ font-size:16px; height:36px; line-height:36px;}
.about_tit .t{ font-size:40px; padding-bottom:15px;}
.zhaomu-title h2{ font-size:42px;}
.zhaomu-title h4{ font-size:24px;}
}


@media (max-width:1300px){
.p-l-150{ padding-left:50px;}
.bk-1::after{ left:-30px; top:-30px; height:400px;}
.bk-5::after{ left:15px; bottom:-30px;}
.bk-6::after{ right:-10px; top:-30px; }
.l-nav-box{ padding: 30px 15px 50px 25px;}
.gushi{ padding:30px;}




}












form li,.submit input[type="submit"]{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}
.message{ padding:80px 0; background:#eaeaea; }
.message ul{ margin:0; padding:0;}
.message form {
   padding: 0% 15%;
}
.message form li.first,.message li.second{
  border:none;
  list-style:none;
  margin-bottom:10px;
  width:100%;
}
.message .icon,.message .icon2  {
  height:55px;
  width:55px;
  display: block;
  float: left;
  border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  border-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
}
.message .user {
    background: url(../images/icons.png) no-repeat 14px 15px #555;
}
.message .address{
  background:url(../images/address.png) center center no-repeat #555;
}
.message .phone{
  background: url(../images/icons.png) no-repeat 15px -93px #555;
}
.message .msg{
  background: url(../images/msg.png) no-repeat 16px 16px #555;
}
.message li.first:hover .user{
     background: url(../images/icons.png) no-repeat 14px 15px #8c1e27;
}
.message li.first:hover .address{
  background:url(../images/address.png) center center no-repeat #8c1e27;
}
.message li.first:hover .phone{
  background: url(../images/icons.png) no-repeat 15px -93px #8c1e27;
}
.message li.second:hover .msg {
  background: url(../images/msg.png) no-repeat 16px 16px #8c1e27;
}
/*-----*/
.message input[type="text"],.message form textarea {
  width:-webkit-calc(100% - 55px); 
  width:-moz-calc(100% - 55px); 
  width:calc(100% - 55px); 
  padding: 10px;
  color: #858282;
  font-size: 16px; height:55px; line-height:55px;
  outline: none;
  background: #fff;
  font-weight: 500;
  border: none;
  border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  border-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-right-radius: 0.3em;
  }
.message form textarea {
  resize: none;
  height: 140px;
}
.message input[type="submit"]{
  font-size: 18px; margin-left:35%;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  padding: 10px 10px;
  width: 30%;
  border: 2px solid #8c1e27;
  background: #8c1e27;
  border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
.message input[type="submit"]:hover{
-webkit-transform: rotate(4deg);
  transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
}
.message li.lost {
  margin-bottom: 21px;
}
.mob{ display:none;}
/*-----start-responsive-design------*/
@media (max-width:1440px){
.message input[type="submit"]{ margin-right:1.85em; }
.pro-info h2{ border-left:none; padding: 50px 0px;}
.pro-info p{ padding-left:0px; border-left:none;}
.proD_top .col-md-5{ width:-webkit-calc(100% - 640px); width:-moz-calc(100% - 640px); width:calc(100% - 640px);  float:right;}
}
@media (max-width: 1280px) {
.proD_top .col-md-5{ width:-webkit-calc(100% - 550px); width:-moz-calc(100% - 550px); width:calc(100% - 550px);  float:right;}
.pro-info h2{ padding:30px 0px;}
}
@media (max-width:1200px){
.message input[type="submit"]{ margin-right: 1.6em; }
.new_text_show_box .sub_title{ font-size:32px !important;}
.new_text_show_box .sec_title{ font-size:18px; line-height:30px; margin-bottom:5px;}
.new_text_show_box .sec_desc{ font-size:15px; line-height:22px;}
.new_banner_text_box .col-md-5{ width:50%;}

.main{ padding:50px 0px 0px;}
.l-title{ display:none;}
.l-nav-box{ padding:15px;}
.l-nav-box h4{ font-size:16px;}
.l-nav-box h4::after{ bottom:5px; right:-5px;}

.l-nav-list li{ margin:8px 0; font-size:13px; line-height:20px; padding-left:10px;}
.l-nav-list li span{ font-size:11px; line-height:18px;}

.p-l-150{ padding-left:50px;}
.p-l-30{ padding-left:15px;}
.new-f{ font-size:28px !important;}
.proD_top .col-md-5{ width:-webkit-calc(100% - 510px); width:-moz-calc(100% - 510px); width:calc(100% - 510px);}


.pro-info h2{ font-size:28px; padding:10px 0;}
.pro-info p{ font-size:15px; line-height:40px;}
}







 
}
@media (max-width: 768px) {

  
  

	
}

.installApp{
    width: 100%; margin-top:50px;
}
    .appCont{
        width: 1300px;
        margin: 0 auto;background:#e6e1d7; padding:80px 0px;
    }
    .appCont .item-left{
        float: left; width:47%; text-align:center;
    }
    .appCont .item-right{
        float: right;
        width: 53%;
    }
    .appCont .item-right .logoyg{
        position: relative;
        height: 100px;
    }
    .appCont .item-right .logoyg p{
        float: left;
        margin: 0 24px;
        line-height: 100px;
        font-size: 50px;
        color: #333;
    }
    .appCont .item-right .logoyg img{
        float: left;
    }
    .appCont .item-right .logoyg img.icon-version{
        position: absolute;
        top: -18px;
        left: 326px;
    }
    .appCont .item-right p{
        height: 70px; margin-bottom:5px;
        line-height: 70px;
        font-size: 16px;
        color: #4f4f4f;
    }
    .appCont .item-right .down-box{
        height: 65px;
    }
    .appCont .item-right .down-box a{
        float: left;
        display: block; cursor:pointer;
        width: 252px;
        height: 48px;
        margin-top: 4px;
        margin-right: 54px;
    }
    
        .annotation-text{
            margin-top: 20px;
            line-height: 20px; height:auto !important;
            font-size: 12px;
            color: #4f4f4f;
        }
        .annotation-text2{
            width: 920px;
            margin: 30px auto;
        }


.yigou{ padding-top:200px; background:url(/img/bg.png) top center no-repeat; }
.yigou h2.title{ text-align:center; font-weight:bold; font-size:32px; line-height:50px; margin-bottom:80px; color:#fff;}
.yigou h2.title span{ font-size:20px; font-weight:500; }
.yigou_az{ background:#e6e1d7; padding:50px 0px 80px;}
.yigou_az h2.title{ color:#333; margin-bottom:50px;}
.azList{box-sizing: border-box; z-index: 99;}
.azList li{float: left; width: 26%; margin:0px 2.5%; transition: 0.2s; /*padding:15px; */text-align:center;}
.azList li:nth-child(1){ margin-left:7%;}
.azList li:nth-child(2){ width:55%}
.azList li:nth-child(3){ width:55%; margin-top:20px; text-align:left;}
.azList a{color: #666666; position:relative; display:block;}
.azList img{width: 100%; }
.azList video{width: 100%;}
.azList h2{ margin:0; font-size: 18px; color: #3A3A3A; line-height: 30px; font-weight: bold; transition: 0.2s; padding: 10px 0; 
}
.azList li:nth-child(3) h2{ color:#fff; padding:10px 20px; margin:10px 0;}
.azList li:nth-child(3) h2 span{ float:right; color:#fff; font-weight:500;}
.azList li:nth-child(3) h2 span i{ font-size:24px; margin-right:10px; line-height:30px;}

.yigou_sy{ padding:50px 0px 80px;}
.yigou_sy h2.title{ color:#333; margin-bottom:50px;}
.syList{box-sizing: border-box; z-index: 99;}
.syList li{ list-style:none; float: left; width: 30%; margin:0px 2.5%; transition: 0.2s; /*padding:15px; */text-align:center;}
.syList li:nth-child(3n){ margin-right:0;}
.syList li:nth-child(3n+1){ margin-left:0;}
.syList video{width: 100%; }
.syList h2{ margin:0; font-size: 18px; color: #3A3A3A; line-height: 30px; font-weight: bold; transition: 0.2s; padding: 10px 0; }

@media screen and (max-width: 1240px) {
.yigou{ padding-top:140px;}
.installApp{ margin-top:0;}
.appCont{ width:100%;}
.appCont .item-left img{ max-width:90%;}
.appCont .item-right p{ height:60px; line-height:60px;}
.annotation-text{ margin-top:10px;}
}

@media screen and (max-width: 960px) {
.yigou{ padding-top:60px;}
.appCont .item-right .logoyg{ height:80px; width:100%; position:static;}
.appCont .item-right .logoyg img{ height:75px;}
.appCont .item-right .logoyg p{ font-size:40px; line-height:80px; text-align:left; padding:0;}
.appCont .item-right p{ height:auto; line-height:30px; }
}


@media screen and (max-width: 768px) {
	.parallax-overlay{ transform: translate(0%,40%);}
	.mt100{ margin-top:80px;}
	
	.anzhuang h2.title { font-size: 18px; line-height: 30px; margin-bottom: 20px; }
	.anzhuang .list li{ margin-bottom:20px;}
	.anzhuang .list .img, .anzhuang .list .info{ width:100%;}
	.anzhuang .list .info h3{ margin-top:30px; font-size:18px; font-weight:bold;}
	.anzhuang .list .info a.enter{ margin:0px auto 40px;}
	
	.shuoming{ padding:30px 0px;}
	.shuomingList .row{ margin:0;}
	.shuomingList li{ width:100%; margin:0; margin-bottom:20px;}
	.shuomingList li:nth-child(2n){ margin-right:0;}
	.shuomingList li:nth-child(2n+1){ margin-left:0;}
	.shuomingList h2{ font-size:15px; padding:5px 0;}
	
	.video{ padding:40px 0 30px;}
	.videoli{ padding:0px; width:100%; margin-right:0;}
	.videoli .vtit{ line-height:40px; font-size:14px;}
	
	.appCont{ padding:50px 0;}
	.appCont .item-left{ width:100%; display:none;}
	.appCont .item-right{ width:92%; margin:0px 4%;}
	
	.syList li{ width:92%; margin:10px 4%;}
	.syList li:nth-child(3n+1){ margin-left:4%;}
}














