/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */




html,body{
	font-family:"Lato-Regular",arial,verdana;
}
input, button, textarea,select{
	font-family:"Lato-Regular",arial,verdana;	
}
html{
    scroll-padding-top: 195px;
}
.head_box{
  height:120px;
}
.head_fixed{
  position:fixed;
  left:0;
  top:0;
  z-index:5;
  width:100%;
  height:120px;
    box-shadow:0 0 5px rgba(115,115,115,.15);
}
.header{
	position: relative;
	z-index: 4;
	height: 100%;
	background: #353a48;
}

.logo{
	float: left;
  width:165px;
	height:120px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.logo img{
	display: block;
	max-width: none;
}

.menu{
	width: calc(100% - 165px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.menu_dl_box{
	width: calc(100% - 183px);
}
.menu_dl{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-right: 15px;
}
.menu_dl dd{
	float: left;
	height: 120px;
	position: relative;
}
.menu_dl dd.dd_pro{
	position: static;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 120px;
	font-size: 16px;
	font-family: "Lato-Bold";
	padding: 0 16px;
	text-transform: uppercase;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:120px;
	z-index: 9;
	width: 300px;
	background: #ab3a3a;
	padding:18px 0;
}
.menu_down:before{
	content: "";
	display: block;
	position:absolute;
	top: -9px;
	left: 20%;
	width:0;
	height: 0;
	border-style: solid;
	border-top-width:0;
	border-bottom-width:10px;
	border-left-width: 10px;
	border-right-width: 10px;
	border-color: transparent transparent #ab3a3a transparent ;
	margin-left: -10px;
}


.menu_down a{
	clear: both;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	color: #fff;
	font-size:14px;
	line-height: 22px;
	padding:8px 30px;
	position: relative;
	border-bottom: 1px solid #c44b4b;
}
.menu_down a:hover{
	color: #fff;
	background: #c44b4b;
}


.menu_down_pro{
	display: none;
	position: absolute;
    left:0;
    top: 120px;
    z-index: 9;
    width: 220px;
    background: #ab3a3a;
    padding: 18px 0;
}
.menu_down_pro_item{
	position: relative;
}
.menu_down_pro_item_tt{
	clear: both;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 30px;
    position: relative;
    border-bottom: 1px solid #c44b4b;
}

.menu_down_pro_item_down{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width:220px;
  background: #ab3a3a;
  padding: 18px 0;
}
.menu_down_pro_item_down a{
	clear: both;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 30px;
    position: relative;
    border-bottom: 1px solid #c44b4b;
}
.menu_down_pro_item:hover .menu_down_pro_item_tt,
.menu_down_pro_item_down a:hover{
	color: #fff;
	background: #c44b4b;
}

.menu_down_pro_item:hover .menu_down_pro_item_down{
  display:block;
}

.head_search{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	background: #ab3a3a;
}

.search_box{
	display: none;
	position: fixed;
	left:50%;
	top: 50%;
	z-index: 5;
	margin:-30px 0 0 -450px;
	z-index: 9;
	width:900px;
	height: 60px;
	padding: 10px;
	background: #f5f5f5;
}
.search_box_text{
	width: calc(100% - 90px);
	height: 40px;
	border: 0;
	font-size: 14px;
	padding-left: 20px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 14px;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #ab3a3a;
	font-size: 26px;
	background: none;
	font-weight: bold;
	border: 0;
}

.search_box_close{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
	color: #999;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.search_box_close:hover{
	transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.head_lag{
	width: 128px;
	height: 40px;
	position: relative;
	margin: 0 0 0 13px;
}
.head_lag_t{
	width: 128px;
	height: 40px;
	line-height: 40px;
	color: #353a48;
	text-align: center;
	cursor: pointer;
	background: #fff;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.head_lag_t .icon{
	font-size: 20px;
}
.head_lag_t .tt{
	font-size: 14px;
	font-family: "Lato-Bold";
	padding: 0 13px 0 10px;
}
.head_lag_t .icon2{
	width: 9px;
	height: 7px;
	background: url(../images/lag_icon1.png) no-repeat center center;
}


.head_lag_down{
	position: absolute;
	right:0;
	top: 40px;
	display: none;
	width: 100%;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.head_lag_down a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    line-height: 36px;
    color: #444;
    font-size: 14px;
    padding:0 12px;
    overflow: hidden;
}
.head_lag_down a img{
	display: block;
	margin-right: 5px;
}
.head_lag_down a:hover{
	color: #fff;
	background: #353a48;
}



/*
 * wap head
 */
.mobile_header{
	display: none;
	clear: both;
	height: 58px;
}
.mobile_header_top{
	width: 100%;
	height: 58px;
	position: fixed;
	left: 0;
	top:0;
	z-index: 7;
	background:#fff;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
	width: 140px;
	height: 58px;
	margin-left: 15px;
}
.mobile_logo img{
	display: block;
	height: 30px;
	width: auto;
}

.mobile_menu_btn{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	padding: 15px 15px 10px 14px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 4px;
	width: 34px;
	background: #1049aa;
	border-radius: 4px;
	margin-bottom: 7px;
}
.mobile_search_icon{
	width: 40px;
	height: 58px;
	color: #1049aa;
	font-size: 26px;
	line-height: 58px;
	text-align: center;
	margin-right: 62px;
	cursor: pointer;
}
.mobile_lag_icon{
	width: 40px;
	height: 58px;
	color: #1049aa;
	font-size: 32px;
	line-height: 58px;
	cursor: pointer;
	margin-right: 6px;
}
.mobile_lag_box{
	display: none;
	position: fixed;
	left: 0;
	top: 58px;
	z-index: 7;
	width: 100%;
	text-align: center;
	padding: 20px;
	background: #f1f1f1;
}
.mobile_lag_box a{
	display: inline-block;
	width: 120px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #035db1;
}


.mobile_menu_box{
	position: fixed;
	right: -240px;
	top:0;
	z-index: 8;
	width:220px;
	background: #fafafa;
	padding: 20px 10px;
	overflow-y: auto;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
	right: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
	clear: both;
	line-height: 20px;
	margin-bottom: 8px;
}
.mobile_menu_tt{
	font-size: 18px;
	margin-bottom: 6px;
}
.mobile_menu_tt .text{
	float: left;
	width: 80%;
	color: #333;
	line-height: 30px;
	text-transform: uppercase;
}
.mobile_menu_tt_icon{
	display: none;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/menu_ico.png) no-repeat center center;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.mobile_menu_down{
	display:none;
	padding:8px 0 8px 12px;
}
.mobile_menu_down a{
	display:block;
	font-size: 16px;
	margin-bottom: 10px;
}
.mobile_menu_tt_icon.hover{
	transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
}


.mobile_menu_dl dd.hover .mobile_menu_tt .text{
	color: #035db1;
}


.mobile_search_box{
	position: fixed;
	left: 0;
	top: 58px;
	z-index: 7;
	display: none;
	width: 100%;
	padding: 20px;
	background: #fafafa;
}
.mobile_search_box form{
	width: 100%;
	padding:2px;
	border-radius: 5px;
	border: 1px solid #ddd;
	
}
.mobile_search_text{
	float: left;
	line-height: 40px;
	padding-left: 15px;
	font-size: 14px;
	width:calc(100% - 40px);
	border: 0;
}

.mobile_search_btn_text{
	float: right;
	width: 40px;
	height: 40px;
	font-size: 18px;
	color: #035db1;
	text-align: center;
	line-height: 40px;
	border: none;
	background: none;
}


.mask,.mobile_menu_mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
	z-index: 8;
}

/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}

.banner.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 12px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #ab3a3a;
}



.ind_box1{
	padding: 4% 0;
}
.title1{
	color: #202020;
	font-size: 48px;
	font-family: "Lato-Bold";
	margin-bottom: 3%;
}
.pro_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_list1_dd{
	width: 33.33%;
	padding: 0 2%;
}
.pro_list1_dd a{
	padding: 40px 20px 10px 48px;
	display: block;
  height:100%;
	border: 1px solid #dcdcdc;
	position: relative;
	overflow: hidden;
}
.pro_list1_bg{
	position: absolute;
	bottom:-50%;
	right: -50%;
	width:0;
	height:0;
	background: #ab3a3a;
	border-radius: 50%;
	border-top-left-radius: 50%;
	transition: all 1s;
    -webkit-transition: all 1s;
}
.pro_list1_tt{
	width: 70%;
	font-size: 24px;
	color: #353a48;
	line-height: 26px;
	font-family: "Lato-Bold";
	margin-bottom: 12px;
	position: relative;
	z-index: 2;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list1_text{
	width: 70%;
	position: relative;
	z-index: 2;
}
.pro_list1_text_con{
	color: #888;
	font-size: 14px;
	line-height: 20px;
  height:60px;
	margin-bottom: 30px;
  overflow:hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list1_more{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #ab3a3a;
	text-align: center;
	border-radius: 60px;
	background: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list1_pic{
	position: relative;
	z-index: 2;
	overflow: hidden;
	height: 220px;
}
.pro_list1_pic img{
	display: inline-block;
	max-height: 100%;
}
.pro_list1_dd a:hover{
	border-color: #ab3a3a;
}
.pro_list1_dd a:hover .pro_list1_tt{
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list1_dd a:hover .pro_list1_text_con{
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list1_dd a:hover .pro_list1_more{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_list1_dd a:hover .pro_list1_pic img{
	transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
}
.pro_list1_dd a:hover .pro_list1_bg{
	width:200%;
	height:200%;
	background: #ab3a3a;
	border-top-left-radius: 50%;
	transition: all 1s;
    -webkit-transition: all 1s;
}

.ind_box2{
	padding: 4% 0;
	background: #353a48;
}
.ind_box2_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box2_item{
	width: 50%;
}
.ind_box2_item a{
	color: #fff;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.ind_box2_item .icon{
	width: 90px;
	font-size: 80px;
	text-align: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_item .con{
	max-width: 350px;
	padding-left: 20px;
}
.ind_box2_item .con .tt{
	font-size: 30px;
	font-family: "Lato-Bold";
	margin-bottom: 18px;
}
.ind_box2_item .con .text{
	font-size: 14px;
	line-height: 20px;
}

.ind_box2_item a:hover .icon{
	transform: scale(1.07,1.07);
    -webkit-transform: scale(1.07,1.07);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.ind_box3{
	padding: 4% 0;
	background: #ab3a3a;
}
.ind_box3_t{
	margin-bottom: 3%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.ind_box3_t_title{
	width: 230px;
	color: #fff;
	font-family: "Lato-Bold";
}
.ind_box3_t_title .tt1{
	font-size: 60px;
	line-height: 1;
}
.ind_box3_t_title .tt2{
	font-size: 48px;
	line-height: 1;
}

.ind_box3_t_text{
	width: calc(100% - 475px);
	padding: 0 5% 0 3%;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}

.ind_box3_t_btn{
	display: block;
	width: 120px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-family: "Lato-Bold";
	background: #353a48;
}


.ind_box3_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box3_list dd{
	width: 25%;
	padding: 0 1%;
}
.ind_box3_list dd a{
	display: block;
	position: relative;
}
.ind_box3_list_pic{
	overflow: hidden;
}
.ind_box3_list_pic img{
	display: block;
	width: 100%;
}
.ind_box3_list_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(53,58,72,.5);
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_list_con .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 8% 25px;
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	font-family: "Lato-Bold";
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_list_con .tt:before{
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	background: #fff;
	margin-bottom: 15px;
}
.ind_box3_list dd a:hover .ind_box3_list_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.ind_box3_list dd a:hover .ind_box3_list_con{
	background: rgba(53,58,72,.0);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box3_list dd a:hover .ind_box3_list_con .tt{
	opacity: 0;
	bottom: -120px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.ind_box4{
	padding: 5% 0 4%;
}
.ind_box4_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box4_title{
	display: block;
	width: 230px;
	font-size: 60px;
	line-height: 0.9;
	color: #353a48;
	font-family: "Lato-Bold";
}
.ind_box4_title:after{
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background:#ab3a3a;
	margin-top: 48px;
}

.news_list1{
	width: calc(100% - 230px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-left: 3%;
}
.news_list1 dd{
	width: 28%;
}
.news_list1 dd a{
	
}
.news_list1_date{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    font-family: "Lato-Bold";
}
.news_list1_date .month{
	font-size: 48px;
	line-height: 0.9;
	color: #353a48;
	margin-right: 25px;
}
.news_list1_date .years{
	font-size: 24px;
	color: #d7d7d8;
}

.news_list1_line{
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	margin: 24px 0 18px;
}
.news_list1_tt{
	font-size: 18px;
	line-height: 24px;
	color: #353a48;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1_text{
	color: #888;
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0 16px;
}

.news_list1_more{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    font-family: "Lato-Bold";
}

.news_list1_more .tt{
	width: 0;
	font-size: 14px;
	color: #ab3a3a;
	line-height: 36px;
	height: 36px;
	margin-right: 10px;
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1_more .icon{
	font-size: 36px;
	line-height: 1;
}

.news_list1 dd a:hover .news_list1_more .tt{
	width:94px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1 dd a:hover .news_list1_tt{
	color: #ab3a3a;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}





.ind_box5{
	padding: 0 0 45px 0;
}
.ind_box5_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box5_video{
	width: 50%;
}
.ind_box5_video a{
	display: block;
	position: relative;
}
.ind_box5_video img{
	display: block;
	width: 100%;
}
.ind_box5_video_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    background: rgba(53,58,72,.65);
}
.ind_box5_video_con .icon{
	font-size: 64px;
	line-height: 1;
	color: rgba(255,255,255,.85);
	margin-bottom: 5px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box5_video_con .tt{
	font-size: 14px;
	color: #fff;
}
.ind_box5_video_con:hover .icon{
	color: rgba(255,255,255,1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box5_video_con:hover .tt{
	text-decoration: underline;
}

.ind_box5_agent{
	width: 50%;
	position: relative;
}
.ind_box5_agent img{
	display: block;
	width: 100%;
}
.ind_box5_agent_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
    padding: 3% 8%;
}
.ind_box5_agent_tt{
	font-size: 36px;
	font-family: "Lato-Bold";
}
.ind_box5_agent_text{
	color: #353a48;
	font-size: 14px;
	line-height: 18px;
	margin: 15px 0 22px;
	font-family: "Lato-Bold";
}
.ind_box5_agent_btn{
	display: block;
	width: 147px;
	color: #fff;
	line-height: 44px;
	font-size: ;
	background: #ab3a3a;
}



/*
 * contact_box
 */
.contact_box{
}
.contact_box_wrap{
	padding: 4% 0;
	background: url(../images/ind_bg1.png) no-repeat left top;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_inq_con{
	padding:10%;
	background: #fff;
	border: 1px solid #353a48;
}
.contact_inq{
	width:50%;
	padding: 0 4%;
}
.contact_inq_tt{
	color: #353a48;
	font-size: 36px;
	font-family: "Lato-Bold";
	margin-bottom:7%;
}
.contact_form_list1 dd{
	margin-bottom: 22px;
}
.contact_form_list1 dt{
	width: 100%;
	padding-top: 22px;
}
.contact_form_text,.contact_form_area{
	display: block;
	width: 100%;
	line-height: 50px;
	padding-left: 18px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #353a48;
}
.contact_form_text::-webkit-input-placeholder,.contact_form_area::-webkit-input-placeholder{
	color: #353a48;
}
.contact_form_btn{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	font-size: 18px;
	width: 167px;
	line-height: 50px;
	color: #fff;
	background: #ab3a3a;
	border-radius: 5px;
	border: 0;
	font-family: "Lato-Bold";
}
.contact_form_btn .icon{
	font-size: 20px;
	margin-left: 10px;
}

.contact_box_r{
	width: 50%;
	padding: 0 0 0 5%;
}
.contact_box_r_title{
	font-size: 36px;
	font-family: "Lato-Bold";
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.contact_box_r_list{
	padding: 30px 0 0;
}
.contact_box_r_item{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    line-height: 30px;
	margin-bottom: 14px;
}
.contact_box_r_item .icon{
	width: 30px;
	height: 30px;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}
.contact_box_r_item .text{
	padding-left: 6px;
	color: #353a48;
	font-size: 18px;
}
.contact_box_r_item .text a{
	color: #353a48;
}
.contact_box_r_item .text a:hover{
	color: #ab3a3a;
	text-decoration: underline;
}

.contact_box_sm{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin: 40px 0 70px;
}

.contact_box_sm_tt{
	font-size: 18px;
	color: #858b9a;
	margin-right: 14px;
	font-family: "Lato-Bold";
}
.contact_box_sm_con{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_box_sm_con a{
  width:28px;
  height:28px;
  color:#fff;
  font-size:18px;
  line-height:28px;
  text-align:center;
  margin:0 7px 0 0;
}
.contact_box_sm_con a:nth-child(1){
  background:#1877f2;
}
.contact_box_sm_con a:nth-child(2){
  background:#0073b0;
}
.contact_box_sm_con a:nth-child(3){
  background:#5da9dd;
}
.contact_box_sm_con a:nth-child(4){
  background:#ff011d;
}
.contact_box_sm_con a:hover{
  transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}


/*
 * footer
 */
.footer{
	background: #353a48;
}
.footer_t{
	padding: 5% 0 4%;
}
.footer_t_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.footer_t_pro{
	width: 26%;
}
.footer_t_quick{
	width: 24%;
}
.footer_t_about1{
	width: 20%;
}
.footer_t_about2{
	width: 28%;
}
.footer_title{
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}
.footer_pro_list a{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 4px 0;
}
.footer_pro_list a:hover,
.footer_quick_list a:hover{
	text-decoration: underline;
	transform: translateX(3px);
    -webkit-transform: translateX(3px);
}
.footer_quick_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_quick_list a{
	width: 48%;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 4px 0;
}
.footer_t_about_con{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.footer_b .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	border-top: 1px solid #474c5c;
	padding:18px 0;
}
.footer_b_text{
	font-size: 14px;
	line-height: 24px;
	color: #abaeb6;
}
.footer_b_text a{
	color: #abaeb6;
}
.footer_b_text a:hover{
	color: #fff;
	text-decoration: underline;
}


.back_top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #ab3a3a url(../images/float_icon2.png) no-repeat center center;
	cursor: pointer;
}



/*
 * sub_banner
 */
.sub_banner{
	height: 300px;
}
.location{
	background: url(../images/location_bg.png) no-repeat center center;
}
.page_title{
	font-size: 42px;
	line-height: 95px;
	font-family: "Lato-Bold";
	padding-right: 20px;
}
.location_tt,.location_tt a{
	line-height: 95px;
	font-size: 14px;
	color: #353a48;
}
.nav_bars{
	border-left: 1px solid #d7d7d7;
}
.nav_bars a{
	float: left;
	height: 95px;
	line-height: 90px;
	font-size: 14px;
	color: #666;
	padding: 0 35px;
	border-bottom: 5px solid #e3e3e3;
	border-right: 1px solid #d7d7d7;
}
.nav_bars a:hover,
.nav_bars a.hover{
	color: #ab3a3a;
	font-family: "Lato-Bold";
	border-bottom-color: #ab3a3a;
}


.about_box1{
	padding: 4% 0;
}
.about_box1_title{
	font-size: 60px;
	color: #353a48;
	font-family: "Lato-Bold";
	margin-bottom: 40px;
}
.about_box1_title:after{
	content: "";
	display: block;
	width: 110px;
	height: 5px;
	background: #ab3a3a;
	margin: 0 auto;
}


.about_box1_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.about_box1_l{
	width: 31%;
	font-size: 16px;
	color: #777;
	line-height: 30px;
}
.about_box1_m{
	width: 31%;
}
.about_box1_r{
	width: 18.5%;
}

.about_box1_m_text1{
	font-size: 16px;
	color: #777;
	line-height: 30px;
	margin-bottom: 20px;
}

.about_box1_m_text2{
	font-size: 16px;
	line-height: 30px;
	color: #353a48;
}
.about_box2{
	padding: 20px 0 70px;
}
.about_box2_wrap{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	border: 4px solid #ab3a3a;
}
.about_box2_l{
	width: 40%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 10px 5%;
}
.about_box2_l_title{
	font-size: 34px;
	color: #353a48;
	font-family: "Lato-Bold";
	margin-bottom: 20px;
}
.about_box2_text{
	color: #777;
	font-size: 14px;
	line-height: 24px;
}

.about_box2_r{
	width: 60%;
	overflow: hidden;
}
.about_box2_r img{
	display: block;
	max-width: none;
	width: 100%;
}


.about_box3{
	padding: 70px 0 0 0;
	background: #353a48;
}
.about_box3_l{
	width: 39%;
	padding-bottom: ;
}
.about_box3_l img{
	display: block;
}
.about_box3_r{
	width: 61%;
	padding-left: 3%;
}
.about_box3_r_tt{
	font-size: 38px;
	color: #fff;
	font-family: "Lato-Bold";
	margin-bottom: 20px;
}
.about_box3_text{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.about_box4{
	padding: 5% 0;
	background: #ab3a3a;
}
.about_box4_l{
	width: 50%;
	color: #fff;
}

.about_box4_l_title{
	font-size: 42px;
	color: #fff;
	font-family: "Lato-Bold";
	margin-bottom: 15px;
}

.about_box4_l_text{
	font-size: 16px;
	line-height: 38px;
}
.about_box4_l_line{
	width: 50px;
	height: 3px;
	background: #fff;
	margin: 30px 0;
}

.about_box4_l_text2 a{
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	font-family: "Lato-Bold";
	text-decoration: underline;
}

.about_box4_r img{
	display: block;
	max-width: 100%;
}


.about_box5{
	padding: 5% 0;
}
.sub_title1{
	font-size: 48px;
	font-family: "Lato-Bold";
	padding-bottom: 35px;
}


.about_box5_list{
	 display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.about_box5_list dd{
	width: 22.8%;
	padding:70px 15px 50px;
	text-align: center;
	background: #f4f4f4;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box5_list dd .icon{
	font-size: 56px;
	color: #ab3a3a;
}
.about_box5_list dd .tt{
	font-size: 18px;
	line-height: 20px;
	height: 40px;
	color: #353a48;
	font-family: "Lato-Bold";
	margin: 30px 0 	15px;
}

.about_box5_list dd .text{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.about_box5_list dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/*
 * agent
 */
.agent_box1{
	padding: 50px 0;
}
.agent_box1_l{
	width: 50%;
	padding-right: 3%;
}
.agent_box1_l_title{
	position: relative;
}
.agent_box1_l_title:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 113px;
	height: 122px;
	border: 5px solid #ab3a3a;
}

.agent_box1_l_title .tt{
	color: #353a48;
	font-size: 48px;
	line-height: 122px;
	font-family: "Lato-Bold";
	padding-left: 42px;
	position: relative;
	z-index: 2;
	background: #fff;
}

.agent_box1_l_text{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.agent_box1_r{
	width: 50%;
	padding: 0 1% 0 2%;
}

.agent_box2{
	padding: 60px 0 80px;
	background: #353a48;
}
.agent_box2_title{
	font-size: 36px;
	color: #fff;
}
.agent_box2_text{
	color: #e0e3eb;
	line-height:28px;
	font-size: 16px;
	margin: 20px 0 80px;
}
.agent_box2_list{
	padding: 0 5%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.agent_box2_list dd{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	width: 166px;
	height: 143px;
	padding: 0 20px;
	color: #e0e3eb;
	background: url(../images/agent_bg1.png) no-repeat center center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.agent_box2_list dd .num{
	font-size: 24px;
	margin-bottom: 8px;
}

.agent_box2_list dd .tt{
	font-size: 14px;
	line-height: 14px;
}

.agent_box2_list dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.agent_box3{
	padding: 50px 0;
	background: #b53b3b;
}
.agent_box3_title{
	font-size: 16px;
	color: #fff;
	margin-bottom: 8px;
}

.agent_box3_title .tt{
	font-family: "arial black";
}

.agent_box4{
	padding: 70px 0;
}
.agent_box4_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.agent_box4_list dd{
	width: 32%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.agent_box4_list_icon{
	width: 100px;
	font-size: 52px;
	color: #b53b3b;
	text-align: right;
}
.agent_box4_list_con{
	width: calc(100% - 100px);
	padding-left: 45px;
}
.agent_box4_list_tt{
	font-size: 24px;
	color: #353a48;
	font-family: "Lato-Bold";
	margin-bottom: 34px;
}

.agent_box4_list_list{
	line-height: 34px;
	font-size: 16px;
	color: #666;
}


/*
 * case
 */
.sub_page_case{
	padding: 70px 0;
}
.case_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_list1 dd{
	float:left;
	width: 33.33%;
	padding: 0 2%;
	margin-bottom: 60px;
}
.case_list1 dd a{
	display: block;
}
.case_list1 dd .pic{
	overflow: hidden;
	position: relative;
}
.case_list1 dd .pic img{
	display: block;
	width: 100%;
}
.case_list1 dd .tt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 70px;
	text-align: center;
	padding: 0 10px;
	font-family: "Lato-Bold";
	background: rgba(53,58,72,.85);
}


.case_list1 dd .con{
	border: 1px solid #dcdcdc;
	border-top: 0;
	padding: 30px 40px 35px;
}
.case_list1 dd .con .text{
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
.case_list1 dd .con .btn{
	width: 90px;
	line-height: 33px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: "Lato-Bold";
	background: #b53b3b;
}
.case_list1 dd a:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.case_list1 dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}



/*
 * page
 */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 3% 0 30px;
}

.page a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    color: #666;
    font-family: arial;
    line-height: 28px;
    background: #eee;
    padding: 0 10px;
    margin: 0 4px;
}
.page a:hover,
.page a.hover{
	color: #fff;
	background: #ac3c3c;
}


.contact_box2_map img{
	max-width: none;
}


/*
 * faq
 */
.faq_list1 dd{
	padding: 40px 90px;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq_list1_num{
	width: 51px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	font-size: 18px;
	font-family: "Lato-Bold";
	color: #fff;
	background: #ab3a3a;
	border-radius: 51px;
}

.faq_list1_con{
	width: calc(100% - 51px);
	color:#353a48;
	padding-left: 60px;
}

.faq_list1_con .tt{
	font-size: 24px;
	margin-bottom: 12px;
}
.faq_list1_con .text{
	font-size: 16px;
	line-height: 28px;
}
.faq_list1 dd:hover{
	box-shadow: 0 0 10px rgba(115,115,115,.3);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.rela_pro_box{
	padding: 50px 0 45px;
}

.rela_pro_title{
	font-size: 36px;
	color: #353a48;
	margin-bottom: 40px;
	font-family: "Lato-Bold";
}
.rela_pro_title:after{
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	background: #ab3a3a;
	margin-top: 10px;
}


.pro_list2{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_list2_dd{
	width: 33.33%;
	padding: 0 13px;
	margin-bottom: 26px;
}
.pro_list2_dd a{
	display: block;
	padding: 40px 10px 30px 50px;
	border: 1px solid #dcdcdc;
}
.pro_list2_dd a:hover .pro_list1_tt{
	color: #ab3a3a;
}
.pro_list2_dd a:hover .pro_list1_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}



.inquiry_box{
	padding: 60px 50px;
	border: 1px solid #353a48;
}
.inquiry_tt{
	font-size: 36px;
	color:#353a48;
	font-family: "Lato-Bold";
	margin-bottom: 30px;
}
.contact_form_list2{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;

    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.contact_form_list2 dd{
	width: 31%;
}

/*
 * news_det
 */
.news_det_box{
	padding: 5% 0;
}
.news_det_box{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.newsdet_date{
	width:98px;
	height: 110px;
	border: 2px solid #ab3a3a;
	color: #ab3a3a;
	text-align: center;
	font-weight: bold;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.newsdet_date p:nth-child(1){
	font-size: 48px;
	
}
.newsdet_date p:nth-child(2){
	font-size: 18px;
	margin-top: -5px;
}
.news_det_r{
	width: calc(100% - 100px);
	padding-left:4%;
}
.news_det_r_tt{
	font-weight: bold;
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	font-family: "Lato-Bold";
}
.news_det_tip i{
	float: left;
	font-size: 25px;
	color: #909090;margin-right: 5px;
}
.news_det_tip span{
	float: left;
	color: #888;
	font-family: arial;
}
.news_det_tip i.icon-fenxiang{
	font-size: 14px;
	
}
.news_det_tip .view span{
	margin-top: 4px;
	font-size: 14px;
	color: #888;
}
.news_det_tip .share{
	margin-top: 5px;
	margin-left: 20px;
}.news_det_tip .share_box{
	margin-left: 5px;
  position:relative;
  top:-3px;
}
.news_det_tip .share_box img{
	margin-top: -5px;
}
.news_det_r_box{
	padding-top: 3%;
	overflow: hidden;
}
.news_det_r_con img{
	max-width: 100%;
}
.news_det_r_con{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 25px;
	overflow: hidden;
}
.news_det_art{
	margin-top: 5%;
}
.news_det_art a{
	display: inline-block;
	width: 140px;
	height: 48px;
	text-align: center;
	font-family: "Lato-Bold";
	line-height: 46px;
	font-size: 14px;
	float: left;
}
.news_det_art a.pre_art{
	background: #fff;
	color: #222;
	border: 1px solid #ccc;
}
.news_det_art a.next_art{
	background: #ab3a3a;
	color: #fff;
	border: 1px solid #ab3a3a;
}
.news_det_art a:hover{
	background: #ab3a3a;
	color: #fff;
	border-color: #ab3a3a;
}



/*
 * news_list
 */
.news_list2 dd{
	margin-bottom: 50px;
}
.news_list2 dd a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list2_pic{
	width: 500px;
	overflow: hidden;
}
.news_list2_pic img{
	display: block;
	width: 100%;
}
.news_list2_con{
	width:calc(100% - 500px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding: 10px 4%;
    border: 1px solid #e5e5e5;
}

.news_list2_con_l{
	width: calc(100% - 50px);
}
.news_list2_date{
	color: #d7d7d8;
	font-size: 16px;
	font-family: "Lato-Bold";
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    padding-bottom: 18px;
    position: relative;
    line-height: 1;
    margin-bottom: 22px;
}
.news_list2_date .month{
	color: #353a48;
	font-size: 30px;
	padding-right: 12px;
}
.news_list2_date:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 1px;
	background: #dcdcdc;
}

.news_list2_tt{
	font-size: 18px;
	font-family: "Lato-Bold";
	margin-bottom: 14px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_list2_text{
	color: #666;
	line-height: 24px;
	font-size: 14px;
}


.news_list2_con_icon{
	width: 38px;
	font-size: 38px;
	color: #373c4a;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list2 dd a:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
}
.news_list2 dd a:hover .news_list2_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.news_list2 dd a:hover .news_list2_tt{
	color: #ab3a3a;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list2 dd a:hover .news_list2_con_icon{
	color: #ab3a3a;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*
 * pro_det
 */
/*
 * pro_det
 */
.pro_det_t .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_t{
	padding: 5% 0;
}
.pro_det_pic{
	width: 700px;
}
.pro_det_pic_scroll{
	width:calc(100% - 136px);
  height:422px;
	border: 1px solid #e5e5e5;
  overflow:hidden;
}
.pro_det_pic_bars{
	width: 121px;
}
.pro_det_pic_bars .item{
	width:100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.pro_det_pic_bars .item img{
	display: block;
}
.pro_det_pic_bars .item.active{
	border: 2px solid #ab3a3a;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 500px !important;
	width: 500px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 88px !important;
	height: 88px !important;
	background:rgba(171,58,58,.4);
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:800px !important;
	height: auto;
	max-width: none;
}

.pro_inf{
	width:calc(100% - 700px);
	padding-left: 5%;
}
.pro_det_title{
	font-size:32px;
	color: #ab3a3a;
	margin-bottom: 12px;
}
.pro_inf_desc{
	line-height: 28px;
	font-size: 16px;
	color: #666;
	padding: 30px 0 40px;
}
.pro_inf_btn_box{
	padding: 0 0 40px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_inf_btn{
	float: left;
	width: 200px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	background: #353a48;
	margin-right: 20px;
	margin-bottom: 10px;
}
.pro_inf_btn:last-child{
	margin-right: 0;
}
.pro_inf_btn .icon{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	margin-right: 8px;
}
.pro_inf_btn.hover{
	color: #fff;
	background: #ab3a3a;
}




.pro_share{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.pro_share_tt{
	color: #7e7e7e;
	display:flex;
	font-size: 14px;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
	padding-right: 5px;
}




/*
 * pro_det
 */
.pro_det_b{
	padding-bottom: 70px;
}
.pro_det_b_bars_box{
	width: 100%;
	height: 80px;
	margin-bottom: 40px;
}
.pro_det_b_bars{
	width: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
	border: 1px solid #dcdcdc;
	border-bottom: 4px solid #ab3a3a;
	background: #fff;
	position: relative;
	z-index: 999;
}
.pro_det_b_bars .item{
	width: 20%;
	line-height: 75px;
	color: #353a48;
	font-size: 16px;
	font-family: "Lato-Bold";
	text-align: center;
	border-right: 1px solid #f1f1f1;
	cursor: pointer;
}
.pro_det_b_bars .item.hover{
	color: #ab3a3a;
}
.pro_det_b_bars .item:last-child{
	border: 0;
}

.pro_det_b_tabs{
	padding: 4% 0;
}
.pro_det_b_tabs_item{
	padding-bottom: 50px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 50px;
}
.pro_det_b_tabs_item1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:space-between;
	-ms-justify-content:space-between;
	-webkit-justify-content:space-between;
	 
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.pro_det_b_desc_l{
	width: 60%;
}
.pro_det_b_title{
	margin-bottom: 30px;
}
.pro_det_b_title_tt{
	font-size: 30px;
	color: #353a48;
	font-family: "Lato-Bold";
	margin-bottom: 20px;
}
.pro_det_b_line{
	width: 200px;
	height: 1px;
	background: #a5a5a5;
	position: relative;
}
.pro_det_b_line .icon{
	position: absolute;
	left: 0;
	top: -4px;
	width: 8px;
	height: 8px;
	background: #ab3a3a;
}

.pro_det_b_desc_l_text{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.pro_det_b_desc_r{
	width: 33%;
	text-align: right;
}


.pro_det_b_tabs_item2{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_tabs_item2 .item{
	width: 25%;
	padding:0 1%;
}
.pro_det_b_tabs_item2 .item .con_bg{
	background: #f5f5f5;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_tabs_item2 .item .pic{
	overflow: hidden;
}
.pro_det_b_tabs_item2 .item .pic img{
	display: block;
	width: 100%;
}
.pro_det_b_tabs_item2 .item .con{
	padding: 50px 20px 28px;
	text-align: center;
}
.pro_det_b_tabs_item2 .item .con .num{
	width: 45px;
	height: 45px;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-family: "Lato-Bold";
	margin: 0 auto 18px;
	background: #ab3a3a;
	border-radius: 45px;
}

.pro_det_b_tabs_item2 .item .con .text{
	font-size: 16px;
	color: #666;
	line-height: 26px;
}

.pro_det_b_tabs_item2 .item .con_bg:hover{
	box-shadow: 0 0 10px rgba(115,115,115,.3);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_b_tabs_item2 .item .con_bg:hover .pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}


.pro_det_b_tabs_item3{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 15px;
}

.pro_det_b_tabs_item3_item{
	width: 50%;
	padding: 0 30px 0 26px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
	position: relative;
	margin-bottom: 12px;
}
.pro_det_b_tabs_item3_item:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 28px;
	background: url(../images/pro_det_icon1.png) no-repeat center center;
}


.pro_table table tr td{
	border: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 26px;
	padding: 8px;
	color: #666;
	text-align: center;
}
.pro_table table tr:nth-child(odd){
	background: #f6f6f6;
}
.pro_table table tr:first-child{
	background: #353a48;
}
.pro_table table tr:first-child td{
	color: #fff;
	font-family: "Lato-Bold";
}


/*
 * pro_list
 */
.sub_pro_bars{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
  flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
    margin-bottom: 57px;
}
.sub_pro_bars .item{
	width:calc(100% / 6);
	padding: 0 5px;
  margin-bottom:15px;
  
}
.sub_pro_bars .item a{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	width: 100%;
  height:50px;
	line-height: 20px;
	font-size: 16px;
	color: #353a48;
	text-align: center;
	background: #eee;
}
.sub_pro_bars .item a:hover,
.sub_pro_bars .item.hover a{
	color: #fff;
	background: #353a48;
}
.pro_list3 dd{
	padding: 0 13px;
	margin-bottom: 26px;
}



/*
 * solution
 */

.solution_list1{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.solution_list1 dd{
	width: 48.5%;
	margin-bottom: 40px;
}
.solution_list1 dd a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
	background: #f0f0f0;
}
.solution_list1_pic{
	width: 250px;
	overflow: hidden;
}
.solution_list1_pic img{
	display: block;
	width: 100%;
}
.solution_list1_con{
	width: calc(100% - 250px);
	padding: 10px 6%;
}
.solution_list1_con .tt{
	font-size: 18px;
	color: #353a48;
	font-family: "Lato-Bold";
}

.solution_list1_con .text{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin: 20px 0 25px;
}
.solution_list1_con .more{
	width: 80px;
	color: #ab3a3a;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #ab3a3a;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.solution_list1 dd a:hover{
	box-shadow: 0 0 10px rgba(115,115,115,.25);
}
.solution_list1 dd a:hover .solution_list1_pic img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.solution_list1 dd a:hover .solution_list1_con .tt{
	color: #ab3a3a;
}
.solution_list1 dd a:hover .solution_list1_con .more{
	color: #fff;
	background: #ab3a3a;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}