﻿@charset "utf-8";
html{background:#ffffff; max-width:1920px; min-width:1200px; margin:0 auto; width: 100%; }
body {  font:14px "Microsoft YaHei","微软雅黑",rial,helvetica,clean,sans-serif,"宋体"; min-width: 1200px;width: 100%;overflow-x: hidden;} 
body,a{color:#333333;}
/*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}   
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
input::-webkit-input-placeholder {color: #d1d1d1;}

/*行内标签处理*/
i,em,s{ font-style:normal;text-decoration: none;}
i{cursor: pointer;}
b,strong{font-weight: bold;}
input,textarea{ outline:none; }
textarea{ resize:none;}
input[disabled],button[disabled]{  border: 1px solid #DDD!important; background-color: #F5F5F5!important; color:#ACA899!important;}

/*快捷类名*/
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{content: "";height: 0;clear: both;display: block;visibility: hidden;}
p{ word-spacing:0;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}


.grow{ overflow:hidden; display:inline-block;}
.grow img{-webkit-transition: -webkit-transform .8s; -moz-transition: -moz-transform .8s; -o-transition: -o-transform .8s; transition: transform .8s;}
.grow img:hover{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);  transform: scale(1.15);}

/*扫光效果*/
.grow{ overflow:hidden; display:inline-block;}
.grow img{-webkit-transition: -webkit-transform .8s; -moz-transition: -moz-transform .8s; -o-transition: -o-transform .8s; transition: transform .8s;}
.grow img:hover{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);  transform: scale(1.15);}

/*扫光效果*/
.spark { overflow: hidden; position: relative; display: inline-block; }
.spark:after { content: " "; cursor: pointer; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.spark:hover:after { left: 100%; transition: 0.8s; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }
@-webkit-keyframes fadeInDown1 {
  from { opacity: 0; transform: translate3d(0,-50%,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes fadeInDown1 {
  from { opacity: 0; transform: translate3d(0,-50%,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1; }
@-webkit-keyframes fadeInDown2 {
  from { opacity: 0; transform: translate3d(0,-20%,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes fadeInDown2 {
  from { opacity: 0; transform: translate3d(0,-20%,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
.fadeInDown2 { -webkit-animation-name: fadeInDown2; animation-name: fadeInDown2; }
@-webkit-keyframes fadeInLeft1 {
  from { transform: translate3d(-10%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInLeft1 {
  from { transform: translate3d(-10%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1; }
@-webkit-keyframes fadeInLeft2 {
  from { transform: translate3d(-5%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInLeft2 {
  from { transform: translate3d(-5%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInLeft2 { -webkit-animation-name: fadeInLeft2; animation-name: fadeInLeft2; }
@-webkit-keyframes fadeInRight1 {
  from { transform: translate3d(10%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInRight1 {
  from { transform: translate3d(10%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1; }
@-webkit-keyframes fadeInRight2 {
  from { transform: translate3d(3%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInRight2 {
  from { transform: translate3d(3%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInRight2 { -webkit-animation-name: fadeInRight2; animation-name: fadeInRight2; }
@-webkit-keyframes zoomLeft {
  from { transform: scale3d(0.3,0.3,0.3); opacity: 0; }
  50% { opacity: 1; }
}
@keyframes zoomLeft {
  from { transform: scale3d(0.3,0.3,0.3); opacity: 0; }
  50% { opacity: 1; }
}
.zoomLeft { transform-origin: 0 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft; }
.zoomRight { transform-origin: 100% 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft; }
@-webkit-keyframes zoomIn1 {
  0% { opacity: 0; transform: scale3d(0.9,0.9,0.9); }
  50% { opacity: 1; }
}
@keyframes zoomIn1 {
  0% { opacity: 0; transform: scale3d(0.9,0.9,0.9); }
  50% { opacity: 1; }
}
.zoomIn1 { -webkit-animation-name: zoomIn1; animation-name: zoomIn1; }
@-webkit-keyframes fadeInUp1 {
  from { transform: translate3d(0,10%,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInUp1 {
  from { transform: translate3d(0,10%,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1; }
@-webkit-keyframes fadeInUp2 {
  from { transform: translate3d(0,2%,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInUp2 {
  from { transform: translate3d(0,2%,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}


/*=================常用样式=======================/
/*显示2行标题 */
.cols2{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
.cols3{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;  overflow: hidden; text-overflow: ellipsis;}

/*标题*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

/* a链接样式 */
a {text-decoration:none;}
a:hover{color:#00398D;}
a:focus{outline:0;}


/*广告*/
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto; margin-bottom:0;}
.topadcs img{width:100%; display:block;}
.topadcs a.fullad{ height:400px;display: block;width: 100%;}


/*公用内容样式*/
.news_info p,.help_info p{margin:15px 0; line-height:26px;}
.news_info p b,.help_info p b{display: inline-block; text-indent:0;}
.news_info p img,.help_info p img{ margin:0 auto;}
.news_info img,.help_info img{ width:auto; max-width:100%;}

/*模式1*/
.left{width:240px;float:left;margin-top:20px;margin-bottom:40px}
.right{width:930px;float:right;margin-top:20px;margin-bottom:40px}

/*面包屑地址*/
.addr{ height:60px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.addr h3{ width:400px; float:left; font:24px "Microsoft YaHei"; color:#333333; overflow:hidden; line-height:60px;}
.addr h4{ width:800px; height:60px; float:right; text-align:right; font:16px "Microsoft YaHei"; color:#999999; line-height:60px;}
.addr h4 a{ color:#999999;}
.addr h4 em a,.addr h4 a:hover{ color:#00398D;}


 /*temp.css  2015  xsl 整理*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px; font-size:42px; color:#dedede; font-family:'幼圆';}

/*分页*/
.pages{background:#fff;padding:28px 0;text-align:center;clear:both}
.pages a{display:inline-block;min-width:22px;background:#fff;padding:8px;min-height:22px;border:1px solid #d3d7d8;border-radius:.2rem;margin:0 3px;font:16px Arial;line-height:22px;color:#999}
.pages a.cur,.pages a:hover{background:#00398d;color:#fff;border:1px solid #00398d;-webkit-transition:all .7s;transition:all .7s;transition-property:background;-moz-transition-property:background;-webkit-transition-property:background;-o-transition-property:background}

/*404样式一*/
.notfound{ text-align:center;    letter-spacing: 2px;}
.notfound_bg{ font-size:700px; color:#f9f9f9; position:absolute; z-index:-1; opacity:0.75; text-align:center; width:100%; height:100%; line-height:100%; letter-spacing:50px; }
.notfound_bg p{ display:block; font-size:100px; line-height:150%; letter-spacing:10px;}
.notfound dl{display: flex;align-items: center;    justify-content: center;}
.notfound dl dt{ padding-left:80px; text-align:left; display:inline-block;}
.notfound dl dd{ display:inline-block;}
.notfound dt em{ color:#6f6f6f; font-size:20px; word-spacing: 5px; font-weight:bold; text-transform:uppercase; display:block;}
.notfound dt em strong,.notfound dt b strong{ color:#00398D;}
.notfound dt b{ display:block; font-size:70px; color:#333333; padding-top:8px; padding-bottom:8px;}
.notfound dt p{ font-size:16px; color:#666666; display:block; margin-bottom:20px;}
.notfound dt a{ display:inline-block; width:155px; text-align:center; font-size:20px; height:50px; line-height:50px; color:#ffffff; margin-right:20px; border-radius:4px; background:#333333;}
.notfound dt a:hover{ opacity:0.8;}
.notfound dt .home{ background:#00398D;}
.notfound dt i{ display:block; margin-top:20px; margin-bottom:12px; color:#666666;}
.notfound dt span{ font-size:28px; color:#333333; font-weight:bold; display:block; background:url(/Skins/Default/Img/404/tel.png) no-repeat left center; line-height:35px; padding-left:40px; }
.notfound dd{ padding-left:40px; }

/*右侧悬浮*/
.kef{position: fixed;width: 70px;right: 0;z-index: 999;top: 25%;}
.kef li{width: 70px;height: 66px;background: #00398D;text-align: center;margin-bottom: 1px;position: relative;}
.kef li em{display: block;height: 66px;line-height: 66px;}
.kef li img{display: inline-block;padding-top: 18px;}
.kef li.tel i{position: absolute;right: -200px;top: 0;background: #00398D;display: block;height: 66px;min-width: 160px;transition: all .25s linear;font-size: 20px;color: #ffffff;line-height: 66px;padding: 0 20px;}
.kef li.vx i{width: 0;height: 0;display: block;position: absolute;left:-102px;top:0;  overflow:hidden; transition: all .25s linear;}
.kef li.vx i img{padding-top: 0; width: 100px;height: 100px;float: right;}
.kef li.tel:hover i{right: 0;z-index: 1;}
.kef li.vx:hover i{width: 100px;height: 100px;}

/* 在线留言弹窗 */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}


/******************算定义样式 http://www.xiaobiu.com 2020/10/18 1:08:09**********************/
@font-face { font-family: "alimama"; src: url(/font/alimama.ttf); font-weight: 700; font-display: swap; }
.scale_img dl dt img,.scale_img li img { transition: all 1s linear 0s; }
.scale_img dl:hover dt img,.scale_img li:hover img { transform: scale(1.05) rotate(0deg) translateY(0); }
.content { width: 1400px; margin: 0 auto; }
@media screen and (max-width:1440px),screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:2) {
  .content { width: 1300px; }
}
.container { width: 1600px; margin: 0 auto; }
/* --- Header --- */
.header { position: relative; width: 100%; height: 146px; }
.h_con { width: 100%; height: 120px; position: fixed; top: 0; left: 0; z-index: 999; background: #fff; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.h_con .container { display: flex; align-items: center; justify-content: space-between; height: 100%; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.h_title { display: flex; align-items: center; }
.h_title h2 { position: relative; padding-left: 15px; margin-top: 8px; box-sizing: border-box; margin-left: 12px; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.h_title h2 strong { display: block; font-size: 24px; line-height: 100%; color: #00398D; font-weight: bold; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.h_title h2 span { display: block; font-size: 16px; line-height: 100%; color: #212122; margin-top: 8px; font-weight: normal; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.h_title h2:before { position: absolute; content: ""; width: 1px; height: 48px; background: #eee; left: 0; top: 0; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.logo { margin: 0; width: 145px; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.logo img { width: 100%; display: block; }
.menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-grow: 1; justify-content: space-between; width: 100%; }
.menu a { position: relative; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; font-size: 20px; line-height: 56px; color: #212122; font-weight: 400; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.menu li.cur a,.menu li:hover a { font-weight: bold; color: #00398D; }
.search_box { position: relative; display: flex; align-items: center; margin-left: 30px; }
.s_btn { width: 36px; height: 36px; border-radius: 50%; background: #00398D url(/images/s_btn.png) no-repeat center; background-size: 20px auto; cursor: pointer; }
.s_key { position: absolute; top: 79px; right: 0; width: 264px; height: 46px; z-index: 9; display: none; background: #00398D; border-radius: 23px; overflow: hidden; -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1); box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1); -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.s_key #seachkeywords { width: 170px; height: 46px; line-height: 40px; padding-left: 20px; border: none; font-size: 16px; color: #fff; float: left; background-color: #00398D; }
.s_key .submit { width: 60px; height: 46px; background: #00398D url(/images/s_btn.png) no-repeat center; background-size: 20px auto; border: none; cursor: pointer; border-radius: 23px; font-size: 0; float: right; }
.h_tel { margin-left: 20px; display: flex; align-items: center; }
.h_tel img { width: 36px; height: 36px; opacity: 1; background: #eb9f00; padding: 8px; border-radius: 50%; box-sizing: border-box; margin-right: 12px; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.h_tel span { display: block; font-size: 14px; font-weight: 400; letter-spacing: 0px; line-height: 14px; color: #909399; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.h_tel strong { display: block; font-size: 24px; font-weight: 700; letter-spacing: 0px; line-height: 28.13px; color: #00398d; margin-top: 8px; font-family: alimama; -webkit-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; -o-transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; transition: all 0.3s cubic-bezier(0.215,0.61,0.355,1) 0s; }
.h_info { height: 90px; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.h_tool { display: flex; display: -webkit-flex; }
.h_menu { background: #f7f8fa; height: 56px; }
.h_menu.menu-stick { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; background: rgba(247,248,250,0.95); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.header-stick .h_con { height: 80px; -webkit-box-shadow: 0 4px 20px rgba(0,0,0,0.08); box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.header-stick .h_con .h_title h2 { margin-top: 4px; }
.header-stick .h_con .h_title h2 strong { font-size: 18px; }
.header-stick .h_con .h_title h2 span { font-size: 12px; margin-top: 4px; }
.header-stick .h_con .h_title h2:before { height: 36px; }
.header-stick .h_con .logo { width: 140px; }
.header-stick .h_con .menu a { line-height: 80px; }
.header-stick .h_con .s_key { top: 59px; }
.header-stick .h_con .h_tel img {  margin-right:8px;}
.header-stick .h_con .h_tel span { font-size: 12px; line-height: 12px; }
.header-stick .h_con .h_tel strong { font-size: 18px; line-height: 20px; margin-top: 2px; }
/*footer*/
.footer { height: 717px; background: #F7F8FA; overflow: hidden; position: relative; }
.footer .container { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; padding-top: 100px; box-sizing: border-box; }
.f_menu { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; width: 70%; }
.f_menu dl { width: 220px; }
.f_menu dt a { display: block; font-size: 18px; font-weight: 500; line-height: 58px; padding-bottom: 10px; color: #212122; border-bottom: 1px solid #E2E3E5; margin-bottom: 18px; }
.f_menu dd a { display: block; font-size: 16px; font-weight: normal; line-height: 40px; letter-spacing: 0px; color: #212122; transition: all 0.5s ease; }
.f_menu dd a:hover { font-weight: bold; }
.f_info { width: 358px; }
.f_info h3 { width: 258px; line-height: 0; margin-bottom: 44px; }
.f_info h3 img { width: 100%; }
.f_contact p { font-size: 16px; line-height: 24px; color: #212122; margin-bottom: 20px; }
.f_contact p strong { font-family: alimama; font-size: 28px; font-weight: bold; }
.f_contact p span { display: block; }
.f_contact p a { color: #212122; }
.f_qr { text-align: center; line-height: 0; display: flex; display: -webkit-flex; }
.f_qr p { margin-right: 33px; }
.f_qr img { width: 130px; height: 130px; border-radius: 12px; margin: 0 auto 16px; }
.f_qr span { display: block; font-size: 16px; line-height: 100%; color: #909399; }
@media screen and (max-width:1600px),screen and (max-width:1600px) and (-webkit-min-device-pixel-ratio:2) {
  .container { width: 1400px; }
  .f_menu dl { width: auto; }
}
@media screen and (max-width:1440px),screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:2) {
  .container { width: 1300px; }
  .f_menu { width: calc(100% - 438px); }
}

