@import url('global.css?v=1');

/* 头部 */
.theader{width: 100%;height: 80px;background-color: #fff;}
.theader.on{background: #f20011;box-shadow: 0 0 5px #666;}
.theader_box{display: flex;justify-content: space-between;align-items: center;width: 1200px;margin: 0 auto;}
.theader .r_box{width: 1200px!important;display: flex;justify-content: flex-end;align-items: center;}

/* 菜单 */
.Hnav{display: flex;align-items: center;line-height: 80px;}
.Hnav li{position: relative;margin: 0 20px;}
.Hnav li .a{font-size:16px;color: #333;display: block;text-align: center;padding: 0 10px;}
.Hnav li .on, .nav li .a:hover{color: #1678FF;}

/* 脚部 */
#Cfooter{width: 100%;background: #333333;padding-top: 40px;position: relative;z-index: 1;height: 310px;}
#Cfooter .foot{width: 1200px;margin: 0 auto;}
#Cfooter .foot-top{display: flex;}
#Cfooter .foot-secL{flex: 1;display: flex;}
#Cfooter .foot-secL .foot-module{width: 50%;}
#Cfooter .foot-secR{display: flex;}
#Cfooter .foot-secR .foot-module{width: 120px;text-align: center;margin-left: 80px;}
#Cfooter .foot-module .sec-menu{font-size: 16px;color: #fff;margin-bottom: 20px;}
#Cfooter .foot-module li,#Cfooter .foot-module li a{color: #b8b8b8;line-height: 28px;} 
#Cfooter .foot-module .sec-note{color: #999;font-size: 12px;width: 120px;text-align: center;}
#Cfooter .foot-module .sec-img{width: 120px;}
#Cfooter .foot-module .scan{color: #b8b8b8;text-align: center;margin-top: 5px;}

/* 版权 */
#Cfooter .foot_bottom{padding: 10px 0;border-top: 1px #666 solid;margin: 30px 0 0;}
#Cfooter .foot_bottom p{line-height: 30px;text-align: center;font-size: 12px;color: #666;}
#Cfooter .foot_bottom p a{color: #666;}

/* 合作伙伴 */
.choice{width: 100%;padding: 30px 0;border-top: #eee 1px solid;}
.choice h1{font-weight: normal;font-size: 36px;line-height: 36px;margin: 40px 0 20px;color: #333;text-align: center;}
.choice .choice-mark{text-align: center;color: #666;font-size: 16px;line-height: 24px;}
.choice ul{margin: 20px auto;width: 960px;}
.choice li{width: 220px;height: 80px;margin: 10px;float: left;}
.choice li img{border: #ccc 1px solid;}