﻿body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #fff;
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	list-style-type: none;
}

img {
	border: 0;
}

a{
    text-decoration:none;
}

/*滚动条垂直方向的宽度*/
::-webkit-scrollbar
{
	width: 6px;
}
/* 垂直滚动条的滑动块 */
::-webkit-scrollbar-thumb:vertical {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	background-color:rgba(129,129,129,0.5);
}



/*-------------------------------------hand-------------------------------*/

.hand_warp
{
    width:100%;
    height:90px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.1);
    -moz-box-shadow:0 0 10px rgba(0,0,0,.1);
    box-shadow:0 0 10px rgba(0,0,0,.1);
    display:table;
}

.hand_box
{
    width:100%;
    min-width:1200px;
    display:table;
}

.hand_logo
{ 
    width:220px;
    margin:18px 0 0 40px;
    float:left;
}

.hand_logo img{
    width:100%;
}



.head-nav
{
    width:600px;
    height:90px;
    float:right;
    margin-right:40px;
}

.nav{font-size:12px;width:600px;margin:0px auto 0;height:90px;line-height:90px;position:relative;z-index:1;}
.nav a{text-decoration:none;}
.nav_main{height:88px;padding:0 5px;position:relative;}
.nav_cut{height:88px;line-height:88px;border-bottom:2px solid #1f43f9;}
#nav_all{height:88px;float:left;line-height:88px;position:relative;z-index:222;}
#nav_all li{text-align:center;float:left;}
#nav_all li a{color:#444;display:inline-block;font-size:14px;font-weight:bold;cursor:pointer;padding:0 20px 0 20px;_padding:0 10px;height:39px;line-height:39px;white-space:nowrap;}
#nav_all li a:hover{height:88px;line-height:88px;border-bottom:2px solid #1f43f9;overflow:hidden;}
#nav_all li ul{display:none;position:absolute;z-index:99;width:600px;left:-5px;top:90px;}
#nav_all ul li{background-image:none;line-height:70px;height:70px;padding-top:0px;padding:0;}
#nav_all ul li a{background-image:none;padding:0px 10px;margin:0px;height:70px;line-height:72px;color:#fff;font-weight:normal;background:rgba(68, 68, 68, 0.95);border:none;}
#nav_all ul li a:hover{background-image:none;padding:0px 10px;margin:0px auto;height:70px;line-height:70px;color:#FFF;background:#444;border-top:none;}


.index_one{
    width:100%;
    height:520px;
    min-width:1200px;
    background:url(../images/title/index_one.jpg) no-repeat center;
    background-size:cover;
}

.index_one_text{
    width:1140px;
    margin:0 auto;
    display:table;
}

.index_one_text_a{
    font-size:80px;
    color:#fff;
    margin-top:150px;
    letter-spacing:-2px;
    text-shadow: 2px 2px 2px rgba(31, 31, 31, 0.5);
}

.index_one_text_b{
    font-size:80px;
    color:#fff;
    margin-top:0px;
    letter-spacing:-2px;
    text-shadow: 2px 2px 2px rgba(31, 31, 31, 0.5);
}


.index_one_text_c{
    font-size:30px;
    color:#fff;
    margin-top:10px;
    letter-spacing:10px;
    text-shadow: 2px 2px 2px rgba(31, 31, 31, 0.37);
}

.index_two{
    width:1180px;
    margin:0 auto;
    display:table;
    height:470px;
}

.index_two_left{
    margin-top:-70px;
    float:left;
    width:500px;
}

.index_two_right{
    margin-top:30px;
    float:left;
    width:600px;
}

.index_two_right_a{
    font-size:30px;
    font-weight:bold;
    color:#1f43f9;
}

.index_two_right_a2{
    font-size:12px;
    color:#999;
    margin:6px 0 30px 0;
    text-transform: uppercase;
}

.index_two_right_b{
    font-size:22px;
    color:#333;
    margin-top:10px;
}

.index_two_right_c{
    font-size:14px;
    color:#666;
    margin:10px 0 0px 0;
    text-indent:2em;
    line-height:28px;
}

.index_two_right_d{
    width:100px;
    height:28px;
    line-height:28px;
    background:#1f43f9;
    color:#fff;
    text-align:center;
    margin-left:480px;
    margin-top:30px;
    cursor:pointer;
}

.index_two_right_d:hover{
    background:#a11021;
    -webkit-transition: all 0.3s;
	transition:  all 0.3s;
	-moz-transition:  all 0.3s;
	-o-transition:  all 0.3s;
}

/*选择首页切换开始*/
.Choices{ width:100%;min-width:1230px; float:left; height:550px;background:#f7f7f7}
.Choices_text{ width:1230px; height:750px; margin:0 auto;}
.Choices_head{ width:300px;  height:55px; margin:50px auto 0 auto; text-align:center; font-size:18px; color:#1f43f9; display:block; position:relative;}
.Choices_head:before,.Choices_head:after{content: ''; position: absolute;top: 30px;background: #1f43f9;width:40px;height: 1px;}
.Choices_head:before{ left:250px;}
.Choices_head:after{ right:250px;}

.Choices_box{
    width:370px;
    margin:20px 20px;
    float:left;
    background:#fff;
    display:table;
    cursor:pointer;
}

.Choices_box:hover{
    -webkit-box-shadow:2px 2px 12px rgba(31, 31, 31, 0.1);
    -moz-box-shadow:2px 2px 12px rgba(31, 31, 31, 0.1);
    box-shadow:2px 2px 12px rgba(31, 31, 31, 0.1);
    border-bottom:1px solid #1f43f9;
    -webkit-transition: all 0.3s;
	transition:  all 0.3s;
	-moz-transition:  all 0.3s;
	-o-transition:  all 0.3s;
}

.Choices_img{
    width:370px;
    height:190px;
    background:#1f43f9;
}

.Choices_img img{
    width:100%;
}

.Choices_tit{
    width:90%;
    margin:10px 5%;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
    text-transform: uppercase;
}

.Choices_tit p{
    margin:20px 0 0px 0;
    padding:0;
    font-size:16px;
    color:#1f43f9;
}

.Choices_tit span{
    margin:0px 0 0px 0;
    padding:0;
    font-size:10px;
    color:#999;
}

.Choices_centen{
    width:90%;
    margin:20px 5% 20px 5%;
    font-size:12px;
    color:#999;
}






.index_msg{
    width:1200px;
    margin:0px auto 0 auto;
    display:table;
    padding-top:60px;
}

.index_msg_left{
    width: 620px;
    float:left;
}

.box{width: 620px;height: 360px;margin: 30px auto;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width: 620px;height: 360px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 620px; height: 360px;}
.box-1 ul li h2{position: absolute;left: 0;bottom: -12px;height: 40px;width:450px;background: rgba(0,0,0,.5);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-2{position: absolute;right: 10px;bottom: 14px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: #1f43f9}
.box-3 span{position: absolute;color:rgba(255, 255, 255, 0.1);background: rgba(0,0,0,.1);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(0,0,0,.5);color:rgba(255, 255, 255, 0.80);}

.index_msg_right{
    width: 540px;
    margin-left:40px;
    float:left;
    margin-top:20px;
}

.index_msg_tit{
    width:1200px;
    margin:0 auto;
     position:relative;
}

.index_msg_tit:before,.index_msg_tit:after{content: ''; position: absolute;top: 30px;background: #1f43f9;width:40px;height: 1px;}
.index_msg_tit:before{ left:440px;}
.index_msg_tit:after{ right:440px;}

.index_msg_tit span{
    color:#1f43f9;
}

.index_msg_tit_a{
    font-size:18px;
    color:#666;
    text-align:center;
}

.index_msg_tit_b{
    font-size:12px;
    color:#999;
    text-align:center;
    margin-bottom:30px;
}


.index_wapper{
    width:100%;
    background:url(../images/index/index_three_bg.jpg) repeat-x;
    margin:0px auto 0 auto;
    height:550px;
    display:table;
}

.wapper{width:1200px;height:420px; margin:0 auto;margin-top:80px;overflow:hidden;} 
		
.wapper ul{margin-top:30px;}		

.wapper li{float:left;margin:0 30px;width:240px;height:300px;background-color:#fff;color:#fff;text-align:center;display:inline-block;}

.wapper li .pic{margin:0 0 20px 0;}

.wapper li .pic img {
    filter: opacity(50%);
}
.wapper li .title{margin:0 0px 10px 0}
.wapper li .title a{color:#1f43f9;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;_zoom:1}
.wapper li .desc{margin:0 10px 10px;height:18px;font-size:14px;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;_zoom:1;color:#666}	
.wapper li .price{margin:0 10px 14px;color:#ff6700;}	
		
.wapper li{
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	
}
.wapper li:hover {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}

/*----------------------------------------------------index_bottom--------------------------------------------------------------*/

.index_bottom{
    width:100%;
    background:#262626;
    display:table;
    min-width:1200px;
}

.index_bottom_box{
    width:1100px;
    margin:0 auto;
    padding:20px 0 10px 0;
}


.index_bottom_top{
    width:1100px;
    display:table;
    margin:0 auto;
}

.index_bottom_top_left{
    width:200px;
    float:left;
    margin-top: 20px;
}

.index_bottom_top_right{
    width:720px;
    float:left;
    margin-left:20px;
}

.index_bottom_top_right ul{
    width:140px;
    float:left;
    margin-top:5px;
    color:#fff;
    font-size:14px;
}

.index_bottom_top_right li{
    margin-top:8px;
}

.index_bottom_top_right_tit{
    font-size:16px;
    margin-bottom:18px;
}

.index_bottom_top_right li a{
    color:#fff;
    font-size:12px;

}

.index_bottom_top_right li a:hover{
    color:#1f43f9;
    -webkit-transition: color 0.3s;
	transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
}

.index_bottom_top_er{
    width:160px;
    float:right;
    margin-top: 20px;
}

.index_bottom_bottom_box{
    width:100%;
    background:#2a2a2a;
    margin:0 auto;border-top:1px solid #333;
    display:table;
    padding-bottom:20px;
}

.index_bottom_bottom{
    width:1100px;
    margin:20px auto;
    font-size:12px;
    color:#fff;
    min-width:1200px;
}

.index_bottom_bottom_tel{
    float:left;
}

.index_bottom_bottom_cop{
    float:right;
}

.index_bottom_bottom_cop a{
    color:#fff;
}

.index_bottom_friend_box{
    width:100%;
    background:#333;
    padding:10px 0;
}

.index_bottom_friend{
    width:1100px;
    color:#fff;
    font-size:12px;
    display:table;
    margin:10px auto 0 auto;
    padding-bottom:0px;
    white-space:nowrap;overflow:hidden;
}

#contain{
  font-size:12px;overflow:hidden;list-style:none;width:1000px;height:30px;margin:0px;padding:0;float:left;
 }

.index_bottom_friend li{
    float:left;
    margin-right:20px;
    text-align:left;
}


.index_bottom_friend a{
    color:#fff;
    text-decoration:none;
}

.index_bottom_friend a:hover {
    color: #2dae36;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
}


/*--------------------------------------------------detail---------------------------------------------------*/

.detail_one{
    width:100%;
    height:300px;
    min-width:1200px;
    background-size:cover;
    
}

.detail_nav{
    width:100%;
    height:80px;
    margin:0 auto;
    border-bottom:2px solid #f1f1f1;
}

.detail_nav_box{
    width:1200px;
    height:80px;
    margin:0 auto;
    border-bottom:2px solid #e4dfda;
}

.detail_nav_left{
    width:400px;
    float:left;
    font-size:14px;
    font-weight:700;
    color:#7a7a7a;
    line-height:80px;
}

.detail_nav_left span{
    color:rgba(129,129,129,0.5);
    margin:0 10px;
}

.detail_nav_left a{
    color:#7a7a7a;
}

.detail_nav_right{
    float:right;
}

.detail_nav_text{
    width:1200px;
    margin:20px auto 0 auto;
}

.detail_nav_toptext{
    width:200px;
    height:60px;
    line-height:60px;
    background:rgba(10, 10, 10, 0.60);
    margin-top:-60px;
    color:#fff;
    text-align:center;
    border-left:3px solid #1f43f9;
    font-size:16px;
    font-weight:100;
}

.detail_nav_menu {
  height: 80px;
  
}
.detail_nav_menu ul {
  height: 80px;
  position: relative;
  margin: 0 auto;
}
.detail_nav_menu ul li {
  float: left;
  width:90px;
  text-align:center;
}

.detail_nav_menu ul li a:hover {
  color:#555555;
}

.detail_nav_menu ul li a {
  display: block;
  padding: 0 10px;
  line-height: 80px;
  font-size: 14px;
  font-weight:bold;
  color: #7a7a7a;
}

.detail_nav_menu .block {
  width:70px;
  height: 2px;
  background: #1f43f9;
  position: absolute;
  bottom: 0px;
  left: 0;
  top:80px;
  z-index: 99;
}

.detail_text{
    width:1200px;
    margin:30px auto 0 auto;
    display:table;
}

.detail_text_left{
    width:299px;
    float:left;
    display:table;
    font-size:16px;
    color:#8a8a8a;
    line-height:24px;
    margin-right:50px;
    margin-top:20px;
}

.detail_text_center{
    width:1px;
    height:400px;
    background:#ccc;
    float:left;
}

.detail_text_right{
    width:800px;
    float:left;
    display:table;
    font-size:16px;
    color:#8a8a8a;
    line-height:30px;
    margin-left:50px;
}

.detail_text_right p{
    text-indent:2em;
    
}

.detail_text_right img{
    text-align:center;
    margin:0 auto;
}


.detail_text_tit{
    width:1200px;
    margin:30px auto;
    height:60px;
    font-size:30px;
    color: #4e4e4e;
    line-height: 1;
    font-weight: lighter;
}

.detail_text_tit p{
    color: #cbc4c0;
    font-size: 24px;
    line-height: 1;
    padding:0;
    margin-top:4px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -.5px;
}

.detail_box{
    width:100%;
    height:900px;
    display:table;
}

.detail_text_left_tit{
    margin:30px auto;
    height:60px;
    font-size:30px;
    color: #4e4e4e;
    line-height: 1;
    font-weight: lighter;
}

.detail_text_left_tit p{
    color: #cbc4c0;
    font-size: 24px;
    line-height: 1;
    padding:0;
    margin-top:4px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: -.5px;
}

.tenders_text{
    width:1200px;
    margin:90px auto 0 auto;
    display:table;
    text-align:center;
}

.tenders_tit{
    font-size:16px;
    color:#1f43f9;
    width:1200px;
    text-align:left;
    height:24px;
    font-weight:bold;
    border-bottom:1px solid #ddd;
}

.tenders_tit span{
    height:26px;line-height:26px;
    border-bottom:2px solid #1f43f9;
}

.tenders_box{
    display:table;
    width:1180px;
    margin-left:20px;
    margin-bottom:300px;
}

.tenders_name{
    width:880px;
    float:left;
    text-align:left;
    margin:20px 0 20px 20px
}

.tenders_name a{
    color:#333;
}

.tenders_name a:hover{
    color:#1f43f9;
}

.tenders_class{
    width:100px;
    float:left;
    text-align:right;
    margin:20px 0 ;
    color:#666;
}
.tenders_time{
    width:100px;
    float:left;
    margin:20px 0 ;
    color:#666;
}


.tendeinfo_box{
    width:1200px;
    margin:30px auto 0 auto;
    display:table;
    text-align:center;
}

.tendeinfo_tit{
    width:900px;
    margin:20px auto;
    text-align:center;
    font-size:24px;
    color:#333;
    font-weight:bold;
    height:40px;
    line-height:40px;
    
}

.tendeinfo_time {
    width:900px;
    margin:30px auto;
    text-align:center;
    font-size:14px;
    color:#666;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #eee;
}


.tendeinfo_content{
    width:900px;
    margin:0 auto;
    line-height:34px;
    font-size:14px;
    color:#333;
    text-align:left;
}

.tendeinfo_content h1{
    font-weight:bold;
    font-size:16px;
    color:#333;
}





.chairman_warp{
    width:1200px;
    height:534px;
    margin:30px auto 50px auto;
    display:table;
}

.chairman_left{
    background:#f0f0f2;
    width:783px;
    height:534px;
    float:left;
}

.chairman_name{
    font-size:30px;
    color:#2c2c2c;
    margin:10px 0 0 50px;
}

.chairman_en{
    font-size:76px;
    color:#ece8e6;
    line-height:50px;
    margin:94px 0 0 30px;
}

.chairman_text{
    width:480px;
    font-size:14px;
    color:#999;
    margin:10px 0 0 50px;
}


.detail_bg{
    width:100%;
    display:table;
    background:#f5f5f5;
}

.detail_warp{
    width:1200px;
    margin:30px auto;
    display:table;
    color:#555;
}

.detail_left{
    width:760px;
    background:#fff;
    float:left;
    padding:20px 60px;
}

.detail_tit{
    margin:10px 0;
    font-size:26px;
    text-align:center;
    font-weight:bold;
}

.detail_source{
    font-size:14px;
    text-align:center;
    color:#999;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
    margin-top:20px;
}

.detail_source span{
    margin:20px 40px 10px 40px;
}

.detail_article{
    width:760px;
    font-size:14px;
    color:#666;
    margin:20px auto;
    line-height:24px;
}

.detail_article img{
    width:100%;
    height:100%;
}

.detail_right{
    width:260px;
    background:#fff;
    float:left;
    margin-left:20px;
    padding:20px;
}

.detail_right_tit{
    font-size:16px;
    font-weight:bold;
    color:#1f43f9;
    border-bottom:1px solid #d9d9d9;
    padding-bottom:3px;
}

.detail_list{
    width:260px;
    height:80px;
    display:table;
    margin:10px auto;
}

.detail_list_box{
    display:table;
    margin-bottom:10px;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}

.detail_list_img{
    width:80px;
    height:60px;
    float:left;
    margin-right:10px;
    background:#555;
    cursor:pointer;
}

.detail_list_text{
    width:170px;
    float:left;
    font-size:14px;
    color:#555;
}

.detail_list_text_tit {
    color:#444;
    cursor:pointer;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.detail_list_text_tit:hover{
    color:#1f43f9;
}

.detail_list_text_time{
    margin-top:5px;
    color:#999;
}

/*--------------------------------------------------detail  over---------------------------------------------------*/

.prefor_warp{
    width:1200px;
    margin:30px auto;
    display:table;
}

.prefor_left{
    width:750px;
    float:left;
    padding-right:24px;
    border-right:1px solid #eee;
}

.prefor_box{
    width:710px;
    height:135px;
    background:#f5f5f5;
    padding:20px;
}

.prefor_time{
    width:150px;
    color:#c2b8b7;
    font-family:'Agency FB';
    float:left;
    font-size:36px;
    font-weight:bold;
    line-height:135px;
}

.prefor_tit a{
    font-size:20px;
    margin:10px 0 10px 0;
    font-weight:bold;
    color:#666;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.prefor_tit a:hover {
    color: #1f43f9;
    text-decoration: none;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
}


.prefor_content{
    font-size:16px;
    color:#777;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.prefor_text{
    width:510px;
    margin-left:30px;
    float:left;
}


.prefor_right{
    width:400px;
    float:left;
    padding-left:25px;
}

.prefor_right_box{
    width:400px;
}

.prefor_right_img{
    width:400px;
    height:200px;
    background:#1f43f9;
}

.prefor_right_time{
    color:#c2b8b7;
    font-family:'Agency FB';
    font-size:30px;
    margin-top:10px;
}

.prefor_right_tit a{
    font-size:16px;
    margin:5px 0 5px 0;
    color:#666;
    font-weight:bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.prefor_right_tit a:hover {
    color: #1f43f9;
    text-decoration: none;
    -webkit-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
}

.prefor_right_content{
    font-size:14px;
    color:#999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_warp{
    width:1100px;
    margin:70px auto 50px auto;
    display:table;
}

.info_box{
    width:1100px;
    height:220px;
    border-bottom:1px solid #ececec;
    padding-bottom:30px;
    margin-top:20px;
    display:table;
}

.info_left{
    width:70px;
    height:80px;
    float:left;
    border-bottom:2px solid #1f43f9;
    background:#e4e4e4;
    margin-right:20px;
}

.info_left_d{
    font-size:42px;
    color:#fff;
    text-align:center;
    color:#1f43f9;
}

.info_left_y{
    font-size:16px;
    color:#fff;
    text-align:center;
    color:#7a7a7a;
}

.info_center{
    width:450px;
    height:220px;
    float:left;
    background:#1f43f9;
    margin-right:20px;
    overflow: hidden;
    cursor: pointer;
}

.info_center:hover {
    filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;
}

.info_right{
    width:540px;
    height:220px;
    float:left;
    cursor:pointer;
}

.info_right_tit:hover{
    color:#1f43f9;
    -webkit-transition: all 0.3s;
	transition:  all 0.3s;
	-moz-transition:  all 0.3s;
	-o-transition:  all 0.3s;
}

.info_right_tit{
    font-size:24px;
    color:#59504c;
    font-weight:bold;
}

.info_right_text{
    font-size:14px;
    color:#59504c;
    margin-top:20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.info_right_rm{
    width:90px;
    height:24px;
    line-height:24px;
    background:#1f43f9;
    color:#fff;
    font-size:12px;
    text-align:center;
    position:relative;
    top:38px;
    left:1px;
}

.info_right_rm:hover{
    font-size:13px;
    background:#a11021;
    -webkit-transition: all 0.3s;
	transition:  all 0.3s;
	-moz-transition:  all 0.3s;
	-o-transition:  all 0.3s;
}

.info_focus_one{
    width:1100px;
    margin:10px auto;
    display:table;
}

.info_focus_one_tit{
    text-align:center;
    border-bottom:1px solid rgba(129,129,129,0.3);
    height:30px;
    padding-bottom:11px;
    margin:30px auto;
}

.info_focus_one_tit span{
    font-size:20px;
    color:#1f43f9;
    margin-bottom:5px;
    padding-bottom:14px;
    border-bottom:2px solid #1f43f9;
    font-weight:bold;
}

.info_focus_one_left{
    width:540px;
    margin:10px 0;
    height:300px;
    background:#1f43f9;
    float:left;
}

.info_focus_one_right{
    width:530px;
    margin:10px 0 0 20px;
    height:300px;
    float:left;
}

.info_focus_one_right_box{
    width:540px;
    height:99px;
    color:#444;
    cursor:pointer;
    
}

.info_focus_one_right_box_left{
    width:60px;
    height:50px;
    float:left;
    padding-bottom:16px;
    margin-top:10px;
    padding-right:10px;
    border-right:1px solid #ddd;
}

.info_focus_one_right_box_d{
    margin-top:10px;
    font-size:18px;
    color:#1f43f9;
    text-align:right;
}

.info_focus_one_right_box_y{
    font-size:12px;
    color:#7a7a7a;
    text-align:right;
}

.info_focus_one_right_box_right{
    width:450px;
    float:left;
    margin:10px 0 0 10px;
}

.info_focus_one_right_box_right_tit{
    font-size:14px;
    
    cursor:pointer;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.info_focus_one_right_box:hover{
    color:#1f43f9;
    background:#f2f2f2;
    -webkit-transition: all 0.3s;
	transition:  all 0.3s;
	-moz-transition:  all 0.3s;
	-o-transition:  all 0.3s;
}

.info_focus_one_right_box_right_text{
    font-size:12px;
    color:#999;
    margin-top:6px;
    line-height:18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.coverage_warp{
    width:1170px;
    margin:20px auto 70px auto;
    display:table;
}

.coverage_l{
    width:850px;
    float:left;
}

.coverage_box{
    width:880px;
    height:80px;
    border-bottom:1px solid #ececec;
    margin-top:20px;
    float:left;
    background:#f7f7f7;
    padding:20px 0;
}

.coverage_left{
    width:170px;
    height:80px;
    float:left;
    margin-right:20px;
    
}

.coverage_left_d{
    font-size:42px;
    color:#fff;
    text-align:center;
    color:#1f43f9;
}

.coverage_left_y{
    line-height:80px;
    font-size:32px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    color:#bfbfbf;
    font-family: 'Agency FB';
}

.coverage_right{
    width:670px;
    float:left;
    cursor:pointer;
}

.coverage_tit:hover{
    color:#a41626;
    -webkit-transition: all 0.3s;
	transition:  all 0.3s;
	-moz-transition:  all 0.3s;
	-o-transition:  all 0.3s;
}

.coverage_tit{
    font-size:24px;
    color:#1f43f9;
    margin-top:-4px;
    font-weight:bold;
}

.coverage_InfoSource{
    font-size:12px;
    color:#999;
    margin-top:2px;
}

.coverage_text{
    font-size:14px;
    color:#59504c;
    margin-top:2px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#owl-demo{position:relative;width:540px;height:300px;margin:0px auto 0 auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:540px;height:300px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:50px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:22px;width:100%;font:14px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:1px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/style/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/style/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:40%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/style/bg17.png);}
.owl-next{right:0;background-image:url(../images/style/bg18.png);}
.owl-prev:hover{background-image:url(../images/style/bg19.png);}
.owl-next:hover{background-image:url(../images/style/bg20.png);}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.info_focus_two{
    width:1200px;
    margin:10px auto;
}

.info_focus_two_box{
    width:360px;
    float:left;
    margin:0 20px;
}

.info_focus_two_box_img{
    width:360px;
    height:220px;
    background:#1f43f9;
}

.info_focus_two_box_tit{
    font-size:16px;
    margin:10px auto 5px auto;
    cursor:pointer;
    color:#555;
    font-weight:bold;
}

.info_focus_two_box_tit:hover{
    color:#a11021;
    -webkit-transition: all 0.3s;
	transition:  all 0.3s;
	-moz-transition:  all 0.3s;
	-o-transition:  all 0.3s;
}


.info_focus_two_box_text{
    font-size:14px;
    color:#888;
    cursor:pointer;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.warper{max-width:1300px;margin:0 auto;}
.fl{float:left}
.fr{float:right}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:before,.clearfix:after{content:" ";display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
.pr{position: relative;}
.warper{max-width: 1300px; margin: 0 auto;}
.history_box{height: 977px;width: 100%;overflow: hidden;display:table;}
.history_tit{
    margin:30px 0 0 10%;
}

.history_font_cn{
    font-size:30px;
    font-weight:bold;
    color:#333;
}

.history_font_en{
    font-size:18px;
    font-weight:bold;
    color:#ccc
}

.history_png{
    margin:0 auto;
    width:100%;
    text-align:center;
}

.culture_img{
    margin:20px auto;
}

.map_bg{
    width:1200px;
    height:650px;
    margin:30px auto;
    background:url(../images/map.jpg) no-repeat center;
    display:table;
}

.map_text{
    margin-left:800px;
    margin-top:50px;
}

.map_text li{
    font-size:16px;
    color:#666;
    height:38px;
    line-height:38px;
}


.service_text_left{
    width:299px;
    float:left;
    display:table;
    font-size:16px;
    color:#8a8a8a;
    line-height:24px;
    margin-right:50px;
    margin-top:20px;
}

.service_text_center{
    width:1px;
    height:215px;
    background:#ccc;
    float:left;
}

.service_text_right{
    width:800px;
    float:left;
    display:table;
    font-size:16px;
    color:#8a8a8a;
    line-height:30px;
    margin-left:50px;
}

.service_text_two{
    display:table;
    margin:20px auto 50px auto;
    width:900px;
    color:#8a8a8a;
}

.service_text_two p{
    line-height:24px;
    width:900px;
}


#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(../images/certificate/WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { background:url(../images/certificate/mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(../images/certificate/CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(../images/certificate/CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(../images/certificate/CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default{float:left; margin:5px 19px}
.mod_gallerylist{width:1200px; margin:0 auto}
.meta{font-size:12px; text-align:center;}
.image_container img{border:1px solid #CCC; padding:2px; height:500px}
.meta a{color:#333; text-decoration:none}


.mission_box{
    width:1200px;
    margin:40px auto;
    display:table;
}

.mission_left{
    width:600px;
    float:left;
}

.mission_right{
    width:600px;
    float:left;
    margin-top:50px;
}

.mission_right_warp{
    font-size:14px;
    color:#7a7a7a;
    margin:30px 0;
}

.mission_right_tit{
    font-size:16px;
    color:#2a2a2a;
    margin-bottom:5px;
}

.video_warp{
     width:1200px;
    margin:40px auto;
    display:table;
}

.videolist { position:relative; float:left; width:540px; height:300px; margin-right:30px; margin-left:30px; margin-top:15px; margin-bottom:30px; }
.videolist:hover{ cursor: pointer; }
.videoed { display:none; width:50px; height:50px; position: absolute; left:45%; top:45%; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.vtext{ 
    text-align:center;
    margin-top:8px;
    font-size:20px;
    color:#333;
}

.contact_warp{
    width:1200px;
    margin:50px auto;
    display:table;
}

.contact_left{
    width:600px;
    float:left;
}

.contact_left_box{
    width:600px;
    border-bottom:1px solid #eee;
    display:table;
    padding:30px 0;
}

.contact_left_d{
    font-size:20px;
    color:#1f43f9;
    font-weight:bold;
    float:left;
    margin-left:20px;
    line-height:40px;
    padding-right:20px;
    border-right:1px solid #eee;
}

.contact_left_x{
    font-size:12px;
    color:#555;
    float:left;
    margin-left:20px;
    line-height:20px;
}

.contact_right{
    width:450px;
    float:left;
    margin-left:100px;
    margin-top:30px;
    font-size:14px;
    color:#555;
}

.contact_right_tit{
    font-size:24px;
    color:#1f43f9;
    margin-bottom:20px;
}

.contact_right_box{
    margin:10px 0;
}

.contact_textbox1{
    width:350px;
    height:32px;
    padding-left:10px;
    border:1px solid #eee;
}

.CheckCode_box{
    width:150px;
    height:32px;
    margin-left:13px;
    padding-left:14px;
    border:1px solid #eee;
}

.contact_button{
    width:435px;
    height:32px;
    background:#1f43f9;
    color:#fff;
    border:0;
    margin-top:40px;
}

.contact_textbox2{
    width:350px;
    height:92px;
    padding-left:10px;
    border:1px solid #eee;
    max-width:500px;
    max-height:300px;
}

.talent_warp{
    width:1200px;
    margin:0 auto;
    display:table;
}

.talent_text{
    width:760px;
    font-size:14px;
    color:#555;
    line-height:24px;
    margin:10px auto;
    float:left;
}

.talent_text span{
    color:#1f43f9;
    font-weight:bold;
}

.talent_img{
    width:400px;
    margin-left:40px;
    float:left;
    margin-top:50px;
}

.talent_img div{
    margin-bottom:30px;
    cursor:pointer;
}

.plyr input[type=range]:focus,.plyr:focus{outline:0}.plyr .plyr__video-embed iframe,.plyr__tooltip{pointer-events:none}@keyframes plyr-progress{to{background-position:25px 0}}.plyr{position:relative;max-width:100%;min-width:200px;font-family:Avenir,'Avenir Next','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;direction:ltr}.plyr,.plyr *,.plyr ::after,.plyr ::before{box-sizing:border-box}.plyr a,.plyr button,.plyr input,.plyr label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr audio,.plyr video{width:100%;height:auto;vertical-align:middle;border-radius:inherit}.plyr input[type=range]{display:block;height:20px;width:100%;margin:0;padding:0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:none;background:0 0}.plyr input[type=range]::-webkit-slider-runnable-track{height:8px;background:0 0;border:0;border-radius:4px;-webkit-user-select:none;user-select:none}.plyr input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-4px;position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}.plyr input[type=range]::-moz-range-track{height:8px;background:0 0;border:0;border-radius:4px;-moz-user-select:none;user-select:none}.plyr input[type=range]::-moz-range-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box}.plyr input[type=range]::-ms-track{height:8px;background:0 0;border:0;color:transparent}.plyr input[type=range]::-ms-fill-upper{height:8px;background:0 0;border:0;border-radius:4px;-ms-user-select:none;user-select:none}.plyr input[type=range]::-ms-fill-lower{height:8px;border:0;border-radius:4px;-ms-user-select:none;user-select:none;background:#3498db}.plyr input[type=range]::-ms-thumb{position:relative;height:16px;width:16px;background:#fff;border:2px solid transparent;border-radius:100%;transition:background .2s ease,border .2s ease,transform .2s ease;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);box-sizing:border-box;margin-top:0}.plyr input[type=range]::-ms-tooltip{display:none}.plyr input[type=range]::-moz-focus-outer{border:0}.plyr input[type=range].tab-focus:focus{outline-offset:3px}.plyr input[type=range]:active::-webkit-slider-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}.plyr input[type=range]:active::-moz-range-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}.plyr input[type=range]:active::-ms-thumb{background:#3498db;border-color:#fff;transform:scale(1.25)}.plyr--video input[type=range].tab-focus:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr--audio input[type=range].tab-focus:focus{outline:rgba(86,93,100,.5) dotted 1px}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute!important;padding:0!important;border:0!important;height:1px!important;width:1px!important}.plyr__video-wrapper{position:relative;background:#000;border-radius:inherit}.plyr__video-embed{padding-bottom:56.25%;height:0;border-radius:inherit;overflow:hidden;z-index:0}.plyr__video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.plyr__video-embed>div{position:relative;padding-bottom:200%;transform:translateY(-35.95%)}.plyr video::-webkit-media-text-track-container{display:none}.plyr__captions{display:none;position:absolute;bottom:0;left:0;width:100%;padding:20px;transform:translateY(-40px);transition:transform .3s ease;color:#fff;font-size:16px;text-align:center;font-weight:400}.plyr__captions span{border-radius:2px;padding:3px 10px;background:rgba(0,0,0,.7);-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:150%}.plyr__captions span:empty{display:none}@media (min-width:768px){.plyr__captions{font-size:24px}}.plyr--captions-active .plyr__captions{display:block}.plyr--hide-controls .plyr__captions{transform:translateY(-15px)}@media (min-width:1024px){.plyr--fullscreen-active .plyr__captions{font-size:32px}}.plyr ::-webkit-media-controls{display:none}.plyr__controls{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;line-height:1;text-align:center}.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:5px}.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child{margin-left:0}.plyr__controls .plyr__volume{margin-left:5px}.plyr__controls [data-plyr=pause]{margin-left:0}.plyr__controls button{position:relative;display:inline-block;-ms-flex-negative:0;flex-shrink:0;overflow:visible;vertical-align:middle;padding:7px;border:0;background:0 0;border-radius:3px;cursor:pointer;transition:background .3s ease,color .3s ease,opacity .3s ease;color:inherit}.plyr__controls button svg{width:18px;height:18px;display:block;fill:currentColor}.plyr__controls button:focus{outline:0}.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted{display:none}@media (min-width:480px){.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button{margin-left:10px}}.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none}.plyr--video .plyr__controls{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:50px 10px 10px;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;color:#fff;transition:opacity .3s ease}.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover{background:#3498db;color:#fff}.plyr--audio .plyr__controls{padding:10px;border-radius:inherit;background:#fff;border:1px solid #dbe3e8;color:#565D64}.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large{background:#3498db;color:#fff}.plyr__play-large{display:none;position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px;border:4px solid currentColor;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15);transition:all .3s ease}.plyr__play-large svg{position:relative;left:2px;width:20px;height:20px;display:block;fill:currentColor}.plyr__play-large:focus{outline:rgba(255,255,255,.5) dotted 1px}.plyr .plyr__play-large{display:inline-block}.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause]{display:none}.plyr--playing .plyr__play-large{opacity:0;visibility:hidden}.plyr--playing .plyr__controls [data-plyr=pause]{display:inline-block}.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted{display:block}.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__tooltip{position:absolute;z-index:2;bottom:100%;margin-bottom:10px;padding:5px 7.5px;opacity:0;background:rgba(0,0,0,.7);border-radius:3px;color:#fff;font-size:14px;line-height:1.3;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease}.plyr__tooltip::before{content:'';position:absolute;width:0;height:0;left:50%;transform:translateX(-50%);bottom:-4px;border-right:4px solid transparent;border-top:4px solid rgba(0,0,0,.7);border-left:4px solid transparent;z-index:2}.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr button:hover .plyr__tooltip{z-index:3}.plyr__controls button:first-child .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls button:first-child .plyr__tooltip::before{left:16px}.plyr__controls button:last-child .plyr__tooltip{right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls button:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__progress{position:relative;display:none;-ms-flex:1;flex:1}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress input[type=range]::-webkit-slider-runnable-track{background:0 0}.plyr__progress input[type=range]::-moz-range-track{background:0 0}.plyr__progress input[type=range]::-ms-fill-upper{background:0 0}.plyr__progress .plyr__tooltip{left:0}.plyr .plyr__progress{display:inline-block}.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display{position:absolute;left:0;top:50%;width:100%;height:8px;margin:-4px 0 0;padding:0;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:100px}.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar{background:0 0}.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:8px}.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{border-radius:100px}.plyr__progress--played,.plyr__volume--display{z-index:1;color:#3498db;background:0 0;transition:none}.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;transition:none}.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar{min-width:8px;max-width:99%;border-top-right-radius:0;border-bottom-right-radius:0;transition:none}.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill{display:none}.plyr__progress--buffer::-webkit-progress-value{transition:width .2s ease}.plyr__progress--buffer::-moz-progress-bar{transition:width .2s ease}.plyr__progress--buffer::-ms-fill{transition:width .2s ease}.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display{background:rgba(255,255,255,.25)}.plyr--video .plyr__progress--buffer{color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display{background:rgba(198,214,219,.66)}.plyr--audio .plyr__progress--buffer{color:rgba(198,214,219,.66)}.plyr--loading .plyr__progress--buffer{animation:plyr-progress 1s linear infinite;background-size:25px 25px;background-repeat:repeat-x;background-image:linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.15) 50%,rgba(0,0,0,.15) 75%,transparent 75%,transparent);color:transparent}.plyr--video.plyr--loading .plyr__progress--buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress--buffer{background-color:rgba(198,214,219,.66)}.plyr__time{display:inline-block;vertical-align:middle;font-size:14px}.plyr__time+.plyr__time{display:none}@media (min-width:768px){.plyr__time+.plyr__time{display:inline-block}}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}.plyr__volume{display:none}.plyr .plyr__volume{-ms-flex:1;flex:1;position:relative}.plyr .plyr__volume input[type=range]{position:relative;z-index:2}@media (min-width:480px){.plyr .plyr__volume{display:block;max-width:60px}}@media (min-width:768px){.plyr .plyr__volume{max-width:100px}}.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute]{display:none!important}.plyr--fullscreen-active{position:fixed;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:10000000;background:#000;border-radius:0!important}.plyr--fullscreen-active video{height:100%}.plyr--fullscreen-active .plyr__video-wrapper{height:100%;width:100%}.plyr--fullscreen-active .plyr__video-embed{overflow:visible}.plyr--fullscreen-active .plyr__controls{position:absolute;bottom:0;left:0;right:0}.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper{height:0;top:50%;transform:translateY(-50%)}